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
data/locale/cs/katello.po CHANGED
@@ -155,6 +155,9 @@ msgstr ""
155
155
  msgid "%s is unreachable. %s"
156
156
  msgstr ""
157
157
 
158
+ msgid "%s was not found!"
159
+ msgstr ""
160
+
158
161
  msgid "%{errata} (%{total} other errata)"
159
162
  msgstr ""
160
163
 
@@ -431,6 +434,12 @@ msgstr ""
431
434
  msgid "A backend service [ %s ] is unreachable"
432
435
  msgstr ""
433
436
 
437
+ msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
438
+ msgstr ""
439
+
440
+ msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
441
+ msgstr ""
442
+
434
443
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
435
444
  msgstr ""
436
445
 
@@ -540,7 +549,7 @@ msgstr ""
540
549
  msgid "Activation keys can be managed {here}."
541
550
  msgstr ""
542
551
 
543
- msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
552
+ 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."
544
553
  msgstr ""
545
554
 
546
555
  msgid "Activation keys may be used during {system_registration}."
@@ -667,6 +676,9 @@ msgstr ""
667
676
  msgid "Affected Repositories"
668
677
  msgstr ""
669
678
 
679
+ msgid "Affected hosts"
680
+ msgstr ""
681
+
670
682
  msgid "Affected repositories"
671
683
  msgstr ""
672
684
 
@@ -706,7 +718,7 @@ msgstr ""
706
718
  msgid "All versions will be removed from these environments"
707
719
  msgstr ""
708
720
 
709
- msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
721
+ msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
710
722
  msgstr ""
711
723
 
712
724
  msgid "Allow deleting repositories in published content views"
@@ -803,15 +815,24 @@ msgstr ""
803
815
  msgid "Applicable Content Hosts"
804
816
  msgstr ""
805
817
 
818
+ msgid "Applicable bugfix/enhancement errata"
819
+ msgstr ""
820
+
806
821
  msgid "Applicable errata apply to at least one package installed on the host."
807
822
  msgstr ""
808
823
 
824
+ msgid "Applicable security errata"
825
+ msgstr ""
826
+
809
827
  msgid "Application"
810
828
  msgstr ""
811
829
 
812
830
  msgid "Apply"
813
831
  msgstr ""
814
832
 
833
+ msgid "Apply errata"
834
+ msgstr ""
835
+
815
836
  msgid "Apply erratum"
816
837
  msgstr ""
817
838
 
@@ -878,6 +899,9 @@ msgstr ""
878
899
  msgid "Array of content view component IDs to remove. Identifier of the component association"
879
900
  msgstr ""
880
901
 
902
+ 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."
903
+ msgstr ""
904
+
881
905
  msgid "Array of host ids"
882
906
  msgstr ""
883
907
 
@@ -916,6 +940,9 @@ msgstr ""
916
940
  msgid "Assign the release version to one or more hosts"
917
941
  msgstr ""
918
942
 
943
+ msgid "Assigning a host to multiple content view environments is not enabled."
944
+ msgstr ""
945
+
919
946
  msgid "Associated location IDs"
920
947
  msgstr ""
921
948
 
@@ -1115,6 +1142,9 @@ msgstr ""
1115
1142
  msgid "Calculate Applicable Errata based on a particular Environment"
1116
1143
  msgstr ""
1117
1144
 
1145
+ msgid "Calculate content counts on smart proxies automatically"
1146
+ msgstr ""
1147
+
1118
1148
  msgid "Can communicate with the Red Hat Portal for subscriptions."
1119
1149
  msgstr ""
1120
1150
 
@@ -1261,6 +1291,9 @@ msgstr ""
1261
1291
  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."
1262
1292
  msgstr ""
1263
1293
 
1294
+ msgid "Cannot install errata: No installable errata found for search term '%s'"
1295
+ msgstr ""
1296
+
1264
1297
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1265
1298
  msgstr ""
1266
1299
 
@@ -1291,6 +1324,9 @@ msgstr ""
1291
1324
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1292
1325
  msgstr ""
