foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -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-05-19 12:40+0000\n"
12
- "PO-Revision-Date: 2023-05-19 12:40+0000\n"
11
+ "POT-Creation-Date: 2023-12-01 18:46+0100\n"
12
+ "PO-Revision-Date: 2023-12-01 18:46+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -163,69 +163,65 @@ msgid "Control concurrency level and distribution over time"
163
163
  msgstr ""
164
164
 
165
165
  #: ../app/controllers/api/v2/job_invocations_controller.rb:65
166
- msgid "Distribute tasks over N seconds"
167
- msgstr ""
168
-
169
- #: ../app/controllers/api/v2/job_invocations_controller.rb:66
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
183
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:73
188
184
  msgid "Override the global time to pickup interval for this invocation only"
189
185
  msgstr ""
190
186
 
191
- #: ../app/controllers/api/v2/job_invocations_controller.rb:88
187
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:87
192
188
  msgid "Create a job invocation"
193
189
  msgstr ""
194
190
 
195
- #: ../app/controllers/api/v2/job_invocations_controller.rb:102
191
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:101
196
192
  msgid "Get output for a host"
197
193
  msgstr ""
198
194
 
199
- #: ../app/controllers/api/v2/job_invocations_controller.rb:115
195
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:114
200
196
  msgid "Get raw output for a host"
201
197
  msgstr ""
202
198
 
203
- #: ../app/controllers/api/v2/job_invocations_controller.rb:127
199
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:126
204
200
  msgid "Cancel job invocation"
205
201
  msgstr ""
206
202
 
207
- #: ../app/controllers/api/v2/job_invocations_controller.rb:135
203
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:134
208
204
  msgid "The job could not be cancelled."
209
205
  msgstr ""
210
206
 
211
- #: ../app/controllers/api/v2/job_invocations_controller.rb:140
207
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:139
212
208
  msgid "Rerun job on failed hosts"
213
209
  msgstr ""
214
210
 
215
- #: ../app/controllers/api/v2/job_invocations_controller.rb:150
211
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:149
216
212
  #: ../app/views/job_invocations/_form.html.erb:4
217
213
  msgid "Could not rerun job %{id} because its template could not be found"
218
214
  msgstr ""
219
215
 
220
- #: ../app/controllers/api/v2/job_invocations_controller.rb:155
216
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:154
221
217
  msgid "Get outputs of hosts in a job"
222
218
  msgstr ""
223
219
 
224
- #: ../app/controllers/api/v2/job_invocations_controller.rb:204
220
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:203
225
221
  msgid "Host with id '%{id}' was not found"
226
222
  msgstr ""
227
223
 
228
- #: ../app/controllers/api/v2/job_invocations_controller.rb:213
224
+ #: ../app/controllers/api/v2/job_invocations_controller.rb:212
229
225
  msgid "Only one of feature or job_template_id can be specified"
230
226
  msgstr ""
231
227
 
@@ -269,8 +265,8 @@ msgstr ""
269
265
  #: ../app/controllers/api/v2/job_templates_controller.rb:52
270
266
  #: ../app/views/job_invocations/_form.html.erb:11
271
267
  #: ../app/views/job_templates/_custom_tabs.html.erb:5
272
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:58
273
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:104
268
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:67
269
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:107
274
270
  msgid "Job category"
275
271
  msgstr ""
276
272
 
@@ -340,6 +336,10 @@ msgstr ""
340
336
  msgid "Job template ID to be used for the feature"
341
337
  msgstr ""
342
338
 
339
+ #: ../app/controllers/api/v2/remote_execution_features_controller.rb:32
340
+ msgid "List available remote execution features for a host"
341
+ msgstr ""
342
+
343
343
  #: ../app/controllers/api/v2/template_invocations_controller.rb:10
344
344
  msgid "List template invocations belonging to job invocation"
345
345
  msgstr ""
@@ -408,7 +408,8 @@ msgstr ""
408
408
  #: ../db/seeds.d/50-notification_blueprints.rb:3
409
409
  #: ../db/seeds.d/50-notification_blueprints.rb:17
410
410
  #: ../lib/foreman_remote_execution/engine.rb:243
411
- #: ../webpack/JobWizard/JobWizardPageRerun.js:42
411
+ #: ../webpack/JobInvocationDetail/index.js:38
412
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:34
412
413
  #: ../webpack/JobWizard/index.js:12
413
414
  msgid "Jobs"
414
415
  msgstr ""
@@ -501,7 +502,7 @@ msgid "Host task"
501
502
  msgstr ""
502
503
 
503
504
  #: ../app/helpers/remote_execution_helper.rb:53
504
- #: ../app/helpers/remote_execution_helper.rb:198
505
+ #: ../app/helpers/remote_execution_helper.rb:203
505
506
  #: ../app/models/job_invocation.rb:202
