foreman_remote_execution 14.0.0 → 14.0.2

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/.gitignore +1 -0
  3. data/.tx/config +1 -1
  4. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +77 -77
  5. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +2 -1667
  6. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +7 -7
  7. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +33 -33
  8. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +131 -131
  9. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +131 -131
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +38 -38
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +16 -16
  12. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +33 -33
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +7 -7
  14. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +134 -134
  15. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +6 -6
  16. data/app/helpers/job_invocations_helper.rb +1 -1
  17. data/app/models/concerns/foreman_remote_execution/errors_flattener.rb +2 -2
  18. data/app/views/template_invocations/show.html.erb +1 -1
  19. data/app/views/templates/script/package_action.erb +1 -1
  20. data/db/migrate/20240522093413_migrate_smart_proxy_ids_to_template_invocations.rb +3 -0
  21. data/lib/foreman_remote_execution/engine.rb +0 -4
  22. data/lib/foreman_remote_execution/version.rb +1 -1
  23. data/locale/Makefile +12 -2
  24. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  25. data/locale/de/foreman_remote_execution.po +81 -80
  26. data/locale/en/foreman_remote_execution.po +0 -1675
  27. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/en_GB/foreman_remote_execution.po +7 -7
  29. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/es/foreman_remote_execution.po +33 -33
  31. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/fr/foreman_remote_execution.po +132 -132
  33. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/ja/foreman_remote_execution.po +131 -131
  35. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/ka/foreman_remote_execution.po +38 -38
  37. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  38. data/locale/ko/foreman_remote_execution.po +16 -16
  39. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  40. data/locale/pt_BR/foreman_remote_execution.po +33 -33
  41. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/ru/foreman_remote_execution.po +7 -7
  43. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/zh_CN/foreman_remote_execution.po +136 -134
  45. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  46. data/locale/zh_TW/foreman_remote_execution.po +6 -6
  47. metadata +2 -3
  48. data/locale/action_names.rb +0 -2