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
@@ -149,6 +149,9 @@
149
149
  "%s is unreachable. %s": [
150
150
  "%s に到達できません。%s"
151
151
  ],
152
+ "%s was not found!": [
153
+ ""
154
+ ],
152
155
  "%{errata} (%{total} other errata)": [
153
156
  "%{errata} (他のエラータ: %{total})"
154
157
  ],
@@ -404,6 +407,12 @@
404
407
  "A backend service [ %s ] is unreachable": [
405
408
  "バックエンドサービス [ %s ] に到達できません"
406
409
  ],
410
+ "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized.": [
411
+ ""
412
+ ],
413
+ "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
414
+ ""
415
+ ],
407
416
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
408
417
  "多数のエラータがこのコンテンツビューに適用されていません。そのため、最初の 100 件のみが表示されています。"
409
418
  ],
@@ -512,8 +521,8 @@
512
521
  "Activation keys can be managed {here}.": [
513
522
  ""
514
523
  ],
515
- "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys.": [
516
- "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。ホストグループにアクティベーションキーがない場合にのみ必要です。"
524
+ "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group.": [
525
+ ""
517
526
  ],
518
527
  "Activation keys may be used during {system_registration}.": [
519
528
  ""
@@ -638,6 +647,9 @@
638
647
  "Affected Repositories": [
639
648
  "影響のあるリポジトリー"
640
649
  ],
650
+ "Affected hosts": [
651
+ ""
652
+ ],
641
653
  "Affected repositories": [
642
654
  "影響を受けるリポジトリー"
643
655
  ],
@@ -677,7 +689,7 @@
677
689
  "All versions will be removed from these environments": [
678
690
  "すべてのバージョンがこれらの環境から削除されます"
679
691
  ],
680
- "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'.": [
692
+ "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
681
693
  ""
682
694
  ],
683
695
  "Allow deleting repositories in published content views": [
@@ -770,15 +782,24 @@
770
782
  "Applicable Content Hosts": [
771
783
  "適用可能なコンテンツホスト"
772
784
  ],
785
+ "Applicable bugfix/enhancement errata": [
786
+ ""
787
+ ],
773
788
  "Applicable errata apply to at least one package installed on the host.": [
774
789
  "適用可能なエラータは、ホストにインストールされている 1 つ以上のパッケージに適用されます。"
775
790
  ],
791
+ "Applicable security errata": [
792
+ ""
793
+ ],
776
794
  "Application": [
777
795
  "アプリケーション"
778
796
  ],
779
797
  "Apply": [
780
798
  "適用"
781
799
  ],
800
+ "Apply errata": [
801
+ ""
802
+ ],
782
803
  "Apply erratum": [
783
804
  ""
784
805
  ],
@@ -845,6 +866,9 @@
845
866
  "Array of content view component IDs to remove. Identifier of the component association": [
846
867
  "削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
847
868
  ],
869
+ "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.": [
870
+ ""
871
+ ],
848
872
  "Array of host ids": [
849
873
  "ホスト ID の配列"
850
874
  ],
@@ -881,6 +905,9 @@
881
905
  "Assign the release version to one or more hosts": [
882
906
  "1 台以上のホストにリリースバージョンを割り当てます"
883
907
  ],
908
+ "Assigning a host to multiple content view environments is not enabled.": [
909
+ ""
910
+ ],
884
911
  "Associated location IDs": [
885
912
  "関連するロケーション ID"
886
913
  ],
@@ -1076,6 +1103,9 @@
1076
1103
  "Calculate Applicable Errata based on a particular Environment": [
1077
1104
  "特定の環境に基づく適用可能なエラータの計算"
1078
1105
  ],
1106
+ "Calculate content counts on smart proxies automatically": [
1107
+ ""
1108
+ ],
1079
1109
  "Can communicate with the Red Hat Portal for subscriptions.": [
1080
1110
  "サブスクリプションでは、Red Hat ポータルと通信できます。"
1081
1111
  ],
@@ -1217,6 +1247,9 @@
1217
1247
  "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.": [
1218
1248
  ""
1219
1249
  ],
1250
+ "Cannot install errata: No installable errata found for search term '%s'": [
1251
+ ""
1252
+ ],
1220
1253
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1221
1254
  "複合コンテンツビューバージョン (%{name} バージョン、バージョン %{version}) で増分更新を実行できません"
1222
1255
  ],
@@ -1247,6 +1280,9 @@
1247
1280
  "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
1248
1281
  "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
1249
1282
  ],
1283
+ "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'.": [
1284
+ ""
1285
+ ],
1250
1286
  "Cannot set attribute %{attr} for content type %{type}": [
1251
1287
  "コンテンツタイプ %{type} に属性 %{attr} を設定できません"
1252
1288
  ],
@@ -1265,6 +1301,12 @@
1265
1301
  "Cannot sync file:// repositories with the On Demand Download Policy": [
1266
1302
  "file:// リポジトリーをオンデマンドダウンロードポリシーと同期できません"
1267
1303
  ],
1304
+ "Cannot update properties of a container push repository": [
1305
+ ""
1306
+ ],
1307
+ "Cannot upgrade packages: No installed packages found for search term '%s'": [
1308
+ ""
1309
+ ],
1268
1310
  "Cannot upload Ansible collections.": [
1269
1311
  "Ansible コレクションをアップロードできません。"
1270
1312
  ],
@@ -1310,12 +1352,12 @@
1310
1352
  "Checksum of file to upload": [
1311
1353
  "アップロードするファイルのチェックサム"
1312
1354
  ],
1313
- "Checksum of the repository, currently 'sha1' & 'sha256' are supported": [
1314
- "リポジトリーのチェックサムです。現在、'sha1' と 'sha256' がサポートされています"
1315
- ],
1316
1355
  "Checksum type cannot be set for yum repositories with on demand download policy.": [
1317
1356
  "オンデマンドのダウンロードポリシーが指定された Yum リポジトリーにはチェックサムタイプを設定できません。"
1318
1357
  ],
1358
+ "Checksum used for published repository contents. Supported types: %s": [
1359
+ ""
1360
+ ],
1319
1361
  "Choose content credentials if required for this RHUI source.": [
1320
1362
  "この RHUI ソースに必要な場合は、コンテンツの認証情報を選択します。"
1321
1363
  ],
@@ -1346,6 +1388,9 @@
1346
1388
  "Collapse All": [
1347
1389
  "すべて折りたたむ"
1348
1390
  ],
1391
+ "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.": [
1392
+ ""
1393
+ ],
1349
1394
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1350
1395
  "コンマ区切りのサブパスの一覧。すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
1351
1396
  ],
