katello 4.9.1 → 4.10.0.rc2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -7
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
  8. data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
  11. data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
  12. data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
  15. data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
  22. data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
  23. data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
  32. data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
  45. data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  53. data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +0 -15
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
  56. data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
  57. data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
  58. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
  60. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  61. data/app/controllers/katello/api/v2/products_controller.rb +4 -4
  62. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +12 -5
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +16 -17
  64. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  65. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  66. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +7 -9
  67. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  68. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +14 -2
  69. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  70. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  71. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  72. data/app/lib/actions/katello/content_view_environment/destroy.rb +5 -3
  73. data/app/lib/actions/katello/content_view_version/destroy.rb +5 -1
  74. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  75. data/app/lib/actions/katello/host/update_content_view.rb +4 -2
  76. data/app/lib/actions/katello/product/destroy.rb +15 -11
  77. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  78. data/app/lib/actions/katello/repository/destroy.rb +10 -2
  79. data/app/lib/actions/katello/repository/index_content.rb +0 -1
  80. data/app/lib/actions/katello/repository/sync.rb +1 -3
  81. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  82. data/app/lib/actions/katello/repository/verify_checksum.rb +2 -10
  83. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +12 -5
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  85. data/app/lib/katello/resources/cdn.rb +4 -0
  86. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  87. data/app/models/katello/candlepin/repository_mapper.rb +1 -0
  88. data/app/models/katello/cdn_configuration.rb +4 -0
  89. data/app/models/katello/concerns/host_managed_extensions.rb +57 -4
  90. data/app/models/katello/content_view.rb +21 -3
  91. data/app/models/katello/content_view_component.rb +1 -1
  92. data/app/models/katello/content_view_version.rb +4 -0
  93. data/app/models/katello/docker_meta_tag.rb +3 -1
  94. data/app/models/katello/host/content_facet.rb +10 -8
  95. data/app/models/katello/kt_environment.rb +1 -1
  96. data/app/models/katello/ping.rb +1 -12
  97. data/app/models/katello/product_content.rb +14 -1
  98. data/app/models/katello/repository.rb +6 -1
  99. data/app/models/katello/root_repository.rb +2 -8
  100. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  101. data/app/services/katello/registration_manager.rb +2 -12
  102. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  103. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  104. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  105. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  106. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  107. data/app/views/katello/api/v2/products/show.json.rabl +3 -0
  108. data/app/views/katello/api/v2/repositories/base.json.rabl +18 -0
  109. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  110. data/app/views/katello/api/v2/repository_sets/show.json.rabl +2 -2
  111. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +4 -5
  112. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +11 -3
  113. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +15 -7
  114. data/config/initializers/monkeys.rb +1 -0
  115. data/config/katello.yaml.example +0 -4
  116. data/config/routes/api/v2.rb +3 -0
  117. data/config/routes/overrides.rb +0 -11
  118. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +1 -0
  119. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  120. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  121. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  122. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  123. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  124. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  125. data/engines/bastion_katello/README.md +2 -1
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -4
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -4
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -3
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +2 -0
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +17 -4
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +55 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +2 -2
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +2 -2
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +4 -1
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +5 -0
  159. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  160. data/lib/katello/engine.rb +0 -18
  161. data/lib/katello/permission_creator.rb +1 -1
  162. data/lib/katello/plugin.rb +0 -25
  163. data/lib/katello/version.rb +1 -1
  164. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  165. data/locale/action_names.rb +3 -1
  166. data/locale/bn/katello.po +130 -39
  167. data/locale/bn_IN/katello.po +130 -39
  168. data/locale/ca/katello.po +130 -39
  169. data/locale/cs/katello.po +130 -39
  170. data/locale/cs_CZ/katello.po +130 -39
  171. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/de/katello.po +134 -43
  173. data/locale/de_AT/katello.po +130 -39
  174. data/locale/de_DE/katello.po +130 -39
  175. data/locale/el/katello.po +130 -39
  176. data/locale/en/katello.po +130 -39
  177. data/locale/en_GB/katello.po +130 -39
  178. data/locale/en_US/katello.po +130 -39
  179. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/es/katello.po +133 -42
  181. data/locale/et_EE/katello.po +130 -39
  182. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/fr/katello.po +138 -47
  184. data/locale/gl/katello.po +130 -39
  185. data/locale/gu/katello.po +130 -39
  186. data/locale/he_IL/katello.po +130 -39
  187. data/locale/hi/katello.po +130 -39
  188. data/locale/id/katello.po +130 -39
  189. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/it/katello.po +131 -40
  191. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ja/katello.po +138 -47
  193. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ka/katello.po +131 -40
  195. data/locale/katello.pot +805 -642
  196. data/locale/kn/katello.po +130 -39
  197. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ko/katello.po +131 -40
  199. data/locale/ml_IN/katello.po +130 -39
  200. data/locale/mr/katello.po +130 -39
  201. data/locale/nl_NL/katello.po +130 -39
  202. data/locale/or/katello.po +130 -39
  203. data/locale/pa/katello.po +130 -39
  204. data/locale/pl/katello.po +130 -39
  205. data/locale/pl_PL/katello.po +130 -39
  206. data/locale/pt/katello.po +130 -39
  207. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/pt_BR/katello.po +133 -42
  209. data/locale/ro/katello.po +130 -39
  210. data/locale/ro_RO/katello.po +130 -39
  211. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ru/katello.po +131 -40
  213. data/locale/sl/katello.po +130 -39
  214. data/locale/sv_SE/katello.po +130 -39
  215. data/locale/ta/katello.po +130 -39
  216. data/locale/ta_IN/katello.po +130 -39
  217. data/locale/te/katello.po +130 -39
  218. data/locale/tr/katello.po +130 -39
  219. data/locale/vi/katello.po +130 -39
  220. data/locale/vi_VN/katello.po +130 -39
  221. data/locale/zh/katello.po +130 -39
  222. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/zh_CN/katello.po +138 -47
  224. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/zh_TW/katello.po +131 -40
  226. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  227. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  228. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -54
  229. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  230. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  231. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  232. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  233. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -61
  234. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  235. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  236. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  237. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  238. data/webpack/containers/Application/config.js +5 -0
  239. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  240. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  241. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  242. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  243. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  244. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  245. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  246. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  247. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  248. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  249. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +1 -1
  250. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  251. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  252. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  253. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +1 -1
  254. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  255. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  256. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  257. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  258. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  259. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  260. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  261. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  262. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  263. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  264. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  265. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +1 -1
  266. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  267. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  268. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  269. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  270. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  271. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  272. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  273. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  274. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  275. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +0 -8
  276. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  277. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  278. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -8
  279. metadata +85 -80
  280. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  281. data/app/lib/actions/katello/agent_action.rb +0 -119
  282. data/app/lib/actions/katello/bulk_agent_action.rb +0 -34
  283. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  284. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  285. data/app/lib/actions/katello/host/package/install.rb +0 -34
  286. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  287. data/app/lib/actions/katello/host/package/update.rb +0 -42
  288. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  289. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  290. data/app/lib/katello/agent/base_message.rb +0 -41
  291. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  292. data/app/lib/katello/agent/connection.rb +0 -38
  293. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  294. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  295. data/app/lib/katello/agent/install_package_message.rb +0 -28
  296. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  297. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  298. data/app/lib/katello/agent/update_package_message.rb +0 -33
  299. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  300. data/app/lib/katello/qpid/connection.rb +0 -149
  301. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  302. data/app/models/katello/agent/dispatch_history.rb +0 -19
  303. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  304. data/app/services/katello/agent/dispatcher.rb +0 -60
  305. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  306. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  308. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
