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
@@ -150,6 +150,9 @@
150
150
  "%s is unreachable. %s": [
151
151
  ""
152
152
  ],
153
+ "%s was not found!": [
154
+ ""
155
+ ],
153
156
  "%{errata} (%{total} other errata)": [
154
157
  "%{errata}(%{total} 個其它勘誤)"
155
158
  ],
@@ -405,6 +408,12 @@
405
408
  "A backend service [ %s ] is unreachable": [
406
409
  "無法連上後端服務 [ %s ]"
407
410
  ],
411
+ "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized.": [
412
+ ""
413
+ ],
414
+ "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
415
+ ""
416
+ ],
408
417
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
409
418
  "許多勘誤並未套用於此內容視域,因此只顯示了前 100 個。"
410
419
  ],
@@ -513,7 +522,7 @@
513
522
  "Activation keys can be managed {here}.": [
514
523
  ""
515
524
  ],
516
- "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys.": [
525
+ "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.": [
517
526
  ""
518
527
  ],
519
528
  "Activation keys may be used during {system_registration}.": [
@@ -639,6 +648,9 @@
639
648
  "Affected Repositories": [
640
649
  ""
641
650
  ],
651
+ "Affected hosts": [
652
+ ""
653
+ ],
642
654
  "Affected repositories": [
643
655
  ""
644
656
  ],
@@ -678,7 +690,7 @@
678
690
  "All versions will be removed from these environments": [
679
691
  ""
680
692
  ],
681
- "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'.": [
693
+ "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
682
694
  ""
683
695
  ],
684
696
  "Allow deleting repositories in published content views": [
@@ -771,15 +783,24 @@
771
783
  "Applicable Content Hosts": [
772
784
  ""
773
785
  ],
786
+ "Applicable bugfix/enhancement errata": [
787
+ ""
788
+ ],
774
789
  "Applicable errata apply to at least one package installed on the host.": [
775
790
  ""
776
791
  ],
792
+ "Applicable security errata": [
793
+ ""
794
+ ],
777
795
  "Application": [
778
796
  "應用程式"
779
797
  ],
780
798
  "Apply": [
781
799
  "套用"
782
800
  ],
801
+ "Apply errata": [
802
+ ""
803
+ ],
783
804
  "Apply erratum": [
784
805
  ""
785
806
  ],
@@ -846,6 +867,9 @@
846
867
  "Array of content view component IDs to remove. Identifier of the component association": [
847
868
  ""
848
869
  ],
870
+ "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.": [
871
+ ""
872
+ ],
849
873
  "Array of host ids": [
850
874
  "主機 ID 陣列"
851
875
  ],
@@ -882,6 +906,9 @@
882
906
  "Assign the release version to one or more hosts": [
883
907
  ""
884
908
  ],
909
+ "Assigning a host to multiple content view environments is not enabled.": [
910
+ ""
911
+ ],
885
912
  "Associated location IDs": [
886
913
  ""
887
914
  ],
@@ -1077,6 +1104,9 @@
1077
1104
  "Calculate Applicable Errata based on a particular Environment": [
1078
1105
  "根據特定環境,計算可套用的勘誤"
1079
1106
  ],
1107
+ "Calculate content counts on smart proxies automatically": [
1108
+ ""
1109
+ ],
1080
1110
  "Can communicate with the Red Hat Portal for subscriptions.": [
1081
1111
  ""
1082
1112
  ],
@@ -1218,6 +1248,9 @@
1218
1248
  "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.": [
1219
1249
  ""
1220
1250
  ],
1251
+ "Cannot install errata: No installable errata found for search term '%s'": [
1252
+ ""
1253
+ ],
1221
1254
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1222
1255
  "無法在一個複合式內容視域版本(%{name} 版本 版本 %{version})中執行一項遞增的更新"
1223
1256
  ],
@@ -1248,6 +1281,9 @@
1248
1281
  "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
1249
1282
  "無法從環境移除內容視域。內容視域 '%{view}' 並不位於生命週期環境 '%{env}' 中。"
1250
1283
  ],
1284
+ "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'.": [
1285
+ ""
1286
+ ],
1251
1287
  "Cannot set attribute %{attr} for content type %{type}": [
1252
1288
  ""
1253
1289
  ],
@@ -1266,6 +1302,12 @@
1266
1302
  "Cannot sync file:// repositories with the On Demand Download Policy": [
1267
1303
  ""
1268
1304
  ],
1305
+ "Cannot update properties of a container push repository": [
1306
+ ""
1307
+ ],
1308
+ "Cannot upgrade packages: No installed packages found for search term '%s'": [
1309
+ ""
1310
+ ],
1269
1311
  "Cannot upload Ansible collections.": [
1270
1312
  ""
1271
1313
  ],
@@ -1311,10 +1353,10 @@
1311
1353
  "Checksum of file to upload": [
1312
1354
  ""
1313
1355
  ],
1314
- "Checksum of the repository, currently 'sha1' & 'sha256' are supported": [
1356
+ "Checksum type cannot be set for yum repositories with on demand download policy.": [
1315
1357
  ""
1316
1358
  ],
1317
- "Checksum type cannot be set for yum repositories with on demand download policy.": [
1359
+ "Checksum used for published repository contents. Supported types: %s": [
1318
1360
  ""
1319
1361
  ],
1320
1362
  "Choose content credentials if required for this RHUI source.": [
@@ -1347,6 +1389,9 @@
1347
1389
  "Collapse All": [
1348
1390
  "全部收回"
1349
1391
  ],
1392
+ "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.": [
1393
+ ""
1394
+ ],
1350
1395
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1351
1396
  ""
1352
1397
  ],
@@ -1359,6 +1404,9 @@
1359
1404
  "Compare": [
1360
1405
  ""
1361
1406
  ],
1407
+ "Completed pulp task protection days": [
1408
+ ""
1409
+ ],
1362
1410
  "Component": [
1363
1411
  "元件"
1364
1412
  ],
@@ -1587,6 +1635,9 @@
1587
1635
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1588
1636
  ""
1589
1637
  ],
1638
+ "Content type does not support repo discovery": [
1639
+ ""
1640
+ ],
1590
1641
  "Content view": [
1591
1642
  ""
1592
1643
  ],
@@ -1617,10 +1668,10 @@
1617
1668
  "Content view and lifecycle environment must be provided together": [
1618
1669
  ""
1619
1670
  ],
1620
- "Content view details": [
1671
+ "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.": [
1621
1672
  ""
1622
1673
  ],
1623
- "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.": [
1674
+ "Content view environments": [
1624
1675
  ""
1625
1676
  ],
1626
1677
  "Content view environments and activation key must all belong to the same organization": [
@@ -1746,6 +1797,15 @@
1746
1797
  "Could not find environments for promotion": [
1747
1798
  ""
1748
1799
  ],
1800
+ "Could not locate Pulp distribution.": [
1801
+ ""
1802
+ ],
1803
+ "Could not locate local uploaded repository for content indexing.": [
1804
+ ""
1805
+ ],
1806
+ "Could not locate repository properties for content indexing.": [
1807
+ ""
1808
+ ],
1749
1809
  "Could not remove the lifecycle environment from the smart proxy": [
1750
1810
  ""
1751
1811
  ],
@@ -2274,7 +2334,7 @@
2274
2334
  "Details": [
2275
2335
  "詳細資料"
2276
2336
  ],
2277
- "Determining settings for ${name}": [
2337
+ "Determining settings for ${truncate(name)}": [
2278
2338
  ""
2279
2339
  ],
2280
2340
  "Digest": [
@@ -2337,6 +2397,12 @@
2337
2397
  "Download rate limit": [
2338
2398
  ""
2339
2399
  ],
2400
+ "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.": [
2401
+ ""
2402
+ ],
2403
+ "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.": [
2404
+ ""
2405
+ ],
2340
2406
  "Duplicate artifact detected": [
2341
2407
  ""
2342
2408
  ],
@@ -2535,6 +2601,12 @@
2535
2601
  "Errata mail": [
2536
2602
  "勘誤郵件"
2537
2603
  ],
2604
+ "Errata statuses not updated for deleted content facet with UUID %s": [
2605
+ ""
2606
+ ],
2607
+ "Errata to apply": [
2608
+ ""
2609
+ ],
2538
2610
  "Errata to exclusively include in the action": [
2539
2611
  ""
2540
2612
  ],
@@ -2583,6 +2655,9 @@
2583
2655
  "Exclude": [
2584
2656
  "排除"
2585
2657
  ],
2658
+ "Exclude Refs": [
2659
+ ""
2660
+ ],
2586
2661
  "Exclude all RPMs not associated to any errata": [
2587
2662
  ""
2588
2663
  ],
@@ -3084,6 +3159,9 @@
3084
3159
  "Hosts: ": [
3085
3160
  ""
3086
3161
  ],
3162
+ "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3163
+ ""
3164
+ ],
3087
3165
  "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.": [
3088
3166
  ""
3089
3167
  ],
@@ -3213,9 +3291,18 @@
3213
3291
  "Id of the repository to limit verifying checksum on": [
3214
3292
  ""
3215
3293
  ],
3294
+ "Id of the single content view to be associated with the host.": [
3295
+ ""
3296
+ ],
3297
+ "Id of the single lifecycle environment to be associated with the host.": [
3298
+ ""
3299
+ ],
3216
3300
  "Id of the smart proxy": [
3217
3301
  ""
3218
3302
  ],
3303
+ "Id of the smart proxy from which the host consumes content.": [
3304
+ ""
3305
+ ],
3219
3306
  "Idenifier of the SSL CA Cert": [
3220
3307
  ""
3221
3308
  ],
@@ -3267,13 +3354,16 @@
3267
3354
  "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": [
3268
3355
  ""
3269
3356
  ],
3357
+ "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3358
+ ""
3359
+ ],
3270
3360
  "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.": [
3271
3361
  ""
3272
3362
  ],
3273
3363
  "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/...'.": [
3274
3364
  ""
3275
3365
  ],
3276
- "If true, only errata that can be installed without an incremental update will affect the host's errata status.": [
3366
+ "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.": [
3277
3367
  ""
3278
3368
  ],
3279
3369
  "If true, only return repository sets that are associated with an active subscriptions": [
@@ -3396,6 +3486,9 @@
3396
3486
  "Include": [
3397
3487
  "包含"
3398
3488
  ],
3489
+ "Include Refs": [
3490
+ ""
3491
+ ],
3399
3492
  "Include all RPMs not associated to any errata": [
3400
3493
  ""
3401
3494
  ],
@@ -3495,9 +3588,15 @@
3495
3588
  "Installable": [
3496
3589
  "可安裝"
3497
3590
  ],
3591
+ "Installable bugfix/enhancement errata": [
3592
+ ""
3593
+ ],
3498
3594
  "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3499
3595
  ""
3500
3596
  ],
3597
+ "Installable security errata": [
3598
+ ""
3599
+ ],
3501
3600
  "Installable updates": [
3502
3601
  ""
3503
3602
  ],
@@ -3579,6 +3678,24 @@
3579
3678
  "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'": [
3580
3679
  "指定了無效的篩選器規則,'version' 不可指定為與 'min_version' 或 'max_version' 相同的變數值組"
3581
3680
  ],
3681
+ "Invalid format. Container name cannot be blank.": [
3682
+ ""
3683
+ ],
3684
+ "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3685
+ ""
3686
+ ],
3687
+ "Invalid format. Organization id must be an integer without leading zeros.": [
3688
+ ""
3689
+ ],
3690
+ "Invalid format. Organization label cannot be blank.": [
3691
+ ""
3692
+ ],
3693
+ "Invalid format. Product id must be an integer without leading zeros.": [
3694
+ ""
3695
+ ],
3696
+ "Invalid format. Product label cannot be blank.": [
3697
+ ""
3698
+ ],
3582
3699
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3583
3700
  ""
3584
3701
  ],
@@ -3855,6 +3972,9 @@
3855
3972
  "List all organizations": [
3856
3973
  "列出所有組織"
3857
3974
  ],
3975
+ "List all packages unique by name": [
3976
+ ""
3977
+ ],
3858
3978
  "List alternate content sources.": [
3859
3979
  ""
3860
3980
  ],
@@ -4095,6 +4215,15 @@
4095
4215
  "Manage Manifest": [
4096
4216
  "管理清單"
4097
4217
  ],
4218
+ "Manage content": [
4219
+ ""
4220
+ ],
4221
+ "Manage errata": [
4222
+ ""
4223
+ ],
4224
+ "Manage packages": [
4225
+ ""
4226
+ ],
4098
4227
  "Manifest": [
4099
4228
  ""
4100
4229
  ],
@@ -4386,6 +4515,12 @@
4386
4515
  "No available component content view updates": [
4387
4516
  ""
4388
4517
  ],
4518
+ "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4519
+ ""
4520
+ ],
4521
+ "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages.": [
4522
+ ""
4523
+ ],
4389
4524
  "No available repository or filter updates": [
4390
4525
  ""
4391
4526
  ],
@@ -4440,6 +4575,9 @@
4440
4575
  "No errata filter rules yet": [
4441
4576
  ""
4442
4577
  ],
4578
+ "No errata found.": [
4579
+ ""
4580
+ ],
4443
4581
  "No errata matching given search query": [
4444
4582
  ""
4445
4583
  ],
@@ -4479,6 +4617,9 @@
4479
4617
  "No hosts were specified": [
4480
4618
  ""
4481
4619
  ],
4620
+ "No installed debs found for search term '%s'": [
4621
+ ""
4622
+ ],
4482
4623
  "No installed packages and/or enabled repositories have been reported by %s.": [
4483
4624
  ""
4484
4625
  ],
@@ -4650,6 +4791,12 @@
4650
4791
  "No syncable repositories found for selected products and options.": [
4651
4792
  ""
4652
4793
  ],
4794
+ "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed.": [
4795
+ ""
4796
+ ],
4797
+ "No upgradable packages found.": [
4798
+ ""
4799
+ ],
4653
4800
  "No uploads param specified. An array of uploads to import is required.": [
4654
4801
  ""
4655
4802
  ],
@@ -4716,6 +4863,9 @@
4716
4863
  "Number to Allocate": [
4717
4864
  ""
4718
4865
  ],
4866
+ "OS": [
4867
+ ""
4868
+ ],
4719
4869
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
4720
4870
  ""
4721
4871
  ],
@@ -4803,15 +4953,24 @@
4803
4953
  "Organization id": [
4804
4954
  "組織 ID"
4805
4955
  ],
4956
+ "Organization id not found: '%s'": [
4957
+ ""
4958
+ ],
4806
4959
  "Organization identifier": [
4807
4960
  "組織識別子"
4808
4961
  ],
4809
4962
  "Organization label": [
4810
4963
  "組織標籤"
4811
4964
  ],
4965
+ "Organization label '%s' is ambiguous. Try using an id-based container name.": [
4966
+ ""
4967
+ ],
4812
4968
  "Organization not found": [
4813
4969
  ""
4814
4970
  ],
4971
+ "Organization not found: '%s'": [
4972
+ ""
4973
+ ],
4815
4974
  "Organization required": [
4816
4975
  "需要的組織"
4817
4976
  ],
@@ -5001,6 +5160,15 @@
5001
5160
  "Packages must be provided": [
5002
5161
  "必須提供套件"
5003
5162
  ],
5163
+ "Packages to be removed": [
5164
+ ""
5165
+ ],
5166
+ "Packages to be updated": [
5167
+ ""
5168
+ ],
5169
+ "Packages to install": [
5170
+ ""
5171
+ ],
5004
5172
  "Packages will appear here when available.": [
5005
5173
  ""
5006
5174
  ],
@@ -5112,10 +5280,10 @@
5112
5280
  "Policy to set for mirroring content. Must be one of %s.": [
5113
5281
  ""
5114
5282
  ],
5115
- "Prefer registered through proxy for remote execution": [
5283
+ "Prefer registered through Smart Proxy for remote execution": [
5116
5284
  ""
5117
5285
  ],
5118
- "Prefer using a proxy to which a host is registered when using remote execution": [
5286
+ "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5119
5287
  ""
5120
5288
  ],
5121
5289
  "Prevent from further updates": [
@@ -5169,15 +5337,24 @@
5169
5337
  "Product id as listed from a host's installed products, \\\\\\n this is not the same product id as the products api returns": [
5170
5338
  ""
5171
5339
  ],
5340
+ "Product id not found: '%s'": [
5341
+ ""
5342
+ ],
5172
5343
  "Product label": [
5173
5344
  ""
5174
5345
  ],
5346
+ "Product label '%s' is ambiguous. Try using an id-based container name.": [
5347
+ ""
5348
+ ],
5175
5349
  "Product name": [
5176
5350
  "產品名稱"
5177
5351
  ],
5178
5352
  "Product name as listed from a host's installed products": [
5179
5353
  "來自主機已安裝產品的產品名稱"
5180
5354
  ],
5355
+ "Product not found: '%s'": [
5356
+ ""
5357
+ ],
5181
5358
  "Product the repository belongs to": [
5182
5359
  "產品的軟體庫屬於"
5183
5360
  ],
@@ -5256,7 +5433,7 @@
5256
5433
  "Publish": [
5257
5434
  "發行"
5258
5435
  ],
5259
- "Publish Lifecycle Environment Repositories": [
5436
+ "Publish Lifecycle Environment Container Repositories": [
5260
5437
  ""
5261
5438
  ],
5262
5439
  "Publish a content view": [
@@ -5274,7 +5451,7 @@
5274
5451
  "Published new version": [
5275
5452
  "已出版的新版本"
5276
5453
  ],
5277
- "Publishing ${name}": [
5454
+ "Publishing ${truncate(name)}": [
5278
5455
  ""
5279
5456
  ],
5280
5457
  "Publishing content view": [
@@ -5664,6 +5841,9 @@
5664
5841
  "Remove package via Katello interface": [
5665
5842
  "透過 Katello 介面移除套件"
5666
5843
  ],
5844
+ "Remove packages": [
5845
+ ""
5846
+ ],
5667
5847
  "Remove packages via Katello interface": [
5668
5848
  ""
5669
5849
  ],
@@ -5775,6 +5955,9 @@
5775
5955
  "Repository name": [
5776
5956
  ""
5777
5957
  ],
5958
+ "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.": [
5959
+ ""
5960
+ ],
5778
5961
  "Repository not found": [
5779
5962
  "找不到軟體庫"
5780
5963
  ],
@@ -5829,6 +6012,9 @@
5829
6012
  "Republish repository metadata": [
5830
6013
  ""
5831
6014
  ],
6015
+ "Requested access to '%s' is denied": [
6016
+ ""
6017
+ ],
5832
6018
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
5833
6019
  ""
5834
6020
  ],
@@ -5976,15 +6162,27 @@
5976
6162
  "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported": [
5977
6163
  ""
5978
6164
  ],
6165
+ "Review": [
6166
+ ""
6167
+ ],
5979
6168
  "Review affected environment": [
5980
6169
  ""
5981
6170
  ],
5982
6171
  "Review affected environments": [
5983
6172
  ""
5984
6173
  ],
6174
+ "Review and optionally exclude hosts from your selection.": [
6175
+ ""
6176
+ ],
6177
+ "Review and then click {submitBtnText}.": [
6178
+ ""
6179
+ ],
5985
6180
  "Review details": [
5986
6181
  ""
5987
6182
  ],
6183
+ "Review hosts": [
6184
+ ""
6185
+ ],
5988
6186
  "Review the information below and click ": [
5989
6187
  ""
5990
6188
  ],
@@ -6144,6 +6342,9 @@
6144
6342
  "Select a source": [
6145
6343
  ""
6146
6344
  ],
6345
+ "Select action": [
6346
+ ""
6347
+ ],
6147
6348
  "Select add-ons": [
6148
6349
  ""
6149
6350
  ],
@@ -6165,10 +6366,16 @@
6165
6366
  "Select an organization": [
6166
6367
  ""
6167
6368
  ],
6369
+ "Select at least one erratum.": [
6370
+ ""
6371
+ ],
6372
+ "Select at least one package.": [
6373
+ ""
6374
+ ],
6168
6375
  "Select attributes for ${akDetails.name}": [
6169
6376
  ""
6170
6377
  ],
6171
- "Select available version of ${cvName} to use": [
6378
+ "Select available version of ${truncate(cvName)} to use": [
6172
6379
  ""
6173
6380
  ],
6174
6381
  "Select available version of content views to use": [
@@ -6180,6 +6387,12 @@
6180
6387
  "Select environment": [
6181
6388
  "選擇環境"
6182
6389
  ],
6390
+ "Select errata": [
6391
+ ""
6392
+ ],
6393
+ "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6394
+ ""
6395
+ ],
6183
6396
  "Select host collection(s) to associate with host {hostName}.": [
6184
6397
  ""
6185
6398
  ],
@@ -6198,9 +6411,18 @@
6198
6411
  "Select one": [
6199
6412
  ""
6200
6413
  ],
6414
+ "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6415
+ ""
6416
+ ],
6201
6417
  "Select packages to install to the host {hostName}.": [
6202
6418
  ""
6203
6419
  ],
6420
+ "Select packages to remove on the selected hosts.": [
6421
+ ""
6422
+ ],
6423
+ "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6424
+ ""
6425
+ ],
6204
6426
  "Select page": [
6205
6427
  ""
6206
6428
  ],
@@ -6237,6 +6459,12 @@
6237
6459
  "Selected environments ": [
6238
6460
  ""
6239
6461
  ],
6462
+ "Selected errata will be applied on {hostCount} hosts": [
6463
+ ""
6464
+ ],
6465
+ "Selected packages will be {submitAction} on {hostCount} hosts": [
6466
+ ""
6467
+ ],
6240
6468
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6241
6469
  ""
6242
6470
  ],
@@ -7236,6 +7464,9 @@
7236
7464
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7237
7465
  ""
7238
7466
  ],
7467
+ "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.": [
7468
+ ""
7469
+ ],
7239
7470
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7240
7471
  ""
7241
7472
  ],
@@ -7248,6 +7479,9 @@
7248
7479
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7249
7480
  ""
7250
7481
  ],
7482
+ "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.": [
7483
+ ""
7484
+ ],
7251
7485
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7252
7486
  ""
7253
7487
  ],
@@ -7329,6 +7563,9 @@
7329
7563
  "Title": [
7330
7564
  "提示"
7331
7565
  ],
7566
+ "To change content view environments, a specific organization must be selected from the organization context.": [
7567
+ ""
7568
+ ],
7332
7569
  "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.": [
7333
7570
  ""
7334
7571
  ],
@@ -7350,6 +7587,12 @@
7350
7587
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7351
7588
  ""
7352
7589
  ],