@@ -1358,6 +1403,9 @@
1358
1403
  "Compare": [
1359
1404
  "比較"
1360
1405
  ],
1406
+ "Completed pulp task protection days": [
1407
+ ""
1408
+ ],
1361
1409
  "Component": [
1362
1410
  "コンポーネント"
1363
1411
  ],
@@ -1586,6 +1634,9 @@
1586
1634
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1587
1635
  "コンテンツタイプ %{content_type} には、タイプ %{repo_type} のリポジトリーとの互換性がありません"
1588
1636
  ],
1637
+ "Content type does not support repo discovery": [
1638
+ ""
1639
+ ],
1589
1640
  "Content view": [
1590
1641
  "コンテンツビュー"
1591
1642
  ],
@@ -1616,12 +1667,12 @@
1616
1667
  "Content view and lifecycle environment must be provided together": [
1617
1668
  ""
1618
1669
  ],
1619
- "Content view details": [
1620
- "コンテンツビューの詳細"
1621
- ],
1622
1670
  "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.": [
1623
1671
  ""
1624
1672
  ],
1673
+ "Content view environments": [
1674
+ ""
1675
+ ],
1625
1676
  "Content view environments and activation key must all belong to the same organization": [
1626
1677
  ""
1627
1678
  ],
@@ -1745,6 +1796,15 @@
1745
1796
  "Could not find environments for promotion": [
1746
1797
  "プロモート環境が見つかりませんでした"
1747
1798
  ],
1799
+ "Could not locate Pulp distribution.": [
1800
+ ""
1801
+ ],
1802
+ "Could not locate local uploaded repository for content indexing.": [
1803
+ ""
1804
+ ],
1805
+ "Could not locate repository properties for content indexing.": [
1806
+ ""
1807
+ ],
1748
1808
  "Could not remove the lifecycle environment from the smart proxy": [
1749
1809
  "Smart Proxy からライフサイクル環境を削除できませんでした"
1750
1810
  ],
