foreman_remote_execution 8.3.3 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby_ci.yml +3 -1
  3. data/app/controllers/api/v2/job_invocations_controller.rb +0 -1
  4. data/app/controllers/job_invocations_controller.rb +1 -20
  5. data/app/controllers/ui_job_wizard_controller.rb +2 -4
  6. data/app/helpers/remote_execution_helper.rb +1 -1
  7. data/app/lib/actions/remote_execution/run_host_job.rb +1 -1
  8. data/app/views/api/v2/job_invocations/base.json.rabl +1 -1
  9. data/app/views/job_invocations/_form.html.erb +1 -1
  10. data/app/views/job_invocations/show.html.erb +1 -1
  11. data/app/views/job_invocations/welcome.html.erb +1 -1
  12. data/config/routes.rb +0 -1
  13. data/db/migrate/20210816100932_rex_setting_category_to_dsl.rb +1 -1
  14. data/extra/cockpit/foreman-cockpit-session +12 -29
  15. data/lib/foreman_remote_execution/engine.rb +2 -2
  16. data/lib/foreman_remote_execution/version.rb +1 -1
  17. data/locale/action_names.rb +2 -2
  18. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  19. data/locale/de/foreman_remote_execution.po +154 -266
  20. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  21. data/locale/en/foreman_remote_execution.po +24 -132
  22. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  23. data/locale/en_GB/foreman_remote_execution.po +41 -149
  24. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  25. data/locale/es/foreman_remote_execution.po +210 -320
  26. data/locale/foreman_remote_execution.pot +211 -394
  27. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/fr/foreman_remote_execution.po +241 -353
  29. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/ja/foreman_remote_execution.po +261 -368
  31. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/ko/foreman_remote_execution.po +53 -161
  33. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/pt_BR/foreman_remote_execution.po +225 -335
  35. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/ru/foreman_remote_execution.po +53 -161
  37. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  38. data/locale/zh_CN/foreman_remote_execution.po +359 -465
  39. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  40. data/locale/zh_TW/foreman_remote_execution.po +54 -162
  41. data/webpack/JobWizard/JobWizard.js +10 -52
  42. data/webpack/JobWizard/JobWizard.scss +1 -5
  43. data/webpack/JobWizard/JobWizardConstants.js +1 -1
  44. data/webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap +0 -8
  45. data/webpack/JobWizard/__tests__/fixtures.js +0 -5
  46. data/webpack/JobWizard/__tests__/integration.test.js +0 -15
  47. data/webpack/JobWizard/__tests__/validation.test.js +0 -27
  48. data/webpack/JobWizard/autofill.js +2 -6
  49. data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +0 -19
  50. data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +1 -9
  51. data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +0 -3
  52. data/webpack/JobWizard/steps/HostsAndInputs/HostSearch.js +4 -28
  53. data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +2 -32
  54. data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +10 -16
  55. data/webpack/JobWizard/steps/HostsAndInputs/index.js +3 -55
  56. data/webpack/JobWizard/steps/ReviewDetails/index.js +4 -7
  57. data/webpack/JobWizard/steps/Schedule/QueryType.js +1 -1
  58. data/webpack/JobWizard/steps/Schedule/RepeatHour.js +1 -0
  59. data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +2 -3
  60. data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +5 -25
  61. data/webpack/JobWizard/steps/form/DateTimePicker.js +1 -0
  62. data/webpack/JobWizard/steps/form/Formatter.js +8 -30
  63. data/webpack/JobWizard/steps/form/GroupedSelectField.js +1 -0
  64. data/webpack/JobWizard/steps/form/SelectField.js +1 -0
  65. data/webpack/JobWizard/submit.js +2 -13
  66. data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +4 -4
  67. data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -2
  68. data/webpack/react_app/components/RecentJobsCard/constants.js +2 -2
  69. metadata +5 -5
@@ -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: 2022-05-03 09:40+0200\n"
12
+ "PO-Revision-Date: 2022-05-03 09:40+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -112,120 +112,112 @@ msgid "Set password for effective user (using sudo-like mechanisms)"
112
112
  msgstr ""
113
113
 
114
114
  #: ../app/controllers/api/v2/job_invocations_controller.rb:48
115
- msgid "Set SSH user"
116
- msgstr ""
117
-
118
- #: ../app/controllers/api/v2/job_invocations_controller.rb:49
119
115
  msgid "Set SSH password"
120
116
  msgstr ""
121
117
 
122
- #: ../app/controllers/api/v2/job_invocations_controller.rb:50
118
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:49
123
119
  msgid "Set SSH key passphrase"
124
120
  msgstr ""
125
121
 
126
- #: ../app/controllers/api/v2/job_invocations_controller.rb:52
122
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:51
127
123
  msgid "Create a recurring job"
128
124
  msgstr ""
129
125
 
130
- #: ../app/controllers/api/v2/job_invocations_controller.rb:53
126
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:52
131
127
  msgid "How often the job should occur, in the cron format"
132
128
  msgstr ""
133
129
 
134
- #: ../app/controllers/api/v2/job_invocations_controller.rb:54
130
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:53
135
131
  msgid "Repeat a maximum of N times"
136
132
  msgstr ""
137
133
 
138
- #: ../app/controllers/api/v2/job_invocations_controller.rb:55
134
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:54
139
135
  msgid "Perform no more executions after this time"
140
136
  msgstr ""
141
137
 
142
- #: ../app/controllers/api/v2/job_invocations_controller.rb:56
138
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:55
143
139
  msgid "Designation of a special purpose"
144
140
  msgstr ""
145
141
 
146
- #: ../app/controllers/api/v2/job_invocations_controller.rb:59
142
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:58
147
143
  msgid "Schedule the job to start at a later time"
148
144
  msgstr ""
149
145
 
150
- #: ../app/controllers/api/v2/job_invocations_controller.rb:60
146
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:59
151
147
  msgid "Schedule the job for a future time"
152
148
  msgstr ""
153
149
 
154
- #: ../app/controllers/api/v2/job_invocations_controller.rb:61
155
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:82
150
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:60
151
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:54
156
152
  msgid ""
157
153
  "Indicates that the action should be cancelled if it cannot be started before t"
158
154
  "his time."
159
155
  msgstr ""
160
156
 
161
- #: ../app/controllers/api/v2/job_invocations_controller.rb:64
157
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:63
162
158
  msgid "Control concurrency level and distribution over time"
163
159
  msgstr ""
164
160
 
165
- #: ../app/controllers/api/v2/job_invocations_controller.rb:65
161
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:64
166
162
  msgid "Distribute tasks over N seconds"
167
163
  msgstr ""
168
164
 
169
- #: ../app/controllers/api/v2/job_invocations_controller.rb:66
165
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:65
170
166
  msgid "Run at most N tasks at a time"
171
167
  msgstr ""
