foreman_remote_execution 9.1.0 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/release.yml +14 -0
  3. data/.tx/config +3 -1
  4. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1 -0
  5. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1 -0
  6. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1 -0
  7. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1 -0
  8. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1 -0
  9. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1 -0
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1 -0
  11. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1 -0
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1 -0
  14. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1 -0
  15. data/app/assets/javascripts/foreman_remote_execution/template_invocation.js +10 -1
  16. data/app/controllers/job_invocations_controller.rb +20 -1
  17. data/app/controllers/ui_job_wizard_controller.rb +0 -3
  18. data/app/lib/actions/remote_execution/run_host_job.rb +1 -1
  19. data/app/views/job_invocations/_form.html.erb +1 -1
  20. data/app/views/templates/script/run_command.erb +1 -0
  21. data/config/routes.rb +1 -0
  22. data/lib/foreman_remote_execution/engine.rb +8 -8
  23. data/lib/foreman_remote_execution/tasks/explain_proxy_selection.rake +12 -3
  24. data/lib/foreman_remote_execution/version.rb +1 -1
  25. data/locale/Makefile +6 -3
  26. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  27. data/locale/de/foreman_remote_execution.po +53 -8
  28. data/locale/en/foreman_remote_execution.po +52 -7
  29. data/locale/en_GB/foreman_remote_execution.po +52 -7
  30. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  31. data/locale/es/foreman_remote_execution.po +56 -11
  32. data/locale/foreman_remote_execution.pot +193 -126
  33. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/fr/foreman_remote_execution.po +56 -11
  35. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/ja/foreman_remote_execution.po +56 -11
  37. data/locale/ko/foreman_remote_execution.po +52 -7
  38. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/pt_BR/foreman_remote_execution.po +56 -11
  40. data/locale/ru/foreman_remote_execution.po +52 -7
  41. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/zh_CN/foreman_remote_execution.po +56 -11
  43. data/locale/zh_TW/foreman_remote_execution.po +52 -7
  44. data/webpack/JobWizard/Footer.js +104 -0
  45. data/webpack/JobWizard/JobWizard.js +24 -16
  46. data/webpack/JobWizard/JobWizard.scss +6 -17
  47. data/webpack/JobWizard/JobWizardConstants.js +1 -1
  48. data/webpack/JobWizard/JobWizardPageRerun.js +2 -0
  49. data/webpack/JobWizard/__tests__/fixtures.js +8 -1
  50. data/webpack/JobWizard/__tests__/validation.test.js +9 -0
  51. data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +2 -0
  52. data/webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js +28 -14
  53. data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +3 -3
  54. data/webpack/JobWizard/steps/ReviewDetails/ReviewDetails.test.js +117 -0
  55. data/webpack/JobWizard/steps/ReviewDetails/helpers.js +43 -0
  56. data/webpack/JobWizard/steps/ReviewDetails/index.js +169 -18
  57. data/webpack/JobWizard/steps/Schedule/QueryType.js +1 -1
  58. data/webpack/JobWizard/steps/Schedule/RepeatHour.js +0 -1
  59. data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +1 -1
  60. data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +19 -5
  61. data/webpack/JobWizard/steps/form/DateTimePicker.js +0 -1
  62. data/webpack/JobWizard/steps/form/GroupedSelectField.js +0 -1
  63. data/webpack/JobWizard/steps/form/SelectField.js +0 -1
  64. data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +4 -4
  65. data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -2
  66. data/webpack/react_app/components/RecentJobsCard/constants.js +2 -2
  67. data/webpack/react_app/components/RegistrationExtension/RexPull.js +0 -2
  68. metadata +21 -6
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_remote_execution 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-02-15 19:45+0100\n"
12
- "PO-Revision-Date: 2023-02-15 19:45+0100\n"
11
+ "POT-Creation-Date: 2023-05-19 12:40+0000\n"
12
+ "PO-Revision-Date: 2023-05-19 12:40+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -24,7 +24,7 @@ msgid ""
24
24
  "is one instead?"
25
25
  msgstr ""
26
26
 
27
- #: ../app/assets/javascripts/foreman_remote_execution/template_invocation.js:83
27
+ #: ../app/assets/javascripts/foreman_remote_execution/template_invocation.js:92
28
28
  #: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:12
29
29
  msgid "There was an error while updating the status, try refreshing the page."