@@ -2273,8 +2333,8 @@
2273
2333
  "Details": [
2274
2334
  "詳細"
2275
2335
  ],
2276
- "Determining settings for ${name}": [
2277
- "{name} 設定の決定"
2336
+ "Determining settings for ${truncate(name)}": [
2337
+ ""
2278
2338
  ],
2279
2339
  "Digest": [
2280
2340
  ""
@@ -2336,6 +2396,12 @@
2336
2396
  "Download rate limit": [
2337
2397
  "レート制限のダウンロード"
2338
2398
  ],
2399
+ "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.": [
2400
+ ""
2401
+ ],
2402
+ "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.": [
2403
+ ""
2404
+ ],
2339
2405
  "Duplicate artifact detected": [
2340
2406
  "重複するアーティファクトが検出されました"
2341
2407
  ],
@@ -2534,6 +2600,12 @@
2534
2600
  "Errata mail": [
2535
2601
  "エラータメール"
2536
2602
  ],
2603
+ "Errata statuses not updated for deleted content facet with UUID %s": [
2604
+ ""
2605
+ ],
2606
+ "Errata to apply": [
2607
+ ""
2608
+ ],
2537
2609
  "Errata to exclusively include in the action": [
2538
2610
  "アクションにだけ含めるエラータ"
2539
2611
  ],
@@ -2582,6 +2654,9 @@
2582
2654
  "Exclude": [
2583
2655
  "除外"
2584
2656
  ],
2657
+ "Exclude Refs": [
2658
+ ""
2659
+ ],
2585
2660
  "Exclude all RPMs not associated to any errata": [
2586
2661
  "エラータに関連付けられていないすべての RPM を除外する"
2587
2662
  ],
@@ -3083,6 +3158,9 @@
3083
3158
  "Hosts: ": [
3084
3159
  "ホスト: "
3085
3160
  ],
3161
+ "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3162
+ ""
3163
+ ],
3086
3164
  "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.": [
3087
3165
  "Capsule で同時に同期する必要があるリポジトリ数。数値が小さいほど、同期時間が長くなる可能性があり、数値が大きいほど、dynflow の負荷が増加します。"
3088
3166
  ],
@@ -3212,9 +3290,18 @@
3212
3290
  "Id of the repository to limit verifying checksum on": [
3213
3291
  ""
3214
3292
  ],
3293
+ "Id of the single content view to be associated with the host.": [
3294
+ ""
3295
+ ],
3296
+ "Id of the single lifecycle environment to be associated with the host.": [
3297
+ ""
3298
+ ],
3215
3299
  "Id of the smart proxy": [
3216
3300
  "Smart Proxy の ID"
3217
3301
  ],
3302
+ "Id of the smart proxy from which the host consumes content.": [
3303
+ ""
3304
+ ],
3218
3305
  "Idenifier of the SSL CA Cert": [
3219
3306
  "SSL CA 証明書の ID"
3220
3307
  ],
@@ -3266,13 +3353,16 @@
3266
3353
  "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": [
3267
3354
  "これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
3268
3355
  ],
3356
+ "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3357
+ ""
3358
+ ],
3269
3359
  "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.": [
3270
3360
  "有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
3271
3361
  ],
3272
3362
  "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/...'.": [
3273
3363
  "これが有効な場合には、環境 (\\\"archived\\\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
3274
3364
  ],
3275
- "If true, only errata that can be installed without an incremental update will affect the host's errata status.": [
3365
+ "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.": [
3276
3366
  ""
3277
3367
  ],
3278
3368
  "If true, only return repository sets that are associated with an active subscriptions": [
@@ -3395,6 +3485,9 @@
3395
3485
  "Include": [
3396
3486
  "追加"
3397
3487
  ],
3488
+ "Include Refs": [
3489
+ ""
3490
+ ],
3398
3491
  "Include all RPMs not associated to any errata": [
3399
3492
  "エラータに関連付けられていないすべての RPM を含める"
3400
3493
  ],
@@ -3494,9 +3587,15 @@
3494
3587
  "Installable": [
3495
3588
  "インストール可能"
3496
3589
  ],
3590
+ "Installable bugfix/enhancement errata": [
3591
+ ""
3592
+ ],
3497
3593
  "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3498
3594
  ""
3499
3595
  ],
3596
+ "Installable security errata": [
3597
+ ""
3598
+ ],
3500
3599
  "Installable updates": [
3501
3600
  "インストール可能な更新"
3502
3601
  ],
@@ -3578,6 +3677,24 @@
3578
3677
  "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'": [
3579
3678
  "無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じタプルで指定することはできません"
3580
3679
  ],
3680
+ "Invalid format. Container name cannot be blank.": [
3681
+ ""
3682
+ ],
3683
+ "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3684
+ ""
3685
+ ],
3686
+ "Invalid format. Organization id must be an integer without leading zeros.": [
3687
+ ""
3688
+ ],
3689
+ "Invalid format. Organization label cannot be blank.": [
3690
+ ""
3691
+ ],
3692
+ "Invalid format. Product id must be an integer without leading zeros.": [
3693
+ ""
3694
+ ],
3695
+ "Invalid format. Product label cannot be blank.": [
3696
+ ""
3697
+ ],
3581
3698
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3582
3699
  "リポジトリータイプ %%{type} には無効なミラーリングポリシーです。%%{policies} だけが有効です。"
