foreman_remote_execution 13.2.2 → 13.2.3

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 (31) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +57 -3
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +57 -3
  4. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +57 -3
  5. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +57 -3
  6. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +57 -3
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +57 -3
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +57 -3
  9. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +57 -3
  10. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +57 -3
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +57 -3
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +57 -3
  13. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +57 -3
  14. data/app/lib/actions/remote_execution/proxy_action.rb +8 -0
  15. data/lib/foreman_remote_execution/version.rb +1 -1
  16. data/locale/action_names.rb +0 -5
  17. data/locale/de/foreman_remote_execution.po +57 -3
  18. data/locale/en/foreman_remote_execution.po +57 -3
  19. data/locale/en_GB/foreman_remote_execution.po +57 -3
  20. data/locale/es/foreman_remote_execution.po +57 -3
  21. data/locale/foreman_remote_execution.pot +138 -62
  22. data/locale/fr/foreman_remote_execution.po +57 -3
  23. data/locale/ja/foreman_remote_execution.po +57 -3
  24. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  25. data/locale/ka/foreman_remote_execution.po +57 -3
  26. data/locale/ko/foreman_remote_execution.po +57 -3
  27. data/locale/pt_BR/foreman_remote_execution.po +57 -3
  28. data/locale/ru/foreman_remote_execution.po +57 -3
  29. data/locale/zh_CN/foreman_remote_execution.po +57 -3
  30. data/locale/zh_TW/foreman_remote_execution.po +57 -3
  31. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96681556d3f5a6992e71260803846de43b28006b4c6632dc8def7772ae8c42b5
4
- data.tar.gz: 13fffbea7ed8fa8a9556db7ce1c251ab4a879de339f85a5fb4e0f83977a12bfc
3
+ metadata.gz: e86e40030829ea1e82f832a45615c93e2c77ff50ef2d2998f2ee933ef4526252
4
+ data.tar.gz: c1e97626289a621bea70337993e65d05736ed839844cd0762f40d6b77ef91241
5
5
  SHA512:
6
- metadata.gz: e2f596ae2c2dd3ed2483ee32f78104b26fe39e6e4faa60ba50dfefac947346bd639bad3714a5c89e9df47f0a81389ca59c7c05c7915432985bf1ab03ec53e71a
7
- data.tar.gz: c81d5218ffceb943120ed6c141bad17d7ed87e8feaff517b984fde44684ffffe72598f2adc7f350e187139f8e68c521d8c296a53ec9a88baf2f2987176b2d857
6
+ metadata.gz: 076f55dc40c9a0a82e4d69347128063c11c15299966b8ba5b96bdf59755e170473d58acdf32cb937b06aef6277c8fc9a43c842ba59fb250001c691f1cba95439
7
+ data.tar.gz: def9eff7af10885ecbaa2e88f2773108a17ae1683301f0b5312fef964a640a61fabf96bd275c56928fcca2db6171a2fb6447b4e7043a329e8c9daae9446ea5cc
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  "Ein Benutzer, der für die Ausführung des Skripts verwendet werden soll. Wenn dieser sich vom SSH-Benutzer unterscheidet, kann mittels su oder sudo der Account gewechselt werden."
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  "Job abbrechen"
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  "Job-Aufruf abbrechen"
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  "Parallelitätsebene und zeitliche Verteilung steuern"
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  "Daten für Jobaufruf konnten nicht angezeigt werden."
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  "Konnte keine passende Schnitstelle zum ausführen finden."
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  "Wiederholten Job erstellen"
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  ""
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  ""
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  "Erweiterte Felder einblenden"
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  "Globalen Proxy aktivieren"
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  ""
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  "Mehr dazu in der Dokumentation."
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  "Wiederholungslogik"
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  "Rekursives Rendern von Vorlagen festgestellt"
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  "Erneut ausführen"
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  "Erneutes Ausführen fehlgeschlagen"
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  "Erneut ausführen auf fehlgeschlagenen Hosts"
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  "Job erneut ausführen"
968
1016
  ],
@@ -1357,9 +1405,15 @@
1357
1405
  "Trying to abort the job": [
1358
1406
  "Versuche Jobabbruch zu erzwingen"
1359
1407
  ],
1408
+ "Trying to abort the job %s.": [
1409
+ ""
1410
+ ],
1360
1411
  "Trying to cancel the job": [
1361
1412
  "Versuche den Job abzubrechen"
1362
1413
  ],
1414
+ "Trying to cancel the job %s.": [
1415
+ ""
1416
+ ],
1363
1417
  "Type": [
1364
1418
  "Typ"
1365
1419
  ],
@@ -1414,9 +1468,6 @@
1414
1468
  "Use new job wizard": [
1415
1469
  ""
1416
1470
  ],
1417
- "Use old form": [
1418
- ""
1419
- ],
1420
1471
  "User Inputs": [
1421
1472
  "Benutzereingaben"
1422
1473
  ],
@@ -1450,6 +1501,9 @@
1450
1501
  "View scheduled jobs": [
1451
1502
  ""
1452
1503
  ],
