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
@@ -127,6 +127,9 @@ msgstr ""
127
127
  msgid "%s ago"
128
128
  msgstr ""
129
129
 
130
+ msgid "%s content type is not enabled."
131
+ msgstr ""
132
+
130
133
  msgid "%s guests"
131
134
  msgstr ""
132
135
 
@@ -250,6 +253,9 @@ msgstr ""
250
253
  msgid "%{group} package group updated"
251
254
  msgstr ""
252
255
 
256
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
257
+ msgstr ""
258
+
253
259
  msgid "%{package} (%{total} other packages)"
254
260
  msgstr ""
255
261
 
@@ -331,6 +337,9 @@ msgstr ""
331
337
  msgid "%{used} of %{total}"
332
338
  msgstr ""
333
339
 
340
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
341
+ msgstr ""
342
+
334
343
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
335
344
  msgstr ""
336
345
 
@@ -454,6 +463,9 @@ msgstr ""
454
463
  msgid "Action with sub plans"
455
464
  msgstr ""
456
465
 
466
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
467
+ msgstr ""
468
+
457
469
  msgid "Activation Keys"
458
470
  msgstr ""
459
471
 
@@ -463,6 +475,15 @@ msgstr ""
463
475
  msgid "Activation key ID"
464
476
  msgstr ""
465
477
 
478
+ msgid "Activation key deleted"
479
+ msgstr ""
480
+
481
+ msgid "Activation key details"
482
+ msgstr ""
483
+
484
+ msgid "Activation key details updated"
485
+ msgstr ""
486
+
466
487
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
467
488
  msgstr ""
468
489
 
@@ -607,6 +628,9 @@ msgstr ""
607
628
  msgid "Affected repositories"
608
629
  msgstr ""
609
630
 
631
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
632
+ msgstr ""
633
+
610
634
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
611
635
  msgstr ""
612
636
 
@@ -1132,6 +1156,9 @@ msgstr ""
1132
1156
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1133
1157
  msgstr ""
1134
1158
 
1159
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1160
+ msgstr ""
1161
+
1135
1162
  msgid "Cannot delete provider with attached products"
1136
1163
  msgstr ""
1137
1164
 
@@ -1222,9 +1249,6 @@ msgstr ""
1222
1249
  msgid "Cannot upload Container Image content."
1223
1250
  msgstr ""
1224
1251
 
1225
- msgid "Cannot validate contents on non-yum/deb repositories."
1226
- msgstr ""
1227
-
1228
1252
  msgid "Capacity"
1229
1253
  msgstr ""
1230
1254
 
@@ -1237,9 +1261,15 @@ msgstr ""
1237
1261
  msgid "Change host content source"
1238
1262
  msgstr ""
1239
1263
 
1264
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1265
+ msgstr ""
1266
+
1240
1267
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1241
1268
  msgstr ""
1242
1269
 
1270
+ msgid "Check for long running tasks"
1271
+ msgstr ""
1272
+
1243
1273
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1244
1274
  msgstr ""
1245
1275
 
@@ -1348,6 +1378,12 @@ msgstr ""
1348
1378
  msgid "Compute resource IDs"
1349
1379
  msgstr ""
1350
1380
 
1381
+ msgid "Configuration still must be updated on {hosts}"
1382
+ msgstr ""
1383
+
1384
+ msgid "Configuration updated on Foreman"
1385
+ msgstr ""
1386
+
1351
1387
  msgid "Confirm Deletion"
1352
1388
  msgstr ""
1353
1389
 
@@ -1561,6 +1597,9 @@ msgstr ""
1561
1597
  msgid "Content view and environment not set for registration."
1562
1598
  msgstr ""
1563
1599
 
1600
+ msgid "Content view and lifecycle environment must be provided together"
1601
+ msgstr ""
1602
+
1564
1603
  msgid "Content view details"
1565
1604
  msgstr ""
1566
1605
 
@@ -2074,6 +2113,9 @@ msgstr ""
2074
2113
  msgid "Delete a filter rule"
2075
2114
  msgstr ""
2076
2115
 
2116
+ msgid "Delete activation key?"
2117
+ msgstr ""
2118
+
2077
2119
  msgid "Delete all subscriptions attached to activation keys."
2078
2120
  msgstr ""