3583
3700
  ],
@@ -3854,6 +3971,9 @@
3854
3971
  "List all organizations": [
3855
3972
  "すべての組織を一覧表示します"
3856
3973
  ],
3974
+ "List all packages unique by name": [
3975
+ ""
3976
+ ],
3857
3977
  "List alternate content sources.": [
3858
3978
  "代替コンテンツソースを一覧表示します。"
3859
3979
  ],
@@ -4094,6 +4214,15 @@
4094
4214
  "Manage Manifest": [
4095
4215
  "マニフェストの管理"
4096
4216
  ],
4217
+ "Manage content": [
4218
+ ""
4219
+ ],
4220
+ "Manage errata": [
4221
+ ""
4222
+ ],
4223
+ "Manage packages": [
4224
+ ""
4225
+ ],
4097
4226
  "Manifest": [
4098
4227
  "Manifest (マニフェスト)"
4099
4228
  ],
@@ -4385,6 +4514,12 @@
4385
4514
  "No available component content view updates": [
4386
4515
  ""
4387
4516
  ],
4517
+ "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4518
+ ""
4519
+ ],
4520
+ "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages.": [
4521
+ ""
4522
+ ],
4388
4523
  "No available repository or filter updates": [
4389
4524
  ""
4390
4525
  ],
@@ -4439,6 +4574,9 @@
4439
4574
  "No errata filter rules yet": [
4440
4575
  ""
4441
4576
  ],
4577
+ "No errata found.": [
4578
+ ""
4579
+ ],
4442
4580
  "No errata matching given search query": [
4443
4581
  ""
4444
4582
  ],
@@ -4478,6 +4616,9 @@
4478
4616
  "No hosts were specified": [
4479
4617
  ""
4480
4618
  ],
4619
+ "No installed debs found for search term '%s'": [
4620
+ ""
4621
+ ],
4481
4622
  "No installed packages and/or enabled repositories have been reported by %s.": [
4482
4623
  "%s でレポートされたインストール済みパッケージや有効なリポジトリーはありません。"
4483
4624
  ],
@@ -4649,6 +4790,12 @@
4649
4790
  "No syncable repositories found for selected products and options.": [
4650
4791
  "選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
4651
4792
  ],
4793
+ "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed.": [
4794
+ ""
4795
+ ],
4796
+ "No upgradable packages found.": [
4797
+ ""
4798
+ ],
4652
4799
  "No uploads param specified. An array of uploads to import is required.": [
4653
4800
  "アップロードパラメータが指定されていません。インポートするアップロードパラメーターの配列が必要です。"
4654
4801
  ],
@@ -4715,6 +4862,9 @@
4715
4862
  "Number to Allocate": [
4716
4863
  "割り当て数"
4717
4864
  ],
4865
+ "OS": [
4866
+ ""
4867
+ ],
4718
4868
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
4719
4869
  "OS は {osRestricted} に制限されています。ホスト OS が一致しない場合は、このホストでリポジトリーは利用できません。"
4720
4870
  ],
@@ -4802,15 +4952,24 @@
4802
4952
  "Organization id": [
4803
4953
  "組織 ID"
4804
4954
  ],
4955
+ "Organization id not found: '%s'": [
4956
+ ""
4957
+ ],
4805
4958
  "Organization identifier": [
4806
4959
  "組織 ID"
4807
4960
  ],