1293
1326
 
1327
+ msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1328
+ msgstr ""
1329
+
1294
1330
  msgid "Cannot set attribute %{attr} for content type %{type}"
1295
1331
  msgstr ""
1296
1332
 
@@ -1309,6 +1345,12 @@ msgstr ""
1309
1345
  msgid "Cannot sync file:// repositories with the On Demand Download Policy"
1310
1346
  msgstr ""
1311
1347
 
1348
+ msgid "Cannot update properties of a container push repository"
1349
+ msgstr ""
1350
+
1351
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1352
+ msgstr ""
1353
+
1312
1354
  msgid "Cannot upload Ansible collections."
1313
1355
  msgstr ""
1314
1356
 
@@ -1354,10 +1396,10 @@ msgstr ""
1354
1396
  msgid "Checksum of file to upload"
1355
1397
  msgstr ""
1356
1398
 
1357
- msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
1399
+ msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1358
1400
  msgstr ""
1359
1401
 
1360
- msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1402
+ msgid "Checksum used for published repository contents. Supported types: %s"
1361
1403
  msgstr ""
1362
1404
 
1363
1405
  msgid "Choose content credentials if required for this RHUI source."
@@ -1390,6 +1432,9 @@ msgstr ""
1390
1432
  msgid "Collapse All"
1391
1433
  msgstr ""
1392
1434
 
1435
+ 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."
1436
+ msgstr ""
1437
+
1393
1438
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1394
1439
  msgstr ""
1395
1440
 
@@ -1402,6 +1447,9 @@ msgstr ""
1402
1447
  msgid "Compare"
1403
1448
  msgstr ""
1404
1449
 
1450
+ msgid "Completed pulp task protection days"
1451
+ msgstr ""
1452
+
1405
1453
  msgid "Component"
1406
1454
  msgstr ""
1407
1455
 
@@ -1637,6 +1685,9 @@ msgstr ""
1637
1685
  msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
1638
1686
  msgstr ""
1639
1687
 
1688
+ msgid "Content type does not support repo discovery"
1689
+ msgstr ""
1690
+
1640
1691
  msgid "Content view"
1641
1692
  msgstr ""
1642
1693
 
@@ -1667,10 +1718,10 @@ msgstr ""
1667
1718
  msgid "Content view and lifecycle environment must be provided together"
1668
1719
  msgstr ""
1669
1720
 
1670
- msgid "Content view details"
1721
+ 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."
1671
1722
  msgstr ""
1672
1723
 
1673
- 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."
1724
+ msgid "Content view environments"
1674
1725
  msgstr ""
1675
1726
 
1676
1727
  msgid "Content view environments and activation key must all belong to the same organization"
@@ -1800,6 +1851,15 @@ msgstr ""
1800
1851
  msgid "Could not find environments for promotion"
1801
1852
  msgstr ""
1802
1853
 
1854
+ msgid "Could not locate Pulp distribution."
1855
+ msgstr ""
1856
+
1857
+ msgid "Could not locate local uploaded repository for content indexing."
1858
+ msgstr ""
1859
+
1860
+ msgid "Could not locate repository properties for content indexing."
1861
+ msgstr ""
1862
+
1803
1863
  msgid "Could not remove the lifecycle environment from the smart proxy"
1804
1864
  msgstr ""
1805
1865
 
@@ -2352,7 +2412,7 @@ msgstr ""
2352
2412
  msgid "Details"
2353
2413
  msgstr ""
2354
2414
 
2355
- msgid "Determining settings for ${name}"
2415
+ msgid "Determining settings for ${truncate(name)}"
2356
2416
  msgstr ""
2357
2417
 
2358
2418
  msgid "Digest"
@@ -2416,6 +2476,12 @@ msgstr ""
2416
2476
  msgid "Download rate limit"
2417
2477
  msgstr ""
2418
2478
 
2479
+ 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."
2480
+ msgstr ""
2481
+
2482
+ 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."
2483
+ msgstr ""
2484
+
2419
2485
  msgid "Duplicate artifact detected"