506
507
  msgid "N/A"
507
508
  msgstr ""
@@ -545,7 +546,7 @@ msgid "See the last task details"
545
546
  msgstr ""
546
547
 
547
548
  #: ../app/helpers/remote_execution_helper.rb:90
548
- #: ../app/helpers/remote_execution_helper.rb:112
549
+ #: ../app/helpers/remote_execution_helper.rb:117
549
550
  msgid "Cancel Job"
550
551
  msgstr ""
551
552
 
@@ -554,7 +555,7 @@ msgid "Try to cancel the job"
554
555
  msgstr ""
555
556
 
556
557
  #: ../app/helpers/remote_execution_helper.rb:95
557
- #: ../app/helpers/remote_execution_helper.rb:118
558
+ #: ../app/helpers/remote_execution_helper.rb:123
558
559
  msgid "Abort Job"
559
560
  msgstr ""
560
561
 
@@ -562,124 +563,132 @@ msgstr ""
562
563
  msgid "Try to abort the job without waiting for the results from the remote hosts"
563
564
  msgstr ""
564
565
 
565
- #: ../app/helpers/remote_execution_helper.rb:107
566
+ #: ../app/helpers/remote_execution_helper.rb:102
567
+ msgid "New UI"
568
+ msgstr ""
569
+
570
+ #: ../app/helpers/remote_execution_helper.rb:104
571
+ msgid "Switch to the new job invocation detail UI"
572
+ msgstr ""
573
+
574
+ #: ../app/helpers/remote_execution_helper.rb:112
566
575
  msgid "Task Details"
567
576
  msgstr ""
568
577
 
569
- #: ../app/helpers/remote_execution_helper.rb:109
578
+ #: ../app/helpers/remote_execution_helper.rb:114
570
579
  msgid "See the task details"
571
580
  msgstr ""
572
581
 
573
- #: ../app/helpers/remote_execution_helper.rb:114
582
+ #: ../app/helpers/remote_execution_helper.rb:119
574
583
  msgid "Try to cancel the job on a host"
575
584
  msgstr ""
576
585
 
577
- #: ../app/helpers/remote_execution_helper.rb:120
586
+ #: ../app/helpers/remote_execution_helper.rb:125
578
587
  msgid "Try to abort the job on a host without waiting for its result"
579
588
  msgstr ""
580
589
 
581
- #: ../app/helpers/remote_execution_helper.rb:168
590
+ #: ../app/helpers/remote_execution_helper.rb:173
582
591
  msgid "Could not render the preview because no host matches the search query."
583
592
  msgstr ""
584
593
 
585
- #: ../app/helpers/remote_execution_helper.rb:200
594
+ #: ../app/helpers/remote_execution_helper.rb:205
586
595
  msgid "in %s"
587
596
  msgstr ""
588
597
 
589
- #: ../app/helpers/remote_execution_helper.rb:200
598
+ #: ../app/helpers/remote_execution_helper.rb:205
590
599
  msgid "%s ago"
591
600
  msgstr ""
592
601
 
593
- #: ../app/helpers/remote_execution_helper.rb:218
602
+ #: ../app/helpers/remote_execution_helper.rb:223
594
603
  msgid "Use default description template"
595
604
  msgstr ""
596
605
 
597
- #: ../app/helpers/remote_execution_helper.rb:223
606
+ #: ../app/helpers/remote_execution_helper.rb:228
598
607
  msgid "Description template"
599
608
  msgstr ""
600
609
 
601
- #: ../app/helpers/remote_execution_helper.rb:233
610
+ #: ../app/helpers/remote_execution_helper.rb:238
602
611
  msgid ""
603
612
  "This template is used to generate the description.<br/>Input values can be use"
604
613
  "d using the syntax %{package}.<br/>You may also include the job category and t"
605
614
  "emplate<br/>name using %{job_category} and %{template_name}."
606
615
  msgstr ""
607
616
 
608
- #: ../app/lib/actions/remote_execution/run_host_job.rb:29
617
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:28
609
618
  msgid "Could not use any template used in the job invocation"
610
619
  msgstr ""
611
620
 
612
- #: ../app/lib/actions/remote_execution/run_host_job.rb:56
621
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:55
613
622
  msgid "Failed rendering template: %s"
614
623
  msgstr ""
615
624
 
616
- #: ../app/lib/actions/remote_execution/run_host_job.rb:108
625
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:94
617
626
  msgid "Task cancelled"
618
627
  msgstr ""
619
628
 
620
- #: ../app/lib/actions/remote_execution/run_host_job.rb:109
629
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:95
621
630
  msgid "Job execution failed"
622
631
  msgstr ""
623
632
 
624
- #: ../app/lib/actions/remote_execution/run_host_job.rb:118
633
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:104
625
634
  msgid "%{description} on %{host}"