172
168
 
173
- #: ../app/controllers/api/v2/job_invocations_controller.rb:71
169
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:70
174
170
  msgid "Override the description format from the template for this invocation only"
175
171
  msgstr ""
176
172
 
177
- #: ../app/controllers/api/v2/job_invocations_controller.rb:72
173
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:71
178
174
  msgid "Override the timeout interval from the template for this invocation only"
179
175
  msgstr ""
180
176
 
181
- #: ../app/controllers/api/v2/job_invocations_controller.rb:73
177
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:72
182
178
  msgid ""
183
179
  "Remote execution feature label that should be triggered, job template assigned"
184
180
  " to this feature will be used"
185
181
  msgstr ""
186
182
 
187
- #: ../app/controllers/api/v2/job_invocations_controller.rb:74
188
- msgid "Override the global time to pickup interval for this invocation only"
189
- msgstr ""
190
-
191
- #: ../app/controllers/api/v2/job_invocations_controller.rb:88
183
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:86
192
184
  msgid "Create a job invocation"
193
185
  msgstr ""
194
186
 
195
- #: ../app/controllers/api/v2/job_invocations_controller.rb:102
187
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:100
196
188
  msgid "Get output for a host"
197
189
  msgstr ""
198
190
 
199
- #: ../app/controllers/api/v2/job_invocations_controller.rb:115
191
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:113
200
192
  msgid "Get raw output for a host"
201
193
  msgstr ""
202
194
 
203
- #: ../app/controllers/api/v2/job_invocations_controller.rb:127
195
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:125
204
196
  msgid "Cancel job invocation"
205
197
  msgstr ""
206
198
 
207
- #: ../app/controllers/api/v2/job_invocations_controller.rb:135
199
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:133
208
200
  msgid "The job could not be cancelled."
209
201
  msgstr ""
210
202
 
211
- #: ../app/controllers/api/v2/job_invocations_controller.rb:140
203
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:138
212
204
  msgid "Rerun job on failed hosts"
213
205
  msgstr ""
214
206
 
215
- #: ../app/controllers/api/v2/job_invocations_controller.rb:150
207
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:148
216
208
  #: ../app/views/job_invocations/_form.html.erb:4
217
209
  msgid "Could not rerun job %{id} because its template could not be found"
218
210
  msgstr ""
219
211
 
220
- #: ../app/controllers/api/v2/job_invocations_controller.rb:155
212
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:153
221
213
  msgid "Get outputs of hosts in a job"
222
214
  msgstr ""
223
215
 
224
- #: ../app/controllers/api/v2/job_invocations_controller.rb:204
216
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:202
225
217
  msgid "Host with id '%{id}' was not found"
226
218
  msgstr ""
227
219
 
228
- #: ../app/controllers/api/v2/job_invocations_controller.rb:213
220
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:211
229
221
  msgid "Only one of feature or job_template_id can be specified"
230
222
  msgstr ""
231
223
 
@@ -269,7 +261,7 @@ msgstr ""
269
261
  #: ../app/controllers/api/v2/job_templates_controller.rb:52
270
262
  #: ../app/views/job_invocations/_form.html.erb:11
271
263
  #: ../app/views/job_templates/_custom_tabs.html.erb:5
272
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:58
264
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:56
273
265
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:75
274
266
  msgid "Job category"
275
267
  msgstr ""
@@ -351,32 +343,24 @@ msgstr ""
351
343
  msgid "Identifier of the Host interface for Remote execution"
352
344
  msgstr ""
353
345
 
354
- #:
355
- #: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb:12
356
- #: ../app/controllers/foreman_remote_execution/concerns/api/v2/registration_controller_extensions.rb:9
357
- msgid ""
358
- "Set 'host_registration_remote_execution_pull' parameter for the host. If it is"
359
- " set to true, pull provider client will be deployed on the host"
360
- msgstr ""
361
-
362
346
  #:
363
347
  #: ../app/controllers/foreman_remote_execution/concerns/api/v2/subnets_controller_extensions.rb:9
364
348
  msgid "List of proxy IDs to be used for remote execution"
365
349
  msgstr ""
366
350
 
367
- #: ../app/controllers/job_invocations_controller.rb:109
351
+ #: ../app/controllers/job_invocations_controller.rb:110
368
352
  msgid "Trying to abort the job"
369
353
  msgstr ""
370
354
 
371
- #: ../app/controllers/job_invocations_controller.rb:111
355
+ #: ../app/controllers/job_invocations_controller.rb:112
372
356
  msgid "Trying to cancel the job"
373
357
  msgstr ""
374
358
 
375
- #: ../app/controllers/job_invocations_controller.rb:115
359
+ #: ../app/controllers/job_invocations_controller.rb:116
376
360
  msgid "The job cannot be aborted at the moment."
377
361
  msgstr ""
378
362
 
379
- #: ../app/controllers/job_invocations_controller.rb:117
363
+ #: ../app/controllers/job_invocations_controller.rb:118
380
364
  msgid "The job cannot be cancelled at the moment."
381
365
  msgstr ""
382
366
 
@@ -407,9 +391,8 @@ msgstr ""
407
391
  #: ../app/helpers/hosts_extensions_helper.rb:10
408
392
  #: ../db/seeds.d/50-notification_blueprints.rb:3
409
393
  #: ../db/seeds.d/50-notification_blueprints.rb:17
410
- #: ../lib/foreman_remote_execution/engine.rb:242
411
- #: ../webpack/JobWizard/JobWizardPageRerun.js:42
412
- #: ../webpack/JobWizard/index.js:12
394
+ #: ../lib/foreman_remote_execution/engine.rb:237
395
+ #: ../webpack/JobWizard/index.js:11
413
396
  msgid "Jobs"
414
397
  msgstr ""
415
398
 
@@ -424,7 +407,7 @@ msgid "%s"
424
407
  msgstr ""
425
408
 
426
409
  #: ../app/helpers/hosts_extensions_helper.rb:48
427
- #: ../webpack/react_app/components/HostKebab/KebabItems.js:23
410
+ #: ../webpack/react_app/components/HostKebab/KebabItems.js:17
428
411
  msgid "Web Console"
429
412
  msgstr ""
430
413
 
@@ -476,11 +459,17 @@ msgstr ""
476
459
  msgid "unknown status"
477
460
  msgstr ""
478
461
 
479
- #: ../app/helpers/job_invocations_helper.rb:46
462
+ #: ../app/helpers/job_invocations_helper.rb:19
463
+ #: ../app/helpers/remote_execution_helper.rb:59
464
+ #: ../app/views/job_invocations/welcome.html.erb:12
465
+ msgid "Run Job"
466
+ msgstr ""
467
+
468
+ #: ../app/helpers/job_invocations_helper.rb:53
480
469
  msgid "Any Organization"
481
470
  msgstr ""