2420
2486
  msgstr ""
2421
2487
 
@@ -2618,6 +2684,12 @@ msgstr ""
2618
2684
  msgid "Errata mail"
2619
2685
  msgstr "Instalační balíčky"
2620
2686
 
2687
+ msgid "Errata statuses not updated for deleted content facet with UUID %s"
2688
+ msgstr ""
2689
+
2690
+ msgid "Errata to apply"
2691
+ msgstr ""
2692
+
2621
2693
  msgid "Errata to exclusively include in the action"
2622
2694
  msgstr ""
2623
2695
 
@@ -2667,6 +2739,9 @@ msgstr ""
2667
2739
  msgid "Exclude"
2668
2740
  msgstr ""
2669
2741
 
2742
+ msgid "Exclude Refs"
2743
+ msgstr ""
2744
+
2670
2745
  msgid "Exclude all RPMs not associated to any errata"
2671
2746
  msgstr ""
2672
2747
 
@@ -3173,6 +3248,9 @@ msgstr ""
3173
3248
  msgid "Hosts: "
3174
3249
  msgstr ""
3175
3250
 
3251
+ msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
3252
+ msgstr ""
3253
+
3176
3254
  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."
3177
3255
  msgstr ""
3178
3256
 
@@ -3304,9 +3382,18 @@ msgstr ""
3304
3382
  msgid "Id of the repository to limit verifying checksum on"
3305
3383
  msgstr ""
3306
3384
 
3385
+ msgid "Id of the single content view to be associated with the host."
3386
+ msgstr ""
3387
+
3388
+ msgid "Id of the single lifecycle environment to be associated with the host."
3389
+ msgstr ""
3390
+
3307
3391
  msgid "Id of the smart proxy"
3308
3392
  msgstr ""
3309
3393
 
3394
+ msgid "Id of the smart proxy from which the host consumes content."
3395
+ msgstr ""
3396
+
3310
3397
  msgid "Idenifier of the SSL CA Cert"
3311
3398
  msgstr ""
3312
3399
 
@@ -3360,13 +3447,16 @@ msgstr ""
3360
3447
  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"
3361
3448
  msgstr ""
3362
3449
 
3450
+ msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
3451
+ msgstr ""
3452
+
3363
3453
  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."
3364
3454
  msgstr ""
3365
3455
 
3366
3456
  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/...'."
3367
3457
  msgstr ""
3368
3458
 
3369
- msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
3459
+ 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."
3370
3460
  msgstr ""
3371
3461
 
3372
3462
  msgid "If true, only return repository sets that are associated with an active subscriptions"
@@ -3490,6 +3580,9 @@ msgstr ""
3490
3580
  msgid "Include"
3491
3581
  msgstr ""
3492
3582
 
3583
+ msgid "Include Refs"
3584
+ msgstr ""
3585
+
3493
3586
  msgid "Include all RPMs not associated to any errata"
3494
3587
  msgstr ""
3495
3588
 
@@ -3590,9 +3683,15 @@ msgstr ""
3590
3683
  msgid "Installable"
3591
3684
  msgstr ""
3592
3685
 
3686
+ msgid "Installable bugfix/enhancement errata"
3687
+ msgstr ""
3688
+
3593
3689
  msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3594
3690
  msgstr ""
3595
3691
 
3692
+ msgid "Installable security errata"
3693
+ msgstr ""
3694
+
3596
3695
  msgid "Installable updates"
3597
3696
  msgstr ""
3598
3697
 
@@ -3678,6 +3777,24 @@ msgstr ""
3678
3777
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
3679
3778
  msgstr ""
3680
3779
 
3780
+ msgid "Invalid format. Container name cannot be blank."
3781
+ msgstr ""
3782
+
3783
+ msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
3784
+ msgstr ""
3785
+
3786
+ msgid "Invalid format. Organization id must be an integer without leading zeros."
3787
+ msgstr ""
3788
+
3789
+ msgid "Invalid format. Organization label cannot be blank."
3790
+ msgstr ""
3791
+
3792
+ msgid "Invalid format. Product id must be an integer without leading zeros."
3793
+ msgstr ""
3794
+
3795
+ msgid "Invalid format. Product label cannot be blank."
3796
+ msgstr ""
3797
+
3681
3798
  msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
