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
@@ -79,9 +79,6 @@ msgstr ""
79
79
  msgid "Abort Job"
80
80
  msgstr ""
81
81
 
82
- msgid "Action with sub plans"
83
- msgstr ""
84
-
85
82
  msgid "Actions"
86
83
  msgstr ""
87
84
 
@@ -127,6 +124,9 @@ msgstr ""
127
124
  msgid "At minute"
128
125
  msgstr ""
129
126
 
127
+ msgid "Back"
128
+ msgstr ""
129
+
130
130
  msgid "Back to Job"
131
131
  msgstr ""
132
132
 
@@ -136,6 +136,9 @@ msgstr ""
136
136
  msgid "Can't find Job Invocation for an id %s"
137
137
  msgstr ""
138
138
 
139
+ msgid "Cancel"
140
+ msgstr ""
141
+
139
142
  msgid "Cancel Job"
140
143
  msgstr ""
141
144
 
@@ -238,7 +241,10 @@ msgstr ""
238
241
  msgid "Cron line"
239
242
  msgstr ""
240
243
 
241
- msgid "Cron line format 'a b c d e', where:"
244
+ msgid "Cron line (extended)"
245
+ msgstr ""
246
+
247
+ msgid "Cron line format '1 2 3 4 5', where:"
242
248
  msgstr ""
243
249
 
244
250
  msgid "Cronline"
@@ -304,12 +310,6 @@ msgstr ""
304
310
  msgid "Display advanced fields"
305
311
  msgstr ""
306
312
 
307
- msgid "Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1."
308
- msgstr ""
309
-
310
- msgid "Distribute tasks over N seconds"
311
- msgstr ""
312
-
313
313
  msgid "Does not repeat"
314
314
  msgstr ""
315
315
 
@@ -358,6 +358,9 @@ msgstr ""
358
358
  msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
359
359
  msgstr ""
360
360
 
361
+ msgid "Effective user:"
362
+ msgstr ""
363
+
361
364
  msgid "Enable Global Proxy"
362
365
  msgstr ""
363
366
 
@@ -436,6 +439,12 @@ msgstr ""
436
439
  msgid "Feature input %{input_name} not defined in template %{template_name}"
437
440
  msgstr ""
438
441
 
442
+ msgid "Fill all required fields in all the steps"
443
+ msgstr ""
444
+
445
+ msgid "Fill all required fields in all the steps to start the job"
446
+ msgstr ""
447
+
439
448
  msgid "Filter by host collections"
440
449
  msgstr ""
441
450
 
@@ -523,15 +532,9 @@ msgstr ""
523
532
  msgid "Import"
524
533
  msgstr ""
525
534
 
526
- msgid "Import Puppet classes"
527
- msgstr ""
528
-
529
535
  msgid "Import a job template from ERB"
530
536
  msgstr ""
531
537
 
532
- msgid "Import facts"
533
- msgstr ""
534
-
535
538
  msgid "Include all inputs from the foreign template"
536
539
  msgstr ""
537
540
 
@@ -559,6 +562,9 @@ msgstr ""
559
562
  msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
560
563
  msgstr ""
561
564
 
565
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs"
566
+ msgstr ""
567
+
562
568
  msgid "Invalid date"
563
569
  msgstr ""
564
570
 
@@ -607,6 +613,9 @@ msgstr ""
607
613
  msgid "Job invocations"
608
614
  msgstr ""
609
615
 
616
+ msgid "Job invocations detail"
617
+ msgstr ""
618
+
610
619
  msgid "Job result"
611
620
  msgstr ""
612
621
 
@@ -658,6 +667,9 @@ msgstr ""
658
667
  msgid "Learn more about this in the documentation."
659
668
  msgstr ""
660
669
 
670
+ msgid "List available remote execution features for a host"
671
+ msgstr ""
672
+
661
673
  msgid "List foreign input sets"
662
674
  msgstr ""
663
675
 
@@ -709,6 +721,12 @@ msgstr ""
709
721
  msgid "New Job Template"
710
722
  msgstr ""
711
723
 
724
+ msgid "New UI"
725
+ msgstr ""
726
+
727
+ msgid "Next"
728
+ msgstr ""
729
+
712
730
  msgid "No (override)"
713
731
  msgstr ""
714
732
 