@@ -131,6 +131,9 @@ msgstr "%s 已使用"
131
131
  msgid "%s ago"
132
132
  msgstr "%s 之前"
133
133
 
134
+ msgid "%s content type is not enabled."
135
+ msgstr ""
136
+
134
137
  msgid "%s guests"
135
138
  msgstr ""
136
139
 
@@ -254,6 +257,9 @@ msgstr "%{group} 套件群組更新逾時"
254
257
  msgid "%{group} package group updated"
255
258
  msgstr "已更新 %{group} 套件群組"
256
259
 
260
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
261
+ msgstr ""
262
+
257
263
  msgid "%{package} (%{total} other packages)"
258
264
  msgstr "%{package}(%{total} 個其它套件)"
259
265
 
@@ -335,6 +341,9 @@ msgstr ""
335
341
  msgid "%{used} of %{total}"
336
342
  msgstr "%{used} 之 %{total}"
337
343
 
344
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
345
+ msgstr ""
346
+
338
347
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
339
348
  msgstr ""
340
349
 
@@ -458,6 +467,9 @@ msgstr ""
458
467
  msgid "Action with sub plans"
459
468
  msgstr "有子計畫的動作"
460
469
 
470
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
471
+ msgstr ""
472
+
461
473
  msgid "Activation Keys"