30
30
  msgstr ""
@@ -270,7 +270,7 @@ msgstr ""
270
270
  #: ../app/views/job_invocations/_form.html.erb:11
271
271
  #: ../app/views/job_templates/_custom_tabs.html.erb:5
272
272
  #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:58
273
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:75
273
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:104
274
274
  msgid "Job category"
275
275
  msgstr ""
276
276
 
@@ -364,19 +364,19 @@ msgstr ""
364
364
  msgid "List of proxy IDs to be used for remote execution"
365
365
  msgstr ""
366
366
 
367
- #: ../app/controllers/job_invocations_controller.rb:109
367
+ #: ../app/controllers/job_invocations_controller.rb:119
368
368
  msgid "Trying to abort the job"
369
369
  msgstr ""
370
370
 
371
- #: ../app/controllers/job_invocations_controller.rb:111
371
+ #: ../app/controllers/job_invocations_controller.rb:121
372
372
  msgid "Trying to cancel the job"
373
373
  msgstr ""
374
374
 
375
- #: ../app/controllers/job_invocations_controller.rb:115
375
+ #: ../app/controllers/job_invocations_controller.rb:125
376
376
  msgid "The job cannot be aborted at the moment."
377
377
  msgstr ""
378
378
 
379
- #: ../app/controllers/job_invocations_controller.rb:117
379
+ #: ../app/controllers/job_invocations_controller.rb:127
380
380
  msgid "The job cannot be cancelled at the moment."
381
381
  msgstr ""
382
382
 
@@ -407,7 +407,7 @@ msgstr ""
407
407
  #: ../app/helpers/hosts_extensions_helper.rb:10
408
408
  #: ../db/seeds.d/50-notification_blueprints.rb:3
409
409
  #: ../db/seeds.d/50-notification_blueprints.rb:17
410
- #: ../lib/foreman_remote_execution/engine.rb:242
410
+ #: ../lib/foreman_remote_execution/engine.rb:243
411
411
  #: ../webpack/JobWizard/JobWizardPageRerun.js:42
412
412
  #: ../webpack/JobWizard/index.js:12
413
413
  msgid "Jobs"
@@ -838,13 +838,13 @@ msgstr ""
838
838
 
839
839
  #: ../app/models/targeting.rb:10
840
840
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
841
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
841
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:273
842
842
  msgid "Alphabetical"
843
843
  msgstr ""
844
844
 
845
845
  #: ../app/models/targeting.rb:10
846
846
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:228
847
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:136
847
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:272
848
848
  msgid "Randomized"
849
849
  msgstr ""
850
850
 
@@ -881,7 +881,7 @@ msgid "Can't find Job Invocation for an id %s"
881
881
  msgstr ""
882
882
 
883
883
  #: ../app/views/dashboard/_latest-jobs.html.erb:2
884
- #: ../lib/foreman_remote_execution/engine.rb:249
884
+ #: ../lib/foreman_remote_execution/engine.rb:250
885
885
  msgid "Latest Jobs"
886
886
  msgstr ""
887
887
 
@@ -941,7 +941,7 @@ msgid "Timeout to kill after"
941
941
  msgstr ""
942
942
 
943
943
  #: ../app/views/job_invocations/_card_target_hosts.html.erb:5
944
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:77
944
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
945
945
  msgid "Target hosts"
946
946
  msgstr ""
947
947
 
@@ -970,7 +970,7 @@ msgid "Location"
970
970
  msgstr ""
971
971
 
972
972
  #: ../app/views/job_invocations/_card_target_hosts.html.erb:37
973
- #: ../lib/foreman_remote_execution/engine.rb:77
973
+ #: ../lib/foreman_remote_execution/engine.rb:78
974
974
  msgid "SSH User"
975
975
  msgstr ""
976
976
 
@@ -991,7 +991,7 @@ msgstr ""
991
991
 
992
992
  #: ../app/views/job_invocations/_form.html.erb:23
993
993
  #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:68
994
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:76
994
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:112
995
995
  msgid "Job template"
996
996
  msgstr ""
997
997
 
@@ -1000,7 +1000,8 @@ msgid "Resolves to"
1000
1000
  msgstr ""
1001
1001
 
1002
1002
  #: ../app/views/job_invocations/_form.html.erb:42
1003
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:183
1003
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:231
1004
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:88
1004
1005
  msgid "hosts"