482
471
 
483
- #: ../app/helpers/job_invocations_helper.rb:50
472
+ #: ../app/helpers/job_invocations_helper.rb:57
484
473
  msgid "Any Location"
485
474
  msgstr ""
486
475
 
@@ -502,15 +491,10 @@ msgstr ""
502
491
 
503
492
  #: ../app/helpers/remote_execution_helper.rb:53
504
493
  #: ../app/helpers/remote_execution_helper.rb:198
505
- #: ../app/models/job_invocation.rb:202
494
+ #: ../app/models/job_invocation.rb:200
506
495
  msgid "N/A"
507
496
  msgstr ""
508
497
 
509
- #: ../app/helpers/remote_execution_helper.rb:59
510
- #: ../app/views/job_invocations/welcome.html.erb:12
511
- msgid "Run Job"
512
- msgstr ""
513
-
514
498
  #: ../app/helpers/remote_execution_helper.rb:68
515
499
  msgid "Create Report"
516
500
  msgstr ""
@@ -605,81 +589,79 @@ msgid ""
605
589
  "emplate<br/>name using %{job_category} and %{template_name}."
606
590
  msgstr ""
607
591
 
608
- #: ../app/lib/actions/remote_execution/run_host_job.rb:29
592
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:38
609
593
  msgid "Could not use any template used in the job invocation"
610
594
  msgstr ""
611
595
 
612
- #: ../app/lib/actions/remote_execution/run_host_job.rb:56
596
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:50
613
597
  msgid "Failed rendering template: %s"
614
598
  msgstr ""
615
599
 
616
- #: ../app/lib/actions/remote_execution/run_host_job.rb:108
600
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:100
617
601
  msgid "Task cancelled"
618
602
  msgstr ""
619
603
 
620
- #: ../app/lib/actions/remote_execution/run_host_job.rb:109
604
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:101
621
605
  msgid "Job execution failed"
622
606
  msgstr ""
623
607
 
624
- #: ../app/lib/actions/remote_execution/run_host_job.rb:118
608
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:110
625
609
  msgid "%{description} on %{host}"
626
610
  msgstr ""
627
611
 
628
- #: ../app/lib/actions/remote_execution/run_host_job.rb:123 action_names.rb:5
612
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:115 action_names.rb:2
629
613
  msgid "Remote action:"
630
614
  msgstr ""
631
615
 
632
- #: ../app/lib/actions/remote_execution/run_host_job.rb:151
616
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:138
633
617
  msgid "Job cancelled by user"
634
618
  msgstr ""
635
619
 
636
- #: ../app/lib/actions/remote_execution/run_host_job.rb:156
637
- #: ../app/lib/actions/remote_execution/run_host_job.rb:174
620
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:143
638
621
  msgid "Exit status: %s"
639
622
  msgstr ""
640
623
 
641
- #: ../app/lib/actions/remote_execution/run_host_job.rb:158
624
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:145
642
625
  msgid "Job finished with error"
643
626
  msgstr ""
644
627
 
645
- #: ../app/lib/actions/remote_execution/run_host_job.rb:161
646
- #: ../app/lib/actions/remote_execution/run_host_job.rb:179
628
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:148
647
629
  msgid "Error loading data from proxy"
648
630
  msgstr ""
649
631
 
650
- #: ../app/lib/actions/remote_execution/run_host_job.rb:230
632
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:199
651
633
  msgid "User can not execute job on host %s"
652
634
  msgstr ""
653
635
 
654
- #: ../app/lib/actions/remote_execution/run_host_job.rb:231
636
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:200
655
637
  msgid "User can not execute this job template"
656
638
  msgstr ""
657
639
 
658
- #: ../app/lib/actions/remote_execution/run_host_job.rb:234
640
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:203
659
641
  msgid "User can not execute job on infrastructure host %s"
660
642
  msgstr ""
661
643
 
662
- #: ../app/lib/actions/remote_execution/run_host_job.rb:240
644
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:209
663
645
  msgid "User can not execute this job template on %s"
664
646
  msgstr ""
665
647
 
666
- #: ../app/lib/actions/remote_execution/run_host_job.rb:250
648
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:219
667
649
  msgid "The only applicable proxy %{proxy_names} is down"
668
650
  msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
669
651
  msgstr[0] ""
670
652
  msgstr[1] ""
671
653
 
672
- #: ../app/lib/actions/remote_execution/run_host_job.rb:260
654
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:229
673
655
  msgid ""
674
656
  "Could not use any proxy for the %{provider} job. Consider configuring %{global"
675
657
  "_proxy}, %{fallback_proxy} in settings"
676
658
  msgstr ""
677
659
 
678
- #: ../app/lib/actions/remote_execution/run_hosts_job.rb:87
660
+ #: ../app/lib/actions/remote_execution/run_hosts_job.rb:86
679
661
  msgid "REX job has succeeded - %s"
680
662
  msgstr ""
681
663
 
682
- #: ../app/lib/actions/remote_execution/run_hosts_job.rb:95
664
+ #: ../app/lib/actions/remote_execution/run_hosts_job.rb:94
683
665
  msgid "REX job has failed - %s"
684
666
  msgstr ""
685
667
 
@@ -766,27 +748,27 @@ msgstr ""
766
748
  msgid "template"
767
749
  msgstr ""
768
750
 
769
- #: ../app/models/job_invocation_composer.rb:142
751
+ #: ../app/models/job_invocation_composer.rb:138
770
752
  msgid "Cannot specify both bookmark_id and search_query"
771
753
  msgstr ""
772
754
 
773
- #: ../app/models/job_invocation_composer.rb:188
755
+ #: ../app/models/job_invocation_composer.rb:184
774
756
  msgid "Unknown input %{input_name} for template %{template_name}"
775
757
  msgstr ""
776
758
 
777
- #: ../app/models/job_invocation_composer.rb:216
759
+ #: ../app/models/job_invocation_composer.rb:212
778
760
  msgid "Template with id '%{id}' was not found"
779
761
  msgstr ""
780
762
 
781
- #: ../app/models/job_invocation_composer.rb:351
763
+ #: ../app/models/job_invocation_composer.rb:345
782
764
  msgid "Feature input %{input_name} not defined in template %{template_name}"
783
765
  msgstr ""
784
766
 
785
- #: ../app/models/job_invocation_composer.rb:360
767
+ #: ../app/models/job_invocation_composer.rb:354
786
768
  msgid "No template mapped to feature %{feature_name}"
787
769
  msgstr ""
788
770
 
789
- #: ../app/models/job_invocation_composer.rb:366
771
+ #: ../app/models/job_invocation_composer.rb:360
790
772
  msgid ""
791
773
  "The template %{template_name} mapped to feature %{feature_name} is not accessi"
792
774
  "ble by the user"
