foreman-tasks 7.0.0 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/js_tests.yml +3 -1
  3. data/.github/workflows/ruby_tests.yml +1 -1
  4. data/app/lib/actions/foreman/host/import_facts.rb +1 -6
  5. data/app/lib/actions/helpers/with_delegated_action.rb +2 -2
  6. data/app/lib/actions/proxy_action.rb +19 -5
  7. data/app/lib/actions/trigger_proxy_batch.rb +4 -1
  8. data/app/models/foreman_tasks/remote_task.rb +3 -2
  9. data/app/models/foreman_tasks/task/dynflow_task.rb +10 -5
  10. data/app/views/foreman_tasks/recurring_logics/index.html.erb +11 -11
  11. data/app/views/foreman_tasks/task_groups/_common.html.erb +2 -2
  12. data/app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb +11 -11
  13. data/lib/foreman_tasks/cleaner.rb +1 -1
  14. data/lib/foreman_tasks/dynflow/configuration.rb +1 -1
  15. data/lib/foreman_tasks/engine.rb +4 -1
  16. data/lib/foreman_tasks/version.rb +1 -1
  17. data/lib/tasks/gettext.rake +1 -0
  18. data/locale/action_names.rb +2 -3
  19. data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
  20. data/locale/de/foreman_tasks.po +873 -0
  21. data/locale/en/LC_MESSAGES/foreman_tasks.mo +0 -0
  22. data/locale/en/foreman_tasks.po +4 -7
  23. data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
  24. data/locale/es/foreman_tasks.po +874 -0
  25. data/locale/foreman_tasks.pot +20 -25
  26. data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
  27. data/locale/fr/foreman_tasks.po +71 -72
  28. data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
  29. data/locale/ja/foreman_tasks.po +70 -74
  30. data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
  31. data/locale/ka/foreman_tasks.po +871 -0
  32. data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
  33. data/locale/ko/foreman_tasks.po +869 -0
  34. data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
  35. data/locale/pt_BR/foreman_tasks.po +874 -0
  36. data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
  37. data/locale/ru/foreman_tasks.po +873 -0
  38. data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
  39. data/locale/zh_CN/foreman_tasks.po +157 -161
  40. data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
  41. data/locale/zh_TW/foreman_tasks.po +870 -0
  42. data/test/unit/task_test.rb +5 -8
  43. metadata +17 -3
Binary file
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_tasks 0.3.4\n"
8
+ "Project-Id-Version: foreman_tasks 7.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2016-02-03 09:55-0500\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -50,9 +50,6 @@ msgstr ""
50
50
  msgid "24h"
51
51
  msgstr ""
52
52
 
53
- msgid ":after setting in tasks cleanup section is deprecated, use :after in :rules section to set the value. to cleanup rules"
54
- msgstr ""
55
-
56
53
  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
54
  msgstr ""
58
55
 
@@ -261,6 +258,9 @@ msgstr ""
261
258
  msgid "Failed to initialize"
262
259
  msgstr ""
263
260
 
261
+ msgid "Failed to trigger task on the smart proxy: "
262
+ msgstr ""
263
+
264
264
  msgid "Finished"
265
265
  msgstr ""
266
266
 
@@ -472,9 +472,6 @@ msgstr ""
472
472
  msgid "Refresh Data"
473
473
  msgstr ""
474
474
 
475
- msgid "Remote action:"
476
- msgstr ""
477
-
478
475
  msgid "Repeat N times"
479
476
  msgstr ""
480
477