462
474
  msgstr "啟動金鑰"
463
475
 
@@ -467,6 +479,15 @@ msgstr ""
467
479
  msgid "Activation key ID"
468
480
  msgstr "啟動金鑰 ID"
469
481
 
482
+ msgid "Activation key deleted"
483
+ msgstr ""
484
+
485
+ msgid "Activation key details"
486
+ msgstr ""
487
+
488
+ msgid "Activation key details updated"
489
+ msgstr ""
490
+
470
491
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
471
492
  msgstr ""
472
493
 
@@ -611,6 +632,9 @@ msgstr ""
611
632
  msgid "Affected repositories"
612
633
  msgstr ""
613
634
 
635
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
636
+ msgstr ""
637
+
614
638
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
615
639
  msgstr "產生累進更新後,將變更套用到指定的主機上。目前僅支援勘誤。"
616
640
 
@@ -1137,6 +1161,9 @@ msgstr "無法由 %s 進行刪除,視域不存在此。"
1137
1161
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1138
1162
  msgstr ""
1139
1163
 
1164
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1165
+ msgstr ""
1166
+
1140
1167
  msgid "Cannot delete provider with attached products"
1141
1168
  msgstr "無法刪除有連接產品的供應方"
1142
1169
 
@@ -1227,9 +1254,6 @@ msgstr ""
1227
1254
  msgid "Cannot upload Container Image content."
1228
1255
  msgstr ""
1229
1256
 
1230
- msgid "Cannot validate contents on non-yum/deb repositories."
1231
- msgstr ""
1232
-
1233
1257
  msgid "Capacity"
1234
1258
  msgstr "容量"
1235
1259
 
@@ -1242,9 +1266,15 @@ msgstr ""
1242
1266
  msgid "Change host content source"
1243
1267
  msgstr ""
1244
1268
 
1269
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1270
+ msgstr ""
1271
+
1245
1272
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1246
1273
  msgstr ""
1247
1274
 
1275
+ msgid "Check for long running tasks"
1276
+ msgstr ""
1277
+
1248
1278
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1249
1279
  msgstr ""
1250
1280
 
@@ -1353,6 +1383,12 @@ msgstr ""
1353
1383
  msgid "Compute resource IDs"
1354
1384
  msgstr "運算資源 ID"
1355
1385
 
1386
+ msgid "Configuration still must be updated on {hosts}"
1387
+ msgstr ""
1388
+
1389
+ msgid "Configuration updated on Foreman"
1390
+ msgstr ""
1391
+
1356
1392
  msgid "Confirm Deletion"
1357
1393
  msgstr ""
1358
1394
 
@@ -1566,6 +1602,9 @@ msgstr ""
1566
1602
  msgid "Content view and environment not set for registration."
1567
1603
  msgstr ""
1568
1604
 
1605
+ msgid "Content view and lifecycle environment must be provided together"
1606
+ msgstr ""
1607
+
1569
1608
  msgid "Content view details"
1570
1609
  msgstr ""
1571
1610
 
@@ -2079,6 +2118,9 @@ msgstr "刪除內容視域"
2079
2118
  msgid "Delete a filter rule"
2080
2119
  msgstr "刪除篩選器規則"
2081
2120
 
2121
+ msgid "Delete activation key?"
2122
+ msgstr ""
2123
+
2082
2124
  msgid "Delete all subscriptions attached to activation keys."
2083
2125
  msgstr ""
2084
2126
 
@@ -2094,6 +2136,9 @@ msgstr "刪除上傳請求"
2094
2136
  msgid "Delete content view"
2095
2137
  msgstr ""
2096
2138
 
2139
+ msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2140
+ msgstr ""
2141
+
2097
2142
  msgid "Delete manifest from Red Hat provider"
2098
2143
  msgstr "從 Red Hat 供應者中刪除清單"
2099
2144
 
@@ -2127,6 +2172,9 @@ msgstr ""
2127
2172
  msgid "Deleting versions: {versionList}"
2128
2173
  msgstr ""
2129
2174
 
2175
+ msgid "Deliver notifications about long running tasks"
2176
+ msgstr ""
2177
+
2130
2178
  msgid "Description"
