katello 4.9.2 → 4.10.0.rc1

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 (276) 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/hosts_bulk_actions_controller.rb +0 -77
  59. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  60. data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
  61. data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
  62. data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
  63. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  64. data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
  65. data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
  66. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
  67. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
  68. data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
  69. data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
  70. data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
  71. data/app/lib/katello/resources/cdn.rb +4 -0
  72. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
  73. data/app/models/katello/cdn_configuration.rb +4 -0
  74. data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
  75. data/app/models/katello/content_view.rb +5 -1
  76. data/app/models/katello/content_view_component.rb +1 -1
  77. data/app/models/katello/content_view_version.rb +4 -0
  78. data/app/models/katello/host/content_facet.rb +4 -5
  79. data/app/models/katello/ping.rb +0 -19
  80. data/app/models/katello/repository.rb +5 -1
  81. data/app/models/katello/root_repository.rb +2 -8
  82. data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
  83. data/app/services/katello/registration_manager.rb +2 -12
  84. data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
  85. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
  86. data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
  87. data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
  88. data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
  89. data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
  90. data/config/initializers/monkeys.rb +1 -0
  91. data/config/katello.yaml.example +0 -4
  92. data/config/routes/api/v2.rb +3 -0
  93. data/config/routes/overrides.rb +0 -11
  94. data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
  95. data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
  96. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
  97. data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
  98. data/db/seeds.d/111-upgrade_tasks.rb +1 -2
  99. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
  100. data/engines/bastion_katello/README.md +2 -1
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
  131. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
  132. data/lib/katello/engine.rb +0 -18
  133. data/lib/katello/permission_creator.rb +1 -1
  134. data/lib/katello/plugin.rb +0 -25
  135. data/lib/katello/version.rb +1 -1
  136. data/lib/monkeys/remove_hidden_distribution.rb +383 -0
  137. data/locale/action_names.rb +3 -1
  138. data/locale/bn/katello.po +130 -39
  139. data/locale/bn_IN/katello.po +130 -39
  140. data/locale/ca/katello.po +130 -39
  141. data/locale/cs/katello.po +130 -39
  142. data/locale/cs_CZ/katello.po +130 -39
  143. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  144. data/locale/de/katello.po +134 -43
  145. data/locale/de_AT/katello.po +130 -39
  146. data/locale/de_DE/katello.po +130 -39
  147. data/locale/el/katello.po +130 -39
  148. data/locale/en/katello.po +130 -39
  149. data/locale/en_GB/katello.po +130 -39
  150. data/locale/en_US/katello.po +130 -39
  151. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  152. data/locale/es/katello.po +133 -42
  153. data/locale/et_EE/katello.po +130 -39
  154. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/fr/katello.po +138 -47
  156. data/locale/gl/katello.po +130 -39
  157. data/locale/gu/katello.po +130 -39
  158. data/locale/he_IL/katello.po +130 -39
  159. data/locale/hi/katello.po +130 -39
  160. data/locale/id/katello.po +130 -39
  161. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  162. data/locale/it/katello.po +131 -40
  163. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  164. data/locale/ja/katello.po +138 -47
  165. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  166. data/locale/ka/katello.po +131 -40
  167. data/locale/katello.pot +805 -642
  168. data/locale/kn/katello.po +130 -39
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +131 -40
  171. data/locale/ml_IN/katello.po +130 -39
  172. data/locale/mr/katello.po +130 -39
  173. data/locale/nl_NL/katello.po +130 -39
  174. data/locale/or/katello.po +130 -39
  175. data/locale/pa/katello.po +130 -39
  176. data/locale/pl/katello.po +130 -39
  177. data/locale/pl_PL/katello.po +130 -39
  178. data/locale/pt/katello.po +130 -39
  179. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pt_BR/katello.po +133 -42
  181. data/locale/ro/katello.po +130 -39
  182. data/locale/ro_RO/katello.po +130 -39
  183. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/ru/katello.po +131 -40
  185. data/locale/sl/katello.po +130 -39
  186. data/locale/sv_SE/katello.po +130 -39
  187. data/locale/ta/katello.po +130 -39
  188. data/locale/ta_IN/katello.po +130 -39
  189. data/locale/te/katello.po +130 -39
  190. data/locale/tr/katello.po +130 -39
  191. data/locale/vi/katello.po +130 -39
  192. data/locale/vi_VN/katello.po +130 -39
  193. data/locale/zh/katello.po +130 -39
  194. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/zh_CN/katello.po +138 -47
  196. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/zh_TW/katello.po +131 -40
  198. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
  199. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
  200. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
  201. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
  202. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
  203. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
  204. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
  205. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
  206. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
  207. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
  208. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
  209. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
  210. data/webpack/containers/Application/config.js +5 -0
  211. data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
  212. data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
  213. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
  214. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
  215. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
  216. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
  217. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
  218. data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
  219. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
  220. data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
  221. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
  222. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
  223. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
  224. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
  225. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
  226. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
  227. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
  228. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
  229. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
  230. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
  231. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
  232. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
  233. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
  234. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
  235. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
  236. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
  237. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
  238. data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
  239. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
  240. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
  241. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
  242. data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
  243. data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
  244. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  245. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
  246. metadata +85 -81
  247. data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
  248. data/app/lib/actions/katello/agent_action.rb +0 -120
  249. data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
  250. data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
  251. data/app/lib/actions/katello/host/erratum/install.rb +0 -38
  252. data/app/lib/actions/katello/host/package/install.rb +0 -34
  253. data/app/lib/actions/katello/host/package/remove.rb +0 -48
  254. data/app/lib/actions/katello/host/package/update.rb +0 -42
  255. data/app/lib/actions/katello/host/package_group/install.rb +0 -30
  256. data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
  257. data/app/lib/katello/agent/base_message.rb +0 -41
  258. data/app/lib/katello/agent/client_message_handler.rb +0 -69
  259. data/app/lib/katello/agent/connection.rb +0 -38
  260. data/app/lib/katello/agent/install_errata_message.rb +0 -25
  261. data/app/lib/katello/agent/install_package_group_message.rb +0 -25
  262. data/app/lib/katello/agent/install_package_message.rb +0 -28
  263. data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
  264. data/app/lib/katello/agent/remove_package_message.rb +0 -28
  265. data/app/lib/katello/agent/update_package_message.rb +0 -33
  266. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
  267. data/app/lib/katello/qpid/connection.rb +0 -149
  268. data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
  269. data/app/models/katello/agent/dispatch_history.rb +0 -19
  270. data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
  271. data/app/services/katello/agent/dispatcher.rb +0 -60
  272. data/app/views/foreman/job_templates/change_content_source.erb +0 -18
  273. data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
  275. data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
  276. data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