2079
2121
 
@@ -2089,6 +2131,9 @@ msgstr ""
2089
2131
  msgid "Delete content view"
2090
2132
  msgstr ""
2091
2133
 
2134
+ 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."
2135
+ msgstr ""
2136
+
2092
2137
  msgid "Delete manifest from Red Hat provider"
2093
2138
  msgstr ""
2094
2139
 
@@ -2122,6 +2167,9 @@ msgstr ""
2122
2167
  msgid "Deleting versions: {versionList}"
2123
2168
  msgstr ""
2124
2169
 
2170
+ msgid "Deliver notifications about long running tasks"
2171
+ msgstr ""
2172
+
2125
2173
  msgid "Description"
2126
2174
  msgstr ""
2127
2175
 
@@ -2281,6 +2329,9 @@ msgstr ""
2281
2329
  msgid "Edit URL and subpaths"
2282
2330
  msgstr ""
2283
2331
 
2332
+ msgid "Edit activation key"
2333
+ msgstr ""
2334
+
2284
2335
  msgid "Edit content view assignment"
2285
2336
  msgstr ""
2286
2337
 
@@ -2620,6 +2671,9 @@ msgstr ""
2620
2671
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2621
2672
  msgstr ""
2622
2673
 
2674
+ msgid "Filter content view versions that contain the file"
2675
+ msgstr ""
2676
+
2623
2677
  msgid "Filter created"
2624
2678
  msgstr ""
2625
2679
 
@@ -2724,10 +2778,10 @@ msgstr ""
2724
2778
  msgid "Force delete the repository by removing it from all content view versions"
2725
2779
  msgstr ""
2726
2780
 
2727
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2781
+ msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2728
2782
  msgstr ""
2729
2783
 
2730
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2784
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2731
2785
  msgstr ""
2732
2786
 
2733
2787
  msgid "Force promotion"
@@ -2742,7 +2796,7 @@ msgstr ""
2742
2796
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2743
2797
  msgstr ""
2744
2798
 
2745
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2799
+ 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."
2746
2800
  msgstr ""
2747
2801
 
2748
2802
  msgid "Forces a republish of the version's repositories' metadata"
@@ -2799,9 +2853,6 @@ msgstr ""
2799
2853
  msgid "Get list of available repositories for the repository set"
2800
2854
  msgstr ""
2801
2855
 
2802
- msgid "Get status of repo synchronisation for given product"
2803
- msgstr ""
2804
-
2805
2856
  msgid "Get status of synchronisation for given repository"
2806
2857
  msgstr ""
2807
2858
 
@@ -2895,6 +2946,9 @@ msgstr ""
2895
2946
  msgid "Host ID"
2896
2947
  msgstr ""
2897
2948
 
2949
+ msgid "Host Limit"
2950
+ msgstr ""
2951
+
2898
2952
  msgid "Host Profile Assume"
2899
2953
  msgstr ""
2900
2954
 
@@ -2922,9 +2976,6 @@ msgstr ""
2922
2976
  msgid "Host collections updated"
2923
2977
  msgstr ""
2924
2978
 
2925
- msgid "Host configurations are not updated yet"
2926
- msgstr ""
2927
-
2928
2979
  msgid "Host content and subscription details"
2929
2980
  msgstr ""
2930
2981
 
@@ -3132,7 +3183,9 @@ msgstr ""
3132
3183
  msgid "Identifiers for Lifecycle Environment"
3133
3184
  msgstr ""
3134
3185
 
3135
- 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"
3186
+ msgid ""
3187
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3188
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3136
3189
  msgstr ""
3137
3190
 
3138
3191
  msgid "Ids of smart proxies to associate"
@@ -3144,6 +3197,9 @@ msgstr ""
3144
3197
  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."
3145
3198
  msgstr ""
3146
3199
 
3200
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3201
+ msgstr ""
3202
+
3147
3203
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3148
3204
  msgstr ""
3149
3205
 
@@ -3189,7 +3245,7 @@ msgstr ""
3189
3245
  msgid "Ignorable content can be only set for Yum repositories."
3190
3246
  msgstr ""
3191
3247
 
3192
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3248
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3193
3249
  msgstr ""
3194
3250
 
3195
3251
  msgid "Ignore errors"