2131
2179
  msgstr "描述"
2132
2180
 
@@ -2286,6 +2334,9 @@ msgstr ""
2286
2334
  msgid "Edit URL and subpaths"
2287
2335
  msgstr ""
2288
2336
 
2337
+ msgid "Edit activation key"
2338
+ msgstr ""
2339
+
2289
2340
  msgid "Edit content view assignment"
2290
2341
  msgstr ""
2291
2342
 
@@ -2625,6 +2676,9 @@ msgstr ""
2625
2676
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2626
2677
  msgstr ""
2627
2678
 
2679
+ msgid "Filter content view versions that contain the file"
2680
+ msgstr ""
2681
+
2628
2682
  msgid "Filter created"
2629
2683
  msgstr "篩選器已建立"
2630
2684
 
@@ -2729,10 +2783,10 @@ msgstr ""
2729
2783
  msgid "Force delete the repository by removing it from all content view versions"
2730
2784
  msgstr ""
2731
2785
 
2732
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2786
+ msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2733
2787
  msgstr ""
2734
2788
 
2735
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2789
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2736
2790
  msgstr ""
2737
2791
 
2738
2792
  msgid "Force promotion"
@@ -2747,7 +2801,7 @@ msgstr ""
2747
2801
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2748
2802
  msgstr ""
2749
2803
 
2750
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2804
+ msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
2751
2805
  msgstr ""
2752
2806
 
2753
2807
  msgid "Forces a republish of the version's repositories' metadata"
@@ -2804,9 +2858,6 @@ msgstr "取得有關於軟體庫集的資訊"
2804
2858
  msgid "Get list of available repositories for the repository set"
2805
2859
  msgstr ""
2806
2860
 
2807
- msgid "Get status of repo synchronisation for given product"
2808
- msgstr "為指定的產品取得軟體庫同步化的狀態"
2809
-
2810
2861
  msgid "Get status of synchronisation for given repository"
2811
2862
  msgstr "為指定的軟體庫取得同步化的狀態"
2812
2863
 
@@ -2900,6 +2951,9 @@ msgstr "主機勘誤諮詢"
2900
2951
  msgid "Host ID"
2901
2952
  msgstr "主機 ID"
2902
2953
 
2954
+ msgid "Host Limit"
2955
+ msgstr ""
2956
+
2903
2957
  msgid "Host Profile Assume"
2904
2958
  msgstr ""
2905
2959
 
@@ -2927,9 +2981,6 @@ msgstr ""
2927
2981
  msgid "Host collections updated"
2928
2982
  msgstr ""
2929
2983
 
2930
- msgid "Host configurations are not updated yet"
2931
- msgstr ""
2932
-
2933
2984
  msgid "Host content and subscription details"
2934
2985
  msgstr "主機內容和訂閱詳細資料"
2935
2986
 
@@ -3137,7 +3188,9 @@ msgstr ""
3137
3188
  msgid "Identifiers for Lifecycle Environment"
3138
3189
  msgstr ""
3139
3190
 
3140
- msgid "Identifies whether the repository should be disabled on a client with a non-matching OS version. Pass [] to enable regardless of OS version. Maximum length 1; allowed tags are: %s"
3191
+ msgid ""
3192
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3193
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3141
3194
  msgstr ""
3142
3195
 
3143
3196
  msgid "Ids of smart proxies to associate"
@@ -3149,6 +3202,9 @@ msgstr ""
3149
3202
  msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
3150
3203
  msgstr ""
3151
3204
 
3205
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3206
+ msgstr ""
3207
+
3152
3208
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3153
3209
  msgstr "指定後,使用相符的 ID 與數量,移除訂閱服務的第一個項目"
3154
3210
 
@@ -3194,7 +3250,7 @@ msgstr ""
3194
3250
  msgid "Ignorable content can be only set for Yum repositories."
3195
3251
  msgstr ""
3196
3252
 
3197
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3253
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3198
3254
  msgstr ""
3199
3255
 
3200
3256
  msgid "Ignore errors"
@@ -3578,9 +3634,15 @@ msgstr ""
3578
3634
  msgid "Job '${description}' has started."
3579
3635
  msgstr ""
3580
3636
 
3637
+ msgid "Katello 4.10"
3638
+ msgstr ""
3639
+
3581
3640
  msgid "Katello ID of local pool to update"
3582
3641
  msgstr ""
3583
3642
 