@@ -796,7 +778,7 @@ msgstr ""
796
778
  msgid "Job Invocation"
797
779
  msgstr ""
798
780
 
799
- #: ../app/models/job_template.rb:101
781
+ #: ../app/models/job_template.rb:99
800
782
  msgid "Duplicated inputs detected: %{duplicated_inputs}"
801
783
  msgstr ""
802
784
 
@@ -804,11 +786,11 @@ msgstr ""
804
786
  msgid "Unknown remote execution feature %s"
805
787
  msgstr ""
806
788
 
807
- #: ../app/models/remote_execution_provider.rb:68
789
+ #: ../app/models/remote_execution_provider.rb:61
808
790
  msgid "Effective user method \"%{current_value}\" is not one of %{valid_methods}"
809
791
  msgstr ""
810
792
 
811
- #: ../app/models/remote_execution_provider.rb:94
793
+ #: ../app/models/remote_execution_provider.rb:87
812
794
  msgid "Could not find any suitable interface for execution"
813
795
  msgstr ""
814
796
 
@@ -837,13 +819,13 @@ msgid "Dynamic Query"
837
819
  msgstr ""
838
820
 
839
821
  #: ../app/models/targeting.rb:10
840
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
822
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:190
841
823
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
842
824
  msgid "Alphabetical"
843
825
  msgstr ""
844
826
 
845
827
  #: ../app/models/targeting.rb:10
846
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:228
828
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:198
847
829
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:136
848
830
  msgid "Randomized"
849
831
  msgstr ""
@@ -864,7 +846,7 @@ msgstr ""
864
846
  msgid "Input"
865
847
  msgstr ""
866
848
 
867
- #: ../app/models/template_invocation.rb:99
849
+ #: ../app/models/template_invocation.rb:95
868
850
  msgid "Not all required inputs have values. Missing inputs: %s"
869
851
  msgstr ""
870
852
 
@@ -881,7 +863,7 @@ msgid "Can't find Job Invocation for an id %s"
881
863
  msgstr ""
882
864
 
883
865
  #: ../app/views/dashboard/_latest-jobs.html.erb:2
884
- #: ../lib/foreman_remote_execution/engine.rb:249
866
+ #: ../lib/foreman_remote_execution/engine.rb:251
885
867
  msgid "Latest Jobs"
886
868
  msgstr ""
887
869
 
@@ -907,7 +889,7 @@ msgid "Results"
907
889
  msgstr ""
908
890
 
909
891
  #: ../app/views/job_invocations/_card_schedule.html.erb:7
910
- #: ../webpack/JobWizard/JobWizardConstants.js:29
892
+ #: ../webpack/JobWizard/JobWizardConstants.js:23
911
893
  msgid "Schedule"
912
894
  msgstr ""
913
895
 
@@ -969,12 +951,7 @@ msgstr ""
969
951
  msgid "Location"
970
952
  msgstr ""
971
953
 
972
- #: ../app/views/job_invocations/_card_target_hosts.html.erb:37
973
- #: ../lib/foreman_remote_execution/engine.rb:77
974
- msgid "SSH User"
975
- msgstr ""
976
-
977
- #: ../app/views/job_invocations/_card_target_hosts.html.erb:46
954
+ #: ../app/views/job_invocations/_card_target_hosts.html.erb:38
978
955
  msgid "Evaluated at:"
979
956
  msgstr ""
980
957
 
@@ -985,12 +962,12 @@ msgstr ""
985
962
  #: ../app/views/job_invocations/_description_fields.html.erb:1
986
963
  #: ../app/views/job_invocations/index.html.erb:9
987
964
  #: ../app/views/remote_execution_features/index.html.erb:8
988
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:53
965
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:47
989
966
  msgid "Description"
990
967
  msgstr ""
991
968
 
992
969
  #: ../app/views/job_invocations/_form.html.erb:23
993
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:68
970
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:66
994
971
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:76
995
972
  msgid "Job template"
996
973
  msgstr ""
@@ -1000,7 +977,7 @@ msgid "Resolves to"
1000
977
  msgstr ""
1001
978
 
1002
979
  #: ../app/views/job_invocations/_form.html.erb:42
1003
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:183
980
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:187
1004
981
  msgid "hosts"
1005
982
  msgstr ""
1006
983
 
@@ -1020,91 +997,66 @@ msgstr ""
1020
997
  msgid "Hide advanced fields"
1021
998
  msgstr ""
1022
999
 
1023
- #: ../app/views/job_invocations/_form.html.erb:85
1024
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:239
1025
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:126
1026
- msgid "SSH user"
1027
- msgstr ""
1028
-
1029
- #: ../app/views/job_invocations/_form.html.erb:85
1030
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:240
1031
- msgid "A user to be used for SSH."
1032
- msgstr ""
1033
-
1034
- #: ../app/views/job_invocations/_form.html.erb:88
1000
+ #: ../app/views/job_invocations/_form.html.erb:86
1035
1001
  #: ../app/views/job_templates/_custom_tabs.html.erb:26
1036
1002
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
1037
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:127
1003
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:128
1038
1004
  msgid "Effective user"
1039
1005
  msgstr ""
1040
1006
 
1041
- #: ../app/views/job_invocations/_form.html.erb:88
1007
+ #: ../app/views/job_invocations/_form.html.erb:86
1042
1008
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:13
1043
1009
  msgid ""
1044
1010
  "A user to be used for executing the script. If it differs from the SSH user, s"
1045
1011
  "u or sudo is used to switch the accounts."
1046
1012
  msgstr ""
1047
1013
 
1048
- #: ../app/views/job_invocations/_form.html.erb:94
1014
+ #: ../app/views/job_invocations/_form.html.erb:92
1049
1015
  #: ../app/views/job_templates/_custom_tabs.html.erb:13
1050
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
1051
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:129
1016
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:34
1017
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:130
1052
1018
  msgid "Timeout to kill"
1053
1019
  msgstr ""
1054
1020
 
1055
- #: ../app/views/job_invocations/_form.html.erb:94
1056
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:37
1021
+ #: ../app/views/job_invocations/_form.html.erb:92
1022
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:36
1057
1023
  msgid ""
1058
1024
  "Time in seconds from the start on the remote host after which the job should b"
1059
1025
  "e killed."
1060
1026
  msgstr ""
1061
1027
 
1062
- #: ../app/views/job_invocations/_form.html.erb:106
1063
- #: ../lib/foreman_remote_execution/engine.rb:162
1064
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
1065
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:130
1066
- msgid "Time to pickup"
1067
- msgstr ""
1068
-
1069
- #: ../app/views/job_invocations/_form.html.erb:106
1070
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
1071
- msgid ""
1072
- "Interval in seconds, if the job is not picked up by a client within this inter"
1073
- "val it will be cancelled."
1074
- msgstr ""
1075
-
1076
- #: ../app/views/job_invocations/_form.html.erb:110
1077
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:79
1028
+ #: ../app/views/job_invocations/_form.html.erb:104
1029
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:55
1078
1030
  msgid "Password"