7590
+ "To manage host packages, a specific organization must be selected from the organization context.": [
7591
+ ""
7592
+ ],
7593
+ "To manage packages, select an action.": [
7594
+ ""
7595
+ ],
7353
7596
  "Total steps: ": [
7354
7597
  ""
7355
7598
  ],
@@ -7569,9 +7812,6 @@
7569
7812
  "Unsupported CDN resource": [
7570
7813
  ""
7571
7814
  ],
7572
- "Unsupported URL protocol %s.": [
7573
- "不支援的 URL 通訊協定 %s。"
7574
- ],
7575
7815
  "Unsupported event type %{type}. Supported: %{types}": [
7576
7816
  ""
7577
7817
  ],
@@ -7749,6 +7989,12 @@
7749
7989
  "Upgrade": [
7750
7990
  ""
7751
7991
  ],
7992
+ "Upgrade all packages": [
7993
+ ""
7994
+ ],
7995
+ "Upgrade packages": [
7996
+ ""
7997
+ ],
7752
7998
  "Upgrade via customized remote execution": [
7753
7999
  ""
7754
8000
  ],
@@ -7764,9 +8010,6 @@
7764
8010
  "Upload a subscription manifest": [
7765
8011
  "上傳訂閱清單"
7766
8012
  ],
7767
- "Upload content into the repository": [
7768
- "上傳內容至軟體庫"
7769
- ],
7770
8013
  "Upload into": [
7771
8014
  "上傳入"
7772
8015
  ],