626
635
  msgstr ""
627
636
 
628
- #: ../app/lib/actions/remote_execution/run_host_job.rb:123 action_names.rb:5
637
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:109 action_names.rb:2
629
638
  msgid "Remote action:"
630
639
  msgstr ""
631
640
 
632
- #: ../app/lib/actions/remote_execution/run_host_job.rb:151
641
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:137
633
642
  msgid "Job cancelled by user"
634
643
  msgstr ""
635
644
 
636
- #: ../app/lib/actions/remote_execution/run_host_job.rb:156
637
- #: ../app/lib/actions/remote_execution/run_host_job.rb:174
645
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:142
646
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:160
638
647
  msgid "Exit status: %s"
639
648
  msgstr ""
640
649
 
641
- #: ../app/lib/actions/remote_execution/run_host_job.rb:158
650
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:144
642
651
  msgid "Job finished with error"
643
652
  msgstr ""
644
653
 
645
- #: ../app/lib/actions/remote_execution/run_host_job.rb:161
646
- #: ../app/lib/actions/remote_execution/run_host_job.rb:179
654
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:147
655
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:165
647
656
  msgid "Error loading data from proxy"
648
657
  msgstr ""
649
658
 
650
- #: ../app/lib/actions/remote_execution/run_host_job.rb:230
659
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:216
651
660
  msgid "User can not execute job on host %s"
652
661
  msgstr ""
653
662
 
654
- #: ../app/lib/actions/remote_execution/run_host_job.rb:231
663
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:217
655
664
  msgid "User can not execute this job template"
656
665
  msgstr ""
657
666
 
658
- #: ../app/lib/actions/remote_execution/run_host_job.rb:234
667
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:220
659
668
  msgid "User can not execute job on infrastructure host %s"
660
669
  msgstr ""
661
670
 
662
- #: ../app/lib/actions/remote_execution/run_host_job.rb:240
671
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:226
663
672
  msgid "User can not execute this job template on %s"
664
673
  msgstr ""
665
674
 
666
- #: ../app/lib/actions/remote_execution/run_host_job.rb:250
675
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:236
667
676
  msgid "The only applicable proxy %{proxy_names} is down"
668
677
  msgid_plural "All %{count} applicable proxies are down. Tried %{proxy_names}"
669
678
  msgstr[0] ""
670
679
  msgstr[1] ""
671
680
 
672
- #: ../app/lib/actions/remote_execution/run_host_job.rb:260
681
+ #: ../app/lib/actions/remote_execution/run_host_job.rb:246
673
682
  msgid ""
674
683
  "Could not use any proxy for the %{provider} job. Consider configuring %{global"
675
684
  "_proxy}, %{fallback_proxy} in settings"
676
685
  msgstr ""
677
686
 
678
- #: ../app/lib/actions/remote_execution/run_hosts_job.rb:87
687
+ #: ../app/lib/actions/remote_execution/run_hosts_job.rb:94
679
688
  msgid "REX job has succeeded - %s"
680
689
  msgstr ""
681
690
 
682
- #: ../app/lib/actions/remote_execution/run_hosts_job.rb:95
691
+ #: ../app/lib/actions/remote_execution/run_hosts_job.rb:102
683
692
  msgid "REX job has failed - %s"
684
693
  msgstr ""
685
694
 
@@ -766,27 +775,27 @@ msgstr ""
766
775
  msgid "template"
767
776
  msgstr ""
768
777
 
769
- #: ../app/models/job_invocation_composer.rb:142
778
+ #: ../app/models/job_invocation_composer.rb:141
770
779
  msgid "Cannot specify both bookmark_id and search_query"
771
780
  msgstr ""
772
781
 
773
- #: ../app/models/job_invocation_composer.rb:188
782
+ #: ../app/models/job_invocation_composer.rb:186
774
783
  msgid "Unknown input %{input_name} for template %{template_name}"
775
784
  msgstr ""
776
785
 
777
- #: ../app/models/job_invocation_composer.rb:216
786
+ #: ../app/models/job_invocation_composer.rb:214
778
787
  msgid "Template with id '%{id}' was not found"
779
788
  msgstr ""
780
789
 
781
- #: ../app/models/job_invocation_composer.rb:351
790
+ #: ../app/models/job_invocation_composer.rb:348
782
791
  msgid "Feature input %{input_name} not defined in template %{template_name}"
783
792
  msgstr ""
784
793
 
785
- #: ../app/models/job_invocation_composer.rb:360
794
+ #: ../app/models/job_invocation_composer.rb:357
786
795
  msgid "No template mapped to feature %{feature_name}"
787
796
  msgstr ""
788
797
 