1005
1006
  msgstr ""
1006
1007
 
@@ -1022,7 +1023,7 @@ msgstr ""
1022
1023
 
1023
1024
  #: ../app/views/job_invocations/_form.html.erb:85
1024
1025
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:239
1025
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:126
1026
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:262
1026
1027
  msgid "SSH user"
1027
1028
  msgstr ""
1028
1029
 
@@ -1034,7 +1035,7 @@ msgstr ""
1034
1035
  #: ../app/views/job_invocations/_form.html.erb:88
1035
1036
  #: ../app/views/job_templates/_custom_tabs.html.erb:26
1036
1037
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
1037
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:127
1038
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:263
1038
1039
  msgid "Effective user"
1039
1040
  msgstr ""
1040
1041
 
@@ -1048,7 +1049,7 @@ msgstr ""
1048
1049
  #: ../app/views/job_invocations/_form.html.erb:94
1049
1050
  #: ../app/views/job_templates/_custom_tabs.html.erb:13
1050
1051
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
1051
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:129
1052
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:265
1052
1053
  msgid "Timeout to kill"
1053
1054
  msgstr ""
1054
1055
 
@@ -1060,9 +1061,9 @@ msgid ""
1060
1061
  msgstr ""
1061
1062
 
1062
1063
  #: ../app/views/job_invocations/_form.html.erb:106
1063
- #: ../lib/foreman_remote_execution/engine.rb:162
1064
+ #: ../lib/foreman_remote_execution/engine.rb:163
1064
1065
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
1065
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:130
1066
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
1066
1067
  msgid "Time to pickup"
1067
1068
  msgstr ""
1068
1069
 
@@ -1098,8 +1099,8 @@ msgid ""
1098
1099
  msgstr ""
1099
1100
 
1100
1101
  #: ../app/views/job_invocations/_form.html.erb:112
1101
- #: ../lib/foreman_remote_execution/engine.rb:91
1102
- #: ../lib/foreman_remote_execution/engine.rb:93
1102
+ #: ../lib/foreman_remote_execution/engine.rb:92
1103
+ #: ../lib/foreman_remote_execution/engine.rb:94
1103
1104
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:125
1104
1105
  msgid "Effective user password"
1105
1106
  msgstr ""
@@ -1114,7 +1115,7 @@ msgstr ""
1114
1115
 
1115
1116
  #: ../app/views/job_invocations/_form.html.erb:116
1116
1117
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
1117
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:131
1118
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:267
1118
1119
  msgid "Concurrency level"
1119
1120
  msgstr ""
1120
1121
 
@@ -1127,7 +1128,7 @@ msgstr ""
1127
1128
 
1128
1129
  #: ../app/views/job_invocations/_form.html.erb:117
1129
1130
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
1130
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:132
1131
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:268
1131
1132
  msgid "Time span"
1132
1133
  msgstr ""
1133
1134
 
@@ -1140,7 +1141,7 @@ msgstr ""
1140
1141
 
1141
1142
  #: ../app/views/job_invocations/_form.html.erb:121
1142
1143
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
1143
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
1144
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
1144
1145
  msgid "Execution ordering"
1145
1146
  msgstr ""
1146
1147
 
@@ -1154,7 +1155,7 @@ msgid ""
1154
1155
  msgstr ""
1155
1156
 
1156
1157
  #: ../app/views/job_invocations/_form.html.erb:130
1157
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:118
1158
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:252
1158
1159
  msgid "Type of query"
1159
1160
  msgstr ""
1160
1161
 
@@ -1162,8 +1163,8 @@ msgstr ""
1162
1163
  msgid ""
1163
1164
  "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
1164
1165
  "/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
1165
- "ates just before the execution is started, so if it's planed in future, target"
1166
- "ed hosts set may change before it</li></ul>"
1166
+ "ates just before the execution is started, so if it's planned in future, targe"
1167
+ "ted hosts set may change before it</li></ul>"
1167
1168
  msgstr ""
1168
1169
 
1169
1170
  #: ../app/views/job_invocations/_preview_hosts_list.html.erb:3
@@ -1379,7 +1380,7 @@ msgid "Remote execution"
1379
1380
  msgstr ""
1380
1381
 
1381
1382
  #: ../app/views/overrides/subnets/_rex_tab.html.erb:1
