katello 4.13.1 → 4.14.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 (386) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
  8. data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
  11. data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
  12. data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
  15. data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
  22. data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
  23. data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
  31. data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
  44. data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
  53. data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +7 -0
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
  56. data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
  57. data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
  58. data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
  59. data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
  60. data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
  61. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  62. data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
  63. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
  64. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
  65. data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
  66. data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
  67. data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
  68. data/app/controllers/katello/application_controller.rb +1 -1
  69. data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
  70. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
  71. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
  72. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
  73. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
  74. data/app/controllers/katello/remote_execution_controller.rb +53 -58
  75. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
  76. data/app/helpers/katello/katello_urls_helper.rb +1 -1
  77. data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
  78. data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
  79. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +1 -0
  81. data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
  83. data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
  84. data/app/lib/actions/katello/foreman/content_update.rb +4 -6
  85. data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
  86. data/app/lib/actions/katello/repository/create.rb +4 -4
  87. data/app/lib/actions/katello/repository/import_upload.rb +4 -6
  88. data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
  89. data/app/lib/actions/katello/repository/update.rb +3 -3
  90. data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
  91. data/app/lib/actions/middleware/backend_services_check.rb +3 -2
  92. data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
  93. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
  94. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
  95. data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
  96. data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
  97. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
  98. data/app/lib/katello/errors.rb +1 -0
  99. data/app/lib/katello/http_resource.rb +1 -0
  100. data/app/lib/katello/lazy_accessor.rb +1 -1
  101. data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
  102. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  103. data/app/lib/katello/resources/candlepin/pool.rb +1 -2
  104. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  105. data/app/lib/katello/resources/cdn.rb +3 -2
  106. data/app/lib/katello/resources/discovery/yum.rb +3 -3
  107. data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
  108. data/app/lib/katello/util/data.rb +3 -2
  109. data/app/lib/katello/util/errata.rb +4 -3
  110. data/app/lib/katello/util/package.rb +3 -3
  111. data/app/lib/katello/util/path_with_substitutions.rb +1 -1
  112. data/app/lib/katello/util/report_table.rb +3 -2
  113. data/app/lib/katello/util/url_matcher.rb +1 -1
  114. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
  115. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
  116. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  117. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  118. data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
  119. data/app/lib/katello/validators/prior_validator.rb +2 -2
  120. data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
  121. data/app/models/katello/activation_key.rb +4 -6
  122. data/app/models/katello/alternate_content_source.rb +1 -1
  123. data/app/models/katello/authorization/host_tracer.rb +1 -2
  124. data/app/models/katello/candlepin/repository_mapper.rb +2 -2
  125. data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
  126. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
  127. data/app/models/katello/concerns/location_extensions.rb +2 -4
  128. data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
  129. data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
  130. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
  131. data/app/models/katello/content_view.rb +5 -1
  132. data/app/models/katello/content_view_environment.rb +19 -4
  133. data/app/models/katello/content_view_environment_content_facet.rb +11 -0
  134. data/app/models/katello/erratum.rb +1 -1
  135. data/app/models/katello/event.rb +1 -1
  136. data/app/models/katello/glue/provider.rb +1 -2
  137. data/app/models/katello/hash_util.rb +1 -1
  138. data/app/models/katello/host/content_facet.rb +16 -3
  139. data/app/models/katello/host/subscription_facet.rb +27 -4
  140. data/app/models/katello/host_collection.rb +12 -8
  141. data/app/models/katello/pool.rb +5 -1
  142. data/app/models/katello/product.rb +7 -4
  143. data/app/models/katello/provider.rb +1 -2
  144. data/app/models/katello/repository.rb +18 -4
  145. data/app/models/katello/root_repository.rb +19 -0
  146. data/app/models/katello/rpm.rb +2 -2
  147. data/app/models/katello/subscription_facet_pool.rb +1 -1
  148. data/app/models/katello/sync_plan.rb +5 -4
  149. data/app/models/katello/task_status.rb +18 -18
  150. data/app/presenters/katello/product_host_count_presenter.rb +10 -0
  151. data/app/services/katello/candlepin/consumer.rb +11 -11
  152. data/app/services/katello/candlepin/message_handler.rb +3 -2
  153. data/app/services/katello/content_unit_indexer.rb +6 -0
  154. data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
  155. data/app/services/katello/pulp3/api/core.rb +1 -1
  156. data/app/services/katello/pulp3/api/docker.rb +10 -0
  157. data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
  158. data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
  159. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
  160. data/app/services/katello/pulp3/repository/apt.rb +4 -16
  161. data/app/services/katello/pulp3/repository/yum.rb +9 -5
  162. data/app/services/katello/pulp3/repository.rb +2 -2
  163. data/app/services/katello/pulp3/repository_mirror.rb +2 -9
  164. data/app/services/katello/pulp3/task.rb +4 -2
  165. data/app/services/katello/registration_manager.rb +13 -3
  166. data/app/services/katello/smart_proxy_helper.rb +1 -0
  167. data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
  168. data/app/views/foreman/job_templates/install_errata.erb +2 -0
  169. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
  170. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
  171. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
  172. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  173. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  174. data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
  175. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  176. data/app/views/foreman/job_templates/upload_profile.erb +2 -0
  177. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
  178. data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
  179. data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
  180. data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
  181. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  183. data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
  184. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
  185. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
  186. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
  187. data/config/routes/api/v2.rb +3 -1
  188. data/config/routes.rb +1 -3
  189. data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
  190. data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
  191. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
  192. data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
  193. data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
  194. data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
  195. data/db/seeds.d/102-organizations.rb +5 -7
  196. data/db/seeds.d/150-module_job_templates.rb +7 -9
  197. data/db/seeds.d/75-job_templates.rb +9 -16
  198. data/engines/bastion_katello/README.md +3 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
  205. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
  206. data/lib/katello/engine.rb +1 -8
  207. data/lib/katello/permission_creator.rb +3 -2
  208. data/lib/katello/plugin.rb +31 -27
  209. data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
  210. data/lib/katello/tasks/reset.rake +3 -4
  211. data/lib/katello/version.rb +1 -1
  212. data/lib/katello.rb +0 -2
  213. data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
  214. data/locale/action_names.rb +1 -1
  215. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/bn/katello.po +274 -22
  217. data/locale/bn_IN/katello.po +274 -22
  218. data/locale/ca/katello.po +274 -22
  219. data/locale/cs/katello.po +274 -22
  220. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/cs_CZ/katello.po +275 -23
  222. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/de/katello.po +280 -28
  224. data/locale/de_AT/katello.po +274 -22
  225. data/locale/de_DE/katello.po +274 -22
  226. data/locale/el/katello.po +274 -22
  227. data/locale/en/katello.po +274 -22
  228. data/locale/en_GB/katello.po +274 -22
  229. data/locale/en_US/katello.po +274 -22
  230. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/es/katello.po +276 -24
  232. data/locale/et_EE/katello.po +274 -22
  233. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/fr/katello.po +283 -31
  235. data/locale/gl/katello.po +274 -22
  236. data/locale/gu/katello.po +274 -22
  237. data/locale/he_IL/katello.po +274 -22
  238. data/locale/hi/katello.po +274 -22
  239. data/locale/id/katello.po +274 -22
  240. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/it/katello.po +274 -22
  242. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ja/katello.po +283 -31
  244. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ka/katello.po +280 -28
  246. data/locale/katello.pot +1001 -527
  247. data/locale/kn/katello.po +274 -22
  248. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ko/katello.po +274 -22
  250. data/locale/ml_IN/katello.po +274 -22
  251. data/locale/mr/katello.po +274 -22
  252. data/locale/nl_NL/katello.po +274 -22
  253. data/locale/or/katello.po +274 -22
  254. data/locale/pa/katello.po +274 -22
  255. data/locale/pl/katello.po +274 -22
  256. data/locale/pl_PL/katello.po +274 -22
  257. data/locale/pt/katello.po +274 -22
  258. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/pt_BR/katello.po +276 -24
  260. data/locale/ro/katello.po +274 -22
  261. data/locale/ro_RO/katello.po +274 -22
  262. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/ru/katello.po +274 -22
  264. data/locale/sl/katello.po +274 -22
  265. data/locale/sv_SE/katello.po +274 -22
  266. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/ta/katello.po +274 -22
  268. data/locale/ta_IN/katello.po +274 -22
  269. data/locale/te/katello.po +274 -22
  270. data/locale/tr/katello.po +274 -22
  271. data/locale/vi/katello.po +274 -22
  272. data/locale/vi_VN/katello.po +274 -22
  273. data/locale/zh/katello.po +274 -22
  274. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/zh_CN/katello.po +283 -31
  276. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/zh_TW/katello.po +274 -22
  278. data/webpack/ForemanColumnExtensions/index.js +44 -1
  279. data/webpack/components/Table/TableWrapper.js +6 -0
  280. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
  281. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
  282. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
  284. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
  285. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
  286. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  287. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
  288. data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
  289. data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
  290. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
  291. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
  292. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
  293. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
  294. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
  295. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
  296. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
  297. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
  298. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
  299. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
  300. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
  301. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
  302. data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
  303. data/webpack/global_index.js +11 -3
  304. data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
  305. data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
  306. data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
  307. data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
  308. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
  309. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
  310. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  311. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
  312. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
  313. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
  314. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
  315. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
  316. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  317. data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
  318. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
  319. data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
  320. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
  321. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
  322. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
  323. data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
  324. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
  325. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
  326. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
  327. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
  328. data/webpack/scenes/Tasks/helpers.js +1 -1
  329. metadata +24 -63
  330. data/app/assets/javascripts/katello/containers/container.js +0 -304
  331. data/app/lib/katello/util/http_helper.rb +0 -15
  332. data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
  333. data/app/models/katello/repository.rb.bak +0 -978
  334. data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
  335. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
  336. data/lib/katello/tasks/update_repository_expiry.rake +0 -114
  337. data/locale/bn/katello.po.time_stamp +0 -0
  338. data/locale/bn_IN/katello.po.time_stamp +0 -0
  339. data/locale/ca/katello.po.time_stamp +0 -0
  340. data/locale/cs/katello.po.time_stamp +0 -0
  341. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  342. data/locale/de/katello.po.time_stamp +0 -0
  343. data/locale/de_AT/katello.po.time_stamp +0 -0
  344. data/locale/de_DE/katello.po.time_stamp +0 -0
  345. data/locale/el/katello.po.time_stamp +0 -0
  346. data/locale/en/katello.po.time_stamp +0 -0
  347. data/locale/en_GB/katello.po.time_stamp +0 -0
  348. data/locale/en_US/katello.po.time_stamp +0 -0
  349. data/locale/es/katello.po.time_stamp +0 -0
  350. data/locale/et_EE/katello.po.time_stamp +0 -0
  351. data/locale/fr/katello.po.time_stamp +0 -0
  352. data/locale/gl/katello.po.time_stamp +0 -0
  353. data/locale/gu/katello.po.time_stamp +0 -0
  354. data/locale/he_IL/katello.po.time_stamp +0 -0
  355. data/locale/hi/katello.po.time_stamp +0 -0
  356. data/locale/id/katello.po.time_stamp +0 -0
  357. data/locale/it/katello.po.time_stamp +0 -0
  358. data/locale/ja/katello.po.time_stamp +0 -0
  359. data/locale/ka/katello.po.time_stamp +0 -0
  360. data/locale/kn/katello.po.time_stamp +0 -0
  361. data/locale/ko/katello.po.time_stamp +0 -0
  362. data/locale/ml_IN/katello.po.time_stamp +0 -0
  363. data/locale/mr/katello.po.time_stamp +0 -0
  364. data/locale/nl_NL/katello.po.time_stamp +0 -0
  365. data/locale/or/katello.po.time_stamp +0 -0
  366. data/locale/pa/katello.po.time_stamp +0 -0
  367. data/locale/pl/katello.po.time_stamp +0 -0
  368. data/locale/pl_PL/katello.po.time_stamp +0 -0
  369. data/locale/pt/katello.po.time_stamp +0 -0
  370. data/locale/pt_BR/katello.po.time_stamp +0 -0
  371. data/locale/ro/katello.po.time_stamp +0 -0
  372. data/locale/ro_RO/katello.po.time_stamp +0 -0
  373. data/locale/ru/katello.po.time_stamp +0 -0
  374. data/locale/sl/katello.po.time_stamp +0 -0
  375. data/locale/sv_SE/katello.po.time_stamp +0 -0
  376. data/locale/ta/katello.po.time_stamp +0 -0
  377. data/locale/ta_IN/katello.po.time_stamp +0 -0
  378. data/locale/te/katello.po.time_stamp +0 -0
  379. data/locale/tr/katello.po.time_stamp +0 -0
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/katello.po.time_stamp +0 -0
  382. data/locale/zh/katello.po.time_stamp +0 -0
  383. data/locale/zh_CN/katello.po.time_stamp +0 -0
  384. data/locale/zh_TW/katello.po.time_stamp +0 -0
  385. data/webpack/global_test_setup.js.bak +0 -59
  386. data/webpack/utils/useKatelloDocUrl.js +0 -18