789
- #: ../app/models/job_invocation_composer.rb:366
798
+ #: ../app/models/job_invocation_composer.rb:363
790
799
  msgid ""
791
800
  "The template %{template_name} mapped to feature %{feature_name} is not accessi"
792
801
  "ble by the user"
@@ -837,14 +846,14 @@ msgid "Dynamic Query"
837
846
  msgstr ""
838
847
 
839
848
  #: ../app/models/targeting.rb:10
840
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:220
841
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:273
849
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:194
850
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:275
842
851
  msgid "Alphabetical"
843
852
  msgstr ""
844
853
 
845
854
  #: ../app/models/targeting.rb:10
846
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:228
847
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:272
855
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:202
856
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:274
848
857
  msgid "Randomized"
849
858
  msgstr ""
850
859
 
@@ -881,7 +890,7 @@ msgid "Can't find Job Invocation for an id %s"
881
890
  msgstr ""
882
891
 
883
892
  #: ../app/views/dashboard/_latest-jobs.html.erb:2
884
- #: ../lib/foreman_remote_execution/engine.rb:250
893
+ #: ../lib/foreman_remote_execution/engine.rb:256
885
894
  msgid "Latest Jobs"
886
895
  msgstr ""
887
896
 
@@ -920,28 +929,32 @@ msgid "tasks at a time"
920
929
  msgstr ""
921
930
 
922
931
  #: ../app/views/job_invocations/_card_schedule.html.erb:17
923
- msgid "Set to distribute over"
932
+ msgid "Scheduled to start before"
924
933
  msgstr ""
925
934
 
926
- #: ../app/views/job_invocations/_card_schedule.html.erb:17
927
- #: ../app/views/job_invocations/_card_schedule.html.erb:26
928
- msgid "seconds"
935
+ #: ../app/views/job_invocations/_card_schedule.html.erb:20
936
+ msgid "Scheduled to start at"
929
937
  msgstr ""
930
938
 
931
- #: ../app/views/job_invocations/_card_schedule.html.erb:20
932
- msgid "Scheduled to start before"
939
+ #: ../app/views/job_invocations/_card_schedule.html.erb:23
940
+ msgid "Timeout to kill after"
933
941
  msgstr ""
934
942
 
935
943
  #: ../app/views/job_invocations/_card_schedule.html.erb:23
936
- msgid "Scheduled to start at"
944
+ #: ../app/views/job_invocations/_card_schedule.html.erb:26
945
+ msgid "seconds"
937
946
  msgstr ""
938
947
 
939
948
  #: ../app/views/job_invocations/_card_schedule.html.erb:26
940
- msgid "Timeout to kill after"
949
+ #: ../app/views/job_invocations/_form.html.erb:106
950
+ #: ../lib/foreman_remote_execution/engine.rb:163
951
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
952
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:269
953
+ msgid "Time to pickup"
941
954
  msgstr ""
942
955
 
943
956
  #: ../app/views/job_invocations/_card_target_hosts.html.erb:5
944
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:120
957
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:123
945
958
  msgid "Target hosts"
946
959
  msgstr ""
947
960
 
@@ -990,8 +1003,8 @@ msgid "Description"
990
1003
  msgstr ""
991
1004
 
992
1005
  #: ../app/views/job_invocations/_form.html.erb:23
993
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:68
994
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:112
1006
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:77
1007
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:115
995
1008
  msgid "Job template"
996
1009
  msgstr ""
997
1010
 
@@ -1001,7 +1014,7 @@ msgstr ""
1001
1014
 
1002
1015
  #: ../app/views/job_invocations/_form.html.erb:42
1003
1016
  #: ../webpack/JobWizard/steps/HostsAndInputs/index.js:231
1004
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:88
1017
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:91
1005
1018
  msgid "hosts"
1006
1019
  msgstr ""
1007
1020
 
@@ -1022,20 +1035,20 @@ msgid "Hide advanced fields"
1022
1035
  msgstr ""
1023
1036
 
1024
1037
  #: ../app/views/job_invocations/_form.html.erb:85
1025
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:239
1026
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:262
1038
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:213
1039
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:265
1027
1040
  msgid "SSH user"
1028
1041
  msgstr ""
1029
1042
 
1030
1043
  #: ../app/views/job_invocations/_form.html.erb:85
1031
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:240
1044
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:214
1032
1045
  msgid "A user to be used for SSH."
1033
1046
  msgstr ""
1034
1047
 
1035
1048
  #: ../app/views/job_invocations/_form.html.erb:88
1036
1049
  #: ../app/views/job_templates/_custom_tabs.html.erb:26
1037
1050
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:11
1038
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:263
1051
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
1039
1052
  msgid "Effective user"
1040
1053
  msgstr ""
1041
1054
 
@@ -1049,7 +1062,7 @@ msgstr ""
1049
1062
  #: ../app/views/job_invocations/_form.html.erb:94