1382
- #: ../lib/foreman_remote_execution/engine.rb:62
1383
+ #: ../lib/foreman_remote_execution/engine.rb:63
1383
1384
  msgid "Remote Execution"
1384
1385
  msgstr ""
1385
1386
 
@@ -1401,7 +1402,7 @@ msgid ""
1401
1402
  msgstr ""
1402
1403
 
1403
1404
  #: ../app/views/remote_execution_features/index.html.erb:1
1404
- #: ../lib/foreman_remote_execution/engine.rb:236
1405
+ #: ../lib/foreman_remote_execution/engine.rb:237
1405
1406
  msgid "Remote Execution Features"
1406
1407
  msgstr ""
1407
1408
 
@@ -1521,69 +1522,69 @@ msgstr ""
1521
1522
  msgid "Unable to create mail notification: %s"
1522
1523
  msgstr ""
1523
1524
 
1524
- #: ../lib/foreman_remote_execution/engine.rb:65
1525
+ #: ../lib/foreman_remote_execution/engine.rb:66
1525
1526
  msgid ""
1526
1527
  "Search the host for any proxy with Remote Execution, useful when the host has "
1527
1528
  "no subnet or the subnet does not have an execution proxy"
1528
1529
  msgstr ""
1529
1530
 
1530
- #: ../lib/foreman_remote_execution/engine.rb:67
1531
+ #: ../lib/foreman_remote_execution/engine.rb:68
1531
1532
  msgid "Fallback to Any Proxy"
1532
1533
  msgstr ""
1533
1534
 
1534
- #: ../lib/foreman_remote_execution/engine.rb:70
1535
+ #: ../lib/foreman_remote_execution/engine.rb:71
1535
1536
  msgid ""
1536
1537
  "Search for remote execution proxy outside of the proxies assigned to the host."
1537
1538
  " The search will be limited to the host's organization and location."
1538
1539
  msgstr ""
1539
1540
 
1540
- #: ../lib/foreman_remote_execution/engine.rb:72
1541
+ #: ../lib/foreman_remote_execution/engine.rb:73
1541
1542
  msgid "Enable Global Proxy"
1542
1543
  msgstr ""
1543
1544
 
1544
- #: ../lib/foreman_remote_execution/engine.rb:75
1545
+ #: ../lib/foreman_remote_execution/engine.rb:76
1545
1546
  msgid ""
1546
1547
  "Default user to use for SSH. You may override per host by setting a parameter"
1547
1548
  " called remote_execution_ssh_user."
1548
1549
  msgstr ""
1549
1550
 
1550
- #: ../lib/foreman_remote_execution/engine.rb:80
1551
+ #: ../lib/foreman_remote_execution/engine.rb:81
1551
1552
  msgid ""
1552
1553
  "Default user to use for executing the script. If the user differs from the SSH"
1553
1554
  " user, su or sudo is used to switch the user."
1554
1555
  msgstr ""
1555
1556
 
1556
- #: ../lib/foreman_remote_execution/engine.rb:82
1557
+ #: ../lib/foreman_remote_execution/engine.rb:83
1557
1558
  msgid "Effective User"
1558
1559
  msgstr ""
1559
1560
 
1560
- #: ../lib/foreman_remote_execution/engine.rb:85
1561
+ #: ../lib/foreman_remote_execution/engine.rb:86
1561
1562
  msgid "What command should be used to switch to the effective user. One of %s"
1562
1563
  msgstr ""
1563
1564
 
1564
- #: ../lib/foreman_remote_execution/engine.rb:87
1565
+ #: ../lib/foreman_remote_execution/engine.rb:88
1565
1566
  msgid "Effective User Method"
1566
1567
  msgstr ""
1567
1568
 
1568
- #: ../lib/foreman_remote_execution/engine.rb:97
1569
+ #: ../lib/foreman_remote_execution/engine.rb:98
1569
1570
  msgid "Whether we should sync templates from disk when running db:seed."
1570
1571
  msgstr ""
1571
1572
 
1572
- #: ../lib/foreman_remote_execution/engine.rb:99
1573
+ #: ../lib/foreman_remote_execution/engine.rb:100
1573
1574
  msgid "Sync Job Templates"
1574
1575
  msgstr ""
1575
1576
 
1576
- #: ../lib/foreman_remote_execution/engine.rb:102
1577
+ #: ../lib/foreman_remote_execution/engine.rb:103
1577
1578
  msgid ""