@@ -158,6 +158,9 @@ msgstr ""
158
158
  msgid "%s is unreachable. %s"
159
159
  msgstr ""
160
160
 
161
+ msgid "%s was not found!"
162
+ msgstr ""
163
+
161
164
  msgid "%{errata} (%{total} other errata)"
162
165
  msgstr ""
163
166
 
@@ -413,6 +416,12 @@ msgstr ""
413
416
  msgid "A backend service [ %s ] is unreachable"
414
417
  msgstr ""
415
418
 
419
+ msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
420
+ msgstr ""
421
+
422
+ msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
423
+ msgstr ""
424
+
416
425
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
417
426
  msgstr ""
418
427
 
@@ -521,7 +530,7 @@ msgstr ""
521
530
  msgid "Activation keys can be managed {here}."
522
531
  msgstr ""
523
532
 
524
- msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
533
+ msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
525
534
  msgstr ""
526
535
 
527
536
  msgid "Activation keys may be used during {system_registration}."
@@ -647,6 +656,9 @@ msgstr ""
647
656
  msgid "Affected Repositories"
648
657
  msgstr ""
649
658
 
659
+ msgid "Affected hosts"
660
+ msgstr ""
661
+
650
662
  msgid "Affected repositories"
651
663
  msgstr ""