@@ -3573,9 +3629,15 @@ msgstr ""
3573
3629
  msgid "Job '${description}' has started."
3574
3630
  msgstr ""
3575
3631
 
3632
+ msgid "Katello 4.10"
3633
+ msgstr ""
3634
+
3576
3635
  msgid "Katello ID of local pool to update"
3577
3636
  msgstr ""
3578
3637
 
3638
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3639
+ msgstr ""
3640
+
3579
3641
  msgid "Katello: Install Errata"
3580
3642
  msgstr ""
3581
3643
 
@@ -3669,7 +3731,10 @@ msgstr ""
3669
3731
  msgid "Latest version"
3670
3732
  msgstr ""
3671
3733
 
3672
- msgid "Learn more about adding Subscription Manifests"
3734
+ msgid "Learn more about adding Subscription Manifests "
3735
+ msgstr ""
3736
+
3737
+ msgid "Legacy UI"
3673
3738
  msgstr ""
3674
3739
 
3675
3740
  msgid "Legacy content host UI"
@@ -4032,6 +4097,9 @@ msgstr ""
4032
4097
  msgid "Manifest deleted"
4033
4098
  msgstr ""
4034
4099
 
4100
+ msgid "Manifest does not have a valid subscription"
4101
+ msgstr ""
4102
+
4035
4103
  msgid "Manifest imported"
4036
4104
  msgstr ""
4037
4105
 
@@ -4104,7 +4172,9 @@ msgstr ""
4104
4172
  msgid "Messaging connection"
4105
4173
  msgstr ""
4106
4174
 
4107
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4175
+ msgid ""
4176
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4177
+ "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."
4108
4178
  msgstr ""
4109
4179
 
4110
4180
  msgid "Metadata taken from the upstream export history for this Content View Version"
@@ -4161,9 +4231,6 @@ msgstr ""
4161
4231
  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}'."
4162
4232
  msgstr ""
4163
4233
 
4164
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4165
- msgstr ""
4166
-
4167
4234
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4168
4235
  msgstr ""
4169
4236
 
@@ -4629,6 +4696,9 @@ msgstr ""
4629
4696
  msgid "Not yet published"
4630
4697
  msgstr ""
4631
4698
 
4699
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4700
+ msgstr ""
4701
+
4632
4702
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4633
4703
  msgstr ""
4634
4704
 
@@ -5441,6 +5511,9 @@ msgstr ""
5441
5511
  msgid "Refresh Manifest"
5442
5512
  msgstr ""
5443
5513
 
5514
+ msgid "Refresh all alternate content sources"
5515
+ msgstr ""
5516
+
5444
5517
  msgid "Refresh alternate content sources"
5445
5518
  msgstr ""
5446
5519
 
@@ -5666,7 +5739,10 @@ msgstr ""
5666
5739
  msgid "Repository"
5667
5740
  msgstr ""
5668
5741
 
5669
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5742
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5743
+ msgstr ""
5744
+
5745
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5670
5746
  msgstr ""
5671
5747
 
5672
5748
  msgid "Repository '%(repoName)s' has been disabled."
@@ -5744,6 +5820,9 @@ msgstr ""
5744
5820
  msgid "Republish Version Repositories"
5745
5821
  msgstr ""
5746
5822
 
5823
+ msgid "Republish repository metadata"
5824
+ msgstr ""
5825
+
5747
5826
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5748
5827
  msgstr ""
5749
5828
 
@@ -5921,6 +6000,9 @@ msgstr ""
5921
6000
  msgid "Run Sync Plan:"
5922
6001
  msgstr ""
5923
6002
 
6003
+ msgid "Run job invocation"
6004
+ msgstr ""
6005
+
5924
6006
  msgid "Running"
5925
6007
  msgstr ""
5926
6008
 
@@ -6047,6 +6129,9 @@ msgstr ""
6047
6129
  msgid "Select a lifecycle environment and a content view to move this host."
6048
6130
  msgstr ""
6049
6131
 
6132
+ msgid "Select a lifecycle environment first"
6133
+ msgstr ""
6134
+
6050
6135
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6051
6136
  msgstr ""
6052
6137
 
@@ -6071,15 +6156,15 @@ msgstr ""
6071
6156
  msgid "Select an environment"
6072
6157
  msgstr ""
