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
@@ -152,6 +152,9 @@
152
152
  "%s is unreachable. %s": [
153
153
  "%s není dostupné. %s"
154
154
  ],
155
+ "%s was not found!": [
156
+ ""
157
+ ],
155
158
  "%{errata} (%{total} other errata)": [
156
159
  ""
157
160
  ],
@@ -407,6 +410,12 @@
407
410
  "A backend service [ %s ] is unreachable": [
408
411
  ""
409
412
  ],
413
+ "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized.": [
414
+ ""
415
+ ],
416
+ "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
417
+ ""
418
+ ],
410
419
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
411
420
  ""
412
421
  ],
@@ -515,7 +524,7 @@
515
524
  "Activation keys can be managed {here}.": [
516
525
  ""
517
526
  ],
518
- "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys.": [
527
+ "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.": [
519
528
  ""
520
529
  ],
521
530
  "Activation keys may be used during {system_registration}.": [
@@ -641,6 +650,9 @@
641
650
  "Affected Repositories": [
642
651
  "Repozitáře, kterých se týká"
643
652
  ],
653
+ "Affected hosts": [
654
+ ""
655
+ ],
644
656
  "Affected repositories": [
645
657
  ""
646
658
  ],
@@ -680,7 +692,7 @@
680
692
  "All versions will be removed from these environments": [
681
693
  ""
682
694
  ],
683
- "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'.": [
695
+ "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
684
696
  ""
685
697
  ],
686
698
  "Allow deleting repositories in published content views": [
@@ -773,15 +785,24 @@
773
785
  "Applicable Content Hosts": [
774
786
  ""
775
787
  ],
788
+ "Applicable bugfix/enhancement errata": [
789
+ ""
790
+ ],
776
791
  "Applicable errata apply to at least one package installed on the host.": [
777
792
  ""
778
793
  ],
794
+ "Applicable security errata": [
795
+ ""
796
+ ],
779
797
  "Application": [
780
798
  ""
781
799
  ],
782
800
  "Apply": [
783
801
  "Použít"
784
802
  ],
803
+ "Apply errata": [
804
+ ""
805
+ ],
785
806
  "Apply erratum": [
786
807
  ""
787
808
  ],
@@ -848,6 +869,9 @@
848
869
  "Array of content view component IDs to remove. Identifier of the component association": [
849
870
  ""
850
871
  ],
872
+ "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.": [
873
+ ""
874
+ ],
851
875
  "Array of host ids": [
852
876
  ""
853
877
  ],
@@ -885,6 +909,9 @@
885
909
  "Assign the release version to one or more hosts": [
886
910
  ""
887
911
  ],
912
+ "Assigning a host to multiple content view environments is not enabled.": [
913
+ ""
914
+ ],
888
915
  "Associated location IDs": [
889
916
  ""
890
917
  ],
@@ -1080,6 +1107,9 @@
1080
1107
  "Calculate Applicable Errata based on a particular Environment": [
1081
1108
  ""
1082
1109
  ],
1110
+ "Calculate content counts on smart proxies automatically": [
1111
+ ""
1112
+ ],
1083
1113
  "Can communicate with the Red Hat Portal for subscriptions.": [
1084
1114
  ""
1085
1115
  ],
@@ -1221,6 +1251,9 @@
1221
1251
  "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.": [
1222
1252
  ""
1223
1253
  ],
1254
+ "Cannot install errata: No installable errata found for search term '%s'": [
1255
+ ""
1256
+ ],
1224
1257
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1225
1258
  ""
1226
1259
  ],
@@ -1251,6 +1284,9 @@
1251
1284
  "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
1252
1285
  ""
1253
1286
  ],
1287
+ "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'.": [
1288
+ ""
1289
+ ],
1254
1290
  "Cannot set attribute %{attr} for content type %{type}": [
1255
1291
  ""
1256
1292
  ],
@@ -1269,6 +1305,12 @@
1269
1305
  "Cannot sync file:// repositories with the On Demand Download Policy": [
1270
1306
  ""
1271
1307
  ],
1308
+ "Cannot update properties of a container push repository": [
1309
+ ""
1310
+ ],
1311
+ "Cannot upgrade packages: No installed packages found for search term '%s'": [
1312
+ ""
1313
+ ],
1272
1314
  "Cannot upload Ansible collections.": [
1273
1315
  ""
1274
1316
  ],
@@ -1314,12 +1356,12 @@
1314
1356
  "Checksum of file to upload": [
1315
1357
  ""
1316
1358
  ],
1317
- "Checksum of the repository, currently 'sha1' & 'sha256' are supported": [
1318
- ""
1319
- ],
1320
1359
  "Checksum type cannot be set for yum repositories with on demand download policy.": [
1321
1360
  "Repozitářům se zásadou stahování „na vyžádání“ nelze nastavit typ kontrolního součtu."
1322
1361
  ],
1362
+ "Checksum used for published repository contents. Supported types: %s": [
1363
+ ""
1364
+ ],
1323
1365
  "Choose content credentials if required for this RHUI source.": [
1324
1366
  ""
1325
1367
  ],
@@ -1350,6 +1392,9 @@
1350
1392
  "Collapse All": [
1351
1393
  "Sbalit vše"
1352
1394
  ],
1395
+ "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.": [
1396
+ ""
1397
+ ],
1353
1398
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1354
1399
  ""
1355
1400
  ],