652
664
 
@@ -686,7 +698,7 @@ msgstr ""
686
698
  msgid "All versions will be removed from these environments"
687
699
  msgstr ""
688
700
 
689
- msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
701
+ msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
690
702
  msgstr ""
691
703
 
692
704
  msgid "Allow deleting repositories in published content views"
@@ -783,15 +795,24 @@ msgstr ""
783
795
  msgid "Applicable Content Hosts"
784
796
  msgstr ""
785
797
 
798
+ msgid "Applicable bugfix/enhancement errata"
799
+ msgstr ""
800
+
786
801
  msgid "Applicable errata apply to at least one package installed on the host."
787
802
  msgstr ""
788
803
 
804
+ msgid "Applicable security errata"
805
+ msgstr ""
806
+
789
807
  msgid "Application"
790
808
  msgstr ""
791
809
 
792
810
  msgid "Apply"
793
811
  msgstr ""
794
812
 
813
+ msgid "Apply errata"
814
+ msgstr ""
815
+
795
816
  msgid "Apply erratum"
796
817
  msgstr ""
797
818
 
@@ -858,6 +879,9 @@ msgstr ""
858
879
  msgid "Array of content view component IDs to remove. Identifier of the component association"
859
880
  msgstr ""
860
881
 
882
+ msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
883
+ msgstr ""
884
+
861
885
  msgid "Array of host ids"