1050
1063
  #: ../app/views/job_templates/_custom_tabs.html.erb:13
1051
1064
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:35
1052
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:265
1065
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:268
1053
1066
  msgid "Timeout to kill"
1054
1067
  msgstr ""
1055
1068
 
@@ -1061,14 +1074,6 @@ msgid ""
1061
1074
  msgstr ""
1062
1075
 
1063
1076
  #: ../app/views/job_invocations/_form.html.erb:106
1064
- #: ../lib/foreman_remote_execution/engine.rb:163
1065
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:59
1066
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:266
1067
- msgid "Time to pickup"
1068
- msgstr ""
1069
-
1070
- #: ../app/views/job_invocations/_form.html.erb:106
1071
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
1072
1077
  msgid ""
1073
1078
  "Interval in seconds, if the job is not picked up by a client within this inter"
1074
1079
  "val it will be cancelled."
@@ -1115,7 +1120,7 @@ msgstr ""
1115
1120
 
1116
1121
  #: ../app/views/job_invocations/_form.html.erb:116
1117
1122
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:149
1118
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:267
1123
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
1119
1124
  msgid "Concurrency level"
1120
1125
  msgstr ""
1121
1126
 
@@ -1126,27 +1131,14 @@ msgid ""
1126
1131
  "abled, then tasks are triggered on the smart proxy in batches of size 1."
1127
1132
  msgstr ""
1128
1133
 
1129
- #: ../app/views/job_invocations/_form.html.erb:117
1130
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:175
1131
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:268
1132
- msgid "Time span"
1133
- msgstr ""
1134
-
1135
- #: ../app/views/job_invocations/_form.html.erb:117
1136
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:177
1137
- msgid ""
1138
- "Distribute execution over N seconds. If this is set and proxy batch triggering"
1139
- " is enabled, then tasks are triggered on the smart proxy in batches of size 1."
1140
- msgstr ""
1141
-
1142
- #: ../app/views/job_invocations/_form.html.erb:121
1143
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:200
1144
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:270
1134
+ #: ../app/views/job_invocations/_form.html.erb:120
1135
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:174
1136
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:272
1145
1137
  msgid "Execution ordering"
1146
1138
  msgstr ""
1147
1139
 
1148
- #: ../app/views/job_invocations/_form.html.erb:121
1149
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:205
1140
+ #: ../app/views/job_invocations/_form.html.erb:120
1141
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:179
1150
1142
  msgid ""
1151
1143
  "Execution ordering determines whether the jobs should be executed on hosts in "
1152
1144
  "alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - execute"
@@ -1154,12 +1146,12 @@ msgid ""
1154
1146
  "es the order in which jobs are executed on hosts</li></ul>"
1155
1147
  msgstr ""
1156
1148
 
1157
- #: ../app/views/job_invocations/_form.html.erb:130
1158
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:252
1149
+ #: ../app/views/job_invocations/_form.html.erb:129
1150
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:255
1159
1151
  msgid "Type of query"
1160
1152
  msgstr ""
1161
1153
 
1162
- #: ../app/views/job_invocations/_form.html.erb:130
1154
+ #: ../app/views/job_invocations/_form.html.erb:129
1163
1155
  msgid ""
1164
1156
  "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static<"
1165
1157
  "/b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evalu"
@@ -1682,29 +1674,94 @@ msgstr ""
1682
1674
  #: ../lib/foreman_remote_execution/engine.rb:161
1683
1675
  msgid ""
1684
1676
  "Time in seconds within which the host has to pick up a job. If the job is not "
1685
- "picked up within this limit, the job will be cancelled. Defaults to 1 day."
1677
+ "picked up within this limit, the job will be cancelled. Defaults to 1 day. App"
1678
+ "lies only to pull-mqtt based jobs."
1686
1679
  msgstr ""
1687
1680
 
1688
1681
  #: ../lib/foreman_remote_execution/engine.rb:232
1689
1682
  msgid "Job templates"
1690
1683
  msgstr ""
1691
1684
 
1692
- #: ../lib/foreman_remote_execution/engine.rb:361
1685
+ #: ../lib/foreman_remote_execution/engine.rb:249
1686
+ msgid "Job invocations detail"
1687
+ msgstr ""
1688
+
1689
+ #: ../lib/foreman_remote_execution/engine.rb:370
1693
1690
  msgid "Run Puppet Once"
1694
1691
  msgstr ""
1695
1692
 
1696
- #: ../lib/foreman_remote_execution/engine.rb:362
1693
+ #: ../lib/foreman_remote_execution/engine.rb:371
1697
1694
  msgid "Perform a single Puppet run"
1698
1695
  msgstr ""
1699
1696
 