@@ -130,6 +130,9 @@ msgstr ""
130
130
  msgid "%s ago"
131
131
  msgstr ""
132
132
 
133
+ msgid "%s content type is not enabled."
134
+ msgstr ""
135
+
133
136
  msgid "%s guests"
134
137
  msgstr ""
135
138
 
@@ -253,6 +256,9 @@ msgstr ""
253
256
  msgid "%{group} package group updated"
254
257
  msgstr ""
255
258
 
259
+ msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
260
+ msgstr ""
261
+
256
262
  msgid "%{package} (%{total} other packages)"
257
263
  msgstr ""
258
264
 
@@ -334,6 +340,9 @@ msgstr ""
334
340
  msgid "%{used} of %{total}"
335
341
  msgstr ""
336
342
 
343
+ msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
344
+ msgstr ""
345
+
337
346
  msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
338
347
  msgstr ""
339
348
 
@@ -457,6 +466,9 @@ msgstr ""
457
466
  msgid "Action with sub plans"
458
467
  msgstr ""
459
468
 
469
+ msgid "Activation Key will no longer be available for use. This operation cannot be undone."
470
+ msgstr ""
471
+
460
472
  msgid "Activation Keys"
461
473
  msgstr ""
462
474
 
@@ -466,6 +478,15 @@ msgstr ""
466
478
  msgid "Activation key ID"
467
479
  msgstr ""