862
886
  msgstr ""
863
887
 
@@ -896,6 +920,9 @@ msgstr ""
896
920
  msgid "Assign the release version to one or more hosts"
897
921
  msgstr ""
898
922
 
923
+ msgid "Assigning a host to multiple content view environments is not enabled."
924
+ msgstr ""
925
+
899
926
  msgid "Associated location IDs"
900
927
  msgstr ""
901
928
 
@@ -1091,6 +1118,9 @@ msgstr ""
1091
1118
  msgid "Calculate Applicable Errata based on a particular Environment"
1092
1119
  msgstr ""
1093
1120
 
1121
+ msgid "Calculate content counts on smart proxies automatically"
1122
+ msgstr ""
1123
+
1094
1124
  msgid "Can communicate with the Red Hat Portal for subscriptions."
1095
1125
  msgstr ""
1096
1126
 
@@ -1232,6 +1262,9 @@ msgstr ""
1232
1262
  msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1233
1263
  msgstr ""
1234
1264
 
1265
+ msgid "Cannot install errata: No installable errata found for search term '%s'"
1266
+ msgstr ""
1267
+
1235
1268
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1236
1269
  msgstr ""
1237
1270
 
@@ -1262,6 +1295,9 @@ msgstr ""
1262
1295
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1263
1296
  msgstr ""
1264
1297
 
1298
+ msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1299
+ msgstr ""
1300
+
1265
1301
  msgid "Cannot set attribute %{attr} for content type %{type}"
1266
1302
  msgstr ""
1267
1303
 
@@ -1280,6 +1316,12 @@ msgstr ""
1280
1316
  msgid "Cannot sync file:// repositories with the On Demand Download Policy"
1281
1317
  msgstr ""
1282
1318
 
1319
+ msgid "Cannot update properties of a container push repository"
1320
+ msgstr ""
1321
+
1322
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1323
+ msgstr ""
1324
+
1283
1325
  msgid "Cannot upload Ansible collections."
1284
1326
  msgstr ""
1285
1327
 
@@ -1325,10 +1367,10 @@ msgstr ""
1325
1367
  msgid "Checksum of file to upload"
1326
1368
  msgstr ""
1327
1369
 
1328
- msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
1370
+ msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1329
1371
  msgstr ""
1330
1372
 
1331
- msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1373
+ msgid "Checksum used for published repository contents. Supported types: %s"
1332
1374
  msgstr ""
1333
1375
 
1334
1376
  msgid "Choose content credentials if required for this RHUI source."
@@ -1361,6 +1403,9 @@ msgstr "Stäng"
1361
1403
  msgid "Collapse All"
1362
1404
  msgstr ""
1363
1405
 
1406
+ msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1407
+ msgstr ""
1408
+
1364
1409
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1365
1410
  msgstr ""
1366
1411
 
@@ -1373,6 +1418,9 @@ msgstr ""
1373
1418
  msgid "Compare"
1374
1419
  msgstr ""
1375
1420
 
1421
+ msgid "Completed pulp task protection days"
1422
+ msgstr ""
1423
+
1376
1424
  msgid "Component"
1377
1425
  msgstr ""
1378
1426
 
@@ -1601,6 +1649,9 @@ msgstr ""
1601
1649
  msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
1602
1650
  msgstr ""
1603
1651
 
1652
+ msgid "Content type does not support repo discovery"
1653
+ msgstr ""
1654
+
1604
1655
  msgid "Content view"
1605
1656
  msgstr ""
1606
1657
 
@@ -1631,10 +1682,10 @@ msgstr ""
1631
1682
  msgid "Content view and lifecycle environment must be provided together"
1632
1683
  msgstr ""
1633
1684
 
1634
- msgid "Content view details"
1685
+ msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1635
1686
  msgstr ""
1636
1687
 
1637
- msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1688
+ msgid "Content view environments"
1638
1689
  msgstr ""
1639
1690
 
1640
1691
  msgid "Content view environments and activation key must all belong to the same organization"
@@ -1760,6 +1811,15 @@ msgstr ""
1760
1811
  msgid "Could not find environments for promotion"
1761
1812
  msgstr ""
1762
1813
 
1814
+ msgid "Could not locate Pulp distribution."
1815
+ msgstr ""
1816
+
1817
+ msgid "Could not locate local uploaded repository for content indexing."
1818
+ msgstr ""
1819
+
1820
+ msgid "Could not locate repository properties for content indexing."
1821
+ msgstr ""
1822
+
1763
1823
  msgid "Could not remove the lifecycle environment from the smart proxy"