1578
1579
  "Port to use for SSH communication. Default port 22. You may override per host "
1579
1580
  "by setting a parameter called remote_execution_ssh_port."
1580
1581
  msgstr ""
1581
1582
 
1582
- #: ../lib/foreman_remote_execution/engine.rb:104
1583
+ #: ../lib/foreman_remote_execution/engine.rb:105
1583
1584
  msgid "SSH Port"
1584
1585
  msgstr ""
1585
1586
 
1586
- #: ../lib/foreman_remote_execution/engine.rb:107
1587
+ #: ../lib/foreman_remote_execution/engine.rb:108
1587
1588
  msgid ""
1588
1589
  "Should the ip addresses on host interfaces be preferred over the fqdn? It is u"
1589
1590
  "seful when DNS not resolving the fqdns properly. You may override this per hos"
@@ -1592,11 +1593,11 @@ msgid ""
1592
1593
  "tting"
1593
1594
  msgstr ""
1594
1595
 
1595
- #: ../lib/foreman_remote_execution/engine.rb:111
1596
+ #: ../lib/foreman_remote_execution/engine.rb:112
1596
1597
  msgid "Connect by IP"
1597
1598
  msgstr ""
1598
1599
 
1599
- #: ../lib/foreman_remote_execution/engine.rb:114
1600
+ #: ../lib/foreman_remote_execution/engine.rb:115
1600
1601
  msgid ""
1601
1602
  "When connecting using ip address, should the IPv6 addresses be preferred? If n"
1602
1603
  "o IPv6 address is set, it falls back to IPv4 automatically. You may override t"
@@ -1605,97 +1606,105 @@ msgid ""
1605
1606
  " default"
1606
1607
  msgstr ""
1607
1608
 
1608
- #: ../lib/foreman_remote_execution/engine.rb:118
1609
+ #: ../lib/foreman_remote_execution/engine.rb:119
1609
1610
  msgid "Prefer IPv6 over IPv4"
1610
1611
  msgstr ""
1611
1612
 
1612
- #: ../lib/foreman_remote_execution/engine.rb:121
1613
+ #: ../lib/foreman_remote_execution/engine.rb:122
1613
1614
  msgid ""
1614
1615
  "Default password to use for SSH. You may override per host by setting a parame"
1615
1616
  "ter called remote_execution_ssh_password"
1616
1617
  msgstr ""
1617
1618
 
1618
- #: ../lib/foreman_remote_execution/engine.rb:123
1619
+ #: ../lib/foreman_remote_execution/engine.rb:124
1619
1620
  msgid "Default SSH password"
1620
1621
  msgstr ""
1621
1622
 
1622
- #: ../lib/foreman_remote_execution/engine.rb:127
1623
+ #: ../lib/foreman_remote_execution/engine.rb:128
1623
1624
  msgid ""
1624
1625
  "Default key passphrase to use for SSH. You may override per host by setting a "
1625
1626
  "parameter called remote_execution_ssh_key_passphrase"
1626
1627
  msgstr ""
1627
1628
 
1628
- #: ../lib/foreman_remote_execution/engine.rb:129
1629
+ #: ../lib/foreman_remote_execution/engine.rb:130
1629
1630
  msgid "Default SSH key passphrase"
1630
1631
  msgstr ""
1631
1632
 
1632
- #: ../lib/foreman_remote_execution/engine.rb:133
1633
+ #: ../lib/foreman_remote_execution/engine.rb:134
1633
1634
  msgid ""
1634
1635
  "Amount of workers in the pool to handle the execution of the remote execution "
1635
1636
  "jobs. Restart of the dynflowd/foreman-tasks service is required."
1636
1637
  msgstr ""
1637
1638
 
1638
- #: ../lib/foreman_remote_execution/engine.rb:135
1639
+ #: ../lib/foreman_remote_execution/engine.rb:136
1639
1640
  msgid "Workers pool size"
1640
1641
  msgstr ""
1641
1642
 
1642
- #: ../lib/foreman_remote_execution/engine.rb:138
1643
+ #: ../lib/foreman_remote_execution/engine.rb:139
1643
1644
  msgid ""
1644
1645
  "When enabled, working directories will be removed after task completion. You m"
1645
1646
  "ay override this per host by setting a parameter called remote_execution_clean"
1646
1647
  "up_working_dirs."
1647
1648
  msgstr ""