@@ -1362,6 +1407,9 @@
1362
1407
  "Compare": [
1363
1408
  ""
1364
1409
  ],
1410
+ "Completed pulp task protection days": [
1411
+ ""
1412
+ ],
1365
1413
  "Component": [
1366
1414
  "Součást"
1367
1415
  ],
@@ -1590,6 +1638,9 @@
1590
1638
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1591
1639
  ""
1592
1640
  ],
1641
+ "Content type does not support repo discovery": [
1642
+ ""
1643
+ ],
1593
1644
  "Content view": [
1594
1645
  ""
1595
1646
  ],
@@ -1620,10 +1671,10 @@
1620
1671
  "Content view and lifecycle environment must be provided together": [
1621
1672
  ""
1622
1673
  ],
1623
- "Content view details": [
1674
+ "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.": [
1624
1675
  ""
1625
1676
  ],
1626
- "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.": [
1677
+ "Content view environments": [
1627
1678
  ""
1628
1679
  ],
1629
1680
  "Content view environments and activation key must all belong to the same organization": [
@@ -1749,6 +1800,15 @@
1749
1800
  "Could not find environments for promotion": [
1750
1801
  "Nedaří se nalézt prostředí pro povýšení"
1751
1802
  ],
1803
+ "Could not locate Pulp distribution.": [
1804
+ ""
1805
+ ],
1806
+ "Could not locate local uploaded repository for content indexing.": [
1807
+ ""
1808
+ ],
1809
+ "Could not locate repository properties for content indexing.": [
1810
+ ""
1811
+ ],
1752
1812
  "Could not remove the lifecycle environment from the smart proxy": [
1753
1813
  ""
1754
1814
  ],
@@ -2277,7 +2337,7 @@
2277
2337
  "Details": [
2278
2338
  "Podrobnosti"
2279
2339
  ],
2280
- "Determining settings for ${name}": [
2340
+ "Determining settings for ${truncate(name)}": [
2281
2341
  ""
2282
2342
  ],
2283
2343
  "Digest": [
@@ -2340,6 +2400,12 @@
2340
2400
  "Download rate limit": [
2341
2401
  ""
2342
2402
  ],
2403
+ "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.": [
2404
+ ""
2405
+ ],
2406
+ "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.": [
2407
+ ""
2408
+ ],
2343
2409
  "Duplicate artifact detected": [
2344
2410
  ""
2345
2411
  ],
@@ -2538,6 +2604,12 @@
2538
2604
  "Errata mail": [
2539
2605
  ""
2540
2606
  ],
2607
+ "Errata statuses not updated for deleted content facet with UUID %s": [
2608
+ ""
2609
+ ],
2610
+ "Errata to apply": [
2611
+ ""
2612
+ ],
2541
2613
  "Errata to exclusively include in the action": [
2542
2614
  ""
2543
2615
  ],
@@ -2586,6 +2658,9 @@
2586
2658
  "Exclude": [
2587
2659
  "Vynechat"
2588
2660
  ],
2661
+ "Exclude Refs": [
2662
+ ""
2663
+ ],
2589
2664
  "Exclude all RPMs not associated to any errata": [
2590
2665
  ""
2591
2666
  ],
@@ -3087,6 +3162,9 @@
3087
3162
  "Hosts: ": [
3088
3163
  ""
3089
3164
  ],
3165
+ "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3166
+ ""
3167
+ ],
3090
3168
  "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.": [
3091
3169
  ""
3092
3170
  ],
@@ -3216,9 +3294,18 @@
3216
3294
  "Id of the repository to limit verifying checksum on": [
3217
3295
  ""
3218
3296
  ],
3297
+ "Id of the single content view to be associated with the host.": [
3298
+ ""
3299
+ ],
3300
+ "Id of the single lifecycle environment to be associated with the host.": [
3301
+ ""
3302
+ ],
3219
3303
  "Id of the smart proxy": [
3220
3304
  ""
3221
3305
  ],
3306
+ "Id of the smart proxy from which the host consumes content.": [
3307
+ ""
3308
+ ],
3222
3309
  "Idenifier of the SSL CA Cert": [
3223
3310
  ""
3224
3311
  ],
@@ -3270,13 +3357,16 @@
3270
3357
  "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": [
3271
3358
  ""
3272
3359
  ],
3360
+ "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3361
+ ""
3362
+ ],
3273
3363
  "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.": [
3274
3364
  ""
3275
3365
  ],
3276
3366
  "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/...'.": [
3277
3367
  ""
3278
3368
  ],
3279
- "If true, only errata that can be installed without an incremental update will affect the host's errata status.": [
3369
+ "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.": [
3280
3370
  ""
3281
3371
  ],
3282
3372
  "If true, only return repository sets that are associated with an active subscriptions": [
@@ -3399,6 +3489,9 @@
3399
3489
  "Include": [
3400
3490
  "Zahrnout"
3401
3491
  ],
3492
+ "Include Refs": [
3493
+ ""
3494
+ ],
3402
3495
  "Include all RPMs not associated to any errata": [
3403
3496
  ""
3404
3497
  ],
@@ -3498,9 +3591,15 @@
3498
3591
  "Installable": [
3499
3592
  "Instalovatelné"
3500
3593
  ],
3594
+ "Installable bugfix/enhancement errata": [
3595
+ ""
3596
+ ],
3501
3597
  "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3502
3598
  ""
3503
3599
  ],
3600
+ "Installable security errata": [
3601
+ ""
3602
+ ],
3504
3603
  "Installable updates": [
3505
3604
  ""
3506
3605
  ],
@@ -3582,6 +3681,24 @@
3582
3681
  "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'": [
3583
3682
  ""
3584
3683
  ],
3684
+ "Invalid format. Container name cannot be blank.": [
3685
+ ""
3686
+ ],
3687
+ "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3688
+ ""
3689
+ ],
3690
+ "Invalid format. Organization id must be an integer without leading zeros.": [
3691
+ ""
3692
+ ],
3693
+ "Invalid format. Organization label cannot be blank.": [
3694
+ ""
3695
+ ],
3696
+ "Invalid format. Product id must be an integer without leading zeros.": [
3697
+ ""
3698
+ ],
3699
+ "Invalid format. Product label cannot be blank.": [
3700
+ ""
3701
+ ],
3585
3702
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3586
3703
  ""
3587
3704
  ],
@@ -3858,6 +3975,9 @@
3858
3975
  "List all organizations": [
3859
3976
  "Vypsat všechny organizace"
3860
3977
  ],
3978
+ "List all packages unique by name": [
3979
+ ""
3980
+ ],
3861
3981
  "List alternate content sources.": [
3862
3982
  ""
3863
3983
  ],
@@ -4098,6 +4218,15 @@
4098
4218
  "Manage Manifest": [
4099
4219
  "Spravovat manifest"
4100
4220
  ],
4221
+ "Manage content": [
4222
+ ""
4223
+ ],
4224
+ "Manage errata": [
4225
+ ""
4226
+ ],
4227
+ "Manage packages": [
4228
+ ""
4229
+ ],
4101
4230
  "Manifest": [
4102
4231
  ""
4103
4232
  ],
@@ -4389,6 +4518,12 @@
4389
4518
  "No available component content view updates": [
4390
4519
  ""
4391
4520
  ],
4521
+ "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4522
+ ""
4523
+ ],
4524
+ "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages.": [
4525
+ ""
4526
+ ],
4392
4527
  "No available repository or filter updates": [
4393
4528
  ""
4394
4529
  ],
@@ -4443,6 +4578,9 @@
4443
4578
  "No errata filter rules yet": [
4444
4579
  ""
4445
4580
  ],
4581
+ "No errata found.": [
4582
+ ""
4583
+ ],
4446
4584
  "No errata matching given search query": [
4447
4585
  ""
4448
4586
  ],
@@ -4482,6 +4620,9 @@
4482
4620
  "No hosts were specified": [
4483
4621
  ""
4484
4622
  ],
4623
+ "No installed debs found for search term '%s'": [
4624
+ ""
4625
+ ],
4485
4626
  "No installed packages and/or enabled repositories have been reported by %s.": [
4486
4627
  ""
4487
4628
  ],
@@ -4653,6 +4794,12 @@
4653
4794
  "No syncable repositories found for selected products and options.": [
4654
4795
  ""
4655
4796
  ],
4797
+ "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed.": [
4798
+ ""
4799
+ ],
4800
+ "No upgradable packages found.": [
4801
+ ""
4802
+ ],
4656
4803
  "No uploads param specified. An array of uploads to import is required.": [
4657
4804
  ""
4658
4805
  ],
@@ -4719,6 +4866,9 @@
4719
4866
  "Number to Allocate": [
4720
4867
  ""
4721
4868
  ],
4869
+ "OS": [
4870
+ ""
4871
+ ],
4722
4872
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
4723
4873
  ""
4724
4874
  ],