1764
1824
  msgstr ""
1765
1825
 
@@ -2288,7 +2348,7 @@ msgstr ""
2288
2348
  msgid "Details"
2289
2349
  msgstr "Detaljer"
2290
2350
 
2291
- msgid "Determining settings for ${name}"
2351
+ msgid "Determining settings for ${truncate(name)}"
2292
2352
  msgstr ""
2293
2353
 
2294
2354
  msgid "Digest"
@@ -2351,6 +2411,12 @@ msgstr ""
2351
2411
  msgid "Download rate limit"
2352
2412
  msgstr ""
2353
2413
 
2414
+ msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
2415
+ msgstr ""
2416
+
2417
+ msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
2418
+ msgstr ""
2419
+
2354
2420
  msgid "Duplicate artifact detected"
2355
2421
  msgstr ""
2356
2422
 
@@ -2549,6 +2615,12 @@ msgstr ""
2549
2615
  msgid "Errata mail"
2550
2616
  msgstr ""
2551
2617
 
2618
+ msgid "Errata statuses not updated for deleted content facet with UUID %s"
2619
+ msgstr ""
2620
+
2621
+ msgid "Errata to apply"
2622
+ msgstr ""
2623
+
2552
2624
  msgid "Errata to exclusively include in the action"
2553
2625
  msgstr ""
2554
2626
 
@@ -2597,6 +2669,9 @@ msgstr ""
2597
2669
  msgid "Exclude"
2598
2670
  msgstr ""
2599
2671
 
2672
+ msgid "Exclude Refs"
2673
+ msgstr ""
2674
+
2600
2675
  msgid "Exclude all RPMs not associated to any errata"
2601
2676
  msgstr ""
2602
2677
 
@@ -3100,6 +3175,9 @@ msgstr ""
3100
3175
  msgid "Hosts: "
3101
3176
  msgstr ""
3102
3177
 
3178
+ msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
3179
+ msgstr ""
3180
+
3103
3181
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
3104
3182
  msgstr ""
3105
3183
 
@@ -3229,9 +3307,18 @@ msgstr ""
3229
3307
  msgid "Id of the repository to limit verifying checksum on"
3230
3308
  msgstr ""
3231
3309
 
3310
+ msgid "Id of the single content view to be associated with the host."
3311
+ msgstr ""
3312
+
3313
+ msgid "Id of the single lifecycle environment to be associated with the host."
3314
+ msgstr ""
3315
+
3232
3316
  msgid "Id of the smart proxy"
3233
3317
  msgstr ""
3234
3318
 
3319
+ msgid "Id of the smart proxy from which the host consumes content."
3320
+ msgstr ""
3321
+
3235
3322
  msgid "Idenifier of the SSL CA Cert"
3236
3323
  msgstr ""
3237
3324
 
@@ -3285,13 +3372,16 @@ msgstr ""
3285
3372
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3286
3373
  msgstr ""
3287
3374
 
3375
+ msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
3376
+ msgstr ""
3377
+
3288
3378
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3289
3379
  msgstr ""
3290
3380
 
3291
3381
  msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
3292
3382
  msgstr ""
3293
3383
 
3294
- msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
3384
+ msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
3295
3385
  msgstr ""
3296
3386
 
3297
3387
  msgid "If true, only return repository sets that are associated with an active subscriptions"
@@ -3414,6 +3504,9 @@ msgstr ""
3414
3504
  msgid "Include"
3415
3505
  msgstr ""
3416
3506
 
3507
+ msgid "Include Refs"
3508
+ msgstr ""
3509
+
3417
3510
  msgid "Include all RPMs not associated to any errata"
3418
3511
  msgstr ""
3419
3512
 
@@ -3513,9 +3606,15 @@ msgstr ""
3513
3606
  msgid "Installable"
3514
3607
  msgstr ""
3515
3608
 
3609
+ msgid "Installable bugfix/enhancement errata"
3610
+ msgstr ""
3611
+
3516
3612
  msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3517
3613
  msgstr ""
3518
3614
 
3615
+ msgid "Installable security errata"
3616
+ msgstr ""
3617
+
3519
3618
  msgid "Installable updates"
3520
3619
  msgstr ""
3521
3620
 
@@ -3597,6 +3696,24 @@ msgstr ""
3597
3696
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
3598
3697
  msgstr ""
3599
3698
 
3699
+ msgid "Invalid format. Container name cannot be blank."
3700
+ msgstr ""
3701
+
3702
+ msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
3703
+ msgstr ""
3704
+
3705
+ msgid "Invalid format. Organization id must be an integer without leading zeros."
3706
+ msgstr ""
3707
+
3708
+ msgid "Invalid format. Organization label cannot be blank."
3709
+ msgstr ""
3710
+
3711
+ msgid "Invalid format. Product id must be an integer without leading zeros."
3712
+ msgstr ""
3713
+
3714
+ msgid "Invalid format. Product label cannot be blank."
3715
+ msgstr ""
3716
+
3600
3717
  msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