4808
4961
  "Organization label": [
4809
4962
  "組織ラベル"
4810
4963
  ],
4964
+ "Organization label '%s' is ambiguous. Try using an id-based container name.": [
4965
+ ""
4966
+ ],
4811
4967
  "Organization not found": [
4812
4968
  "組織が見つかりません"
4813
4969
  ],
4970
+ "Organization not found: '%s'": [
4971
+ ""
4972
+ ],
4814
4973
  "Organization required": [
4815
4974
  "必要な組織"
4816
4975
  ],
@@ -5000,6 +5159,15 @@
5000
5159
  "Packages must be provided": [
5001
5160
  "パッケージを指定してください"
5002
5161
  ],
5162
+ "Packages to be removed": [
5163
+ ""
5164
+ ],
5165
+ "Packages to be updated": [
5166
+ ""
5167
+ ],
5168
+ "Packages to install": [
5169
+ ""
5170
+ ],
5003
5171
  "Packages will appear here when available.": [
5004
5172
  "パッケージが利用可能になると、ここに表示されます。"
5005
5173
  ],
@@ -5111,11 +5279,11 @@
5111
5279
  "Policy to set for mirroring content. Must be one of %s.": [
5112
5280
  "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
5113
5281
  ],
5114
- "Prefer registered through proxy for remote execution": [
5115
- "リモート実行には登録済みプロキシーを優先"
5282
+ "Prefer registered through Smart Proxy for remote execution": [
5283
+ ""
5116
5284
  ],
5117
- "Prefer using a proxy to which a host is registered when using remote execution": [
5118
- "リモート実行を使用する場合は、ホストが登録されているプロキシーの使用を優先します。"
5285
+ "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5286
+ ""
5119
5287
  ],
5120
5288
  "Prevent from further updates": [
5121
5289
  "今後の更新を回避"
@@ -5168,15 +5336,24 @@
5168
5336
  "Product id as listed from a host's installed products, \\\\\\n this is not the same product id as the products api returns": [
5169
5337
  "ホストのインストール済み製品からリストされた製品 ID。\\\\\\n 製品 API が返した製品 ID とは異なります。"
5170
5338
  ],
5339
+ "Product id not found: '%s'": [
5340
+ ""
5341
+ ],
5171
5342
  "Product label": [
5172
5343
  ""
5173
5344
  ],
5345
+ "Product label '%s' is ambiguous. Try using an id-based container name.": [
5346
+ ""
5347
+ ],
5174
5348
  "Product name": [
5175
5349
  "製品名"
5176
5350
  ],
5177
5351
  "Product name as listed from a host's installed products": [
5178
5352
  "ホストのインストール済み製品からリストされた製品名"
5179
5353
  ],
5354
+ "Product not found: '%s'": [
5355
+ ""
5356
+ ],
5180
5357
  "Product the repository belongs to": [
5181
5358
  "リポジトリーが属する製品"
5182
5359
  ],
@@ -5255,8 +5432,8 @@
5255
5432
  "Publish": [
5256
5433
  "公開"
5257
5434
  ],
5258
- "Publish Lifecycle Environment Repositories": [
5259
- "ライフサイクル環境リポジトリーの公開"
5435
+ "Publish Lifecycle Environment Container Repositories": [
5436
+ ""
5260
5437
  ],
5261
5438
  "Publish a content view": [
5262
5439
  "コンテンツビューの公開"
@@ -5273,8 +5450,8 @@
5273
5450
  "Published new version": [
5274
5451
  "新規バージョンを公開しました"
5275
5452
  ],
5276
- "Publishing ${name}": [
5277
- "公開 {name}"
5453
+ "Publishing ${truncate(name)}": [
5454
+ ""
5278
5455
  ],
5279
5456
  "Publishing content view": [
5280
5457
  "コンテンツビューの公開"
@@ -5663,6 +5840,9 @@
5663
5840
  "Remove package via Katello interface": [
5664
5841
  "Katello インターフェイスでのパッケージの削除"
5665
5842
  ],
5843
+ "Remove packages": [
5844
+ ""
5845
+ ],
5666
5846
  "Remove packages via Katello interface": [
5667
5847
  "Katello インターフェイスでのパッケージの削除"
5668
5848
  ],
@@ -5774,6 +5954,9 @@
5774
5954
  "Repository name": [
5775
5955
  ""
5776
5956
  ],
5957
+ "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.": [
5958
+ ""
5959
+ ],
5777
5960
  "Repository not found": [
5778
5961
  "リポジトリーが見つかりません"
5779
5962
  ],
@@ -5828,6 +6011,9 @@
5828
6011
  "Republish repository metadata": [
5829
6012
  ""
5830
6013
  ],
6014
+ "Requested access to '%s' is denied": [
6015
+ ""
6016
+ ],
5831
6017
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
5832
6018
  "subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
5833
6019
  ],
@@ -5975,15 +6161,27 @@
5975
6161
  "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported": [
5976
6162
  "両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
5977
6163
  ],
6164
+ "Review": [
6165
+ ""
6166
+ ],
5978
6167
  "Review affected environment": [
5979
6168
  "影響を受ける環境の確認"
5980
6169
  ],
5981
6170
  "Review affected environments": [
5982
6171
  "影響を受ける環境を確認"
5983
6172
  ],
6173
+ "Review and optionally exclude hosts from your selection.": [
6174
+ ""
6175
+ ],
6176
+ "Review and then click {submitBtnText}.": [
6177
+ ""
6178
+ ],
5984
6179
  "Review details": [
5985
6180
  "詳細を確認"
5986
6181
  ],
6182
+ "Review hosts": [
6183
+ ""
6184
+ ],
5987
6185
  "Review the information below and click ": [
5988
6186
  "以下の情報を確認して、次をクリック: "
5989
6187
  ],
@@ -6143,6 +6341,9 @@
6143
6341
  "Select a source": [
6144
6342
  ""
6145
6343
  ],
6344
+ "Select action": [
6345
+ ""
6346
+ ],
6146
6347
  "Select add-ons": [
6147
6348
  "アドオンの選択"
6148
6349
  ],
@@ -6164,11 +6365,17 @@
6164
6365
  "Select an organization": [
6165
6366
  "組織の選択"
6166
6367
  ],
6368
+ "Select at least one erratum.": [
6369
+ ""
6370
+ ],
6371
+ "Select at least one package.": [
6372
+ ""
6373
+ ],
6167
6374
  "Select attributes for ${akDetails.name}": [
6168
6375
  ""
6169
6376
  ],
6170
- "Select available version of ${cvName} to use": [
6171
- "使用する {cvName} の利用可能なバージョンの選択"
6377
+ "Select available version of ${truncate(cvName)} to use": [
6378
+ ""
6172
6379
  ],
6173
6380
  "Select available version of content views to use": [
6174
6381
  "使用するコンテンツビューの利用可能なバージョンの選択"
@@ -6179,6 +6386,12 @@
6179
6386
  "Select environment": [
6180
6387
  "環境の選択"
6181
6388
  ],
6389
+ "Select errata": [
6390
+ ""
6391
+ ],
6392
+ "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6393
+ ""
6394
+ ],
6182
6395
  "Select host collection(s) to associate with host {hostName}.": [
6183
6396
  "ホスト {hostName} に関連付けるホストコレクションを選択します。"
6184
6397
  ],
@@ -6197,9 +6410,18 @@
6197
6410
  "Select one": [
6198
6411
  "1 つを選択"
6199
6412
  ],
6413
+ "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6414
+ ""
6415
+ ],
6200
6416
  "Select packages to install to the host {hostName}.": [
6201
6417
  "ホスト {hostName} にインストールするパッケージを選択します。"
6202
6418
  ],
6419
+ "Select packages to remove on the selected hosts.": [
6420
+ ""
6421
+ ],
6422
+ "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6423
+ ""
6424
+ ],
6203
6425
  "Select page": [
6204
6426
  "ページの選択"
6205
6427
  ],
@@ -6236,6 +6458,12 @@
6236
6458
  "Selected environments ": [
6237
6459
  "選択済みの環境 "
6238
6460
  ],
6461
+ "Selected errata will be applied on {hostCount} hosts": [
6462
+ ""
6463
+ ],
6464
+ "Selected packages will be {submitAction} on {hostCount} hosts": [
6465
+ ""
6466
+ ],
6239
6467
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6240
6468
  "すべての項目が選択されている場合、含まれる ID の一覧を送信することはできません。"
6241
6469
  ],
@@ -7235,6 +7463,9 @@
7235
7463
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7236
7464
  ""
7237
7465
  ],
7466
+ "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.": [
7467
+ ""
7468
+ ],
7238
7469
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7239
7470
  "このホストのコンテンツビューおよびライフサイクル環境に含まれていないため、このエラータはインストール可能ではありません。"
7240
7471
  ],
@@ -7247,6 +7478,9 @@
7247
7478
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7248
7479
  ""
7249
7480
  ],