@@ -733,6 +751,9 @@ msgstr ""
733
751
  msgid "Not all required inputs have values. Missing inputs: %s"
734
752
  msgstr ""
735
753
 
754
+ msgid "Not yet"
755
+ msgstr ""
756
+
736
757
  msgid "Now"
737
758
  msgstr ""
738
759
 
@@ -955,6 +976,9 @@ msgstr ""
955
976
  msgid "Run job"
956
977
  msgstr ""
957
978
 
979
+ msgid "Run on selected hosts"
980
+ msgstr ""
981
+
958
982
  msgid "Running"
959
983
  msgstr ""
960
984
 
@@ -970,6 +994,9 @@ msgstr ""
970
994
  msgid "SSH user"
971
995
  msgstr ""
972
996
 
997
+ msgid "SSH user:"
998
+ msgstr ""
999
+
973
1000
  msgid "Schedule"
974
1001
  msgstr ""
975
1002
 
@@ -1054,9 +1081,6 @@ msgstr ""
1054
1081
  msgid "Set password for effective user (using sudo-like mechanisms)"
1055
1082
  msgstr ""
1056
1083
 
1057
- msgid "Set to distribute over"
1058
- msgstr ""
1059
-
1060
1084
  msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
1061
1085
  msgstr ""
1062
1086
 
@@ -1084,15 +1108,27 @@ msgstr ""
1084
1108
  msgid "Show remote execution feature"
1085
1109
  msgstr ""
1086
1110
 
1111
+ msgid "Skip to review"
1112
+ msgstr ""
1113
+
1114
+ msgid "Skip to review step"
1115
+ msgstr ""
1116
+
1087
1117
  msgid "Snippet"
1088
1118
  msgstr ""
1089
1119
 
1090
1120
  msgid "Start"
1091
1121
  msgstr ""
1092
1122
 
1123
+ msgid "Start job"
1124
+ msgstr ""
1125
+
1093
1126
  msgid "Started"
1094
1127
  msgstr ""
1095
1128
 
1129
+ msgid "Started at:"
1130
+ msgstr ""
1131
+
1096
1132
  msgid "Starts"
1097
1133
  msgstr ""
1098
1134
 
@@ -1117,6 +1153,9 @@ msgstr ""
1117
1153
  msgid "Status"
1118
1154
  msgstr ""
1119
1155
 
1156
+ msgid "Submit"
1157
+ msgstr ""
1158
+
1120
1159
  msgid "Subscribe to all my jobs"
1121
1160
  msgstr ""
1122
1161
 
@@ -1132,6 +1171,9 @@ msgstr ""
1132
1171
  msgid "Success"
1133
1172
  msgstr ""
1134
1173
 
1174
+ msgid "Switch to the new job invocation detail UI"
1175
+ msgstr ""
1176
+
1135
1177
  msgid "Sync Job Templates"
1136
1178
  msgstr ""
1137
1179
 
@@ -1171,9 +1213,15 @@ msgstr ""
1171
1213
  msgid "Template with id '%{id}' was not found"
1172
1214
  msgstr ""
1173
1215
 
1216
+ msgid "Template:"
1217
+ msgstr ""
1218
+
1174
1219
  msgid "Templates list failed with:"
1175
1220
  msgstr ""
1176
1221
 
1222
+ msgid "The cron line supports extended cron line syntax. For details please refer to the "
1223
+ msgstr ""
1224
+
1177
1225
  msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
1178
1226
  msgstr ""
1179
1227
 
@@ -1227,10 +1275,7 @@ msgstr ""
1227
1275
  msgid "Time in seconds from the start on the remote host after which the job should be killed."
1228
1276
  msgstr ""
1229
1277
 
1230
- msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
1231
- msgstr ""
1232
-
1233
- msgid "Time span"
1278
+ msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs."
1234
1279
  msgstr ""
1235
1280
 
1236
1281
  msgid "Time to pickup"
@@ -1425,6 +1470,9 @@ msgstr ""
1425
1470
  msgid "default_capsule method missing from SmartProxy"
1426
1471
  msgstr ""
1427
1472
 
1473
+ msgid "documentation"
1474
+ msgstr ""
1475
+
1428
1476
  msgid "effective user"
1429
1477
  msgstr ""
1430
1478
 