6073
6158
 
6074
- msgid "Select an environment first"
6075
- msgstr ""
6076
-
6077
6159
  msgid "Select an option"
6078
6160
  msgstr ""
6079
6161
 
6080
6162
  msgid "Select an organization"
6081
6163
  msgstr ""
6082
6164
 
6165
+ msgid "Select attributes for ${akDetails.name}"
6166
+ msgstr ""
6167
+
6083
6168
  msgid "Select available version of ${cvName} to use"
6084
6169
  msgstr ""
6085
6170
 
@@ -6975,9 +7060,6 @@ msgstr ""
6975
7060
  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."
6976
7061
  msgstr ""
6977
7062
 
6978
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6979
- msgstr ""
6980
-
6981
7063
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
6982
7064
  msgstr ""
6983
7065
 
@@ -7101,6 +7183,9 @@ msgstr ""
7101
7183
  msgid "This action doesn't support package groups"
7102
7184
  msgstr ""
7103
7185
 
7186
+ msgid "This action should only be taken for debugging purposes."
7187
+ msgstr ""
7188
+
7104
7189
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7105
7190
  msgstr ""
7106
7191
 
@@ -7200,7 +7285,7 @@ msgstr ""
7200
7285
  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."
7201
7286
  msgstr ""
7202
7287
 
7203
- msgid "Time in minutes to consider orphan content as orphaned."
7288
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7204
7289
  msgstr ""
7205
7290
 
7206
7291
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
@@ -7227,6 +7312,9 @@ msgstr ""
7227
7312
  msgid "To enable them, add the environment to the host's content source, or "
7228
7313
  msgstr ""
7229
7314
 
7315
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7316
+ msgstr ""
7317
+
7230
7318
  msgid "To get started, add a filter rule to this filter"
7231
7319
  msgstr ""
7232
7320
 
@@ -7236,12 +7324,6 @@ msgstr ""
7236
7324
  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."
7237
7325
  msgstr ""
7238
7326
 
7239
- msgid "To update the selected host configuration, update hosts manually in the next section."
7240
- msgstr ""
7241
-
7242
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7243
- msgstr ""
7244
-
7245
7327
  msgid "Toggling Simple Content Access will refresh your manifest."
7246
7328
  msgstr ""
7247
7329
 
@@ -7401,6 +7483,9 @@ msgstr ""
7401
7483
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7402
7484
  msgstr ""
7403
7485
 
7486
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7487
+ msgstr ""
7488
+
7404
7489
  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."
7405
7490
  msgstr ""
7406
7491
 
@@ -7551,6 +7636,9 @@ msgstr ""
7551
7636
  msgid "Update for host %s"
7552
7637
  msgstr ""
7553
7638
 
7639
+ msgid "Update hosts manually"
7640
+ msgstr ""
7641
+
7554
7642
  msgid "Update http proxy"
7555
7643
  msgstr ""
7556
7644
 
@@ -7902,6 +7990,9 @@ msgstr ""
7902
7990
  msgid "Virtual host"
7903
7991
  msgstr ""
7904
7992
 
7993
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
7994
+ msgstr ""
7995
+
7905
7996
  msgid "Waiting to start."
7906
7997
  msgstr ""
7907
7998
 
@@ -8079,9 +8170,6 @@ msgstr ""
8079
8170
  msgid "a file"
8080
8171
  msgstr ""
8081
8172
 
8082
- msgid "a future release"
8083
- msgstr ""
8084
-
8085
8173
  msgid "a module stream"
8086
8174
  msgstr ""
8087
8175
 
@@ -8730,9 +8818,6 @@ msgstr ""
8730
8818
  msgid "rule identifier"
8731
8819
  msgstr ""
8732
8820
 
8733
- msgid "run job invocation"
8734
- msgstr ""
8735
-
8736
8821
  msgid "security advisories"
8737
8822
  msgstr ""
8738
8823
 
@@ -8787,6 +8872,12 @@ msgstr ""
8787
8872
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8788
8873
  msgstr ""
8789
8874
 
8875
+ msgid "the host"
8876
+ msgstr ""
8877
+
8878
+ msgid "the hosts"
8879
+ msgstr ""
8880
+
8790
8881
  msgid "to"
8791
8882
  msgstr ""
8792
8883