3682
3799
  msgstr ""
3683
3800
 
@@ -3958,6 +4075,9 @@ msgstr ""
3958
4075
  msgid "List all organizations"
3959
4076
  msgstr "Organizace"
3960
4077
 
4078
+ msgid "List all packages unique by name"
4079
+ msgstr ""
4080
+
3961
4081
  msgid "List alternate content sources."
3962
4082
  msgstr ""
3963
4083
 
@@ -4207,6 +4327,15 @@ msgstr ""
4207
4327
  msgid "Manage Manifest"
4208
4328
  msgstr ""
4209
4329
 
4330
+ msgid "Manage content"
4331
+ msgstr ""
4332
+
4333
+ msgid "Manage errata"
4334
+ msgstr ""
4335
+
4336
+ msgid "Manage packages"
4337
+ msgstr ""
4338
+
4210
4339
  msgid "Manifest"
4211
4340
  msgstr ""
4212
4341
 
@@ -4512,6 +4641,12 @@ msgstr ""
4512
4641
  msgid "No available component content view updates"
4513
4642
  msgstr ""
4514
4643
 
4644
+ msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4645
+ msgstr ""
4646
+
4647
+ msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4648
+ msgstr ""
4649
+
4515
4650
  msgid "No available repository or filter updates"
4516
4651
  msgstr ""
4517
4652
 
@@ -4567,6 +4702,9 @@ msgstr ""
4567
4702
  msgid "No errata filter rules yet"
4568
4703
  msgstr ""
4569
4704
 
4705
+ msgid "No errata found."
4706
+ msgstr ""
4707
+
4570
4708
  msgid "No errata matching given search query"
4571
4709
  msgstr ""
4572
4710
 
@@ -4608,6 +4746,9 @@ msgstr ""
4608
4746
  msgid "No hosts were specified"
4609
4747
  msgstr ""
4610
4748
 
4749
+ msgid "No installed debs found for search term '%s'"
4750
+ msgstr ""
4751
+
4611
4752
  msgid "No installed packages and/or enabled repositories have been reported by %s."
4612
4753
  msgstr ""
4613
4754
 
@@ -4782,6 +4923,12 @@ msgstr ""
4782
4923
  msgid "No syncable repositories found for selected products and options."
4783
4924
  msgstr ""
4784
4925
 
4926
+ msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4927
+ msgstr ""
4928
+
4929
+ msgid "No upgradable packages found."
4930
+ msgstr ""
4931
+
4785
4932
  msgid "No uploads param specified. An array of uploads to import is required."
4786
4933
  msgstr ""
4787
4934
 
@@ -4848,6 +4995,9 @@ msgstr ""
4848
4995
  msgid "Number to Allocate"
4849
4996
  msgstr ""
4850
4997
 
4998
+ msgid "OS"
4999
+ msgstr ""
5000
+
4851
5001
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
4852
5002
  msgstr ""
4853
5003
 
@@ -4939,6 +5089,9 @@ msgstr "Název nesmí být prázdný."
4939
5089
  msgid "Organization id"
4940
5090
  msgstr "Organizace"
4941
5091
 
5092
+ msgid "Organization id not found: '%s'"
5093
+ msgstr ""
5094
+
4942
5095
  #, fuzzy
4943
5096
  msgid "Organization identifier"
4944
5097
  msgstr "Organizace"
@@ -4947,9 +5100,15 @@ msgstr "Organizace"
4947
5100
  msgid "Organization label"
4948
5101
  msgstr "Organizace"
4949
5102
 
5103
+ msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5104
+ msgstr ""
5105
+
4950
5106
  msgid "Organization not found"
4951
5107
  msgstr ""
4952
5108
 