1079
1031
  msgstr ""
1080
1032
 
1081
- #: ../app/views/job_invocations/_form.html.erb:110
1082
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:81
1033
+ #: ../app/views/job_invocations/_form.html.erb:104
1034
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:57
1083
1035
  msgid ""
1084
1036
  "Password is stored encrypted in DB until the job finishes. For future or recur"
1085
1037
  "ring executions, it is removed after the last execution."
1086
1038
  msgstr ""
1087
1039
 
1088
- #: ../app/views/job_invocations/_form.html.erb:111
1089
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:102
1040
+ #: ../app/views/job_invocations/_form.html.erb:105
1041
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:78
1090
1042
  msgid "Private key passphrase"
1091
1043
  msgstr ""
1092
1044
 
1093
- #: ../app/views/job_invocations/_form.html.erb:111
1045
+ #: ../app/views/job_invocations/_form.html.erb:105
1094
1046
  msgid ""
1095
1047
  "Key passhprase is only applicable for SSH provider. Other providers ignore thi"
1096
1048
  "s field. <br> Passphrase is stored encrypted in DB until the job finishes. For"
1097
1049
  " future or recurring executions, it is removed after the last execution."
1098
1050
  msgstr ""
1099
1051
 
1100
- #: ../app/views/job_invocations/_form.html.erb:112
1052
+ #: ../app/views/job_invocations/_form.html.erb:106
1101
1053
  #: ../lib/foreman_remote_execution/engine.rb:91
1102
1054
  #: ../lib/foreman_remote_execution/engine.rb:93
1103
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:125
1055
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:101
1104
1056
  msgid "Effective user password"
1105
1057
  msgstr ""
1106
1058
 
1107
- #: ../app/views/job_invocations/_form.html.erb:112
1059
+ #: ../app/views/job_invocations/_form.html.erb:106
1108
1060
  msgid ""
1109
1061
  "Effective user password is only applicable for SSH provider. Other providers i"
1110
1062
  "gnore this field. <br> Password is stored encrypted in DB until the job finish"
@@ -1112,40 +1064,40 @@ msgid ""
1112
1064
  "."
1113
1065
  msgstr ""
1114
1066
 
1115
- #: ../app/views/job_invocations/_form.html.erb:116
1116
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
1067
+ #: ../app/views/job_invocations/_form.html.erb:110
1068
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:125
1117
1069
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:131
1118
1070
  msgid "Concurrency level"
1119
1071
  msgstr ""
1120
1072
 
1121
- #: ../app/views/job_invocations/_form.html.erb:116
1122
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:151
1073
+ #: ../app/views/job_invocations/_form.html.erb:110
1074
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:127
1123
1075
  msgid ""
1124
1076
  "Run at most N tasks at a time. If this is set and proxy batch triggering is en"
1125
1077
  "abled, then tasks are triggered on the smart proxy in batches of size 1."
1126
1078
  msgstr ""
1127
1079
 
1128
- #: ../app/views/job_invocations/_form.html.erb:117
1129
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
1080
+ #: ../app/views/job_invocations/_form.html.erb:111
1081
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:148
1130
1082
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:132
1131
1083
  msgid "Time span"
1132
1084
  msgstr ""
1133
1085
 
1134
- #: ../app/views/job_invocations/_form.html.erb:117
1135
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:177
1086
+ #: ../app/views/job_invocations/_form.html.erb:111
1087
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:150
1136
1088
  msgid ""
1137
1089
  "Distribute execution over N seconds. If this is set and proxy batch triggering"
1138
1090
  " is enabled, then tasks are triggered on the smart proxy in batches of size 1."
1139
1091
  msgstr ""
1140
1092
 
1141
- #: ../app/views/job_invocations/_form.html.erb:121
1142
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
1093
+ #: ../app/views/job_invocations/_form.html.erb:115
1094
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:170
1143
1095
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
1144
1096
  msgid "Execution ordering"
1145
1097
  msgstr ""
1146
1098
 
1147
- #: ../app/views/job_invocations/_form.html.erb:121
1148
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:205
1099
+ #: ../app/views/job_invocations/_form.html.erb:115
1100
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
1149
1101
  msgid ""
1150
1102
  "Execution ordering determines whether the jobs should be executed on hosts in "
1151
1103
  "alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
@@ -1153,12 +1105,12 @@ msgid ""
1153
1105
  "es the order in which jobs are executed on hosts</li></ul>"
1154
1106
  msgstr ""
1155
1107
 
1156
- #: ../app/views/job_invocations/_form.html.erb:130
1157
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:118
1108
+ #: ../app/views/job_invocations/_form.html.erb:124
1109
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
1158
1110
  msgid "Type of query"
1159
1111
  msgstr ""
1160
1112
 
1161
- #: ../app/views/job_invocations/_form.html.erb:130
1113
+ #: ../app/views/job_invocations/_form.html.erb:124
1162
1114
  msgid ""
1163
1115
  "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
1164
1116
  "/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
@@ -1260,11 +1212,6 @@ msgstr ""
1260
1212
  msgid "Job invocation"
1261
1213
  msgstr ""
1262
1214
 
1263
- #: ../app/views/job_invocations/new.html.erb:5
1264
- #: ../app/views/job_invocations/new.html.erb:7
1265
- msgid "Use new job wizard"
1266
- msgstr ""
1267
-
1268
1215
  #: ../app/views/job_invocations/show.html.erb:17
1269
1216
  msgid "Overview"
1270
1217
  msgstr ""
@@ -1401,7 +1348,7 @@ msgid ""
1401
1348
  msgstr ""
1402
1349
 
1403
1350
  #: ../app/views/remote_execution_features/index.html.erb:1
1404
- #: ../lib/foreman_remote_execution/engine.rb:236
1351
+ #: ../lib/foreman_remote_execution/engine.rb:231
1405
1352
  msgid "Remote Execution Features"
1406
1353
  msgstr ""
1407
1354
 
@@ -1547,6 +1494,10 @@ msgid ""
1547
1494
  " called remote_execution_ssh_user."
1548
1495
  msgstr ""
1549
1496
 
1497
+ #: ../lib/foreman_remote_execution/engine.rb:77
1498
+ msgid "SSH User"
1499
+ msgstr ""
1500
+
1550
1501
  #: ../lib/foreman_remote_execution/engine.rb:80
1551
1502
  msgid ""
1552
1503
  "Default user to use for executing the script. If the user differs from the SSH"
@@ -1554,7 +1505,7 @@ msgid ""
1554
1505
  msgstr ""
1555
1506
 
1556
1507
  #: ../lib/foreman_remote_execution/engine.rb:82
