foreman_remote_execution 8.1.2 → 9.0.1

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby_ci.yml +3 -1
  3. data/app/models/job_invocation.rb +3 -2
  4. data/app/models/template_invocation.rb +1 -0
  5. data/lib/foreman_remote_execution/engine.rb +1 -1
  6. data/lib/foreman_remote_execution/version.rb +1 -1
  7. data/locale/action_names.rb +3 -3
  8. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  9. data/locale/de/foreman_remote_execution.po +260 -151
  10. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  11. data/locale/en/foreman_remote_execution.po +129 -24
  12. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  13. data/locale/en_GB/foreman_remote_execution.po +147 -42
  14. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  15. data/locale/es/foreman_remote_execution.po +311 -204
  16. data/locale/foreman_remote_execution.pot +387 -212
  17. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  18. data/locale/fr/foreman_remote_execution.po +348 -239
  19. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  20. data/locale/ja/foreman_remote_execution.po +359 -255
  21. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  22. data/locale/ko/foreman_remote_execution.po +157 -52
  23. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  24. data/locale/pt_BR/foreman_remote_execution.po +327 -220
  25. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/ru/foreman_remote_execution.po +157 -52
  27. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/zh_CN/foreman_remote_execution.po +456 -353
  29. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/zh_TW/foreman_remote_execution.po +158 -53
  31. data/test/unit/job_invocation_test.rb +1 -0
  32. data/webpack/JobWizard/JobWizard.scss +1 -5
  33. data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +1 -1
  34. data/webpack/JobWizard/steps/HostsAndInputs/HostSearch.js +4 -28
  35. data/webpack/JobWizard/steps/HostsAndInputs/index.js +0 -4
  36. data/webpack/JobWizard/steps/form/Formatter.js +8 -30
  37. data/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.js +45 -0
  38. data/webpack/react_app/components/TargetingHosts/TargetingHostsLabelsRow.scss +26 -0
  39. data/webpack/react_app/components/TargetingHosts/TargetingHostsPage.js +13 -1
  40. data/webpack/react_app/components/TargetingHosts/TargetingHostsSelectors.js +5 -0
  41. data/webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHostsPage.test.js.snap +3 -0
  42. data/webpack/react_app/components/TargetingHosts/index.js +23 -3
  43. data/webpack/react_app/components/jobInvocations/AggregateStatus/index.js +25 -9
  44. data/webpack/react_app/components/jobInvocations/AggregateStatus/index.test.js +6 -2
  45. data/webpack/react_app/components/jobInvocations/index.js +19 -2
  46. data/webpack/react_app/redux/actions/jobInvocations/index.js +8 -0
  47. data/webpack/react_app/redux/reducers/jobInvocations/index.js +2 -0
  48. metadata +4 -2