3601
3718
  msgstr ""
3602
3719
 
@@ -3873,6 +3990,9 @@ msgstr ""
3873
3990
  msgid "List all organizations"
3874
3991
  msgstr ""
3875
3992
 
3993
+ msgid "List all packages unique by name"
3994
+ msgstr ""
3995
+
3876
3996
  msgid "List alternate content sources."
3877
3997
  msgstr ""
3878
3998
 
@@ -4113,6 +4233,15 @@ msgstr ""
4113
4233
  msgid "Manage Manifest"
4114
4234
  msgstr ""
4115
4235
 
4236
+ msgid "Manage content"
4237
+ msgstr ""
4238
+
4239
+ msgid "Manage errata"
4240
+ msgstr ""
4241
+
4242
+ msgid "Manage packages"
4243
+ msgstr ""
4244
+
4116
4245
  msgid "Manifest"
4117
4246
  msgstr ""
4118
4247
 
@@ -4412,6 +4541,12 @@ msgstr ""
4412
4541
  msgid "No available component content view updates"
4413
4542
  msgstr ""
4414
4543
 
4544
+ msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4545
+ msgstr ""
4546
+
4547
+ msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4548
+ msgstr ""
4549
+
4415
4550
  msgid "No available repository or filter updates"
4416
4551
  msgstr ""
4417
4552
 
@@ -4466,6 +4601,9 @@ msgstr ""
4466
4601
  msgid "No errata filter rules yet"
4467
4602
  msgstr ""
4468
4603
 
4604
+ msgid "No errata found."
4605
+ msgstr ""
4606
+
4469
4607
  msgid "No errata matching given search query"
4470
4608
  msgstr ""
4471
4609
 
@@ -4505,6 +4643,9 @@ msgstr ""
4505
4643
  msgid "No hosts were specified"
4506
4644
  msgstr ""
4507
4645
 
4646
+ msgid "No installed debs found for search term '%s'"
4647
+ msgstr ""
4648
+
4508
4649
  msgid "No installed packages and/or enabled repositories have been reported by %s."
4509
4650
  msgstr ""
4510
4651
 
@@ -4676,6 +4817,12 @@ msgstr ""
4676
4817
  msgid "No syncable repositories found for selected products and options."
4677
4818
  msgstr ""
4678
4819
 
4820
+ msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4821
+ msgstr ""
4822
+
4823
+ msgid "No upgradable packages found."
4824
+ msgstr ""
4825
+
4679
4826
  msgid "No uploads param specified. An array of uploads to import is required."
4680
4827
  msgstr ""
4681
4828
 
@@ -4742,6 +4889,9 @@ msgstr ""
4742
4889
  msgid "Number to Allocate"
4743
4890
  msgstr ""
4744
4891
 
4892
+ msgid "OS"
4893
+ msgstr ""
4894
+
4745
4895
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
4746
4896
  msgstr ""
4747
4897
 
@@ -4829,15 +4979,24 @@ msgstr ""
4829
4979
  msgid "Organization id"
4830
4980
  msgstr ""
4831
4981
 
4982
+ msgid "Organization id not found: '%s'"
4983
+ msgstr ""
4984
+
4832
4985
  msgid "Organization identifier"
4833
4986
  msgstr ""
4834
4987
 
4835
4988
  msgid "Organization label"
4836
4989
  msgstr ""
4837
4990
 
4991
+ msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
4992
+ msgstr ""
4993
+
4838
4994
  msgid "Organization not found"
4839
4995
  msgstr ""
4840
4996
 
4997
+ msgid "Organization not found: '%s'"
4998
+ msgstr ""
4999
+
4841
5000
  msgid "Organization required"
4842
5001
  msgstr ""
4843
5002
 
@@ -5027,6 +5186,15 @@ msgstr ""
5027
5186
  msgid "Packages must be provided"
5028
5187
  msgstr ""
5029
5188
 
5189
+ msgid "Packages to be removed"
5190
+ msgstr ""
5191
+
5192
+ msgid "Packages to be updated"
5193
+ msgstr ""
5194
+
5195
+ msgid "Packages to install"
5196
+ msgstr ""
5197
+
5030
5198
  msgid "Packages will appear here when available."
5031
5199
  msgstr ""
5032
5200
 
@@ -5138,10 +5306,10 @@ msgstr "Var vänlig och vänta"
5138
5306
  msgid "Policy to set for mirroring content. Must be one of %s."
5139
5307
  msgstr ""
5140
5308
 
5141
- msgid "Prefer registered through proxy for remote execution"
5309
+ msgid "Prefer registered through Smart Proxy for remote execution"
5142
5310
  msgstr ""
5143
5311
 
5144
- msgid "Prefer using a proxy to which a host is registered when using remote execution"
5312
+ msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
5145
5313
  msgstr ""
5146
5314
 
5147
5315
  msgid "Prevent from further updates"
@@ -5197,15 +5365,24 @@ msgid ""
5197
5365
  " this is not the same product id as the products api returns"
5198
5366
  msgstr ""
5199
5367
 