1700
- #: ../lib/foreman_remote_execution/engine.rb:367
1697
+ #: ../lib/foreman_remote_execution/engine.rb:376
1701
1698
  msgid "Run Script"
1702
1699
  msgstr ""
1703
1700
 
1704
- #: ../lib/foreman_remote_execution/engine.rb:368
1701
+ #: ../lib/foreman_remote_execution/engine.rb:377
1705
1702
  msgid "Run a script"
1706
1703
  msgstr ""
1707
1704
 
1705
+ #: ../webpack/JobInvocationDetail/JobInvocationOverview.js:34
1706
+ msgid "Not yet"
1707
+ msgstr ""
1708
+
1709
+ #: ../webpack/JobInvocationDetail/JobInvocationOverview.js:58
1710
+ msgid "Effective user:"
1711
+ msgstr ""
1712
+
1713
+ #: ../webpack/JobInvocationDetail/JobInvocationOverview.js:64
1714
+ msgid "Started at:"
1715
+ msgstr ""
1716
+
1717
+ #: ../webpack/JobInvocationDetail/JobInvocationOverview.js:70
1718
+ msgid "SSH user:"
1719
+ msgstr ""
1720
+
1721
+ #: ../webpack/JobInvocationDetail/JobInvocationOverview.js:76
1722
+ msgid "Template:"
1723
+ msgstr ""
1724
+
1725
+ #: ../webpack/JobWizard/Footer.js:35
1726
+ msgid "Submit"
1727
+ msgstr ""
1728
+
1729
+ #: ../webpack/JobWizard/Footer.js:36
1730
+ msgid "Next"
1731
+ msgstr ""
1732
+
1733
+ #: ../webpack/JobWizard/Footer.js:45
1734
+ msgid "Back"
1735
+ msgstr ""
1736
+
1737
+ #: ../webpack/JobWizard/Footer.js:51
1738
+ msgid "Start job"
1739
+ msgstr ""
1740
+
1741
+ #: ../webpack/JobWizard/Footer.js:52
1742
+ msgid "Fill all required fields in all the steps"
1743
+ msgstr ""
1744
+
1745
+ #: ../webpack/JobWizard/Footer.js:62
1746
+ msgid "Run on selected hosts"
1747
+ msgstr ""
1748
+
1749
+ #: ../webpack/JobWizard/Footer.js:69
1750
+ msgid "Skip to review step"
1751
+ msgstr ""
1752
+
1753
+ #: ../webpack/JobWizard/Footer.js:70
1754
+ msgid "Fill all required fields in all the steps to start the job"
1755
+ msgstr ""
1756
+
1757
+ #: ../webpack/JobWizard/Footer.js:82
1758
+ msgid "Skip to review"
1759
+ msgstr ""
1760
+
1761
+ #: ../webpack/JobWizard/Footer.js:86
1762
+ msgid "Cancel"
1763
+ msgstr ""
1764
+
1708
1765
  #: ../webpack/JobWizard/JobWizardConstants.js:11
1709
1766
  msgid "Does not repeat"
1710
1767
  msgstr ""
@@ -1753,7 +1810,7 @@ msgid "Target hosts and inputs"
1753
1810
  msgstr ""
1754
1811
 
1755
1812
  #: ../webpack/JobWizard/JobWizardConstants.js:28
1756
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:134
1813
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:137
1757
1814
  msgid "Advanced fields"
1758
1815
  msgstr ""
1759
1816
 
@@ -1781,22 +1838,22 @@ msgstr ""
1781
1838
  msgid "Search query"
1782
1839
  msgstr ""
1783
1840
 
1784
- #: ../webpack/JobWizard/JobWizardPageRerun.js:39
1841
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:31
1785
1842
  #: ../webpack/JobWizard/index.js:9
1786
1843
  msgid "Run job"
1787
1844
  msgstr ""
1788
1845
 
1789
- #: ../webpack/JobWizard/JobWizardPageRerun.js:72
1846
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:55
1790
1847
  msgid "Use old form"
1791
1848
  msgstr ""
1792
1849
 
1793
- #: ../webpack/JobWizard/JobWizardPageRerun.js:92
1850
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:78
1794
1851
  msgid ""
1795
1852
  "Current organization %s is different from job's organization %s. This job may "
1796
1853
  "run on different hosts than before."
1797
1854
  msgstr ""
1798
1855
 
1799
- #: ../webpack/JobWizard/JobWizardPageRerun.js:105
1856
+ #: ../webpack/JobWizard/JobWizardPageRerun.js:92
1800
1857
  msgid ""
1801
1858
  "Current location %s is different from job's location %s. This job may run on d"
1802
1859
  "ifferent hosts than before."
@@ -1811,7 +1868,7 @@ msgstr ""
1811
1868
  msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
1812
1869
  msgstr ""
1813
1870
 