3643
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3644
+ msgstr ""
3645
+
3584
3646
  msgid "Katello: Install Errata"
3585
3647
  msgstr "Katello:安裝勘誤"
3586
3648
 
@@ -3674,7 +3736,10 @@ msgstr "最新勘誤"
3674
3736
  msgid "Latest version"
3675
3737
  msgstr ""
3676
3738
 
3677
- msgid "Learn more about adding Subscription Manifests"
3739
+ msgid "Learn more about adding Subscription Manifests "
3740
+ msgstr ""
3741
+
3742
+ msgid "Legacy UI"
3678
3743
  msgstr ""
3679
3744
 
3680
3745
  msgid "Legacy content host UI"
@@ -4037,6 +4102,9 @@ msgstr "清單紀錄"
4037
4102
  msgid "Manifest deleted"
4038
4103
  msgstr ""
4039
4104
 
4105
+ msgid "Manifest does not have a valid subscription"
4106
+ msgstr ""
4107
+
4040
4108
  msgid "Manifest imported"
4041
4109
  msgstr ""
4042
4110
 
@@ -4109,7 +4177,9 @@ msgstr "訊息"
4109
4177
  msgid "Messaging connection"
4110
4178
  msgstr "訊息連線"
4111
4179
 
4112
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4180
+ msgid ""
4181
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4182
+ "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
4113
4183
  msgstr ""
4114
4184
 
4115
4185
  msgid "Metadata taken from the upstream export history for this Content View Version"
@@ -4166,9 +4236,6 @@ msgstr "NA"
4166
4236
  msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
4167
4237
  msgstr ""
4168
4238
 
4169
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4170
- msgstr ""
4171
-
4172
4239
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4173
4240
  msgstr ""
4174
4241
 
@@ -4634,6 +4701,9 @@ msgstr ""
4634
4701
  msgid "Not yet published"
4635
4702
  msgstr "尚未發佈"
4636
4703
 
4704
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4705
+ msgstr ""
4706
+
4637
4707
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4638
4708
  msgstr ""
4639
4709
 
@@ -5446,6 +5516,9 @@ msgstr ""
5446
5516
  msgid "Refresh Manifest"
5447
5517
  msgstr "更新清單"
5448
5518
 
5519
+ msgid "Refresh all alternate content sources"
5520
+ msgstr ""
5521
+
5449
5522
  msgid "Refresh alternate content sources"
5450
5523
  msgstr ""
5451
5524
 
@@ -5671,8 +5744,11 @@ msgstr "不允許來自於已發行之內容視域的軟體庫。"
5671
5744
  msgid "Repository"
5672
5745
  msgstr "軟體庫"
5673
5746
 
5674
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5675
- msgstr "無法刪除軟體庫 %s,因為它已被包含在一個已發行的內容視域中。"
5747
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5748
+ msgstr ""
5749
+
5750
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5751
+ msgstr ""
5676
5752
 
5677
5753
  msgid "Repository '%(repoName)s' has been disabled."
5678
5754
  msgstr ""
@@ -5749,6 +5825,9 @@ msgstr ""
5749
5825
  msgid "Republish Version Repositories"
5750
5826
  msgstr ""
5751
5827
 
5828
+ msgid "Republish repository metadata"
5829
+ msgstr ""
5830
+
5752
5831
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5753
5832
  msgstr ""
5754
5833
 
@@ -5926,6 +6005,9 @@ msgstr ""
5926
6005
  msgid "Run Sync Plan:"
5927
6006
  msgstr ""
5928
6007
 
6008
+ msgid "Run job invocation"
6009
+ msgstr ""
6010
+
5929
6011
  msgid "Running"
5930
6012
  msgstr "執行中"
5931
6013
 
@@ -6052,6 +6134,9 @@ msgstr ""
6052
6134
  msgid "Select a lifecycle environment and a content view to move this host."
6053
6135
  msgstr ""
6054
6136
 
6137
+ msgid "Select a lifecycle environment first"
6138
+ msgstr ""
6139
+
6055
6140
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6056
6141
  msgstr ""
6057
6142
 
@@ -6076,15 +6161,15 @@ msgstr "選擇組織"
6076
6161
  msgid "Select an environment"
6077
6162
  msgstr ""
6078
6163
 
6079
- msgid "Select an environment first"
6080
- msgstr ""
6081
-
6082
6164
  msgid "Select an option"
6083
6165
  msgstr ""