5368
+ msgid "Product id not found: '%s'"
5369
+ msgstr ""
5370
+
5200
5371
  msgid "Product label"
5201
5372
  msgstr ""
5202
5373
 
5374
+ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5375
+ msgstr ""
5376
+
5203
5377
  msgid "Product name"
5204
5378
  msgstr ""
5205
5379
 
5206
5380
  msgid "Product name as listed from a host's installed products"
5207
5381
  msgstr ""
5208
5382
 
5383
+ msgid "Product not found: '%s'"
5384
+ msgstr ""
5385
+
5209
5386
  msgid "Product the repository belongs to"
5210
5387
  msgstr ""
5211
5388
 
@@ -5284,7 +5461,7 @@ msgstr ""
5284
5461
  msgid "Publish"
5285
5462
  msgstr ""
5286
5463
 
5287
- msgid "Publish Lifecycle Environment Repositories"
5464
+ msgid "Publish Lifecycle Environment Container Repositories"
5288
5465
  msgstr ""
5289
5466
 
5290
5467
  msgid "Publish a content view"
@@ -5302,7 +5479,7 @@ msgstr ""
5302
5479
  msgid "Published new version"
5303
5480
  msgstr ""
5304
5481
 
5305
- msgid "Publishing ${name}"
5482
+ msgid "Publishing ${truncate(name)}"
5306
5483
  msgstr ""
5307
5484
 
5308
5485
  msgid "Publishing content view"
@@ -5692,6 +5869,9 @@ msgstr ""
5692
5869
  msgid "Remove package via Katello interface"
5693
5870
  msgstr ""
5694
5871
 
5872
+ msgid "Remove packages"
5873
+ msgstr ""
5874
+
5695
5875
  msgid "Remove packages via Katello interface"
5696
5876
  msgstr ""
5697
5877
 
@@ -5803,6 +5983,9 @@ msgstr ""
5803
5983
  msgid "Repository name"
5804
5984
  msgstr ""
5805
5985
 
5986
+ msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
5987
+ msgstr ""
5988
+
5806
5989
  msgid "Repository not found"
5807
5990
  msgstr ""
5808
5991
 
@@ -5857,6 +6040,9 @@ msgstr ""
5857
6040
  msgid "Republish repository metadata"
5858
6041
  msgstr ""
5859
6042
 
6043
+ msgid "Requested access to '%s' is denied"
6044
+ msgstr ""
6045
+
5860
6046
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5861
6047
  msgstr ""
5862
6048
 
@@ -6004,15 +6190,27 @@ msgstr ""
6004
6190
  msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
6005
6191
  msgstr ""
6006
6192
 
6193
+ msgid "Review"
6194
+ msgstr ""
6195
+
6007
6196
  msgid "Review affected environment"
6008
6197
  msgstr ""
6009
6198
 
6010
6199
  msgid "Review affected environments"
6011
6200
  msgstr ""
6012
6201
 
6202
+ msgid "Review and optionally exclude hosts from your selection."
6203
+ msgstr ""
6204
+
6205
+ msgid "Review and then click {submitBtnText}."
6206
+ msgstr ""
6207
+
6013
6208
  msgid "Review details"
6014
6209
  msgstr ""
6015
6210
 
6211
+ msgid "Review hosts"
6212
+ msgstr ""
6213
+
6016
6214
  msgid "Review the information below and click "
6017
6215
  msgstr ""
6018
6216
 
@@ -6172,6 +6370,9 @@ msgstr ""
6172
6370
  msgid "Select a source"
6173
6371
  msgstr ""
6174
6372
 
6373
+ msgid "Select action"
6374
+ msgstr ""
6375
+
6175
6376
  msgid "Select add-ons"
6176
6377
  msgstr ""
6177
6378
 
@@ -6193,10 +6394,16 @@ msgstr ""
6193
6394
  msgid "Select an organization"
6194
6395
  msgstr ""
6195
6396
 
6397
+ msgid "Select at least one erratum."
6398
+ msgstr ""
6399
+
6400
+ msgid "Select at least one package."
6401
+ msgstr ""
6402
+
6196
6403
  msgid "Select attributes for ${akDetails.name}"
6197
6404
  msgstr ""
6198
6405
 
6199
- msgid "Select available version of ${cvName} to use"
6406
+ msgid "Select available version of ${truncate(cvName)} to use"
6200
6407
  msgstr ""
6201
6408
 
6202
6409
  msgid "Select available version of content views to use"
@@ -6208,6 +6415,12 @@ msgstr ""
6208
6415
  msgid "Select environment"
6209
6416
  msgstr "Välj miljö"
6210
6417
 
6418
+ msgid "Select errata"
6419
+ msgstr ""
6420
+
6421
+ msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
6422
+ msgstr ""
6423
+
6211
6424
  msgid "Select host collection(s) to associate with host {hostName}."
6212
6425
  msgstr ""
6213
6426
 
@@ -6226,9 +6439,18 @@ msgstr ""
6226
6439
  msgid "Select one"
6227
6440
  msgstr ""
6228
6441
 
6442
+ msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
6443
+ msgstr ""
6444
+
6229
6445
  msgid "Select packages to install to the host {hostName}."