5109
+ msgid "Organization not found: '%s'"
5110
+ msgstr ""
5111
+
4953
5112
  #, fuzzy
4954
5113
  msgid "Organization required"
4955
5114
  msgstr "Organizace"
@@ -5178,6 +5337,15 @@ msgstr "Skupiny balíčků"
5178
5337
  msgid "Packages must be provided"
5179
5338
  msgstr "Musí existovat alespoň jedna organizace."
5180
5339
 
5340
+ msgid "Packages to be removed"
5341
+ msgstr ""
5342
+
5343
+ msgid "Packages to be updated"
5344
+ msgstr ""
5345
+
5346
+ msgid "Packages to install"
5347
+ msgstr ""
5348
+
5181
5349
  msgid "Packages will appear here when available."
5182
5350
  msgstr ""
5183
5351
 
@@ -5289,10 +5457,10 @@ msgstr ""
5289
5457
  msgid "Policy to set for mirroring content. Must be one of %s."
5290
5458
  msgstr ""
5291
5459
 
5292
- msgid "Prefer registered through proxy for remote execution"
5460
+ msgid "Prefer registered through Smart Proxy for remote execution"
5293
5461
  msgstr ""
5294
5462
 
5295
- msgid "Prefer using a proxy to which a host is registered when using remote execution"
5463
+ msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
5296
5464
  msgstr ""
5297
5465
 
5298
5466
  msgid "Prevent from further updates"
@@ -5351,9 +5519,15 @@ msgid ""
5351
5519
  " this is not the same product id as the products api returns"
5352
5520
  msgstr ""
5353
5521
 
5522
+ msgid "Product id not found: '%s'"
5523
+ msgstr ""
5524
+
5354
5525
  msgid "Product label"
5355
5526
  msgstr ""
5356
5527
 
5528
+ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5529
+ msgstr ""
5530
+
5357
5531
  #, fuzzy
5358
5532
  msgid "Product name"
5359
5533
  msgstr "Produkty"
@@ -5361,6 +5535,9 @@ msgstr "Produkty"
5361
5535
  msgid "Product name as listed from a host's installed products"
5362
5536
  msgstr ""
5363
5537
 
5538
+ msgid "Product not found: '%s'"
5539
+ msgstr ""
5540
+
5364
5541
  msgid "Product the repository belongs to"
5365
5542
  msgstr ""
5366
5543
 
@@ -5439,7 +5616,7 @@ msgstr ""
5439
5616
  msgid "Publish"
5440
5617
  msgstr ""
5441
5618
 
5442
- msgid "Publish Lifecycle Environment Repositories"
5619
+ msgid "Publish Lifecycle Environment Container Repositories"
5443
5620
  msgstr ""
5444
5621
 
5445
5622
  #, fuzzy
@@ -5458,7 +5635,7 @@ msgstr ""
5458
5635
  msgid "Published new version"
5459
5636
  msgstr ""
5460
5637
 
5461
- msgid "Publishing ${name}"
5638
+ msgid "Publishing ${truncate(name)}"
5462
5639
  msgstr ""
5463
5640
 
5464
5641
  msgid "Publishing content view"
@@ -5855,6 +6032,9 @@ msgstr ""
5855
6032
  msgid "Remove package via Katello interface"
5856
6033
  msgstr ""
5857
6034
 
6035
+ msgid "Remove packages"
6036
+ msgstr ""
6037
+
5858
6038
  msgid "Remove packages via Katello interface"
5859
6039
  msgstr ""
5860
6040
 
@@ -5971,6 +6151,9 @@ msgstr ""
5971
6151
  msgid "Repository name"
5972
6152
  msgstr ""
5973
6153
 
6154
+ 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."
6155
+ msgstr ""
6156
+
5974
6157
  #, fuzzy
5975
6158
  msgid "Repository not found"
5976
6159
  msgstr "Repozitáře"
@@ -6026,6 +6209,9 @@ msgstr ""
6026
6209
  msgid "Republish repository metadata"
6027
6210
  msgstr ""