6084
6166
 
6085
6167
  msgid "Select an organization"
6086
6168
  msgstr ""
6087
6169
 
6170
+ msgid "Select attributes for ${akDetails.name}"
6171
+ msgstr ""
6172
+
6088
6173
  msgid "Select available version of ${cvName} to use"
6089
6174
  msgstr ""
6090
6175
 
@@ -6980,9 +7065,6 @@ msgstr "您嘗試存取的網頁需要選擇特定組織。"
6980
7065
  msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
6981
7066
  msgstr ""
6982
7067
 
6983
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6984
- msgstr ""
6985
-
6986
7068
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
6987
7069
  msgstr "推送 %{content_view} 至 %{environment} 的程序已完成。您的主機可使用 %{count} 個勘誤。"
6988
7070
 
@@ -7106,6 +7188,9 @@ msgstr ""
7106
7188
  msgid "This action doesn't support package groups"
7107
7189
  msgstr "這項動作不支援套件群組"
7108
7190
 
7191
+ msgid "This action should only be taken for debugging purposes."
7192
+ msgstr ""
7193
+
7109
7194
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7110
7195
  msgstr ""
7111
7196
 
@@ -7205,7 +7290,7 @@ msgstr "這版本將會由此移除:"
7205
7290
  msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
7206
7291
  msgstr ""
7207
7292
 
7208
- msgid "Time in minutes to consider orphan content as orphaned."
7293
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7209
7294
  msgstr ""
7210
7295
 
7211
7296
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
@@ -7232,6 +7317,9 @@ msgstr ""
7232
7317
  msgid "To enable them, add the environment to the host's content source, or "
7233
7318
  msgstr ""
7234
7319
 
7320
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7321
+ msgstr ""
7322
+
7235
7323
  msgid "To get started, add a filter rule to this filter"
7236
7324
  msgstr ""
7237
7325
 
@@ -7241,12 +7329,6 @@ msgstr ""
7241
7329
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7242
7330
  msgstr ""
7243
7331
 
7244
- msgid "To update the selected host configuration, update hosts manually in the next section."
7245
- msgstr ""
7246
-
7247
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7248
- msgstr ""
7249
-
7250
7332
  msgid "Toggling Simple Content Access will refresh your manifest."
7251
7333
  msgstr ""
7252
7334
 
@@ -7406,6 +7488,9 @@ msgstr "無法重新指定內容主機。請指定 system_content_view_id 與 sy
7406
7488
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7407
7489
  msgstr "無法重新指定系統。請檢查 system_content_view_id 與 system_environment_id。"
7408
7490
 
7491
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7492
+ msgstr ""
7493
+
7409
7494
  msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
7410
7495
  msgstr ""
7411
7496
 
@@ -7556,6 +7641,9 @@ msgstr "給主機的更新"
7556
7641
  msgid "Update for host %s"
7557
7642
  msgstr "給主機 %s 的更新"
7558
7643
 
7644
+ msgid "Update hosts manually"
7645
+ msgstr ""
7646
+
7559
7647
  msgid "Update http proxy"
7560
7648
  msgstr ""
7561
7649
 
@@ -7907,6 +7995,9 @@ msgstr ""
7907
7995
  msgid "Virtual host"
7908
7996
  msgstr ""
7909
7997
 
7998
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
7999
+ msgstr ""
8000
+
7910
8001
  msgid "Waiting to start."
7911
8002
  msgstr ""
7912
8003
 
@@ -8084,9 +8175,6 @@ msgstr "docker 標籤"
8084
8175
  msgid "a file"
8085
8176
  msgstr ""
8086
8177
 
8087
- msgid "a future release"
8088
- msgstr ""
8089
-
8090
8178
  msgid "a module stream"
8091
8179
  msgstr ""
8092
8180
 
@@ -8735,9 +8823,6 @@ msgstr "單一資源回應的根節點(選用)"
8735
8823
  msgid "rule identifier"
8736
8824
  msgstr "規則識別子"
8737
8825
 
8738
- msgid "run job invocation"
8739
- msgstr ""
8740
-
8741
8826
  msgid "security advisories"
8742
8827
  msgstr ""
8743
8828
 
@@ -8792,6 +8877,12 @@ msgstr "暫時覆寫同步的 feed URL"
8792
8877
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8793
8878
  msgstr "Red Hat 供應者的以下屬性可以更新:[ %s ]"