1648
1649
 
1649
- #: ../lib/foreman_remote_execution/engine.rb:140
1650
+ #: ../lib/foreman_remote_execution/engine.rb:141
1650
1651
  msgid "Cleanup working directories"
1651
1652
  msgstr ""
1652
1653
 
1653
- #: ../lib/foreman_remote_execution/engine.rb:143
1654
+ #: ../lib/foreman_remote_execution/engine.rb:144
1654
1655
  msgid ""
1655
1656
  "Where to find the Cockpit instance for the Web Console button. By default, no"
1656
1657
  " button is shown."
1657
1658
  msgstr ""
1658
1659
 
1659
- #: ../lib/foreman_remote_execution/engine.rb:145
1660
+ #: ../lib/foreman_remote_execution/engine.rb:146
1660
1661
  msgid "Cockpit URL"
1661
1662
  msgstr ""
1662
1663
 
1663
- #: ../lib/foreman_remote_execution/engine.rb:148
1664
+ #: ../lib/foreman_remote_execution/engine.rb:149
1664
1665
  msgid "Choose a job template that is pre-selected in job invocation form"
1665
1666
  msgstr ""
1666
1667
 
1667
- #: ../lib/foreman_remote_execution/engine.rb:150
1668
+ #: ../lib/foreman_remote_execution/engine.rb:151
1668
1669
  msgid "Form Job Template"
1669
1670
  msgstr ""
1670
1671
 
1671
- #: ../lib/foreman_remote_execution/engine.rb:154
1672
+ #: ../lib/foreman_remote_execution/engine.rb:155
1672
1673
  msgid ""
1673
1674
  "Select a report template used for generating a report for a particular remote "
1674
1675
  "execution job"
1675
1676
  msgstr ""
1676
1677
 
1677
- #: ../lib/foreman_remote_execution/engine.rb:156
1678
+ #: ../lib/foreman_remote_execution/engine.rb:157
1678
1679
  msgid "Job Invocation Report Template"
1679
1680
  msgstr ""
1680
1681
 
1681
- #: ../lib/foreman_remote_execution/engine.rb:160
1682
+ #: ../lib/foreman_remote_execution/engine.rb:161
1682
1683
  msgid ""
1683
1684
  "Time in seconds within which the host has to pick up a job. If the job is not "
1684
1685
  "picked up within this limit, the job will be cancelled. Defaults to 1 day."
1685
1686
  msgstr ""
1686
1687
 
1687
- #: ../lib/foreman_remote_execution/engine.rb:231
1688
+ #: ../lib/foreman_remote_execution/engine.rb:232
1688
1689
  msgid "Job templates"
1689
1690
  msgstr ""
1690
1691
 
1691
- #: ../lib/foreman_remote_execution/engine.rb:366
1692
+ #: ../lib/foreman_remote_execution/engine.rb:361
1692
1693
  msgid "Run Puppet Once"
1693
1694
  msgstr ""
1694
1695
 
1695
- #: ../lib/foreman_remote_execution/engine.rb:367
1696
+ #: ../lib/foreman_remote_execution/engine.rb:362
1696
1697
  msgid "Perform a single Puppet run"
1697
1698
  msgstr ""
1698
1699
 
1700
+ #: ../lib/foreman_remote_execution/engine.rb:367
1701
+ msgid "Run Script"
1702
+ msgstr ""
1703
+
1704
+ #: ../lib/foreman_remote_execution/engine.rb:368
1705
+ msgid "Run a script"
1706
+ msgstr ""
1707
+
1699
1708
  #: ../webpack/JobWizard/JobWizardConstants.js:11
1700
1709
  msgid "Does not repeat"
1701
1710
  msgstr ""
@@ -1736,7 +1745,7 @@ msgid "Recurring execution"
1736
1745
  msgstr ""
1737
1746
 
1738
1747
  #: ../webpack/JobWizard/JobWizardConstants.js:26
1739
- msgid "Category and Template"
1748
+ msgid "Category and template"
1740
1749
  msgstr ""
1741
1750
 
1742
1751
  #: ../webpack/JobWizard/JobWizardConstants.js:27
@@ -1744,7 +1753,7 @@ msgid "Target hosts and inputs"
1744
1753
  msgstr ""
1745
1754
 
1746
1755
  #: ../webpack/JobWizard/JobWizardConstants.js:28