468
480
 
481
+ msgid "Activation key deleted"
482
+ msgstr ""
483
+
484
+ msgid "Activation key details"
485
+ msgstr ""
486
+
487
+ msgid "Activation key details updated"
488
+ msgstr ""
489
+
469
490
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
470
491
  msgstr ""
471
492
 
@@ -610,6 +631,9 @@ msgstr ""
610
631
  msgid "Affected repositories"
611
632
  msgstr ""
612
633
 
634
+ msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
635
+ msgstr ""
636
+
613
637
  msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
614
638
  msgstr ""
615
639
 
@@ -1135,6 +1159,9 @@ msgstr ""
1135
1159
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1136
1160
  msgstr ""
1137
1161
 
1162
+ msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
1163
+ msgstr ""
1164
+
1138
1165
  msgid "Cannot delete provider with attached products"
1139
1166
  msgstr ""
1140
1167
 
@@ -1225,9 +1252,6 @@ msgstr ""
1225
1252
  msgid "Cannot upload Container Image content."
1226
1253
  msgstr ""
1227
1254
 
1228
- msgid "Cannot validate contents on non-yum/deb repositories."
1229
- msgstr ""
1230
-
1231
1255
  msgid "Capacity"
1232
1256
  msgstr ""
1233
1257
 
@@ -1240,9 +1264,15 @@ msgstr ""
1240
1264
  msgid "Change host content source"
1241
1265
  msgstr ""
1242
1266
 
1267
+ msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1268
+ msgstr ""
1269
+
1243
1270
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1244
1271
  msgstr ""
1245
1272
 
1273
+ msgid "Check for long running tasks"
1274
+ msgstr ""
1275
+
1246
1276
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1247
1277
  msgstr ""
1248
1278
 
@@ -1351,6 +1381,12 @@ msgstr ""
1351
1381
  msgid "Compute resource IDs"
1352
1382
  msgstr ""
1353
1383
 
1384
+ msgid "Configuration still must be updated on {hosts}"
1385
+ msgstr ""
1386
+
1387
+ msgid "Configuration updated on Foreman"
1388
+ msgstr ""
1389
+
1354
1390
  msgid "Confirm Deletion"
1355
1391
  msgstr ""
1356
1392
 
@@ -1564,6 +1600,9 @@ msgstr ""
1564
1600
  msgid "Content view and environment not set for registration."
1565
1601
  msgstr ""
1566
1602
 
1603
+ msgid "Content view and lifecycle environment must be provided together"
1604
+ msgstr ""
1605
+
1567
1606
  msgid "Content view details"
1568
1607
  msgstr ""
1569
1608
 
@@ -2077,6 +2116,9 @@ msgstr ""
2077
2116
  msgid "Delete a filter rule"
2078
2117
  msgstr ""
2079
2118
 
2119
+ msgid "Delete activation key?"
2120
+ msgstr ""
2121
+
2080
2122
  msgid "Delete all subscriptions attached to activation keys."
2081
2123
  msgstr ""
2082
2124
 
@@ -2092,6 +2134,9 @@ msgstr ""
2092
2134
  msgid "Delete content view"
2093
2135
  msgstr ""
2094
2136
 
2137
+ 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."
2138
+ msgstr ""
2139
+
2095
2140
  msgid "Delete manifest from Red Hat provider"
2096
2141
  msgstr ""
2097
2142
 
@@ -2125,6 +2170,9 @@ msgstr ""
2125
2170
  msgid "Deleting versions: {versionList}"
2126
2171
  msgstr ""
2127
2172
 
2173
+ msgid "Deliver notifications about long running tasks"
2174
+ msgstr ""
2175
+
2128
2176
  msgid "Description"
2129
2177
  msgstr ""
2130
2178
 
@@ -2284,6 +2332,9 @@ msgstr ""
2284
2332
  msgid "Edit URL and subpaths"
2285
2333
  msgstr ""
2286
2334
 
2335
+ msgid "Edit activation key"
2336
+ msgstr ""
2337
+
2287
2338
  msgid "Edit content view assignment"