6230
6446
  msgstr ""
6231
6447
 
6448
+ msgid "Select packages to remove on the selected hosts."
6449
+ msgstr ""
6450
+
6451
+ msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
6452
+ msgstr ""
6453
+
6232
6454
  msgid "Select page"
6233
6455
  msgstr ""
6234
6456
 
@@ -6265,6 +6487,12 @@ msgstr ""
6265
6487
  msgid "Selected environments "
6266
6488
  msgstr ""
6267
6489
 
6490
+ msgid "Selected errata will be applied on {hostCount} hosts"
6491
+ msgstr ""
6492
+
6493
+ msgid "Selected packages will be {submitAction} on {hostCount} hosts"
6494
+ msgstr ""
6495
+
6268
6496
  msgid "Sending a list of included IDs is not allowed when all items are being selected."
6269
6497
  msgstr ""
6270
6498
 
@@ -7268,6 +7496,9 @@ msgstr ""
7268
7496
  msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7269
7497
  msgstr ""
7270
7498
 
7499
+ msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7500
+ msgstr ""
7501
+
7271
7502
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7272
7503
  msgstr ""
7273
7504
 
@@ -7280,6 +7511,9 @@ msgstr ""
7280
7511
  msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7281
7512
  msgstr ""
7282
7513
 
7514
+ msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7515
+ msgstr ""
7516
+
7283
7517
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7284
7518
  msgstr ""
7285
7519
 
@@ -7361,6 +7595,9 @@ msgstr ""
7361
7595
  msgid "Title"
7362
7596
  msgstr ""
7363
7597
 
7598
+ msgid "To change content view environments, a specific organization must be selected from the organization context."
7599
+ msgstr ""
7600
+
7364
7601
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7365
7602
  msgstr ""
7366
7603
 
@@ -7382,6 +7619,12 @@ msgstr ""
7382
7619
  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."
7383
7620
  msgstr ""
7384
7621
 
7622
+ msgid "To manage host packages, a specific organization must be selected from the organization context."
7623
+ msgstr ""
7624
+
7625
+ msgid "To manage packages, select an action."
7626
+ msgstr ""
7627
+
7385
7628
  msgid "Total steps: "
7386
7629
  msgstr ""
7387
7630
 
@@ -7601,9 +7844,6 @@ msgstr ""
7601
7844
  msgid "Unsupported CDN resource"
7602
7845
  msgstr ""
7603
7846
 
7604
- msgid "Unsupported URL protocol %s."
7605
- msgstr ""
7606
-
7607
7847
  msgid "Unsupported event type %{type}. Supported: %{types}"
7608
7848
  msgstr ""
7609
7849
 
@@ -7781,6 +8021,12 @@ msgstr ""
7781
8021
  msgid "Upgrade"
7782
8022
  msgstr ""
7783
8023
 
8024
+ msgid "Upgrade all packages"
8025
+ msgstr ""
8026
+
8027
+ msgid "Upgrade packages"
8028
+ msgstr ""
8029
+
7784
8030
  msgid "Upgrade via customized remote execution"
7785
8031
  msgstr ""
7786
8032
 
@@ -7796,9 +8042,6 @@ msgstr ""
7796
8042
  msgid "Upload a subscription manifest"
7797
8043
  msgstr ""
7798
8044
 
7799
- msgid "Upload content into the repository"
7800
- msgstr ""
7801
-
7802
8045
  msgid "Upload into"
7803
8046
  msgstr ""
7804
8047
 
@@ -7967,9 +8210,6 @@ msgstr ""
7967
8210
  msgid "Version details updated."
7968
8211
  msgstr ""
7969
8212
 
7970
- msgid "Version in use"
7971
- msgstr ""
7972
-
7973
8213
  msgid "Versions"
7974
8214
  msgstr ""
7975
8215
 
@@ -8144,6 +8384,9 @@ msgstr ""
8144
8384
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8145
8385
  msgstr ""
8146
8386
 
8387
+ msgid "You must select at least one host."
8388
+ msgstr ""
8389
+
8147
8390
  msgid "You were not allowed to add %s"
8148
8391
  msgstr ""
8149
8392
 
@@ -8162,6 +8405,9 @@ msgstr ""
8162
8405
  msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8163
8406
  msgstr ""
8164
8407
 
8408
+ msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
8409
+ msgstr ""
8410
+
8165
8411
  msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
8166
8412
  msgstr ""
8167
8413
 
@@ -8603,6 +8849,9 @@ msgstr ""
8603
8849
  msgid "initiating Pulp task"
8604
8850
  msgstr ""
8605
8851
 
8852
+ msgid "installed"
8853
+ msgstr ""
8854
+
8606
8855
  msgid "installing errata..."
8607
8856
  msgstr ""
8608
8857
 
@@ -8957,6 +9206,9 @@ msgstr ""
8957
9206
  msgid "update a filter"
8958
9207
  msgstr ""
8959
9208
 
9209
+ msgid "updated"
9210
+ msgstr ""
9211
+
8960
9212
  msgid "updating package group..."
8961
9213
  msgstr ""
8962
9214