foreman_scc_manager 5.0.4 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/app/assets/javascripts/foreman_scc_manager/locale/de/foreman_scc_manager.js +55 -256
  4. data/app/assets/javascripts/foreman_scc_manager/locale/el/foreman_scc_manager.js +43 -244
  5. data/app/assets/javascripts/foreman_scc_manager/locale/en/foreman_scc_manager.js +381 -2
  6. data/app/assets/javascripts/foreman_scc_manager/locale/fr/foreman_scc_manager.js +58 -259
  7. data/app/assets/javascripts/foreman_scc_manager/locale/ja/foreman_scc_manager.js +58 -259
  8. data/app/assets/javascripts/foreman_scc_manager/locale/ka/foreman_scc_manager.js +58 -259
  9. data/app/assets/javascripts/foreman_scc_manager/locale/ko/foreman_scc_manager.js +55 -256
  10. data/app/assets/javascripts/foreman_scc_manager/locale/zh_CN/foreman_scc_manager.js +58 -259
  11. data/app/controllers/api/v2/scc_accounts_controller.rb +4 -2
  12. data/app/models/scc_account.rb +1 -1
  13. data/app/views/scc_accounts/edit.html.erb +24 -2
  14. data/app/views/scc_accounts/new.html.erb +12 -1
  15. data/lib/foreman_scc_manager/version.rb +1 -1
  16. data/locale/de/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  17. data/locale/de/foreman_scc_manager.po +55 -257
  18. data/locale/el/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  19. data/locale/el/foreman_scc_manager.po +44 -246
  20. data/locale/en/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  21. data/locale/en/foreman_scc_manager.po +392 -0
  22. data/locale/foreman_scc_manager.pot +195 -461
  23. data/locale/fr/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  24. data/locale/fr/foreman_scc_manager.po +58 -260
  25. data/locale/ja/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  26. data/locale/ja/foreman_scc_manager.po +58 -260
  27. data/locale/ka/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  28. data/locale/ka/foreman_scc_manager.po +58 -260
  29. data/locale/ko/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  30. data/locale/ko/foreman_scc_manager.po +55 -257
  31. data/locale/zh_CN/LC_MESSAGES/foreman_scc_manager.mo +0 -0
  32. data/locale/zh_CN/foreman_scc_manager.po +58 -260
  33. data/test/controllers/api/v2/scc_accounts_test.rb +5 -5
  34. data/webpack/components/SCCAccountForm/SCCAccountForm.scss +49 -0
  35. data/webpack/components/SCCAccountForm/SCCAccountFormActions.js +74 -0
  36. data/webpack/components/SCCAccountForm/components/DateTimeField.js +72 -0
  37. data/webpack/components/SCCAccountForm/components/SCCCredentialsCard.js +150 -0
  38. data/webpack/components/SCCAccountForm/components/SCCSyncSettingsCard.js +256 -0
  39. data/webpack/components/SCCAccountForm/components/SCCTokenRefreshCard.js +133 -0
  40. data/webpack/components/SCCAccountForm/index.js +306 -0
  41. data/webpack/index.js +6 -0
  42. metadata +9 -18
  43. data/app/assets/javascripts/foreman_scc_manager/scc_accounts.js.coffee +0 -46
  44. data/app/views/scc_accounts/_form.html.erb +0 -51
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7cba841d2cf0d1cbce23fb4a2ab4346b7deb6843ce37463144fb75698f6fb29
4
- data.tar.gz: 4879c6d280fd25bd365997619e2ae59457ef9103665c4c0247d165114b00673e
3
+ metadata.gz: 66db45e88535e30e524e6d0feeaea5b3c8201114d7f3f7186de0d5ac433a32e4
4
+ data.tar.gz: b2c384f798b80b401b6b2c9d485af93fcab9bff0c3f5d3fd6e4e2b8f0fdadc21
5
5
  SHA512:
6
- metadata.gz: 9b08671c18ded6961513cde44aced46167d8a38960f47737550811c7018679f934118966b410720cc362aacd01c8556299cf7c822cb56e590fbc06be7cd634be
7
- data.tar.gz: af6f76fa46b91b2d961e3ca249c7ffab570536829adc058b03ecd374b13ae29e458e379a6abe7253bc9ad706e292e6afb7e1640319106e8cdc418047313a1b60
6
+ metadata.gz: 0f6fb512bb9b69e28280d0936e60dd2d8d08425985ea38a5cf3a236cc368bc6d627d5f0deec659e544d52fb58746f8f75b1a3cedaa3c068acb297d191429266e
7
+ data.tar.gz: bc2ba0220c793b06eea16239fe585fbec3613ae847f0db6f918e39cbc0d4a09193c29eceb8c2eeeff33f15152954bc639205ef33e5b7fe10b12d08a303f9c288
data/README.md CHANGED
@@ -25,6 +25,7 @@ foreman-installer
25
25
 
26
26
  | Foreman Version | Katello Version | Plugin Version |
27
27
  | --------------- | --------------- | -------------- |
28
+ | 3.15 | 4.17 | ~> 5.0.0 |
28
29
  | 3.13 | 4.15 | ~> 4.0.0 |
29
30
  | 3.7 | 4.9 | ~> 3.0.0 |
30
31
  | 3.3 | 4.5 | ~> 2.0.0 |
@@ -47,7 +48,7 @@ Fork and send a Pull Request. Thanks!
47
48
 
48
49
  ## Copyright
49
50
 
50
- Copyright (c) 2024 ATIX AG - https://atix.de
51
+ Copyright (c) 2025 ATIX AG - https://atix.de
51
52
 
52
53
  This program is free software: you can redistribute it and/or modify
53
54
  it under the terms of the GNU General Public License as published by
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_scc_manager": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_scc_manager 4.0.0",
6
+ "Project-Id-Version": "foreman_scc_manager 5.0.4",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2019-10-17 13:28+0000",
9
9
  "Last-Translator": "Ettore Atalan <atalanttore@googlemail.com>, 2023",
@@ -32,15 +32,6 @@
32
32
  "%s/%s": [
33
33
  ""
34
34
  ],
35
- "Abstract": [
36
- ""
37
- ],
38
- "Abstract async task": [
39
- "Übersicht asynchrone Aufgabe"
40
- ],
41
- "Action with sub plans": [
42
- "Aktion mit Unterplänen"
43
- ],
44
35
  "Actions": [
45
36
  "Aktionen"
46
37
  ],
@@ -59,61 +50,34 @@
59
50
  "Additive": [
60
51
  ""
61
52
  ],
62
- "Agent action": [
63
- "Agentenaktion"
64
- ],
65
53
  "Associated GPG key of scc_account": [
66
54
  "Mit SCC Konto assoziierter GPG-Schlüssel"
67
55
  ],
68
- "Attach subscriptions": [
69
- "Subskriptionen verknüpfen"
70
- ],
71
- "Auto attach subscriptions": [
72
- "Subskriptionen automatisch verknüpfen"
73
- ],
74
56
  "Base URL": [
75
57
  "Basis URL"
76
58
  ],
77
- "Bulk generate applicability for hosts": [
78
- "Anwendbarkeit von Massengenerierung für Hosts"
79
- ],
80
59
  "Bulk subscription of scc_products for scc_account": [
81
60
  "Abonnieren mehrere SCC Produkte für ein SCC Konto"
82
61
  ],
83
62
  "Bulk subscription of scc_products with individual repository selection for scc_account.": [
84
63
  ""
85
64
  ],
65
+ "Cancel": [
66
+ ""
67
+ ],
86
68
  "Collapse products": [
87
69
  ""
88
70
  ],
89
71
  "Collapse/Expand": [
90
72
  ""
91
73
  ],