@@ -80,9 +80,6 @@ msgstr ""
80
80
  msgid "Abort Job"
81
81
  msgstr ""
82
82
 
83
- msgid "Action with sub plans"
84
- msgstr "Action with sub plans"
85
-
86
83
  msgid "Actions"
87
84
  msgstr "Actions"
88
85
 
@@ -128,6 +125,9 @@ msgstr ""
128
125
  msgid "At minute"
129
126
  msgstr ""
130
127
 
128
+ msgid "Back"
129
+ msgstr ""
130
+
131
131
  msgid "Back to Job"
132
132
  msgstr ""
133
133
 
@@ -137,6 +137,9 @@ msgstr ""
137
137
  msgid "Can't find Job Invocation for an id %s"
138
138
  msgstr ""
139
139
 
140
+ msgid "Cancel"
141
+ msgstr ""
142
+
140
143
  msgid "Cancel Job"
141
144
  msgstr ""
142
145
 
@@ -239,7 +242,10 @@ msgstr ""
239
242
  msgid "Cron line"
240
243
  msgstr "Cron line"
241
244
 
242
- msgid "Cron line format 'a b c d e', where:"
245
+ msgid "Cron line (extended)"
246
+ msgstr ""
247
+
248
+ msgid "Cron line format '1 2 3 4 5', where:"
243
249
  msgstr ""
244
250
 
245
251
  msgid "Cronline"
@@ -305,12 +311,6 @@ msgstr ""
305
311
  msgid "Display advanced fields"
306
312
  msgstr ""
307
313
 
308
- msgid "Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1."
309
- msgstr ""
310
-
311
- msgid "Distribute tasks over N seconds"
312
- msgstr ""
313
-
314
314
  msgid "Does not repeat"
315
315
  msgstr ""
316
316
 
@@ -359,6 +359,9 @@ msgstr ""
359
359
  msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
360
360
  msgstr ""
361
361
 
362
+ msgid "Effective user:"
363
+ msgstr ""
364
+
362
365
  msgid "Enable Global Proxy"
363
366
  msgstr ""
364
367
 
@@ -437,6 +440,12 @@ msgstr ""
437
440
  msgid "Feature input %{input_name} not defined in template %{template_name}"
438
441
  msgstr ""
439
442
 
443
+ msgid "Fill all required fields in all the steps"
444
+ msgstr ""
445
+
446
+ msgid "Fill all required fields in all the steps to start the job"
447
+ msgstr ""
448
+
440
449
  msgid "Filter by host collections"
441
450
  msgstr ""
442
451
 
@@ -524,15 +533,9 @@ msgstr ""
524
533
  msgid "Import"
525
534
  msgstr ""
526
535
 
527
- msgid "Import Puppet classes"
528
- msgstr "Import Puppet classes"
529
-
530
536
  msgid "Import a job template from ERB"
531
537
  msgstr ""
532
538
 
533
- msgid "Import facts"
534
- msgstr "Import facts"
535
-
536
539
  msgid "Include all inputs from the foreign template"
537
540
  msgstr ""
538
541
 
@@ -560,6 +563,9 @@ msgstr ""
560
563
  msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
561
564
  msgstr ""
562
565
 
566
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs"
567
+ msgstr ""
568
+
563
569
  msgid "Invalid date"
564
570
  msgstr ""
565
571
 
@@ -608,6 +614,9 @@ msgstr ""
608
614
  msgid "Job invocations"
609
615
  msgstr ""
610
616
 
617
+ msgid "Job invocations detail"
618
+ msgstr ""
619
+
611
620
  msgid "Job result"
612
621
  msgstr ""
613
622
 
@@ -659,6 +668,9 @@ msgstr ""
659
668
  msgid "Learn more about this in the documentation."
660
669
  msgstr "Learn more about this in the documentation."
661
670
 
671
+ msgid "List available remote execution features for a host"
672
+ msgstr ""
673
+
662
674
  msgid "List foreign input sets"
663
675
  msgstr ""
664
676
 
@@ -710,6 +722,12 @@ msgstr ""
710
722
  msgid "New Job Template"
711
723
  msgstr ""
712
724
 
725
+ msgid "New UI"
726
+ msgstr ""
727
+
728
+ msgid "Next"
729
+ msgstr ""
730
+
713
731
  msgid "No (override)"
714
732
  msgstr ""