2288
2339
  msgstr ""
2289
2340
 
@@ -2623,6 +2674,9 @@ msgstr ""
2623
2674
  msgid "Filter composite versions whose publish was triggered by the specified component version"
2624
2675
  msgstr ""
2625
2676
 
2677
+ msgid "Filter content view versions that contain the file"
2678
+ msgstr ""
2679
+
2626
2680
  msgid "Filter created"
2627
2681
  msgstr ""
2628
2682
 
@@ -2727,10 +2781,10 @@ msgstr ""
2727
2781
  msgid "Force delete the repository by removing it from all content view versions"
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 operation when version has repositories with the 'Complete Mirroring' mirroring policy"
2731
2785
  msgstr ""
2732
2786
 
2733
- msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy."
2787
+ msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
2734
2788
  msgstr ""
2735
2789
 
2736
2790
  msgid "Force promotion"
@@ -2745,7 +2799,7 @@ msgstr ""
2745
2799
  msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
2746
2800
  msgstr ""
2747
2801
 
2748
- msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
2802
+ 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."
2749
2803
  msgstr ""
2750
2804
 
2751
2805
  msgid "Forces a republish of the version's repositories' metadata"
@@ -2802,9 +2856,6 @@ msgstr ""
2802
2856
  msgid "Get list of available repositories for the repository set"
2803
2857
  msgstr ""
2804
2858
 
2805
- msgid "Get status of repo synchronisation for given product"
2806
- msgstr ""
2807
-
2808
2859
  msgid "Get status of synchronisation for given repository"
2809
2860
  msgstr ""
2810
2861
 
@@ -2898,6 +2949,9 @@ msgstr ""
2898
2949
  msgid "Host ID"
2899
2950
  msgstr ""
2900
2951
 
2952
+ msgid "Host Limit"
2953
+ msgstr ""
2954
+
2901
2955
  msgid "Host Profile Assume"
2902
2956
  msgstr ""
2903
2957
 
@@ -2925,9 +2979,6 @@ msgstr ""
2925
2979
  msgid "Host collections updated"
2926
2980
  msgstr ""
2927
2981
 
2928
- msgid "Host configurations are not updated yet"
2929
- msgstr ""
2930
-
2931
2982
  msgid "Host content and subscription details"
2932
2983
  msgstr ""
2933
2984
 
@@ -3135,7 +3186,9 @@ msgstr ""
3135
3186
  msgid "Identifiers for Lifecycle Environment"
3136
3187
  msgstr ""
3137
3188
 
3138
- 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"
3189
+ msgid ""
3190
+ "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
3191
+ "Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
3139
3192
  msgstr ""
3140
3193
 
3141
3194
  msgid "Ids of smart proxies to associate"
@@ -3147,6 +3200,9 @@ msgstr ""
3147
3200
  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."
3148
3201
  msgstr ""
3149
3202
 
3203
+ msgid "If product certificates should be used to authenticate to a custom CDN."
3204
+ msgstr ""
3205
+
3150
3206
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3151
3207
  msgstr ""
3152
3208
 
@@ -3192,7 +3248,7 @@ msgstr ""
3192
3248
  msgid "Ignorable content can be only set for Yum repositories."
3193
3249
  msgstr ""
3194
3250
 
3195
- msgid "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring policy."
3251
+ msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
3196
3252
  msgstr ""
3197
3253
 
3198
3254
  msgid "Ignore errors"
@@ -3576,9 +3632,15 @@ msgstr ""
3576
3632
  msgid "Job '${description}' has started."
3577
3633
  msgstr ""
3578
3634
 
3635
+ msgid "Katello 4.10"
3636
+ msgstr ""
3637
+
3579
3638
  msgid "Katello ID of local pool to update"
3580
3639
  msgstr ""
3581
3640
 
3641
+ msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
3642
+ msgstr ""
3643
+
3582
3644
  msgid "Katello: Install Errata"
3583
3645
  msgstr ""
3584
3646
 
@@ -3672,7 +3734,10 @@ msgstr ""
3672
3734
  msgid "Latest version"
3673
3735
  msgstr ""