1747
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:83
1756
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
1748
1757
  msgid "Advanced fields"
1749
1758
  msgstr ""
1750
1759
 
@@ -1793,6 +1802,15 @@ msgid ""
1793
1802
  "ifferent hosts than before."
1794
1803
  msgstr ""
1795
1804
 
1805
+ #: ../webpack/JobWizard/StartsBeforeErrorAlert.js:9
1806
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
1807
+ msgid "'Starts before' date must in the future"
1808
+ msgstr ""
1809
+
1810
+ #: ../webpack/JobWizard/StartsBeforeErrorAlert.js:11
1811
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
1812
+ msgstr ""
1813
+
1796
1814
  #: ../webpack/JobWizard/index.js:35
1797
1815
  msgid "Use legacy form"
1798
1816
  msgstr ""
@@ -1854,76 +1872,157 @@ msgstr ""
1854
1872
  msgid "Preview Hosts"
1855
1873
  msgstr ""
1856
1874
 
1857
- #: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:47
1875
+ #: ../webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js:49
1858
1876
  msgid "...and %s more"
1859
1877
  msgstr ""
1860
1878
 
1861
- #: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:78
1862
- msgid "Clear filters"
1879
+ #: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:21
1880
+ msgid "%s more"
1881
+ msgstr ""
1882
+
1883
+ #: ../webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js:92
1884
+ msgid "Clear all filters"
1863
1885
  msgstr ""
1864
1886
 
1865
1887
  #: ../webpack/JobWizard/steps/HostsAndInputs/TemplateInputs.js:11
1866
1888
  msgid "There are no available input fields for the selected template."
1867
1889
  msgstr ""
1868
1890
 
1869
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:141
1891
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:127
1892
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:164
1893
+ msgid "Please select at least one host"
1894
+ msgstr ""
1895
+
1896
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:161
1897
+ msgid "Please enter a search query"
1898
+ msgstr ""
1899
+
1900
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:168
1901
+ msgid "Please select at least one host collection"
1902
+ msgstr ""
1903
+
1904
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:172
1905
+ msgid "Please select at least one host group"
1906
+ msgstr ""
1907
+
1908
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:189
1870
1909
  msgid "Filter by hosts"
1871
1910
  msgstr ""
1872
1911
 
1873
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:151
1912
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:199
1874
1913
  msgid "Filter by host collections"
1875
1914
  msgstr ""
1876
1915
 
1877
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:160
1916
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:208
1878
1917
  msgid "Filter by host groups"
1879
1918
  msgstr ""
1880
1919
 
1881
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
1920
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:224
1882
1921
  msgid "Apply to"
1883
1922
  msgstr ""
1884
1923
 
1885
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:63
1924
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:7
1925
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:175
1926
+ msgid "Never"
1927
+ msgstr ""
1928
+
1929
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:13
1930
+ msgid "After %s occurences"
1931
+ msgstr ""
1932
+
1933
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:19
1934
+ msgid "Every hour at minute %s"
1935
+ msgstr ""
1936
+
1937
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:21
1938
+ msgid "Every day at %s"
1939
+ msgstr ""
1940
+
1941
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:29
1942
+ msgid "Every week on %s at %s"
1943
+ msgstr ""
1944
+
1945
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:33
1946
+ msgid "Every month on %s at %s"
1947
+ msgstr ""
1948
+
1949
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:38
1950
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:19
1951
+ msgid "Cron line"
1952
+ msgstr ""
1953
+
1954
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:81
1886
1955
  msgid "No Target Hosts"
1887
1956
  msgstr ""
1888
1957
 
1889
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:69
1890
- msgid ", and %s more"
1958
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:94
1959
+ msgid "view host names"
1891
1960
  msgstr ""
1892
1961
 
1893
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:92
1962
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:145
1894
1963
  msgid "Hide all advanced fields"
1895
1964
  msgstr ""
1896
1965
 
1897
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:102
1966
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:155
1898
1967
  msgid "Show all advanced fields"
1899
1968
  msgstr ""
1900
1969
 
1901
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:110
1970
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:165
1902
1971
  msgid "Schedule type"
1903
1972
  msgstr ""
1904
1973
 
1905
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:114
1974
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:179
1906
1975
  msgid "Recurrence"
1907
1976
  msgstr ""
1908
1977
 