1557
- msgid "Effective User"
1508
+ msgid "Efffective User"
1558
1509
  msgstr ""
1559
1510
 
1560
1511
  #: ../lib/foreman_remote_execution/engine.rb:85
@@ -1678,21 +1629,19 @@ msgstr ""
1678
1629
  msgid "Job Invocation Report Template"
1679
1630
  msgstr ""
1680
1631
 
1681
- #: ../lib/foreman_remote_execution/engine.rb:160
1682
- msgid ""
1683
- "Time in seconds within which the host has to pick up a job. If the job is not "
1684
- "picked up within this limit, the job will be cancelled. Defaults to 1 day."
1632
+ #: ../lib/foreman_remote_execution/engine.rb:226
1633
+ msgid "Job templates"
1685
1634
  msgstr ""
1686
1635
 
1687
- #: ../lib/foreman_remote_execution/engine.rb:231
1688
- msgid "Job templates"
1636
+ #: ../lib/foreman_remote_execution/engine.rb:243
1637
+ msgid "Job wizard"
1689
1638
  msgstr ""
1690
1639
 
1691
- #: ../lib/foreman_remote_execution/engine.rb:366
1640
+ #: ../lib/foreman_remote_execution/engine.rb:360
1692
1641
  msgid "Run Puppet Once"
1693
1642
  msgstr ""
1694
1643
 
1695
- #: ../lib/foreman_remote_execution/engine.rb:367
1644
+ #: ../lib/foreman_remote_execution/engine.rb:361
1696
1645
  msgid "Perform a single Puppet run"
1697
1646
  msgstr ""
1698
1647
 
@@ -1721,132 +1670,92 @@ msgid "Hourly"
1721
1670
  msgstr ""
1722
1671
 
1723
1672
  #: ../webpack/JobWizard/JobWizardConstants.js:20
1724
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:40
1725
- msgid "Immediate execution"
1726
- msgstr ""
1727
-
1728
- #: ../webpack/JobWizard/JobWizardConstants.js:21
1729
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:58
1730
- msgid "Future execution"
1731
- msgstr ""
1732
-
1733
- #: ../webpack/JobWizard/JobWizardConstants.js:22
1734
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:76
1735
- msgid "Recurring execution"
1736
- msgstr ""
1737
-
1738
- #: ../webpack/JobWizard/JobWizardConstants.js:26
1739
1673
  msgid "Category and Template"
1740
1674
  msgstr ""
1741
1675
 
1742
- #: ../webpack/JobWizard/JobWizardConstants.js:27
1676
+ #: ../webpack/JobWizard/JobWizardConstants.js:21
1743
1677
  msgid "Target hosts and inputs"
1744
1678
  msgstr ""
1745
1679
 
1746
- #: ../webpack/JobWizard/JobWizardConstants.js:28
1680
+ #: ../webpack/JobWizard/JobWizardConstants.js:22
1747
1681
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:83
1748
1682
  msgid "Advanced fields"
1749
1683
  msgstr ""
1750
1684
 
1751
- #: ../webpack/JobWizard/JobWizardConstants.js:30
1685
+ #: ../webpack/JobWizard/JobWizardConstants.js:24
1752
1686
  msgid "Review details"
1753
1687
  msgstr ""
1754
1688
 
1755
- #: ../webpack/JobWizard/JobWizardConstants.js:31
1756
- msgid "Type of execution"
1757
- msgstr ""
1758
-
1759
- #: ../webpack/JobWizard/JobWizardConstants.js:52
1689
+ #: ../webpack/JobWizard/JobWizardConstants.js:44
1760
1690
  msgid "Hosts"
1761
1691
  msgstr ""
1762
1692
 
1763
- #: ../webpack/JobWizard/JobWizardConstants.js:53
1693
+ #: ../webpack/JobWizard/JobWizardConstants.js:45
1764
1694
  msgid "Host collections"
1765
1695
  msgstr ""
1766
1696
 
1767
- #: ../webpack/JobWizard/JobWizardConstants.js:54
1697
+ #: ../webpack/JobWizard/JobWizardConstants.js:46
1768
1698
  msgid "Host groups"
1769
1699
  msgstr ""
1770
1700
 
1771
- #: ../webpack/JobWizard/JobWizardConstants.js:55
1701
+ #: ../webpack/JobWizard/JobWizardConstants.js:47
1772
1702
  msgid "Search query"
1773
1703
  msgstr ""
1774
1704
 
1775
- #: ../webpack/JobWizard/JobWizardPageRerun.js:39
1776
- #: ../webpack/JobWizard/index.js:9
1705
+ #: ../webpack/JobWizard/index.js:8
1777
1706
  msgid "Run job"
1778
1707
  msgstr ""
1779
1708
 
1780
- #: ../webpack/JobWizard/JobWizardPageRerun.js:72
1781
- msgid "Use old form"
1782
- msgstr ""
1783
-
1784
- #: ../webpack/JobWizard/JobWizardPageRerun.js:92
1785
- msgid ""
1786
- "Current organization %s is different from job's organization %s. This job may "
1787
- "run on different hosts than before."
1788
- msgstr ""
1789
-
1790
- #: ../webpack/JobWizard/JobWizardPageRerun.js:105
1791
- msgid ""
1792
- "Current location %s is different from job's location %s. This job may run on d"
1793
- "ifferent hosts than before."
1794
- msgstr ""
1795
-
1796
- #: ../webpack/JobWizard/index.js:35
1797
- msgid "Use legacy form"
1798
- msgstr ""
1799
-
1800
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:61
1709
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:52
1801
1710
  msgid "Edit job description template"
1802
1711
  msgstr ""
1803
1712
 
1804
- #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:62
1713
+ #: ../webpack/JobWizard/steps/AdvancedFields/DescriptionField.js:53
1805
1714
  msgid "Preview job description"
1806
1715
  msgstr ""
1807
1716
 
1808
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:49
1809
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:165
1810
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:191
1717
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:45
1718
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:138
1719
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:161
1811
1720
  msgid "For example: 1, 2, 3, 4, 5..."
1812
1721
  msgstr ""
1813
1722
 
1814
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
1723
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:80
1815
1724
  msgid ""
1816
1725
  "Key passphrase is only applicable for SSH provider. Other providers ignore thi"
1817
1726
  "s field. Passphrase is stored encrypted in DB until the job finishes. For futu"
1818
1727
  "re or recurring executions, it is removed after the last execution."
1819
1728
  msgstr ""
1820
1729
 
1821
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:127
1730
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:103
1822
1731
  msgid ""
1823
1732
  "Effective user password is only applicable for SSH provider. Other providers i"
1824
1733
  "gnore this field. Password is stored encrypted in DB until the job finishes. F"
1825
1734
  "or future or recurring executions, it is removed after the last execution."
1826
1735
  msgstr ""
1827
1736
 