@@ -4806,15 +4956,24 @@
4806
4956
  "Organization id": [
4807
4957
  "Identifikátor organizace"
4808
4958
  ],
4959
+ "Organization id not found: '%s'": [
4960
+ ""
4961
+ ],
4809
4962
  "Organization identifier": [
4810
4963
  "Identifikátor organizace"
4811
4964
  ],
4812
4965
  "Organization label": [
4813
4966
  ""
4814
4967
  ],
4968
+ "Organization label '%s' is ambiguous. Try using an id-based container name.": [
4969
+ ""
4970
+ ],
4815
4971
  "Organization not found": [
4816
4972
  "Organizace nenalezena"
4817
4973
  ],
4974
+ "Organization not found: '%s'": [
4975
+ ""
4976
+ ],
4818
4977
  "Organization required": [
4819
4978
  "Je vyžadována organizace"
4820
4979
  ],
@@ -5004,6 +5163,15 @@
5004
5163
  "Packages must be provided": [
5005
5164
  "Je třeba poskytnout balíčky"
5006
5165
  ],
5166
+ "Packages to be removed": [
5167
+ ""
5168
+ ],
5169
+ "Packages to be updated": [
5170
+ ""
5171
+ ],
5172
+ "Packages to install": [
5173
+ ""
5174
+ ],
5007
5175
  "Packages will appear here when available.": [
5008
5176
  ""
5009
5177
  ],