1909
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
1978
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:194
1979
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
1980
+ msgid "Starts at"
1981
+ msgstr ""
1982
+
1983
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:203
1984
+ msgid "Starts Before"
1985
+ msgstr ""
1986
+
1987
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:212
1988
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
1989
+ msgid "Starts"
1990
+ msgstr ""
1991
+
1992
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:217
1993
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
1994
+ msgid "Now"
1995
+ msgstr ""
1996
+
1997
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:223
1998
+ #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
1999
+ msgid "Repeats"
2000
+ msgstr ""
2001
+
2002
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:231
2003
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
2004
+ msgid "Ends"
2005
+ msgstr ""
2006
+
2007
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:244
2008
+ #: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
2009
+ msgid "Purpose"
2010
+ msgstr ""
2011
+
2012
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:256
1910
2013
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
1911
2014
  msgid "Static query"
1912
2015
  msgstr ""
1913
2016
 
1914
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:121
2017
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:257
1915
2018
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
1916
2019
  msgid "Dynamic query"
1917
2020
  msgstr ""
1918
2021
 
1919
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:128
2022
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:264
1920
2023
  msgid "Description Template"
1921
2024
  msgstr ""
1922
2025
 
1923
- #: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
1924
- msgid "Purpose"
1925
- msgstr ""
1926
-
1927
2026
  #: ../webpack/JobWizard/steps/Schedule/PurposeField.js:11
1928
2027
  msgid ""
1929
2028
  "A special label for tracking a recurring job. There can be only one active job"
@@ -1944,12 +2043,8 @@ msgstr ""
1944
2043
 
1945
2044
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:33
1946
2045
  msgid ""
1947
- "evaluates just before the execution is started, so if it's planed in future, t"
1948
- "argeted hosts set may change before it"
1949
- msgstr ""
1950
-
1951
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:19
1952
- msgid "Cron line"
2046
+ "evaluates just before the execution is started, so if it's planned in future, "
2047
+ "targeted hosts set may change before it"
1953
2048
  msgstr ""
1954
2049
 
1955
2050
  #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:22
@@ -1994,11 +2089,11 @@ msgstr ""
1994
2089
  msgid "range: 0-59"
1995
2090
  msgstr ""
1996
2091
 
1997
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
2092
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:66
1998
2093
  msgid "Create"
1999
2094
  msgstr ""
2000
2095
 
2001
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:81
2096
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:80
2002
2097
  msgid "Minute can only be a number between 0-59"
2003
2098
  msgstr ""
2004
2099
 
@@ -2006,10 +2101,6 @@ msgstr ""
2006
2101
  msgid "Days"
2007
2102
  msgstr ""
2008
2103
 
2009
- #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
2010
- msgid "Repeats"
2011
- msgstr ""
2012
-
2013
2104
  #: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
2014
2105
  msgid "Days of week"
2015
2106
  msgstr ""
@@ -2024,14 +2115,6 @@ msgstr ""
2024
2115
  msgid "'Starts before' date must be after 'Starts at' date"
2025
2116
  msgstr ""
2026
2117
 
2027
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
2028
- msgid "'Starts before' date must in the future"
2029
- msgstr ""
2030
-
2031
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
2032
- msgid "Starts at"
2033
- msgstr ""
2034
-
2035
2118
  #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:74
2036
2119
  #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:111
2037
2120
  msgid "Clear input"
@@ -2041,22 +2124,6 @@ msgstr ""
2041
2124
  msgid "Starts before"
2042
2125
  msgstr ""
2043
2126
 
2044
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
2045
- msgid "Starts"
2046
- msgstr ""
2047
-
2048
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
2049
- msgid "Now"
2050
- msgstr ""
2051
-
2052
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
2053
- msgid "Ends"
2054
- msgstr ""
2055
-
2056
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:175
2057
- msgid "Never"
2058
- msgstr ""
2059
-
2060
2127
  #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:183
2061
2128
  msgid "End time needs to be after start time"
2062
2129
  msgstr ""
@@ -2195,7 +2262,7 @@ msgstr ""
2195
2262
  msgid "REX pull mode"
2196
2263
  msgstr ""
2197
2264
 
2198
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:32
2265
+ #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:31
2199
2266
  msgid ""
2200
2267
  "Setup remote execution pull mode. If set to `Yes`, pull provider client will b"
2201
2268
  "e deployed on the registered host. The inherited value is based on the `host_r"