foreman-tasks 5.2.2 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby_tests.yml +7 -18
- data/.rubocop.yml +1 -0
- data/app/lib/actions/base.rb +1 -0
- data/app/lib/actions/foreman/host/import_facts.rb +1 -1
- data/app/lib/actions/helpers/lifecycle_logging.rb +1 -1
- data/app/lib/actions/middleware/rails_executor_wrap.rb +2 -2
- data/app/lib/actions/middleware/watch_delegated_proxy_sub_tasks.rb +18 -11
- data/app/lib/actions/proxy_action.rb +2 -2
- data/app/lib/actions/task_synchronization.rb +65 -0
- data/app/lib/actions/trigger_proxy_batch.rb +1 -1
- data/app/models/foreman_tasks/lock.rb +1 -1
- data/app/models/foreman_tasks/remote_task.rb +10 -3
- data/app/models/foreman_tasks/task/dynflow_task.rb +20 -21
- data/app/views/foreman_tasks/api/locks/show.json.rabl +4 -0
- data/config/routes.rb +1 -1
- data/db/migrate/20210708123832_add_parent_task_id_to_remote_tasks.foreman_tasks.rb +5 -0
- data/db/migrate/20211123170430_tasks_settings_to_dsl_category.rb +5 -0
- data/foreman-tasks.gemspec +1 -1
- data/lib/foreman_tasks/dynflow/configuration.rb +1 -6
- data/lib/foreman_tasks/dynflow.rb +1 -1
- data/lib/foreman_tasks/engine.rb +56 -9
- data/lib/foreman_tasks/test_helpers.rb +1 -1
- data/lib/foreman_tasks/version.rb +1 -1
- data/locale/action_names.rb +2 -3
- data/locale/en/foreman_tasks.po +27 -3
- data/locale/foreman_tasks.pot +230 -176
- data/locale/fr/foreman_tasks.po +27 -3
- data/locale/ja/foreman_tasks.po +27 -3
- data/locale/zh_CN/foreman_tasks.po +27 -3
- data/test/controllers/api/tasks_controller_test.rb +1 -2
- data/test/factories/task_factory.rb +1 -1
- data/test/lib/actions/middleware/keep_current_taxonomies_test.rb +9 -1
- data/test/support/dummy_dynflow_action.rb +1 -1
- data/test/support/dummy_proxy_action.rb +1 -1
- data/test/unit/actions/proxy_action_test.rb +19 -13
- data/test/unit/actions/trigger_proxy_batch_test.rb +0 -1
- data/test/unit/troubleshooting_help_generator_test.rb +0 -1
- data/test/unit/ui_notifications_test.rb +0 -1
- data/webpack/ForemanTasks/Components/TaskActions/TaskActionHelpers.js +1 -1
- data/webpack/ForemanTasks/Components/TaskActions/index.js +1 -1
- data/webpack/ForemanTasks/Components/TaskDetails/Components/Locks.js +28 -14
- data/webpack/ForemanTasks/Components/TaskDetails/Components/__tests__/__snapshots__/Locks.test.js.snap +50 -42
- data/webpack/ForemanTasks/Components/TaskDetails/TaskDetailsActions.js +1 -1
- data/webpack/ForemanTasks/Components/TasksTable/TasksBulkActions.js +1 -1
- data/webpack/ForemanTasks/Components/TasksTable/TasksTable.js +2 -28
- data/webpack/ForemanTasks/Components/TasksTable/TasksTablePage.js +5 -9
- data/webpack/ForemanTasks/Components/TasksTable/TasksTableReducer.js +1 -5
- data/webpack/ForemanTasks/Components/TasksTable/TasksTableSelectors.js +2 -2
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/TasksTable.fixtures.js +1 -4
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/SubTasksPage.test.js.snap +1 -6
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/TasksIndexPage.test.js.snap +1 -6
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/TasksTable.test.js.snap +2 -22
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/TasksTablePage.test.js.snap +2 -12
- data/webpack/ForemanTasks/Components/TasksTable/__tests__/__snapshots__/TasksTableReducer.test.js.snap +1 -4
- data/webpack/ForemanTasks/Components/TasksTable/index.js +2 -2
- data/webpack/__mocks__/foremanReact/components/Pagination/index.js +2 -0
- data/webpack/__mocks__/foremanReact/{redux/actions/toasts.js → components/ToastsList/index.js} +0 -0
- metadata +8 -7
- data/app/models/setting/foreman_tasks.rb +0 -29
- data/lib/foreman_tasks/dynflow/persistence.rb +0 -46
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
data/locale/en/foreman_tasks.po
CHANGED
@@ -56,6 +56,9 @@ msgstr ""
|
|
56
56
|
msgid "A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved."
|
57
57
|
msgstr ""
|
58
58
|
|
59
|
+
msgid "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time."
|
60
|
+
msgstr ""
|
61
|
+
|
59
62
|
msgid "Action"
|
60
63
|
msgstr ""
|
61
64
|
|
@@ -68,6 +71,9 @@ msgstr ""
|
|
68
71
|
msgid "Active Filters:"
|
69
72
|
msgstr ""
|
70
73
|
|
74
|
+
msgid "Active or disabled recurring logic with purpose %s already exists"
|
75
|
+
msgstr ""
|
76
|
+
|
71
77
|
msgid "All %s tasks are selected. "
|
72
78
|
msgstr ""
|
73
79
|
|
@@ -276,6 +282,9 @@ msgstr ""
|
|
276
282
|
msgid "Fri"
|
277
283
|
msgstr ""
|
278
284
|
|
285
|
+
msgid "I understand that this may cause harm and have working database backups of all backend services."
|
286
|
+
msgstr ""
|
287
|
+
|
279
288
|
msgid "ID"
|
280
289
|
msgstr ""
|
281
290
|
|
@@ -427,9 +436,6 @@ msgstr ""
|
|
427
436
|
msgid "Polling multiplier which is used to multiply the default polling intervals. This can be used to prevent polling too frequently for long running tasks."
|
428
437
|
msgstr ""
|
429
438
|
|
430
|
-
msgid "Preupgrade job"
|
431
|
-
msgstr ""
|
432
|
-
|
433
439
|
msgid "Proxy action retry count"
|
434
440
|
msgstr ""
|
435
441
|
|
@@ -442,6 +448,9 @@ msgstr ""
|
|
442
448
|
msgid "Proxy tasks batch size"
|
443
449
|
msgstr ""
|
444
450
|
|
451
|
+
msgid "Purpose"
|
452
|
+
msgstr ""
|
453
|
+
|
445
454
|
msgid "Raw"
|
446
455
|
msgstr ""
|
447
456
|
|
@@ -487,6 +496,9 @@ msgstr ""
|
|
487
496
|
msgid "Resource search_params requires resource_type and resource_id to be specified"
|
488
497
|
msgstr ""
|
489
498
|
|
499
|
+
msgid "Resources for %s task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck."
|
500
|
+
msgstr ""
|
501
|
+
|
490
502
|
msgid "Result"
|
491
503
|
msgstr ""
|
492
504
|
|
@@ -663,6 +675,12 @@ msgstr[1] ""
|
|
663
675
|
msgid "This action will delete all cancelled recurring logics. Please note that this action can't be reversed."
|
664
676
|
msgstr ""
|
665
677
|
|
678
|
+
msgid "This will %(action)s %(number)s task(s), putting them in the %(state)s state. Are you sure?"
|
679
|
+
msgstr ""
|
680
|
+
|
681
|
+
msgid "This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed."
|
682
|
+
msgstr ""
|
683
|
+
|
666
684
|
msgid "Thu"
|
667
685
|
msgstr ""
|
668
686
|
|
@@ -717,6 +735,9 @@ msgstr ""
|
|
717
735
|
msgid "Yes"
|
718
736
|
msgstr ""
|
719
737
|
|
738
|
+
msgid "You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource"
|
739
|
+
msgstr ""
|
740
|
+
|
720
741
|
msgid "You do not have permission"
|
721
742
|
msgstr ""
|
722
743
|
|
@@ -758,6 +779,9 @@ msgstr ""
|
|
758
779
|
msgid "is month (range: 1-12)"
|
759
780
|
msgstr ""
|
760
781
|
|
782
|
+
msgid "is not a valid format"
|
783
|
+
msgstr ""
|
784
|
+
|
761
785
|
msgid "last"
|
762
786
|
msgstr ""
|
763
787
|
|