@@ -7935,9 +8178,6 @@
7935
8178
  "Version details updated.": [
7936
8179
  ""
7937
8180
  ],
7938
- "Version in use": [
7939
- ""
7940
- ],
7941
8181
  "Versions": [
7942
8182
  "版本"
7943
8183
  ],
@@ -8112,6 +8352,9 @@
8112
8352
  "You have unsaved changes. Do you want to exit without saving your changes?": [
8113
8353
  ""
8114
8354
  ],
8355
+ "You must select at least one host.": [
8356
+ ""
8357
+ ],
8115
8358
  "You were not allowed to add %s": [
8116
8359
  "不允許新增 %s"
8117
8360
  ],
@@ -8130,6 +8373,9 @@
8130
8373
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8131
8374
  ""
8132
8375
  ],
8376
+ "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8377
+ ""
8378
+ ],
8133
8379
  "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
8134
8380
  ""
8135
8381
  ],
@@ -8571,6 +8817,9 @@
8571
8817
  "initiating Pulp task": [
8572
8818
  "初始化 Pulp 任務"
8573
8819
  ],
8820
+ "installed": [
8821
+ ""
8822
+ ],
8574
8823
  "installing errata...": [
8575
8824
  "正在安裝勘誤..."
8576
8825
  ],
@@ -8925,6 +9174,9 @@
8925
9174
  "update a filter": [
8926
9175
  "更新篩選器"
8927
9176
  ],
9177
+ "updated": [
9178
+ ""
9179
+ ],
8928
9180
  "updating package group...": [
8929
9181
  "正在更新套件群組..."
8930
9182
  ],