1814
- #: ../webpack/JobWizard/index.js:35
1871
+ #: ../webpack/JobWizard/index.js:27
1815
1872
  msgid "Use legacy form"
1816
1873
  msgstr ""
1817
1874
 
@@ -1825,10 +1882,15 @@ msgstr ""
1825
1882
 
1826
1883
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:49
1827
1884
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:165
1828
- #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:191
1829
1885
  msgid "For example: 1, 2, 3, 4, 5..."
1830
1886
  msgstr ""
1831
1887
 
1888
+ #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:61
1889
+ msgid ""
1890
+ "Interval in seconds, if the job is not picked up by a client within this inter"
1891
+ "val it will be cancelled. Applies only to pull-mqtt based jobs"
1892
+ msgstr ""
1893
+
1832
1894
  #: ../webpack/JobWizard/steps/AdvancedFields/Fields.js:104
1833
1895
  msgid ""
1834
1896
  "Key passphrase is only applicable for SSH provider. Other providers ignore thi"
@@ -1843,28 +1905,28 @@ msgid ""
1843
1905
  "or future or recurring executions, it is removed after the last execution."
1844
1906
  msgstr ""
1845
1907
 
1846
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:55
1908
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:64
1847
1909
  msgid "All fields are required."
1848
1910
  msgstr ""
1849
1911
 
1850
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:63
1851
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:76
1912
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:72
1913
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:85
1852
1914
  msgid "Error"
1853
1915
  msgstr ""
1854
1916
 
1855
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:79
1917
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:88
1856
1918
  msgid "Errors:"
1857
1919
  msgstr ""
1858
1920
 
1859
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:82
1921
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:91
1860
1922
  msgid "Categories list failed with:"
1861
1923
  msgstr ""
1862
1924
 
1863
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:87
1925
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:96
1864
1926
  msgid "Templates list failed with:"
1865
1927
  msgstr ""
1866
1928
 
1867
- #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:92
1929
+ #: ../webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js:101
1868
1930
  msgid "Template failed with:"
1869
1931
  msgstr ""
1870
1932
 
@@ -1938,88 +2000,87 @@ msgstr ""
1938
2000
  msgid "Every day at %s"
1939
2001
  msgstr ""
1940
2002
 
1941
- #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:29
2003
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:28
1942
2004
  msgid "Every week on %s at %s"
1943
2005
  msgstr ""
1944
2006
 
1945
- #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:33
2007
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:32
1946
2008
  msgid "Every month on %s at %s"
1947
2009
  msgstr ""
1948
2010
 
1949
- #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:38
1950
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:19
2011
+ #: ../webpack/JobWizard/steps/ReviewDetails/helpers.js:37
1951
2012
  msgid "Cron line"
1952
2013
  msgstr ""
1953
2014
 
1954
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:81
2015
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:84
1955
2016
  msgid "No Target Hosts"
1956
2017
  msgstr ""
1957
2018
 
1958
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:94
2019
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:97
1959
2020
  msgid "view host names"
1960
2021
  msgstr ""
1961
2022
 
1962
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:145
2023
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:148
1963
2024
  msgid "Hide all advanced fields"
1964
2025
  msgstr ""
1965
2026
 
1966
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:155
2027
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:158
1967
2028
  msgid "Show all advanced fields"
1968
2029
  msgstr ""
1969
2030
 
1970
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:165
2031
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:168
1971
2032
  msgid "Schedule type"
1972
2033
  msgstr ""
1973
2034
 
1974
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:179
2035
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:182
1975
2036
  msgid "Recurrence"
1976
2037
  msgstr ""
1977
2038
 
1978
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:194
2039
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:197
1979
2040
  #: ../webpack/JobWizard/steps/Schedule/ScheduleFuture.js:52
1980
2041
  msgid "Starts at"
1981
2042
  msgstr ""
1982
2043
 
1983
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:203
2044
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:206
1984
2045
  msgid "Starts Before"
1985
2046
  msgstr ""
1986
2047
 
1987
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:212
2048
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:215
1988
2049
  #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:88
1989
2050
  msgid "Starts"
1990
2051
  msgstr ""
1991
2052
 
1992
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:217
2053
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:220
1993
2054
  #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:103
1994
2055
  msgid "Now"
1995
2056
  msgstr ""
1996
2057
 
1997
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:223
2058
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:226
1998
2059
  #: ../webpack/JobWizard/steps/Schedule/RepeatOn.js:64
1999
2060
  msgid "Repeats"
2000
2061
  msgstr ""
2001
2062
 
2002
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:231
2063
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:234
2003
2064
  #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:160
2004
2065
  msgid "Ends"
2005
2066
  msgstr ""
2006
2067
 
2007
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:244
2068
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:247
2008
2069
  #: ../webpack/JobWizard/steps/Schedule/PurposeField.js:9