6028
6211
 
6212
+ msgid "Requested access to '%s' is denied"
6213
+ msgstr ""
6214
+
6029
6215
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
6030
6216
  msgstr ""
6031
6217
 
@@ -6173,15 +6359,27 @@ msgstr ""
6173
6359
  msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
6174
6360
  msgstr ""
6175
6361
 
6362
+ msgid "Review"
6363
+ msgstr ""
6364
+
6176
6365
  msgid "Review affected environment"
6177
6366
  msgstr ""
6178
6367
 
6179
6368
  msgid "Review affected environments"
6180
6369
  msgstr ""
6181
6370
 
6371
+ msgid "Review and optionally exclude hosts from your selection."
6372
+ msgstr ""
6373
+
6374
+ msgid "Review and then click {submitBtnText}."
6375
+ msgstr ""
6376
+
6182
6377
  msgid "Review details"
6183
6378
  msgstr ""
6184
6379
 
6380
+ msgid "Review hosts"
6381
+ msgstr ""
6382
+
6185
6383
  msgid "Review the information below and click "
6186
6384
  msgstr ""
6187
6385
 
@@ -6345,6 +6543,9 @@ msgstr ""
6345
6543
  msgid "Select a source"
6346
6544
  msgstr ""
6347
6545
 
6546
+ msgid "Select action"
6547
+ msgstr ""
6548
+
6348
6549
  msgid "Select add-ons"
6349
6550
  msgstr ""
6350
6551
 
@@ -6367,10 +6568,16 @@ msgstr ""
6367
6568
  msgid "Select an organization"
6368
6569
  msgstr ""
6369
6570
 
6571
+ msgid "Select at least one erratum."
6572
+ msgstr ""
6573
+
6574
+ msgid "Select at least one package."
6575
+ msgstr ""
6576
+
6370
6577
  msgid "Select attributes for ${akDetails.name}"
6371
6578
  msgstr ""
6372
6579
 
6373
- msgid "Select available version of ${cvName} to use"
6580
+ msgid "Select available version of ${truncate(cvName)} to use"
6374
6581
  msgstr ""
6375
6582
 
6376
6583
  msgid "Select available version of content views to use"
@@ -6382,6 +6589,12 @@ msgstr ""
6382
6589
  msgid "Select environment"
6383
6590
  msgstr ""
6384
6591
 
6592
+ msgid "Select errata"
6593
+ msgstr ""
6594
+
6595
+ msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
6596
+ msgstr ""
6597
+
6385
6598
  msgid "Select host collection(s) to associate with host {hostName}."
6386
6599
  msgstr ""
6387
6600
 
@@ -6400,9 +6613,18 @@ msgstr ""
6400
6613
  msgid "Select one"
6401
6614
  msgstr ""
6402
6615
 
6616
+ msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
6617
+ msgstr ""
6618
+
6403
6619
  msgid "Select packages to install to the host {hostName}."
6404
6620
  msgstr ""
6405
6621
 
6622
+ msgid "Select packages to remove on the selected hosts."
6623
+ msgstr ""
6624
+
6625
+ msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
6626
+ msgstr ""
6627
+
6406
6628
  msgid "Select page"
6407
6629
  msgstr ""
6408
6630
 
@@ -6439,6 +6661,12 @@ msgstr ""
6439
6661
  msgid "Selected environments "
6440
6662
  msgstr ""
6441
6663
 
6664
+ msgid "Selected errata will be applied on {hostCount} hosts"
6665
+ msgstr ""
6666
+
6667
+ msgid "Selected packages will be {submitAction} on {hostCount} hosts"
6668
+ msgstr ""
6669
+
6442
6670
  msgid "Sending a list of included IDs is not allowed when all items are being selected."
6443
6671
  msgstr ""
6444
6672
 
@@ -7466,6 +7694,9 @@ msgstr ""
7466
7694
  msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7467
7695
  msgstr ""
7468
7696
 
7697
+ 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."
7698
+ msgstr ""
7699
+
7469
7700
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7470
7701
  msgstr ""