1504
+ "View task": [
1505
+ ""
1506
+ ],
1453
1507
  "Web Console": [
1454
1508
  "Web-Konsole"
1455
1509
  ],
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  ""
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  ""
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  ""
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  ""
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  ""
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  ""
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  ""
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  ""
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  ""
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  ""
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  ""
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  ""
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  ""
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  ""
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  ""
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  ""
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  ""
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  ""
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  ""
968
1016
  ],
@@ -1357,9 +1405,15 @@
1357
1405
  "Trying to abort the job": [
1358
1406
  ""
1359
1407
  ],
1408
+ "Trying to abort the job %s.": [
1409
+ ""
1410
+ ],
1360
1411
  "Trying to cancel the job": [
1361
1412
  ""
1362
1413
  ],
1414
+ "Trying to cancel the job %s.": [
1415
+ ""
1416
+ ],
1363
1417
  "Type": [
1364
1418
  ""
1365
1419
  ],
@@ -1414,9 +1468,6 @@
1414
1468
  "Use new job wizard": [
1415
1469
  ""
1416
1470
  ],
1417
- "Use old form": [
1418
- ""
1419
- ],
1420
1471
  "User Inputs": [
1421
1472
  ""
1422
1473
  ],
@@ -1450,6 +1501,9 @@
1450
1501
  "View scheduled jobs": [
1451
1502
  ""
1452
1503
  ],
1504
+ "View task": [
1505
+ ""
1506
+ ],
1453
1507
  "Web Console": [
1454
1508
  ""
1455
1509
  ],
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  ""
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  ""
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  ""
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  ""
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  ""
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  ""
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  ""
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  ""
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  ""
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  ""
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  ""
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  ""
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  "Learn more about this in the documentation."
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  ""
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  ""
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  ""
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  ""
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  ""
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  ""
968
1016
  ],
@@ -1357,9 +1405,15 @@
1357
1405
  "Trying to abort the job": [
1358
1406
  ""
1359
1407
  ],
1408
+ "Trying to abort the job %s.": [
1409
+ ""
1410
+ ],
1360
1411
  "Trying to cancel the job": [
1361
1412
  ""
1362
1413
  ],
1414
+ "Trying to cancel the job %s.": [
1415
+ ""
1416
+ ],
1363
1417
  "Type": [
1364
1418
  "Type"
1365
1419
  ],
@@ -1414,9 +1468,6 @@
1414
1468
  "Use new job wizard": [
1415
1469
  ""
1416
1470
  ],
1417
- "Use old form": [
1418
- ""
1419
- ],
1420
1471
  "User Inputs": [
1421
1472
  ""
1422
1473
  ],
@@ -1450,6 +1501,9 @@
1450
1501
  "View scheduled jobs": [
1451
1502
  ""
1452
1503
  ],
1504
+ "View task": [
1505
+ ""
1506
+ ],
1453
1507
  "Web Console": [
1454
1508
  ""
1455
1509
  ],
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  "Un usuario que se debe utilizar para ejecutar el script. Si es distinto del usuario SSH, se utiliza su o sudo para cambiar las cuentas."
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  "Abortar trabajo"
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  "Cancelar invocación de trabajo"
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  "Controlar el nivel de concurrencia y la distribución en el tiempo"
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  "No se han podido mostrar los datos para la invocación del trabajo."
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  "No se pudo hallar una interfaz adecuada para la ejecución"
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  "Crear un trabajo recurrente"
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  "Crear informe para este trabajo"
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  "Designación de un objetivo especial"
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  "Mostrar campos avanzados"
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  "Activar proxy global"
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  "La hora de finalización debe ser posterior a la de inicio"
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  "Consulte la documentación para obtener más información."
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  "Lógica recurrente"
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  "Se detectó una reproducción recursiva de plantillas."
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  "Volver a ejecutar"
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  "Error al volver a ejecutar"
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  "Volver a ejecutar en hosts con error"
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  "Volver a ejecutar el trabajo"
968
1016
  ],
@@ -1358,9 +1406,15 @@
1358
1406
  "Trying to abort the job": [
1359
1407
  "Intentando abortar el trabajo"
1360
1408
  ],
1409
+ "Trying to abort the job %s.": [
1410
+ ""
1411
+ ],
1361
1412
  "Trying to cancel the job": [
1362
1413
  "Intentando cancelar el trabajo"
1363
1414
  ],
1415
+ "Trying to cancel the job %s.": [
1416
+ ""
1417
+ ],
1364
1418
  "Type": [
1365
1419
  "Tipo"
1366
1420
  ],
@@ -1415,9 +1469,6 @@
1415
1469
  "Use new job wizard": [
1416
1470
  ""
1417
1471
  ],
1418
- "Use old form": [
1419
- ""
1420
- ],
1421
1472
  "User Inputs": [
1422
1473
  "Entradas del usuario"
1423
1474
  ],
@@ -1451,6 +1502,9 @@
1451
1502
  "View scheduled jobs": [
1452
1503
  "Ver trabajos programados"
1453
1504
  ],
1505
+ "View task": [
1506
+ ""
1507
+ ],
1454
1508
  "Web Console": [
1455
1509
  "Consola web"
1456
1510
  ],