@@ -5115,10 +5283,10 @@
5115
5283
  "Policy to set for mirroring content. Must be one of %s.": [
5116
5284
  ""
5117
5285
  ],
5118
- "Prefer registered through proxy for remote execution": [
5286
+ "Prefer registered through Smart Proxy for remote execution": [
5119
5287
  ""
5120
5288
  ],
5121
- "Prefer using a proxy to which a host is registered when using remote execution": [
5289
+ "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5122
5290
  ""
5123
5291
  ],
5124
5292
  "Prevent from further updates": [
@@ -5172,15 +5340,24 @@
5172
5340
  "Product id as listed from a host's installed products, \\\\\\n this is not the same product id as the products api returns": [
5173
5341
  ""
5174
5342
  ],
5343
+ "Product id not found: '%s'": [
5344
+ ""
5345
+ ],
5175
5346
  "Product label": [
5176
5347
  ""
5177
5348
  ],
5349
+ "Product label '%s' is ambiguous. Try using an id-based container name.": [
5350
+ ""
5351
+ ],
5178
5352
  "Product name": [
5179
5353
  "Název produktu"
5180
5354
  ],
5181
5355
  "Product name as listed from a host's installed products": [
5182
5356
  ""
5183
5357
  ],
5358
+ "Product not found: '%s'": [
5359
+ ""
5360
+ ],
5184
5361
  "Product the repository belongs to": [
5185
5362
  "Produkt pod který repozitář spadá"
5186
5363
  ],
@@ -5259,7 +5436,7 @@
5259
5436
  "Publish": [
5260
5437
  "Zveřejnit"
5261
5438
  ],
5262
- "Publish Lifecycle Environment Repositories": [
5439
+ "Publish Lifecycle Environment Container Repositories": [
5263
5440
  ""
5264
5441
  ],
5265
5442
  "Publish a content view": [
@@ -5277,7 +5454,7 @@
5277
5454
  "Published new version": [
5278
5455
  "Zveřejněna nová verze"
5279
5456
  ],
5280
- "Publishing ${name}": [
5457
+ "Publishing ${truncate(name)}": [
5281
5458
  ""
5282
5459
  ],
5283
5460
  "Publishing content view": [
@@ -5667,6 +5844,9 @@
5667
5844
  "Remove package via Katello interface": [
5668
5845
  "Odebrat balíček prostřednictvím rozhraní Katello"
5669
5846
  ],
5847
+ "Remove packages": [
5848
+ ""
5849
+ ],
5670
5850
  "Remove packages via Katello interface": [
5671
5851
  ""
5672
5852
  ],
@@ -5778,6 +5958,9 @@
5778
5958
  "Repository name": [
5779
5959
  ""
5780
5960
  ],
5961
+ "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.": [
5962
+ ""
5963
+ ],
5781
5964
  "Repository not found": [
5782
5965
  "Repozitář nenalezen"
5783
5966
  ],
@@ -5832,6 +6015,9 @@
5832
6015
  "Republish repository metadata": [
5833
6016
  ""
5834
6017
  ],
6018
+ "Requested access to '%s' is denied": [
6019
+ ""
6020
+ ],
5835
6021
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
5836
6022
  ""
5837
6023
  ],
@@ -5979,15 +6165,27 @@
5979
6165
  "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported": [
5980
6166
  ""
5981
6167
  ],
6168
+ "Review": [
6169
+ ""
6170
+ ],
5982
6171
  "Review affected environment": [
5983
6172
  ""
5984
6173
  ],
5985
6174
  "Review affected environments": [
5986
6175
  ""
5987
6176
  ],
6177
+ "Review and optionally exclude hosts from your selection.": [
6178
+ ""
6179
+ ],
6180
+ "Review and then click {submitBtnText}.": [
6181
+ ""
6182
+ ],
5988
6183
  "Review details": [
5989
6184
  ""
5990
6185
  ],
6186
+ "Review hosts": [
6187
+ ""
6188
+ ],
5991
6189
  "Review the information below and click ": [
5992
6190
  ""
5993
6191
  ],
@@ -6147,6 +6345,9 @@
6147
6345
  "Select a source": [
6148
6346
  ""
6149
6347
  ],
6348
+ "Select action": [
6349
+ ""
6350
+ ],
6150
6351
  "Select add-ons": [
6151
6352
  ""
6152
6353
  ],
@@ -6168,10 +6369,16 @@
6168
6369
  "Select an organization": [
6169
6370
  ""
6170
6371
  ],
6372
+ "Select at least one erratum.": [
6373
+ ""
6374
+ ],
6375
+ "Select at least one package.": [
6376
+ ""
6377
+ ],
6171
6378
  "Select attributes for ${akDetails.name}": [
6172
6379
  ""
6173
6380
  ],
6174
- "Select available version of ${cvName} to use": [
6381
+ "Select available version of ${truncate(cvName)} to use": [
6175
6382
  ""
6176
6383
  ],
6177
6384
  "Select available version of content views to use": [
@@ -6183,6 +6390,12 @@
6183
6390
  "Select environment": [
6184
6391
  "Vybrat prostředí"
6185
6392
  ],
6393
+ "Select errata": [
6394
+ ""
6395
+ ],
6396
+ "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6397
+ ""
6398
+ ],
6186
6399
  "Select host collection(s) to associate with host {hostName}.": [
6187
6400
  ""
6188
6401
  ],
@@ -6201,9 +6414,18 @@
6201
6414
  "Select one": [
6202
6415
  ""
6203
6416
  ],
6417
+ "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6418
+ ""
6419
+ ],
6204
6420
  "Select packages to install to the host {hostName}.": [
6205
6421
  ""
6206
6422
  ],
6423
+ "Select packages to remove on the selected hosts.": [
6424
+ ""
6425
+ ],
6426
+ "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6427
+ ""
6428
+ ],
6207
6429
  "Select page": [
6208
6430
  ""
6209
6431
  ],
@@ -6240,6 +6462,12 @@
6240
6462
  "Selected environments ": [
6241
6463
  ""
6242
6464
  ],
6465
+ "Selected errata will be applied on {hostCount} hosts": [
6466
+ ""
6467
+ ],
6468
+ "Selected packages will be {submitAction} on {hostCount} hosts": [
6469
+ ""
6470
+ ],
6243
6471
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6244
6472
  ""
6245
6473
  ],
@@ -7239,6 +7467,9 @@
7239
7467
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7240
7468
  ""
7241
7469
  ],
7470
+ "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.": [
7471
+ ""
7472
+ ],
7242
7473
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7243
7474
  ""
7244
7475
  ],
@@ -7251,6 +7482,9 @@
7251
7482
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7252
7483
  ""
7253
7484
  ],