92
- "Combined Profile Update": [
93
- "Kombiniertes Profil-Update"
94
- ],
95
- "Content Only": [
74
+ "Connection OK": [
96
75
  ""
97
76
  ],
98
- "Copy version units to library": [
99
- "Versionseinheiten in Bibliothek kopieren"
100
- ],
101
- "Create": [
102
- "Erstellen"
103
- ],
104
- "Create Alternate Content Source": [
77
+ "Connection test failed.": [
105
78
  ""
106
79
  ],
107
- "Create Export History": [
108
- "Exportverlauf erstellen"
109
- ],
110
- "Create Import History": [
111
- "Importverlauf erstellen"
112
- ],
113
- "Create Package Group": [
114
- "Paketgruppe erstellen"
115
- ],
116
- "Create Syncable Export History": [
80
+ "Content Only": [
117
81
  ""
118
82
  ],
119
83
  "Create an scc_account": [
@@ -125,86 +89,38 @@
125
89
  "Date and time relative to which the sync interval is run": [
126
90
  "Relativ zu diesem Zeitpunkt wird die Synchronisation ausgeführt"
127
91
  ],
128
- "Delete": [
129
- "Löschen"
130
- ],
131
- "Delete Activation Key": [
132
- "Aktivierungsschlüssel löschen"
133
- ],
134
- "Delete Lifecycle Environment": [
135
- "Lebenszyklusumgebung löschen"
136
- ],
137
- "Delete Package Group": [
138
- "Paketgruppe löschen"
139
- ],
140
- "Delete Product": [
141
- "Produkt löschen"
142
- ],
143
92
  "Delete scc_account": [
144
93
  "SCC Konto löschen"
145
94
  ],
146
- "Destroy": [
147
- "Löschen"
148
- ],
149
- "Destroy Alternate Content Source": [
150
- ""
151
- ],
152
- "Destroy Content Host": [
153
- "Inhaltshost löschen"
154
- ],
155
- "Disable": [
156
- "Deaktivieren"
157
- ],
158
- "Discover": [
159
- "Suchen"
160
- ],
161
95
  "Download Policy": [
162
96
  "Richtlinie herunterladen"
163
97
  ],
164
98
  "Edit %s": [
165
99
  "%s bearbeiten"
166
100
  ],
167
- "Enable": [
168
- "Aktivieren"
169
- ],
170
- "Errata mail": [
171
- "Errata-E-Mail"
172
- ],
173
101
  "Expand products": [
174
102
  ""
175
103
  ],
176
- "Export": [
177
- "Export"
178
- ],
179
- "Export Library": [
180
- "Bibliothek exportieren"
181
- ],
182
- "Export Repository": [
183
- ""
184
- ],
185
104
  "Failed to add task to queue.": [
186
105
  ""
187
106
  ],
188
107
  "Failed to add task to queue: %s": [
189
108
  "Aufgabe konnte nicht in die Warteschlange gestellt werden: %s"
190
109
  ],
191
- "Fetch pxe files": [
192
- "pxe-Dateien abrufen"
110
+ "Failed to create SCC account.": [
111
+ ""
193
112
  ],
194
- "Filter repositories": [
113
+ "Failed to update SCC account.": [
195
114
  ""
196
115
  ],
197
- "Filtered index content": [
198
- "Indexinhalt gefiltert"
116
+ "Filter repositories": [
117
+ ""
199
118
  ],
200
119
  "Foreman plugin to sync SUSE Customer Center products and repositories into Katello.": [
201
120
  "Foreman Plugin um SUSE Customer Center Produkte und Repositorien in Katello zu importieren."
202
121
  ],
203
- "Generate host applicability": [
204
- "Hostanwendbarkeit generieren"
205
- ],
206
- "Generate repository applicability": [
207
- "Repository-Anwendbarkeit generieren"
122
+ "GPG key for SUSE products": [
123
+ ""
208
124
  ],
209
125
  "Go to Product page": [
210
126
  ""
@@ -212,11 +128,8 @@
212
128
  "Go to Repository page": [
213
129
  ""
214
130
  ],
215
- "Hypervisors": [
216
- "Hypervisoren"
217
- ],
218
- "Hypervisors update": [
219
- "Hypervisoren aktualisieren"
131
+ "HH:MM AM": [
132
+ ""
220
133
  ],
221
134
  "If this option is enabled, debug and source pool repositories are automatically selected if you select a product. This option is disabled by default. It applies for unselected products, only. Already selected products are not filtered.": [
222
135
  ""
@@ -224,51 +137,9 @@
224
137
  "Immediate": [
225
138
  "Sofort"
226
139
  ],
227
- "Import": [
228
- "Import"
229
- ],
230
- "Import Content View Version": [
231
- "Inhaltsansichtsversion importieren"
232
- ],
233
- "Import Default Content View": [
234
- "Standardinhaltsansicht importieren"
235
- ],
236
- "Import Puppet classes": [
237
- "Puppet-Klassen importieren"
238
- ],
239
- "Import Repository": [
240
- ""
241
- ],
242
- "Import facts": [
243
- "Fakten importieren"
244
- ],
245
140
  "Include Debug and Source Pool repositories": [
246
141
  ""
247
142
  ],
248
- "Incremental Update": [
249
- "Inkrementelle Aktualisierung"
250
- ],
251
- "Incremental Update of Content View Version(s) ": [
252
- "Inkrementelle Aktualisierung der Inhaltsansichtsversion(en)"
253
- ],
254
- "Index content": [
255
- "Inhalt indizieren"
256
- ],
257
- "Index errata": [
258
- "Errata indizieren"
259
- ],
260
- "Index module streams": [
261
- "Modulströme indexieren"
262
- ],
263
- "Index package groups": [
264
- "Paketgruppen indizieren"
265
- ],
266
- "Install Applicable Errata": [
267
- "Relevante Errata installieren"
268
- ],
269
- "Instance update": [
270
- "Instanz-Update"
271
- ],
272
143
  "Interval cannot be nil": [
273
144
  "Intervall darf nicht Null sein"
274
145
  ],
@@ -290,26 +161,29 @@
290
161
  "Lock on SCC account already taken: %s": [
291
162
  "Lock für SCC Zugang bereits vergeben: %s"
292
163
  ],
164
+ "Login": [
165
+ ""
166
+ ],
293
167
  "Login id of scc_account": [
294
168
  "Benutzername des SCC Kontos"
295
169
  ],
296
170
  "Mirroring Policy": [
297
171
  ""
298
172
  ],
173
+ "Name": [
174
+ ""
175
+ ],
299
176
  "Name of the scc_account": [
300
177
  "Name des SCC Kontos"
301
178
  ],
302
- "No products selected.": [
303
- "Keine Produkte ausgewählt."
304
- ],
305
179
  "None": [
306
180
  "Keine"
307
181
  ],
308
182
  "On Demand": [
309
183
  "Auf Nachfrage"
310
184
  ],
311
- "Package Profile Update": [
312
- "Paketprofil-Update"
185
+ "Password": [
186
+ ""
313
187
  ],
314
188
  "Password of scc_account": [
315
189
  "Passwort des SCC Kontos"
@@ -320,69 +194,42 @@
320
194
  "Please synchronize your SUSE account before you can subscribe to SUSE products.": [
321
195
  ""
322
196
  ],
323
- "Product Create": [
324
- "Produkt erstellen"
325
- ],
326
197
  "Product Selection for Account %s": [
327
198
  "Produktauswahl für Konto %s"
328
199
  ],
329
200
  "Products": [
330
201
  "Produkte"
331
202
  ],
332
- "Promote": [
333
- "Fördern"
334
- ],
335
- "Promotion to Environment": [
336
- "Promotion des Environments"
337
- ],
338
- "Publish": [
339
- "Veröffentlichen"
340
- ],
341
- "Publish Lifecycle Environment Repositories": [
342
- "Lebenszyklusumgebungs-Repositorys veröffentlichen"
343
- ],
344
- "Refresh Alternate Content Source": [
203
+ "Refresh interval": [
345
204
  ""
346
205
  ],
347
- "Reindex subscriptions": [
348
- "Subskriptionen neu indizieren"
349
- ],
350
- "Remove Content": [
351
- "Inhalt entfernen"
352
- ],
353
- "Remove Version": [
354
- "Version entfernen"
355
- ],
356
- "Remove Versions and Associations": [
357
- "Versionen und Verknüpfungen entfernen"
358
- ],
359
- "Remove from Environment": [
360
- "Aus Umgebung entfernen"
361
- ],
362
- "Remove subscriptions": [
363
- "Subskriptionen entfernen"
206
+ "Refresh time": [
207
+ ""
364
208
  ],
365
209
  "Repositories (%s/%s)": [
366
210
  ""
367
211
  ],
368
- "Repository not imported": [
212
+ "Repository Sync Settings": [
369
213
  ""
370
214
  ],
371
- "Republish Version Repositories": [
372
- "Versions-Repositorys erneut veröffentlichen"
215
+ "Repository not imported": [
216
+ ""
373
217
  ],
374
218
  "Reset Selection": [
375
219
  ""
376
220
  ],
377
- "Run Sync Plan:": [
378
- "Synchronisierungsplan ausführen:"
221
+ "SCC Account Credentials": [
222
+ ""
223
+ ],
224
+ "SCC account created successfully.": [
225
+ ""
226
+ ],
227
+ "SCC account updated successfully.": [
228
+ ""
379
229
  ],
380
230
  "SUSE Customer Center": [
381
231
  "SUSE Customer Center"
382
232
  ],
383
- "SUSE Customer Center account": [
384
- "SUSE Customer Center Konto"
385
- ],
386
233
  "SUSE Subscription": [
387
234
  "SUSE Abonnement"
388
235
  ],
@@ -434,9 +281,15 @@
434
281
  "Show/Hide unsubscribed": [
435
282
  ""
436
283
  ],
284
+ "Specifies the daily time when the SCC authentication token refresh process starts. Set this to a time outside of business hours (e.g., during the night) to minimize disruption.": [
285
+ ""
286
+ ],
437
287
  "Starting the subscription task failed.": [
438
288
  ""
439
289
  ],
290
+ "Submit": [
291
+ ""
292
+ ],
440
293
  "Subscribe SCC Product": [
441
294
  "SCC Produkt abonnieren"
442
295
  ],
@@ -449,9 +302,6 @@
449
302
  "Sync": [
450
303
  "Synchronisation"
451
304
  ],
452
- "Sync Date": [
453
- "Synchronisationsdatum"
454
- ],
455
305
  "Sync SUSE subscriptions": [
456
306
  "SUSE Abonnements synchronisieren"
457
307
  ],
@@ -461,33 +311,15 @@
461
311
  "Sync SUSE subscriptions (Repositories)": [
462
312
  "SUSE Abonnements (Repositorien) synchronisieren"
463
313
  ],
464
- "Sync capsule": [
465
- "Kapsel synchronisieren"
466
- ],
467
- "Sync interval": [
468
- "Synchronisationsintervall"
469
- ],
470
314
  "Sync scc_account": [
471
315
  "SCC Konto synchronisieren"
472
316
  ],
473
317
  "Sync task started.": [
474
318
  "Synchronisierungsaufgabe gestartet."
475
319
  ],
476
- "Syncable export": [
477
- ""
478
- ],
479
- "Synchronize": [
480
- "Synchronisieren"
481
- ],
482
320
  "Synchronize SUSE Account": [
483
321
  ""
484
322
  ],
485
- "Synchronize smart proxy": [
486
- "Smart-Proxy synchronisieren"
487
- ],
488
- "Task to subscribe products started.": [
489
- "Aufgabe zum Abonnieren von Produkten gestartet."
490
- ],
491
323
  "Test Connection": [
492
324
  "Verbindung testen"
493
325
  ],
@@ -512,8 +344,11 @@
512
344
  "The subscription task with id ": [
513
345
  ""
514
346
  ],
515
- "The sync interval is used to periodically update the SCC authentication tokens of any imported products.": [
516
- "Das Synchronisationsintervall ist die Zeit, nach der automatisch das Autorisierungstoken erneuert wird."
347
+ "The token refresh interval is used to periodically update the SCC authentication tokens of any imported products.": [
348
+ ""
349
+ ],
350
+ "Token Refresh Settings": [
351
+ ""
517
352
  ],
518
353
  "URL of SUSE for scc_account": [
519
354
  "SUSE URL des SCC Kontos"
@@ -521,71 +356,35 @@
521
356
  "Unknown": [
522
357
  "Unbekannt"
523
358
  ],
524
- "Update": [
525
- "Aktualisieren"
526
- ],
527
- "Update Alternate Content Source": [
528
- ""
529
- ],
530
- "Update CDN Configuration": [
531
- ""
532
- ],
533
- "Update Content Overrides": [
534
- "Inhaltsüberschreibungen aktualisieren"
535
- ],
536
359
  "Update SUSE repositories": [
537
360
  "SUSE Repositorien aktualisieren"
538
361
  ],
539
362
  "Update SUSE repositories %s": [
540
363
  "SUSE Repositorien %s aktualisieren"
541
364
  ],
542
- "Update content urls": [
543
- "Inhalts-URLs aktualisieren"
544
- ],
545
- "Update for host": [
546
- "Update für Host"
547
- ],
548
- "Update http proxy": [
549
- "HTTP-Proxy aktualisieren"
550
- ],
551
- "Update http proxy details": [
552
- "HTTP-Proxy-Details aktualisieren"
553
- ],
554
- "Update redhat repository": [
555
- "Redhat-Repository aktualisieren"
556
- ],
557
- "Update release version for host": [
558
- "Release-Version für Host aktualisieren"
559
- ],
560
365
  "Update scc_account": [
561
366
  "SCC Konto aktualisieren"
562
367
  ],
563
- "Updating System Purpose for host": [
564
- "Aktualisieren des Systemzwecks für den Host"
565
- ],
566
- "Upload into": [
567
- "Hochgeladen in"
568
- ],
569
- "Use GPG key for SUSE products": [
570
- "GPG-Schlüssel mit SUSE Produkten assoziieren"
571
- ],
572
368
  "Use this setting if you want to automatically add a GPG key to your SUSE products upon subscription. You can change this setting in the 'Content' > 'Products' menu, later.": [
573
369
  "Verwenden Sie diese Einstellung, wenn Sie beim Abonnieren automatisch einen GPG-Schlüssel zu Ihren SUSE Produkten hinzufügen wollen. Diese Einstellung kann später unter 'Inhalt' > 'Produkte' wieder geändert werden."
574
370
  ],
575
371
  "Use your 'Organization credentials' obtained from the SUSE Customer Center.": [
576
372
  "Verwenden Sie die \\\"Organisationszugangsdaten\\\" aus dem SUSE Customer Center."
577
373
  ],
578
- "Verify checksum": [
579
- "Prüfsumme überprüfen"
580
- ],
581
374
  "WARNING: If you want to switch SCC accounts and retain the synchronized content, DO NOT delete your old SCC account, even if it is expired. Please change the login and password of your SCC account, instead.\\n\\nIf you delete your old SCC account, you CANNOT reuse existing repositories, products, content views, and composite content views.\\n\\nReally delete SCC account %s?": [
582
375
  ""
583
376
  ],
377
+ "YYYY-MM-DD": [
378
+ ""
379
+ ],
584
380
  "You currently have no SUSE products selected. Search and add SUSE products in the section below.": [
585
381
  ""
586
382
  ],
587
383
  "never synced": [
588
384
  "Nie synchronisiert"
385
+ ],
386
+ "no results": [
387
+ ""
589
388
  ]
590
389
  }
591
390
  }