8794
8879
 
8880
+ msgid "the host"
8881
+ msgstr ""
8882
+
8883
+ msgid "the hosts"
8884
+ msgstr ""
8885
+
8795
8886
  msgid "to"
8796
8887
  msgstr ""
8797
8888
 
@@ -221,13 +221,8 @@ HostCollectionsModal.propTypes = {
221
221
  closeModal: PropTypes.func.isRequired,
222
222
  hostId: PropTypes.number.isRequired,
223
223
  hostName: PropTypes.string.isRequired,
224
- showKatelloAgent: PropTypes.bool,
225
224
  modalType: PropTypes.string.isRequired,
226
225
  existingHostCollectionIds: PropTypes.arrayOf(PropTypes.number).isRequired,
227
226
  };
228
227
 
229
- HostCollectionsModal.defaultProps = {
230
- showKatelloAgent: false,
231
- };
232
-
233
228
  export default HostCollectionsModal;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import { useHistory } from 'react-router-dom';
4
- import { Tabs, Tab, TabTitleText } from '@patternfly/react-core';
4
+ import { Tabs, Tab, TabTitleText, PageSection } from '@patternfly/react-core';
5
5
  import { useSelector } from 'react-redux';
6
6
  import { selectAPIResponse } from 'foremanReact/redux/API/APISelectors';
7
7
  import SecondaryTabRoutes from './SecondaryTabsRoutes';
@@ -14,8 +14,13 @@ const ContentTab = ({ location: { pathname } }) => {
14
14
  const filteredTabs =
15
15
  SECONDARY_TABS?.filter(tab => !tab.hideTab?.({ hostDetails })) ?? [];
16
16
  return (
17
- <>
17
+ <PageSection
18
+ variant="light"
19
+ padding={{ default: 'noPadding' }}
20
+ className="host-content-tabs-section"
21
+ >
18
22
  <Tabs
23
+ id="host-content-tabs"
19
24
  ouiaId="host-content-tabs"
20
25
  className="margin-0-24"
21
26
  onSelect={(evt, subTab) => hashHistory.push(subTab)}
@@ -32,7 +37,8 @@ const ContentTab = ({ location: { pathname } }) => {
32
37
  ))}
33
38
  </Tabs>
34
39
  <SecondaryTabRoutes />
35
- </>
40
+ </PageSection>
41
+
36
42
  );
37
43
  };
38
44
 
@@ -27,7 +27,7 @@ import SelectableDropdown from '../../../../SelectableDropdown';
27
27
  import { useSet, useBulkSelect, useUrlParams, useTableSort } from '../../../../../components/Table/TableHooks';
28
28
  import TableWrapper from '../../../../../components/Table/TableWrapper';
29
29
  import { ErrataType, ErrataSeverity, ErrataToggleGroupItem } from '../../../../../components/Errata';
30
- import { getInstallableErrata, regenerateApplicability, applyViaKatelloAgent } from './HostErrataActions';
30
+ import { getInstallableErrata, regenerateApplicability } from './HostErrataActions';
31
31
  import ErratumExpansionDetail from './ErratumExpansionDetail';
32
32
  import ErratumExpansionContents from './ErratumExpansionContents';
33
33
  import { selectHostErrataStatus } from './HostErrataSelectors';
@@ -36,10 +36,8 @@ import { installErrata } from '../RemoteExecutionActions';
36
36
  import { errataInstallUrl } from '../customizedRexUrlHelpers';
37
37
  import './ErrataTab.scss';
38
38
  import hostIdNotReady, { getHostDetails } from '../../HostDetailsActions';