7485
+ "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.": [
7486
+ ""
7487
+ ],
7254
7488
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7255
7489
  ""
7256
7490
  ],
@@ -7332,6 +7566,9 @@
7332
7566
  "Title": [
7333
7567
  "Nadpis"
7334
7568
  ],
7569
+ "To change content view environments, a specific organization must be selected from the organization context.": [
7570
+ ""
7571
+ ],
7335
7572
  "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.": [
7336
7573
  ""
7337
7574
  ],
@@ -7353,6 +7590,12 @@
7353
7590
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7354
7591
  ""
7355
7592
  ],
7593
+ "To manage host packages, a specific organization must be selected from the organization context.": [
7594
+ ""
7595
+ ],
7596
+ "To manage packages, select an action.": [
7597
+ ""
7598
+ ],
7356
7599
  "Total steps: ": [
7357
7600
  ""
7358
7601
  ],
@@ -7572,9 +7815,6 @@
7572
7815
  "Unsupported CDN resource": [
7573
7816
  ""
7574
7817
  ],
7575
- "Unsupported URL protocol %s.": [
7576
- ""
7577
- ],
7578
7818
  "Unsupported event type %{type}. Supported: %{types}": [
7579
7819
  ""
7580
7820
  ],
@@ -7752,6 +7992,12 @@
7752
7992
  "Upgrade": [
7753
7993
  ""
7754
7994
  ],