7481
+ "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.": [
7482
+ ""
7483
+ ],
7250
7484
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7251
7485
  "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
7252
7486
  ],
@@ -7328,6 +7562,9 @@
7328
7562
  "Title": [
7329
7563
  "タイトル"
7330
7564
  ],
7565
+ "To change content view environments, a specific organization must be selected from the organization context.": [
7566
+ ""
7567
+ ],
7331
7568
  "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.": [
7332
7569
  ""
7333
7570
  ],
@@ -7349,6 +7586,12 @@
7349
7586
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7350
7587
  ""
7351
7588
  ],
7589
+ "To manage host packages, a specific organization must be selected from the organization context.": [
7590
+ ""
7591
+ ],
7592
+ "To manage packages, select an action.": [
7593
+ ""
7594
+ ],
7352
7595
  "Total steps: ": [
7353
7596
  "ステップ合計数: "
7354
7597
  ],
@@ -7568,9 +7811,6 @@
7568
7811
  "Unsupported CDN resource": [
7569
7812
  "サポートされない CDN リソース"
7570
7813
  ],
7571
- "Unsupported URL protocol %s.": [
7572
- "非対応の URL プロトコル %s です。"
7573
- ],
7574
7814
  "Unsupported event type %{type}. Supported: %{types}": [
7575
7815
  "サポートされていないイベントタイプ %{type}。サポート: %{types}"
7576
7816
  ],