3674
3736
 
3675
- msgid "Learn more about adding Subscription Manifests"
3737
+ msgid "Learn more about adding Subscription Manifests "
3738
+ msgstr ""
3739
+
3740
+ msgid "Legacy UI"
3676
3741
  msgstr ""
3677
3742
 
3678
3743
  msgid "Legacy content host UI"
@@ -4035,6 +4100,9 @@ msgstr ""
4035
4100
  msgid "Manifest deleted"
4036
4101
  msgstr ""
4037
4102
 
4103
+ msgid "Manifest does not have a valid subscription"
4104
+ msgstr ""
4105
+
4038
4106
  msgid "Manifest imported"
4039
4107
  msgstr ""
4040
4108
 
@@ -4107,7 +4175,9 @@ msgstr ""
4107
4175
  msgid "Messaging connection"
4108
4176
  msgstr ""
4109
4177
 
4110
- msgid "Metadata republishing must be forced because it is a dangerous operation."
4178
+ msgid ""
4179
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4180
+ "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."
4111
4181
  msgstr ""
4112
4182
 
4113
4183
  msgid "Metadata taken from the upstream export history for this Content View Version"
@@ -4164,9 +4234,6 @@ msgstr ""
4164
4234
  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}'."
4165
4235
  msgstr ""
4166
4236
 
4167
- msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
4168
- msgstr ""
4169
-
4170
4237
  msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
4171
4238
  msgstr ""
4172
4239
 
@@ -4632,6 +4699,9 @@ msgstr ""
4632
4699
  msgid "Not yet published"
4633
4700
  msgstr ""
4634
4701
 
4702
+ msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
4703
+ msgstr ""
4704
+
4635
4705
  msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
4636
4706
  msgstr ""
4637
4707
 
@@ -5444,6 +5514,9 @@ msgstr ""
5444
5514
  msgid "Refresh Manifest"
5445
5515
  msgstr ""
5446
5516
 
5517
+ msgid "Refresh all alternate content sources"
5518
+ msgstr ""
5519
+
5447
5520
  msgid "Refresh alternate content sources"
5448
5521
  msgstr ""
5449
5522
 
@@ -5669,7 +5742,10 @@ msgstr ""
5669
5742
  msgid "Repository"
5670
5743
  msgstr ""
5671
5744
 
5672
- msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
5745
+ msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
5746
+ msgstr ""
5747
+
5748
+ msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
5673
5749
  msgstr ""
5674
5750
 
5675
5751
  msgid "Repository '%(repoName)s' has been disabled."
@@ -5747,6 +5823,9 @@ msgstr ""
5747
5823
  msgid "Republish Version Repositories"
5748
5824
  msgstr ""
5749
5825
 
5826
+ msgid "Republish repository metadata"
5827
+ msgstr ""
5828
+
5750
5829
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5751
5830
  msgstr ""
5752
5831
 
@@ -5924,6 +6003,9 @@ msgstr ""
5924
6003
  msgid "Run Sync Plan:"
5925
6004
  msgstr ""
5926
6005
 
6006
+ msgid "Run job invocation"
6007
+ msgstr ""
6008
+
5927
6009
  msgid "Running"
5928
6010
  msgstr ""
5929
6011
 
@@ -6050,6 +6132,9 @@ msgstr ""
6050
6132
  msgid "Select a lifecycle environment and a content view to move this host."
6051
6133
  msgstr ""
6052
6134
 
6135
+ msgid "Select a lifecycle environment first"
6136
+ msgstr ""
6137
+
6053
6138
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6054
6139
  msgstr ""
6055
6140
 
@@ -6074,15 +6159,15 @@ msgstr ""
6074
6159
  msgid "Select an environment"
6075
6160
  msgstr ""
6076
6161
 
6077
- msgid "Select an environment first"
6078
- msgstr ""
6079
-
6080
6162
  msgid "Select an option"
6081
6163
  msgstr ""
6082
6164
 
6083
6165
  msgid "Select an organization"
6084
6166
  msgstr ""
6085
6167
 