7995
+ "Upgrade all packages": [
7996
+ ""
7997
+ ],
7998
+ "Upgrade packages": [
7999
+ ""
8000
+ ],
7755
8001
  "Upgrade via customized remote execution": [
7756
8002
  ""
7757
8003
  ],
@@ -7767,9 +8013,6 @@
7767
8013
  "Upload a subscription manifest": [
7768
8014
  ""
7769
8015
  ],
7770
- "Upload content into the repository": [
7771
- "Nahrát obsah do repozitáře"
7772
- ],
7773
8016
  "Upload into": [
7774
8017
  "Nahrát do"
7775
8018
  ],
@@ -7938,9 +8181,6 @@
7938
8181
  "Version details updated.": [
7939
8182
  ""
7940
8183
  ],
7941
- "Version in use": [
7942
- ""
7943
- ],
7944
8184
  "Versions": [
7945
8185
  "Verze"
7946
8186
  ],
@@ -8115,6 +8355,9 @@
8115
8355
  "You have unsaved changes. Do you want to exit without saving your changes?": [
8116
8356
  ""
8117
8357
  ],
8358
+ "You must select at least one host.": [
8359
+ ""
8360
+ ],
8118
8361
  "You were not allowed to add %s": [
8119
8362
  "Nejste oprávněni přidat %s"
8120
8363
  ],
@@ -8133,6 +8376,9 @@
8133
8376
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8134
8377
  ""
8135
8378
  ],
8379
+ "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8380
+ ""
8381
+ ],
8136
8382
  "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
8137
8383
  ""
8138
8384
  ],
@@ -8574,6 +8820,9 @@
8574
8820
  "initiating Pulp task": [
8575
8821
  ""
8576
8822
  ],
8823
+ "installed": [
8824
+ ""
8825
+ ],
8577
8826
  "installing errata...": [
8578
8827
  ""
8579
8828
  ],
@@ -8928,6 +9177,9 @@
8928
9177
  "update a filter": [
8929
9178
  "aktualizovat filtr"
8930
9179
  ],
9180
+ "updated": [
9181
+ ""
9182
+ ],
8931
9183
  "updating package group...": [
8932
9184
  "aktualizace skupiny balíčků…"
8933
9185
  ],