@@ -7748,6 +7988,12 @@
7748
7988
  "Upgrade": [
7749
7989
  "アップグレード"
7750
7990
  ],
7991
+ "Upgrade all packages": [
7992
+ ""
7993
+ ],
7994
+ "Upgrade packages": [
7995
+ ""
7996
+ ],
7751
7997
  "Upgrade via customized remote execution": [
7752
7998
  "カスタマイズされたリモート実行によるアップグレード"
7753
7999
  ],
@@ -7763,9 +8009,6 @@
7763
8009
  "Upload a subscription manifest": [
7764
8010
  "サブスクリプションマニフェストのアップロード"
7765
8011
  ],
7766
- "Upload content into the repository": [
7767
- "コンテンツのリポジトリーへのアップロード"
7768
- ],
7769
8012
  "Upload into": [
7770
8013
  "アップロード先"
7771
8014
  ],
@@ -7934,9 +8177,6 @@
7934
8177
  "Version details updated.": [
7935
8178
  "バージョン情報が更新されました。"
7936
8179
  ],
7937
- "Version in use": [
7938
- "使用中のバージョン"
7939
- ],
7940
8180
  "Versions": [
7941
8181
  "バージョン"
7942
8182
  ],
@@ -8111,6 +8351,9 @@
8111
8351
  "You have unsaved changes. Do you want to exit without saving your changes?": [
8112
8352
  "保存されていない変更があります。変更を保存せずに終了しますか?"
8113
8353
  ],
8354
+ "You must select at least one host.": [
8355
+ ""
8356
+ ],
8114
8357
  "You were not allowed to add %s": [
8115
8358
  "%s を追加できません"
8116
8359
  ],
@@ -8129,6 +8372,9 @@
8129
8372
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8130
8373
  ""
8131
8374
  ],
8375
+ "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8376
+ ""
8377
+ ],
8132
8378
  "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
8133
8379
  ""
8134
8380
  ],
@@ -8570,6 +8816,9 @@
8570
8816
  "initiating Pulp task": [
8571
8817
  "Pulp タスクの開始"
8572
8818
  ],
8819
+ "installed": [
8820
+ ""
8821
+ ],
8573
8822
  "installing errata...": [
8574
8823
  "エラータをインストールしています..."
8575
8824
  ],
@@ -8924,6 +9173,9 @@
8924
9173
  "update a filter": [
8925
9174
  "フィルターの更新"
8926
9175
  ],
9176
+ "updated": [
9177
+ ""
9178
+ ],
8927
9179
  "updating package group...": [
8928
9180
  "パッケージグループを更新しています..."
8929
9181
  ],