2009
2070
  msgid "Purpose"
2010
2071
  msgstr ""
2011
2072
 
2012
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:256
2073
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:259
2013
2074
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:22
2014
2075
  msgid "Static query"
2015
2076
  msgstr ""
2016
2077
 
2017
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:257
2078
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:260
2018
2079
  #: ../webpack/JobWizard/steps/Schedule/QueryType.js:32
2019
2080
  msgid "Dynamic query"
2020
2081
  msgstr ""
2021
2082
 
2022
- #: ../webpack/JobWizard/steps/ReviewDetails/index.js:264
2083
+ #: ../webpack/JobWizard/steps/ReviewDetails/index.js:267
2023
2084
  msgid "Description Template"
2024
2085
  msgstr ""
2025
2086
 
@@ -2047,30 +2108,44 @@ msgid ""
2047
2108
  "targeted hosts set may change before it"
2048
2109
  msgstr ""
2049
2110
 
2050
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:22
2051
- msgid "Cron line format 'a b c d e', where:"
2111
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:43
2112
+ msgid "Cron line (extended)"
2052
2113
  msgstr ""
2053
2114
 
2054
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:25
2115
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:46
2116
+ msgid "Cron line format '1 2 3 4 5', where:"
2117
+ msgstr ""
2118
+
2119
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:49
2055
2120
  msgid "is minute (range: 0-59)"
2056
2121
  msgstr ""
2057
2122
 
2058
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:26
2123
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:50
2059
2124
  msgid "is hour (range: 0-23)"
2060
2125
  msgstr ""
2061
2126
 
2062
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:27
2127
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:51
2063
2128
  msgid "is day of month (range: 1-31)"
2064
2129
  msgstr ""
2065
2130
 
2066
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:28
2131
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:52
2067
2132
  msgid "is month (range: 1-12)"
2068
2133
  msgstr ""
2069
2134
 
2070
- #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:29
2135
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:53
2071
2136
  msgid "is day of week (range: 0-6)"
2072
2137
  msgstr ""
2073
2138
 
2139
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:56
2140
+ msgid ""
2141
+ "The cron line supports extended cron line syntax. For details please refer to "
2142
+ "the "
2143
+ msgstr ""
2144
+
2145
+ #: ../webpack/JobWizard/steps/Schedule/RepeatCron.js:60
2146
+ msgid "documentation"
2147
+ msgstr ""
2148
+
2074
2149
  #: ../webpack/JobWizard/steps/Schedule/RepeatDaily.js:17
2075
2150
  #: ../webpack/JobWizard/steps/Schedule/ScheduleRecurring.js:121
2076
2151
  msgid "At"
@@ -2101,7 +2176,7 @@ msgstr ""
2101
2176
  msgid "Days"
2102
2177
  msgstr ""
2103
2178
 
2104
- #: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:42
2179
+ #: ../webpack/JobWizard/steps/Schedule/RepeatWeek.js:43
2105
2180
  msgid "Days of week"
2106
2181
  msgstr ""
2107
2182
 
@@ -2186,15 +2261,15 @@ msgstr ""
2186
2261
  msgid "You have %s results to display. Showing first %s results"
2187
2262
  msgstr ""
2188
2263
 
2189
- #: ../webpack/react_app/components/FeaturesDropdown/actions.js:13
2264
+ #: ../webpack/react_app/components/FeaturesDropdown/actions.js:15
2190
2265
  msgid "Opening job invocation form"
2191
2266
  msgstr ""
2192
2267
 
2193
- #: ../webpack/react_app/components/FeaturesDropdown/actions.js:15
2268
+ #: ../webpack/react_app/components/FeaturesDropdown/actions.js:17
2194
2269
  msgid "%s job has been invoked"
2195
2270
  msgstr ""
2196
2271
 
2197
- #: ../webpack/react_app/components/FeaturesDropdown/index.js:44
2272
+ #: ../webpack/react_app/components/FeaturesDropdown/index.js:71
2198
2273
  msgid "Schedule a job"
2199
2274
  msgstr ""
2200
2275
 
@@ -2279,18 +2354,6 @@ msgstr ""
2279
2354
  msgid "Active Filters:"
2280
2355
  msgstr ""
2281
2356
 
2282
- #: action_names.rb:2
2283
- msgid "Action with sub plans"
2284
- msgstr ""
2285
-
2286
- #: action_names.rb:3
2287
- msgid "Import Puppet classes"
2288
- msgstr ""
2289
-
2290
- #: action_names.rb:4
2291
- msgid "Import facts"
2292
- msgstr ""
2293
-
2294
2357
  #: gemspec.rb:2
2295
2358
  msgid ""
2296
2359
  "A plugin bringing remote execution to the Foreman, completing the config manag"