6168
+ msgid "Select attributes for ${akDetails.name}"
6169
+ msgstr ""
6170
+
6086
6171
  msgid "Select available version of ${cvName} to use"
6087
6172
  msgstr ""
6088
6173
 
@@ -6978,9 +7063,6 @@ msgstr ""
6978
7063
  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."
6979
7064
  msgstr ""
6980
7065
 
6981
- msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
6982
- msgstr ""
6983
-
6984
7066
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
6985
7067
  msgstr ""
6986
7068
 
@@ -7104,6 +7186,9 @@ msgstr ""
7104
7186
  msgid "This action doesn't support package groups"
7105
7187
  msgstr ""
7106
7188
 
7189
+ msgid "This action should only be taken for debugging purposes."
7190
+ msgstr ""
7191
+
7107
7192
  msgid "This action should only be taken in extreme circumstances or for debugging purposes."
7108
7193
  msgstr ""
7109
7194
 
@@ -7203,7 +7288,7 @@ msgstr ""
7203
7288
  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."
7204
7289
  msgstr ""
7205
7290
 
7206
- msgid "Time in minutes to consider orphan content as orphaned."
7291
+ msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7207
7292
  msgstr ""
7208
7293
 
7209
7294
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
@@ -7230,6 +7315,9 @@ msgstr ""
7230
7315
  msgid "To enable them, add the environment to the host's content source, or "
7231
7316
  msgstr ""
7232
7317
 
7318
+ msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
7319
+ msgstr ""
7320
+
7233
7321
  msgid "To get started, add a filter rule to this filter"
7234
7322
  msgstr ""
7235
7323
 
@@ -7239,12 +7327,6 @@ msgstr ""
7239
7327
  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."
7240
7328
  msgstr ""
7241
7329
 
7242
- msgid "To update the selected host configuration, update hosts manually in the next section."
7243
- msgstr ""
7244
-
7245
- msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
7246
- msgstr ""
7247
-
7248
7330
  msgid "Toggling Simple Content Access will refresh your manifest."
7249
7331
  msgstr ""
7250
7332
 
@@ -7404,6 +7486,9 @@ msgstr ""
7404
7486
  msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
7405
7487
  msgstr ""
7406
7488
 
7489
+ msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
7490
+ msgstr ""
7491
+
7407
7492
  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."
7408
7493
  msgstr ""
7409
7494
 
@@ -7554,6 +7639,9 @@ msgstr ""
7554
7639
  msgid "Update for host %s"
7555
7640
  msgstr ""
7556
7641
 
7642
+ msgid "Update hosts manually"
7643
+ msgstr ""
7644
+
7557
7645
  msgid "Update http proxy"
7558
7646
  msgstr ""
7559
7647
 
@@ -7905,6 +7993,9 @@ msgstr ""
7905
7993
  msgid "Virtual host"
7906
7994
  msgstr ""
7907
7995
 
7996
+ msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
7997
+ msgstr ""
7998
+
7908
7999
  msgid "Waiting to start."
7909
8000
  msgstr ""
7910
8001
 
@@ -8082,9 +8173,6 @@ msgstr ""
8082
8173
  msgid "a file"
8083
8174
  msgstr ""
8084
8175
 
8085
- msgid "a future release"
8086
- msgstr ""
8087
-
8088
8176
  msgid "a module stream"
8089
8177
  msgstr ""
8090
8178
 
@@ -8733,9 +8821,6 @@ msgstr ""
8733
8821
  msgid "rule identifier"
8734
8822
  msgstr ""
8735
8823
 
8736
- msgid "run job invocation"
8737
- msgstr ""
8738
-
8739
8824
  msgid "security advisories"
8740
8825
  msgstr ""
8741
8826
 
@@ -8790,6 +8875,12 @@ msgstr ""
8790
8875
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8791
8876
  msgstr ""
8792
8877
 
8878
+ msgid "the host"
8879
+ msgstr ""
8880
+
8881
+ msgid "the hosts"
8882
+ msgstr ""
8883
+
8793
8884
  msgid "to"
8794
8885
  msgstr ""
8795
8886