39
- import { defaultRemoteActionMethod,
40
- hasRequiredPermissions as can,
39
+ import { hasRequiredPermissions as can,
41
40
  missingRequiredPermissions as cannot,
42
- KATELLO_AGENT,
43
41
  userPermissionsFromHostDetails } from '../../hostDetailsHelpers';
44
42
  import SortableColumnHeaders from '../../../../Table/components/SortableColumnHeaders';
45
43
  import { useRexJobPolling } from '../RemoteExecutionHooks';
@@ -47,7 +45,6 @@ import { errataStatusContemplation, friendlyErrataStatus } from '../../../../Err
47
45
 
48
46
  const recalculateApplicability = ['edit_hosts'];
49
47
  const invokeRexJobs = ['create_job_invocations'];
50
- const doKatelloAgentActions = ['edit_hosts'];
51
48
  const createBookmarks = ['create_bookmarks'];
52
49
 
53
50
  export const ErrataTab = () => {
@@ -260,7 +257,7 @@ export const ErrataTab = () => {
260
257
 
261
258
  const applyErratumViaRemoteExecution = id => triggerApply(id);
262
259
 
263
- const applyViaRemoteExecution = () => {
260
+ const applyErrata = () => {
264
261
  triggerBulkApply();
265
262
  selectNone();
266
263
  };
@@ -274,30 +271,7 @@ export const ErrataTab = () => {
274
271
  dispatch(regenerateApplicability(hostId));
275
272
  };
276
273
 
277
- const applyByKatelloAgent = () => {
278
- const selected = fetchBulkParams();
279
- setIsBulkActionOpen(false);
280
- selectNone();
281
- dispatch(applyViaKatelloAgent(hostId, { search: selected }));
282
- };
283
-
284
- const applyErratumViaKatelloAgent = id => dispatch(applyViaKatelloAgent(
285
- hostId,
286
- { errata_ids: [id] },
287
- ));
288
-
289
- const defaultRemoteAction = defaultRemoteActionMethod({ hostDetails });
290
- const showActions = defaultRemoteAction === KATELLO_AGENT ?
291
- can(doKatelloAgentActions, userPermissions) :
292
- can(invokeRexJobs, userPermissions);
293
-
294
- const apply = () => {
295
- if (defaultRemoteAction === KATELLO_AGENT) {
296
- applyByKatelloAgent();
297
- } else {
298
- applyViaRemoteExecution();
299
- }
300
- };
274
+ const showActions = can(invokeRexJobs, userPermissions);
301
275
 
302
276
  const readOnlyBookmarks =
303
277
  cannot(createBookmarks, userPermissionsFromHostDetails({ hostDetails }));
@@ -320,7 +294,7 @@ export const ErrataTab = () => {
320
294
  ouiaId="apply_via_remote_execution"
321
295
  key="apply_via_remote_execution"
322
296
  component="button"
323
- onClick={applyViaRemoteExecution}
297
+ onClick={applyErrata}
324
298
  isDisabled={selectedCount === 0}
325
299
  >
326
300
  {__('Apply via remote execution')}
@@ -337,20 +311,6 @@ export const ErrataTab = () => {
337
311
  </DropdownItem>,
338
312
  ];
339
313
 
340
- if (defaultRemoteAction === KATELLO_AGENT) {
341
- dropdownItems.unshift((
342
- <DropdownItem
343
- aria-label="apply_via_katello_agent"
344
- ouiaId="apply_via_katello_agent"
345
- key="apply_via_katello_agent"
346
- component="button"
347
- onClick={applyByKatelloAgent}
348
- isDisabled={selectedCount === 0}
349
- >
350
- {__('Apply via Katello agent')}
351
- </DropdownItem>));
352
- }
353
-
354
314
  const handleErrataTypeSelected = newType => setErrataTypeSelected((prevType) => {
355
315
  if (prevType === newType) {
356
316
  return ERRATA_TYPE;
@@ -379,7 +339,7 @@ export const ErrataTab = () => {
379
339
  aria-label="expand_errata_toggle"
380
340
  ouiaId="expand_errata_toggle"
381
341
  splitButtonItems={[
382
- <DropdownToggleAction key="action" aria-label="bulk_actions" onClick={apply}>
342
+ <DropdownToggleAction key="action" aria-label="bulk_actions" onClick={applyErrata}>
383
343
  {__('Apply')}
384
344
  </DropdownToggleAction>,
385
345
  ]}
@@ -543,17 +503,10 @@ export const ErrataTab = () => {
543
503
  href: errataInstallUrl({ hostname, search: errataSearchQuery(errataId) }),
544
504
  },
545
505
  ];
546
-
547
- if (contentFacet.katelloAgentInstalled && contentFacet.katelloAgentEnabled) {
548
- rowActions.unshift({
549
- title: __('Apply via Katello agent'),
550
- onClick: () => applyErratumViaKatelloAgent(errataId),
551
- });
552
- }
553
506
  } else {
554
507
  rowActions = [
555
508
  {
556
- title: __('Apply Erratum'),
509
+ title: __('Apply erratum'), // Incremental update
557
510
  component: 'a',
558
511
  href: urlBuilder(`errata/${id}/content-hosts`, ''),
559
512
  },