1828
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:55
1737
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:53
1829
1738
  msgid "All fields are required."
1830
1739
  msgstr ""
1831
1740
 
1832
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:63
1833
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:76
1741
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:61
1742
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:74
1834
1743
  msgid "Error"
1835
1744
  msgstr ""
1836
1745
 
1837
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:79
1746
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:77
1838
1747
  msgid "Errors:"
1839
1748
  msgstr ""
1840
1749
 
1841
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
1750
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:80
1842
1751
  msgid "Categories list failed with:"
1843
1752
  msgstr ""
1844
1753
 
1845
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
1754
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:85
1846
1755
  msgid "Templates list failed with:"
1847
1756
  msgstr ""
1848
1757
 
1849
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:92
1758
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:90
1850
1759
  msgid "Template failed with:"
1851
1760
  msgstr ""
1852
1761
 
@@ -1866,19 +1775,19 @@ msgstr ""
1866
1775
  msgid "There are no available input fields for the selected template."
1867
1776
  msgstr ""
1868
1777
 
1869
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:141
1778
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:145
1870
1779
  msgid "Filter by hosts"
1871
1780
  msgstr ""
1872
1781
 
1873
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:151
1782
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:155
1874
1783
  msgid "Filter by host collections"
1875
1784
  msgstr ""
1876
1785
 
1877
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:160
1786
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:164
1878
1787
  msgid "Filter by host groups"
1879
1788
  msgstr ""
1880
1789
 
1881
- #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:176
1790
+ #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:180
1882
1791
  msgid "Apply to"
1883
1792
  msgstr ""
1884
1793
 
@@ -1899,24 +1808,35 @@ msgid "Show all advanced fields"
1899
1808
  msgstr ""
1900
1809
 
1901
1810
  #: ../webpack/JobWizard/steps/ReviewDetails/index.js:110
1811
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:7
1902
1812
  msgid "Schedule type"
1903
1813
  msgstr ""
1904
1814
 
1905
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:114
1815
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:112
1816
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:20
1817
+ msgid "Schedule for future execution"
1818
+ msgstr ""
1819
+
1820
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:113
1821
+ #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:13
1822
+ msgid "Execute now"
1823
+ msgstr ""
1824
+
1825
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:116
1906
1826
  msgid "Recurrence"
1907
1827
  msgstr ""
1908
1828
 
1909
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
1910
- #: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
1829
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:122
1830
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:36
1911
1831
  msgid "Static query"
1912
1832
  msgstr ""
1913
1833
 
1914
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:121
1915
- #: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
1834
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:123
1835
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:43
1916
1836
  msgid "Dynamic query"
1917
1837
  msgstr ""
1918
1838
 
1919
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:128
1839
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:129
1920
1840
  msgid "Description Template"
1921
1841
  msgstr ""
1922
1842
 
@@ -1930,7 +1850,7 @@ msgid ""
1930
1850
  " with a given purpose at a time."
1931
1851
  msgstr ""
1932
1852
 
1933
- #: ../webpack/JobWizard/steps/Schedule/QueryType.js:10
1853
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:9
1934
1854
  msgid "Query type"
1935
1855
  msgstr ""
1936
1856
 
@@ -1938,11 +1858,19 @@ msgstr ""
1938
1858
  msgid "Type has impact on when is the query evaluated to hosts."
1939
1859
  msgstr ""
1940
1860
 
1941
- #: ../webpack/JobWizard/steps/Schedule/QueryType.js:23
1861
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:17
1862
+ msgid "Static"
1863
+ msgstr ""
1864
+
1865
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:18
1942
1866
  msgid "evaluates just after you submit this form"
1943
1867
  msgstr ""
1944
1868
 
1945
- #: ../webpack/JobWizard/steps/Schedule/QueryType.js:33
1869
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:21
1870
+ msgid "Dynamic"
1871
+ msgstr ""
1872
+
1873
+ #: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
1946
1874
  msgid ""
1947
1875
  "evaluates just before the execution is started, so if it's planed in future, t"
1948
1876
  "argeted hosts set may change before it"
@@ -1977,153 +1905,79 @@ msgid "is day of week (range: 0-6)"
1977
1905
  msgstr ""
1978
1906
 
1979
1907
  #: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
1980
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:121
1981
1908
  msgid "At"
1982
1909
  msgstr ""
1983
1910
 
1984
1911
  #: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:27
1985
- #: ../webpack/JobWizard/steps/form/DateTimePicker.js:121
1912
+ #: ../webpack/JobWizard/steps/form/DateTimePicker.js:107
1986
1913
  msgid "Invalid time format"
1987
1914
  msgstr ""
1988
1915
 
1989
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:32
1916
+ #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:24
1990
1917
  msgid "At minute"
1991
1918
  msgstr ""
1992
1919
 
1993
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:33
1994
- msgid "range: 0-59"
1995
- msgstr ""
1996
-
1997
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:67
1998
- msgid "Create"
1999
- msgstr ""
2000
-
2001
- #: ../webpack/JobWizard/steps/Schedule/RepeatHour.js:81
2002
- msgid "Minute can only be a number between 0-59"
2003
- msgstr ""
2004
-
2005
1920
  #: ../webpack/JobWizard/steps/Schedule/RepeatMonth.js:20
2006
1921
  msgid "Days"
2007
1922
  msgstr ""
2008
1923
 
2009
- #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
2010
- msgid "Repeats"
2011
- msgstr ""
2012
-
2013
- #: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
2014
- msgid "Days of week"
1924
+ #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:76
1925
+ msgid "Repeat On"
2015
1926
  msgstr ""
2016
1927
 
2017
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:27
2018
- msgid ""
2019
- "For Future execution a 'Starts at' date or 'Starts before' date must be select"
2020
- "ed. Immediate execution can be selected in the previous step."
1928
+ #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:95
1929
+ msgid "Repeat amount can only be a positive number"
2021
1930
  msgstr ""
2022
1931
 
2023
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:38
2024
- msgid "'Starts before' date must be after 'Starts at' date"
1932
+ #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:106
1933
+ msgid "Repeat N times"
2025
1934
  msgstr ""
2026
1935
 
2027
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:41
2028
- msgid "'Starts before' date must in the future"
1936
+ #: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
1937
+ msgid "Days of week"
2029
1938
  msgstr ""
2030
1939
 
2031
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
1940
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:41
2032
1941
  msgid "Starts at"
2033
1942
  msgstr ""
2034
1943
 
2035
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:74
2036
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:111
2037
- msgid "Clear input"
2038
- msgstr ""
2039
-
2040
- #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:79
1944
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:51
2041
1945
  msgid "Starts before"
2042
1946
  msgstr ""
2043
1947
 
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
1948
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:69
2053
1949
  msgid "Ends"
2054
1950
  msgstr ""
2055
1951
 