7471
7702
 
@@ -7478,6 +7709,9 @@ msgstr ""
7478
7709
  msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7479
7710
  msgstr ""
7480
7711
 
7712
+ 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."
7713
+ msgstr ""
7714
+
7481
7715
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7482
7716
  msgstr ""
7483
7717
 
@@ -7559,6 +7793,9 @@ msgstr ""
7559
7793
  msgid "Title"
7560
7794
  msgstr ""
7561
7795
 
7796
+ msgid "To change content view environments, a specific organization must be selected from the organization context."
7797
+ msgstr ""
7798
+
7562
7799
  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."
7563
7800
  msgstr ""
7564
7801
 
@@ -7580,6 +7817,12 @@ msgstr ""
7580
7817
  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."
7581
7818
  msgstr ""
7582
7819
 
7820
+ msgid "To manage host packages, a specific organization must be selected from the organization context."
7821
+ msgstr ""
7822
+
7823
+ msgid "To manage packages, select an action."
7824
+ msgstr ""
7825
+
7583
7826
  msgid "Total steps: "
7584
7827
  msgstr ""
7585
7828
 
@@ -7800,9 +8043,6 @@ msgstr ""
7800
8043
  msgid "Unsupported CDN resource"
7801
8044
  msgstr ""
7802
8045
 
7803
- msgid "Unsupported URL protocol %s."
7804
- msgstr ""
7805
-
7806
8046
  msgid "Unsupported event type %{type}. Supported: %{types}"
7807
8047
  msgstr ""
7808
8048
 
@@ -7989,6 +8229,12 @@ msgstr ""
7989
8229
  msgid "Upgrade"
7990
8230
  msgstr ""
7991
8231
 
8232
+ msgid "Upgrade all packages"
8233
+ msgstr ""
8234
+
8235
+ msgid "Upgrade packages"
8236
+ msgstr ""
8237
+
7992
8238
  msgid "Upgrade via customized remote execution"
7993
8239
  msgstr ""
7994
8240
 
@@ -8004,9 +8250,6 @@ msgstr ""
8004
8250
  msgid "Upload a subscription manifest"
8005
8251
  msgstr ""
8006
8252
 
8007
- msgid "Upload content into the repository"
8008
- msgstr ""
8009
-
8010
8253
  msgid "Upload into"
8011
8254
  msgstr ""
8012
8255
 
@@ -8175,9 +8418,6 @@ msgstr ""
8175
8418
  msgid "Version details updated."
8176
8419
  msgstr ""
8177
8420
 
8178
- msgid "Version in use"
8179
- msgstr ""
8180
-
8181
8421
  msgid "Versions"
8182
8422
  msgstr ""
8183
8423
 
@@ -8353,6 +8593,9 @@ msgstr ""
8353
8593
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8354
8594
  msgstr ""
8355
8595
 
8596
+ msgid "You must select at least one host."
8597
+ msgstr ""
8598
+
8356
8599
  msgid "You were not allowed to add %s"
8357
8600
  msgstr ""
8358
8601
 
@@ -8371,6 +8614,9 @@ msgstr ""
8371
8614
  msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8372
8615
  msgstr ""
8373
8616
 
8617
+ msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
8618
+ msgstr ""
8619
+
8374
8620
  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."
8375
8621
  msgstr ""
8376
8622
 
@@ -8835,6 +9081,9 @@ msgstr ""
8835
9081
  msgid "initiating Pulp task"
8836
9082
  msgstr ""
8837
9083
 
9084
+ msgid "installed"
9085
+ msgstr ""
9086
+
8838
9087
  msgid "installing errata..."
8839
9088
  msgstr ""
8840
9089
 
@@ -9214,6 +9463,9 @@ msgstr ""
9214
9463
  msgid "update a filter"
9215
9464
  msgstr ""
9216
9465
 
9466
+ msgid "updated"
9467
+ msgstr ""
9468
+
9217
9469
  msgid "updating package group..."
9218
9470
  msgstr ""
9219
9471