715
733
 
@@ -734,6 +752,9 @@ msgstr ""
734
752
  msgid "Not all required inputs have values. Missing inputs: %s"
735
753
  msgstr ""
736
754
 
755
+ msgid "Not yet"
756
+ msgstr ""
757
+
737
758
  msgid "Now"
738
759
  msgstr ""
739
760
 
@@ -956,6 +977,9 @@ msgstr ""
956
977
  msgid "Run job"
957
978
  msgstr ""
958
979
 
980
+ msgid "Run on selected hosts"
981
+ msgstr ""
982
+
959
983
  msgid "Running"
960
984
  msgstr "Running"
961
985
 
@@ -971,6 +995,9 @@ msgstr ""
971
995
  msgid "SSH user"
972
996
  msgstr ""
973
997
 
998
+ msgid "SSH user:"
999
+ msgstr ""
1000
+
974
1001
  msgid "Schedule"
975
1002
  msgstr ""
976
1003
 
@@ -1055,9 +1082,6 @@ msgstr ""
1055
1082
  msgid "Set password for effective user (using sudo-like mechanisms)"
1056
1083
  msgstr ""
1057
1084
 
1058
- msgid "Set to distribute over"
1059
- msgstr ""
1060
-
1061
1085
  msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
1062
1086
  msgstr ""
1063
1087
 
@@ -1085,15 +1109,27 @@ msgstr ""
1085
1109
  msgid "Show remote execution feature"
1086
1110
  msgstr ""
1087
1111
 
1112
+ msgid "Skip to review"
1113
+ msgstr ""
1114
+
1115
+ msgid "Skip to review step"
1116
+ msgstr ""
1117
+
1088
1118
  msgid "Snippet"
1089
1119
  msgstr ""
1090
1120
 
1091
1121
  msgid "Start"
1092
1122
  msgstr ""
1093
1123
 
1124
+ msgid "Start job"
1125
+ msgstr ""
1126
+
1094
1127
  msgid "Started"
1095
1128
  msgstr ""
1096
1129
 
1130
+ msgid "Started at:"
1131
+ msgstr ""
1132
+
1097
1133
  msgid "Starts"
1098
1134
  msgstr ""
1099
1135
 
@@ -1118,6 +1154,9 @@ msgstr ""
1118
1154
  msgid "Status"
1119
1155
  msgstr ""
1120
1156
 
1157
+ msgid "Submit"
1158
+ msgstr ""
1159
+
1121
1160
  msgid "Subscribe to all my jobs"
1122
1161
  msgstr ""
1123
1162
 
@@ -1133,6 +1172,9 @@ msgstr ""
1133
1172
  msgid "Success"
1134
1173
  msgstr "Success"
1135
1174
 
1175
+ msgid "Switch to the new job invocation detail UI"
1176
+ msgstr ""
1177
+
1136
1178
  msgid "Sync Job Templates"
1137
1179
  msgstr ""
1138
1180
 
@@ -1172,9 +1214,15 @@ msgstr ""
1172
1214
  msgid "Template with id '%{id}' was not found"
1173
1215
  msgstr ""
1174
1216
 
1217
+ msgid "Template:"
1218
+ msgstr ""
1219
+
1175
1220
  msgid "Templates list failed with:"
1176
1221
  msgstr ""
1177
1222
 
1223
+ msgid "The cron line supports extended cron line syntax. For details please refer to the "
1224
+ msgstr ""
1225
+
1178
1226
  msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
1179
1227
  msgstr ""
1180
1228
 
@@ -1228,10 +1276,7 @@ msgstr ""
1228
1276
  msgid "Time in seconds from the start on the remote host after which the job should be killed."
1229
1277
  msgstr ""
1230
1278
 
1231
- msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
1232
- msgstr ""
1233
-
1234
- msgid "Time span"
1279
+ msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs."
1235
1280
  msgstr ""
1236
1281
 
1237
1282
  msgid "Time to pickup"
@@ -1426,6 +1471,9 @@ msgstr ""
1426
1471
  msgid "default_capsule method missing from SmartProxy"
1427
1472
  msgstr ""
1428
1473
 
1474
+ msgid "documentation"
1475
+ msgstr ""
1476
+
1429
1477
  msgid "effective user"
1430
1478
  msgstr ""
1431
1479