2056
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:175
2057
- msgid "Never"
2058
- msgstr ""
2059
-
2060
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:183
1952
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:71
2061
1953
  msgid "End time needs to be after start time"
2062
1954
  msgstr ""
2063
1955
 
2064
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:201
2065
- msgid "On"
2066
- msgstr ""
2067
-
2068
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:233
2069
- msgid "After"
2070
- msgstr ""
2071
-
2072
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:235
2073
- msgid "Repeat amount can only be a positive number"
2074
- msgstr ""
2075
-
2076
- #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:250
2077
- msgid "occurences"
1956
+ #: ../webpack/JobWizard/steps/Schedule/StartEndDates.js:81
1957
+ msgid "Never ends"
2078
1958
  msgstr ""
2079
1959
 
2080
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:24
2081
- msgid "Select the type of execution"
2082
- msgstr ""
2083
-
2084
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:41
2085
- msgid "Execute the job now."
2086
- msgstr ""
2087
-
2088
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:59
2089
- msgid "Execute the job later, at a scheduled time."
2090
- msgstr ""
2091
-
2092
- #: ../webpack/JobWizard/steps/Schedule/ScheduleType.js:77
2093
- msgid "Execute the job on a repeating schedule."
2094
- msgstr ""
2095
-
2096
- #: ../webpack/JobWizard/steps/form/DateTimePicker.js:105
1960
+ #: ../webpack/JobWizard/steps/form/DateTimePicker.js:91
2097
1961
  msgid "Invalid date"
2098
1962
  msgstr ""
2099
1963
 
2100
- #: ../webpack/JobWizard/steps/form/FormHelpers.js:13
1964
+ #: ../webpack/JobWizard/steps/form/FormHelpers.js:12
2101
1965
  msgid "open-help-tooltip-button"
2102
1966
  msgstr ""
2103
1967
 
2104
- #: ../webpack/JobWizard/steps/form/FormHelpers.js:36
2105
- msgid "Reset to default"
2106
- msgstr ""
2107
-
2108
1968
  #: ../webpack/JobWizard/steps/form/NumberInput.js:13
2109
1969
  msgid "Has to be a positive number"
2110
1970
  msgstr ""
2111
1971
 
2112
- #: ../webpack/JobWizard/steps/form/ResourceSelect.js:50
2113
1972
  #: ../webpack/JobWizard/steps/form/SearchSelect.js:37
2114
1973
  msgid "Please refine your search."
2115
1974
  msgstr ""
2116
1975
 
2117
- #: ../webpack/JobWizard/steps/form/ResourceSelect.js:53
2118
1976
  #: ../webpack/JobWizard/steps/form/SearchSelect.js:40
2119
1977
  msgid "You have %s results to display. Showing first %s results"
2120
1978
  msgstr ""
2121
1979
 
2122
- #: ../webpack/react_app/components/FeaturesDropdown/actions.js:13
2123
- msgid "Opening job invocation form"
2124
- msgstr ""
2125
-
2126
- #: ../webpack/react_app/components/FeaturesDropdown/actions.js:15
1980
+ #: ../webpack/react_app/components/FeaturesDropdown/actions.js:10
2127
1981
  msgid "%s job has been invoked"
2128
1982
  msgstr ""
2129
1983
 
@@ -2135,35 +1989,35 @@ msgstr ""
2135
1989
  msgid "Recent jobs"
2136
1990
  msgstr ""
2137
1991
 
2138
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:32
1992
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:31
2139
1993
  msgid "View all jobs"
2140
1994
  msgstr ""
2141
1995
 
2142
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:41
1996
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:39
2143
1997
  msgid "View finished jobs"
2144
1998
  msgstr ""
2145
1999
 
2146
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:48
2000
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:45
2147
2001
  msgid "View running jobs"
2148
2002
  msgstr ""
2149
2003
 
2150
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:55
2004
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:51
2151
2005
  msgid "View scheduled jobs"
2152
2006
  msgstr ""
2153
2007
 
2154
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:68
2008
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:63
2155
2009
  msgid "Finished"
2156
2010
  msgstr ""
2157
2011
 
2158
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:74
2012
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:69
2159
2013
  msgid "Running"
2160
2014
  msgstr ""
2161
2015
 
2162
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:80
2016
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsCard.js:75
2163
2017
  msgid "Scheduled"
2164
2018
  msgstr ""
2165
2019
 
2166
- #: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:38
2020
+ #: ../webpack/react_app/components/RecentJobsCard/RecentJobsTable.js:43
2167
2021
  msgid "No results found"
2168
2022
  msgstr ""
2169
2023
 
@@ -2171,51 +2025,10 @@ msgstr ""
2171
2025
  msgid "Remote Execution Interface"
2172
2026
  msgstr ""
2173
2027
 
2174
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
2175
- msgid "yes"
2176
- msgstr ""
2177
-
2178
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:14
2179
- msgid "no"
2180
- msgstr ""
2181
-
2182
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:15
2183
- msgid "Inherit from host parameter"
2184
- msgstr ""
2185
-
2186
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:20
2187
- msgid "Yes (override)"
2188
- msgstr ""
2189
-
2190
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:21
2191
- msgid "No (override)"
2192
- msgstr ""
2193
-
2194
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:28
2195
- msgid "REX pull mode"
2196
- msgstr ""
2197
-
2198
- #: ../webpack/react_app/components/RegistrationExtension/RexPull.js:32
2199
- msgid ""
2200
- "Setup remote execution pull mode. If set to `Yes`, pull provider client will b"
2201
- "e deployed on the registered host. The inherited value is based on the `host_r"
2202
- "egistration_remote_execution_pull` parameter. It can be inherited e.g. from ho"
2203
- "st group, operating system, organization. When overridden, the selected value "
2204
- "will be stored on host parameter level."
2205
- msgstr ""
2206
-
2207
2028
  #: ../webpack/react_app/components/TargetingHosts/TargetingHosts.js:41
2208
2029
  msgid "Host"
2209
2030
  msgstr ""
2210
2031
 
2211
- #: ../webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.js:20
2212
- msgid "Active Filters:"
2213
- msgstr ""
2214
-
2215
- #: action_names.rb:2
2216
- msgid "Action with sub plans"
2217
- msgstr ""
2218
-
2219
2032
  #: action_names.rb:3
2220
2033
  msgid "Import Puppet classes"
2221
2034
  msgstr ""
@@ -2224,6 +2037,10 @@ msgstr ""
2224
2037
  msgid "Import facts"
2225
2038
  msgstr ""
2226
2039
 
2040
+ #: action_names.rb:5
2041
+ msgid "Action with sub plans"
2042
+ msgstr ""
2043
+
2227
2044
  #: gemspec.rb:2
2228
2045
  msgid ""
2229
2046
  "A plugin bringing remote execution to the Foreman, completing the config manag"