katello 4.13.1 → 4.14.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (386) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +12 -8
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
  8. data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
  11. data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
  12. data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
  15. data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
  22. data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
  23. data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
  31. data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
  44. data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
  52. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
  53. data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/api_controller.rb +7 -0
  55. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
  56. data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
  57. data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
  58. data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
  59. data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
  60. data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
  61. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  62. data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
  63. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
  64. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
  65. data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
  66. data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
  67. data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
  68. data/app/controllers/katello/application_controller.rb +1 -1
  69. data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
  70. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
  71. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
  72. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
  73. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
  74. data/app/controllers/katello/remote_execution_controller.rb +53 -58
  75. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
  76. data/app/helpers/katello/katello_urls_helper.rb +1 -1
  77. data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
  78. data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
  79. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
  80. data/app/lib/actions/katello/content_view/publish.rb +1 -0
  81. data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
  82. data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
  83. data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
  84. data/app/lib/actions/katello/foreman/content_update.rb +4 -6
  85. data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
  86. data/app/lib/actions/katello/repository/create.rb +4 -4
  87. data/app/lib/actions/katello/repository/import_upload.rb +4 -6
  88. data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
  89. data/app/lib/actions/katello/repository/update.rb +3 -3
  90. data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
  91. data/app/lib/actions/middleware/backend_services_check.rb +3 -2
  92. data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
  93. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
  94. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
  95. data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
  96. data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
  97. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
  98. data/app/lib/katello/errors.rb +1 -0
  99. data/app/lib/katello/http_resource.rb +1 -0
  100. data/app/lib/katello/lazy_accessor.rb +1 -1
  101. data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
  102. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  103. data/app/lib/katello/resources/candlepin/pool.rb +1 -2
  104. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  105. data/app/lib/katello/resources/cdn.rb +3 -2
  106. data/app/lib/katello/resources/discovery/yum.rb +3 -3
  107. data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
  108. data/app/lib/katello/util/data.rb +3 -2
  109. data/app/lib/katello/util/errata.rb +4 -3
  110. data/app/lib/katello/util/package.rb +3 -3
  111. data/app/lib/katello/util/path_with_substitutions.rb +1 -1
  112. data/app/lib/katello/util/report_table.rb +3 -2
  113. data/app/lib/katello/util/url_matcher.rb +1 -1
  114. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
  115. data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
  116. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  117. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  118. data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
  119. data/app/lib/katello/validators/prior_validator.rb +2 -2
  120. data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
  121. data/app/models/katello/activation_key.rb +4 -6
  122. data/app/models/katello/alternate_content_source.rb +1 -1
  123. data/app/models/katello/authorization/host_tracer.rb +1 -2
  124. data/app/models/katello/candlepin/repository_mapper.rb +2 -2
  125. data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
  126. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
  127. data/app/models/katello/concerns/location_extensions.rb +2 -4
  128. data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
  129. data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
  130. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
  131. data/app/models/katello/content_view.rb +5 -1
  132. data/app/models/katello/content_view_environment.rb +19 -4
  133. data/app/models/katello/content_view_environment_content_facet.rb +11 -0
  134. data/app/models/katello/erratum.rb +1 -1
  135. data/app/models/katello/event.rb +1 -1
  136. data/app/models/katello/glue/provider.rb +1 -2
  137. data/app/models/katello/hash_util.rb +1 -1
  138. data/app/models/katello/host/content_facet.rb +16 -3
  139. data/app/models/katello/host/subscription_facet.rb +27 -4
  140. data/app/models/katello/host_collection.rb +12 -8
  141. data/app/models/katello/pool.rb +5 -1
  142. data/app/models/katello/product.rb +7 -4
  143. data/app/models/katello/provider.rb +1 -2
  144. data/app/models/katello/repository.rb +18 -4
  145. data/app/models/katello/root_repository.rb +19 -0
  146. data/app/models/katello/rpm.rb +2 -2
  147. data/app/models/katello/subscription_facet_pool.rb +1 -1
  148. data/app/models/katello/sync_plan.rb +5 -4
  149. data/app/models/katello/task_status.rb +18 -18
  150. data/app/presenters/katello/product_host_count_presenter.rb +10 -0
  151. data/app/services/katello/candlepin/consumer.rb +11 -11
  152. data/app/services/katello/candlepin/message_handler.rb +3 -2
  153. data/app/services/katello/content_unit_indexer.rb +6 -0
  154. data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
  155. data/app/services/katello/pulp3/api/core.rb +1 -1
  156. data/app/services/katello/pulp3/api/docker.rb +10 -0
  157. data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
  158. data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
  159. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
  160. data/app/services/katello/pulp3/repository/apt.rb +4 -16
  161. data/app/services/katello/pulp3/repository/yum.rb +9 -5
  162. data/app/services/katello/pulp3/repository.rb +2 -2
  163. data/app/services/katello/pulp3/repository_mirror.rb +2 -9
  164. data/app/services/katello/pulp3/task.rb +4 -2
  165. data/app/services/katello/registration_manager.rb +13 -3
  166. data/app/services/katello/smart_proxy_helper.rb +1 -0
  167. data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
  168. data/app/views/foreman/job_templates/install_errata.erb +2 -0
  169. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
  170. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
  171. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
  172. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  173. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  174. data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
  175. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  176. data/app/views/foreman/job_templates/upload_profile.erb +2 -0
  177. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
  178. data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
  179. data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
  180. data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
  181. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  183. data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
  184. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
  185. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
  186. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
  187. data/config/routes/api/v2.rb +3 -1
  188. data/config/routes.rb +1 -3
  189. data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
  190. data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
  191. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
  192. data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
  193. data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
  194. data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
  195. data/db/seeds.d/102-organizations.rb +5 -7
  196. data/db/seeds.d/150-module_job_templates.rb +7 -9
  197. data/db/seeds.d/75-job_templates.rb +9 -16
  198. data/engines/bastion_katello/README.md +3 -0
  199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
  200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
  201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
  202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
  203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
  204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
  205. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
  206. data/lib/katello/engine.rb +1 -8
  207. data/lib/katello/permission_creator.rb +3 -2
  208. data/lib/katello/plugin.rb +31 -27
  209. data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
  210. data/lib/katello/tasks/reset.rake +3 -4
  211. data/lib/katello/version.rb +1 -1
  212. data/lib/katello.rb +0 -2
  213. data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
  214. data/locale/action_names.rb +1 -1
  215. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/bn/katello.po +274 -22
  217. data/locale/bn_IN/katello.po +274 -22
  218. data/locale/ca/katello.po +274 -22
  219. data/locale/cs/katello.po +274 -22
  220. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/cs_CZ/katello.po +275 -23
  222. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/de/katello.po +280 -28
  224. data/locale/de_AT/katello.po +274 -22
  225. data/locale/de_DE/katello.po +274 -22
  226. data/locale/el/katello.po +274 -22
  227. data/locale/en/katello.po +274 -22
  228. data/locale/en_GB/katello.po +274 -22
  229. data/locale/en_US/katello.po +274 -22
  230. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/es/katello.po +276 -24
  232. data/locale/et_EE/katello.po +274 -22
  233. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/fr/katello.po +283 -31
  235. data/locale/gl/katello.po +274 -22
  236. data/locale/gu/katello.po +274 -22
  237. data/locale/he_IL/katello.po +274 -22
  238. data/locale/hi/katello.po +274 -22
  239. data/locale/id/katello.po +274 -22
  240. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/it/katello.po +274 -22
  242. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ja/katello.po +283 -31
  244. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ka/katello.po +280 -28
  246. data/locale/katello.pot +1001 -527
  247. data/locale/kn/katello.po +274 -22
  248. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ko/katello.po +274 -22
  250. data/locale/ml_IN/katello.po +274 -22
  251. data/locale/mr/katello.po +274 -22
  252. data/locale/nl_NL/katello.po +274 -22
  253. data/locale/or/katello.po +274 -22
  254. data/locale/pa/katello.po +274 -22
  255. data/locale/pl/katello.po +274 -22
  256. data/locale/pl_PL/katello.po +274 -22
  257. data/locale/pt/katello.po +274 -22
  258. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/pt_BR/katello.po +276 -24
  260. data/locale/ro/katello.po +274 -22
  261. data/locale/ro_RO/katello.po +274 -22
  262. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/ru/katello.po +274 -22
  264. data/locale/sl/katello.po +274 -22
  265. data/locale/sv_SE/katello.po +274 -22
  266. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/ta/katello.po +274 -22
  268. data/locale/ta_IN/katello.po +274 -22
  269. data/locale/te/katello.po +274 -22
  270. data/locale/tr/katello.po +274 -22
  271. data/locale/vi/katello.po +274 -22
  272. data/locale/vi_VN/katello.po +274 -22
  273. data/locale/zh/katello.po +274 -22
  274. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  275. data/locale/zh_CN/katello.po +283 -31
  276. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  277. data/locale/zh_TW/katello.po +274 -22
  278. data/webpack/ForemanColumnExtensions/index.js +44 -1
  279. data/webpack/components/Table/TableWrapper.js +6 -0
  280. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
  281. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
  282. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
  284. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
  285. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
  286. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
  287. data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
  288. data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
  289. data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
  290. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
  291. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
  292. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
  293. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
  294. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
  295. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
  296. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
  297. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
  298. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
  299. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
  300. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
  301. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
  302. data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
  303. data/webpack/global_index.js +11 -3
  304. data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
  305. data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
  306. data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
  307. data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
  308. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
  309. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
  310. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  311. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
  312. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
  313. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
  314. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
  315. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
  316. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
  317. data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
  318. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
  319. data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
  320. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
  321. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
  322. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
  323. data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
  324. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
  325. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
  326. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
  327. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
  328. data/webpack/scenes/Tasks/helpers.js +1 -1
  329. metadata +24 -63
  330. data/app/assets/javascripts/katello/containers/container.js +0 -304
  331. data/app/lib/katello/util/http_helper.rb +0 -15
  332. data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
  333. data/app/models/katello/repository.rb.bak +0 -978
  334. data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
  335. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
  336. data/lib/katello/tasks/update_repository_expiry.rake +0 -114
  337. data/locale/bn/katello.po.time_stamp +0 -0
  338. data/locale/bn_IN/katello.po.time_stamp +0 -0
  339. data/locale/ca/katello.po.time_stamp +0 -0
  340. data/locale/cs/katello.po.time_stamp +0 -0
  341. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  342. data/locale/de/katello.po.time_stamp +0 -0
  343. data/locale/de_AT/katello.po.time_stamp +0 -0
  344. data/locale/de_DE/katello.po.time_stamp +0 -0
  345. data/locale/el/katello.po.time_stamp +0 -0
  346. data/locale/en/katello.po.time_stamp +0 -0
  347. data/locale/en_GB/katello.po.time_stamp +0 -0
  348. data/locale/en_US/katello.po.time_stamp +0 -0
  349. data/locale/es/katello.po.time_stamp +0 -0
  350. data/locale/et_EE/katello.po.time_stamp +0 -0
  351. data/locale/fr/katello.po.time_stamp +0 -0
  352. data/locale/gl/katello.po.time_stamp +0 -0
  353. data/locale/gu/katello.po.time_stamp +0 -0
  354. data/locale/he_IL/katello.po.time_stamp +0 -0
  355. data/locale/hi/katello.po.time_stamp +0 -0
  356. data/locale/id/katello.po.time_stamp +0 -0
  357. data/locale/it/katello.po.time_stamp +0 -0
  358. data/locale/ja/katello.po.time_stamp +0 -0
  359. data/locale/ka/katello.po.time_stamp +0 -0
  360. data/locale/kn/katello.po.time_stamp +0 -0
  361. data/locale/ko/katello.po.time_stamp +0 -0
  362. data/locale/ml_IN/katello.po.time_stamp +0 -0
  363. data/locale/mr/katello.po.time_stamp +0 -0
  364. data/locale/nl_NL/katello.po.time_stamp +0 -0
  365. data/locale/or/katello.po.time_stamp +0 -0
  366. data/locale/pa/katello.po.time_stamp +0 -0
  367. data/locale/pl/katello.po.time_stamp +0 -0
  368. data/locale/pl_PL/katello.po.time_stamp +0 -0
  369. data/locale/pt/katello.po.time_stamp +0 -0
  370. data/locale/pt_BR/katello.po.time_stamp +0 -0
  371. data/locale/ro/katello.po.time_stamp +0 -0
  372. data/locale/ro_RO/katello.po.time_stamp +0 -0
  373. data/locale/ru/katello.po.time_stamp +0 -0
  374. data/locale/sl/katello.po.time_stamp +0 -0
  375. data/locale/sv_SE/katello.po.time_stamp +0 -0
  376. data/locale/ta/katello.po.time_stamp +0 -0
  377. data/locale/ta_IN/katello.po.time_stamp +0 -0
  378. data/locale/te/katello.po.time_stamp +0 -0
  379. data/locale/tr/katello.po.time_stamp +0 -0
  380. data/locale/vi/katello.po.time_stamp +0 -0
  381. data/locale/vi_VN/katello.po.time_stamp +0 -0
  382. data/locale/zh/katello.po.time_stamp +0 -0
  383. data/locale/zh_CN/katello.po.time_stamp +0 -0
  384. data/locale/zh_TW/katello.po.time_stamp +0 -0
  385. data/webpack/global_test_setup.js.bak +0 -59
  386. data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/es/katello.po CHANGED
@@ -166,6 +166,9 @@ msgstr ""
166
166
  msgid "%s is unreachable. %s"
167
167
  msgstr "%s es inalcanzable. %s"
168
168
 
169
+ msgid "%s was not found!"
170
+ msgstr ""
171
+
169
172
  msgid "%{errata} (%{total} other errata)"
170
173
  msgstr "%{errata} (%{total} otras erratas)"
171
174
 
@@ -421,6 +424,12 @@ msgstr ""
421
424
  msgid "A backend service [ %s ] is unreachable"
422
425
  msgstr "Un servicio backend [ %s ] es inalcanzable"
423
426
 
427
+ msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
428
+ msgstr ""
429
+
430
+ msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
431
+ msgstr ""
432
+
424
433
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
425
434
  msgstr "No se ha aplicado una gran cantidad de erratas a esta vista de contenido, por lo tanto solamente se mostrarán las primeras 100."
426
435
 
@@ -529,7 +538,7 @@ msgstr ""
529
538
  msgid "Activation keys can be managed {here}."
530
539
  msgstr ""
531
540
 
532
- msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
541
+ msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
533
542
  msgstr ""
534
543
 
535
544
  msgid "Activation keys may be used during {system_registration}."
@@ -655,6 +664,9 @@ msgstr ""
655
664
  msgid "Affected Repositories"
656
665
  msgstr "Repositorios afectados"
657
666
 
667
+ msgid "Affected hosts"
668
+ msgstr ""
669
+
658
670
  msgid "Affected repositories"
659
671
  msgstr ""
660
672
 
@@ -694,7 +706,7 @@ msgstr ""
694
706
  msgid "All versions will be removed from these environments"
695
707
  msgstr ""
696
708
 
697
- msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
709
+ msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
698
710
  msgstr ""
699
711
 
700
712
  msgid "Allow deleting repositories in published content views"
@@ -793,15 +805,24 @@ msgstr "Aplicable"
793
805
  msgid "Applicable Content Hosts"
794
806
  msgstr "Alojamientos de contenidos aplicables"
795
807
 
808
+ msgid "Applicable bugfix/enhancement errata"
809
+ msgstr ""
810
+
796
811
  msgid "Applicable errata apply to at least one package installed on the host."
797
812
  msgstr ""
798
813
 
814
+ msgid "Applicable security errata"
815
+ msgstr ""
816
+
799
817
  msgid "Application"
800
818
  msgstr "Aplicación"
801
819
 
802
820
  msgid "Apply"
803
821
  msgstr "Solicitar"
804
822
 
823
+ msgid "Apply errata"
824
+ msgstr ""
825
+
805
826
  msgid "Apply erratum"
806
827
  msgstr ""
807
828
 
@@ -868,6 +889,9 @@ msgstr "Matriz de componentes a añadir"
868
889
  msgid "Array of content view component IDs to remove. Identifier of the component association"
869
890
  msgstr "Matriz de contenido, ver ID de los componentes para eliminarlos. Identificador de la asociación del componente"
870
891
 
892
+ msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
893
+ msgstr ""
894
+
871
895
  msgid "Array of host ids"
872
896
  msgstr "Selección de ID de host"
873
897
 
@@ -907,6 +931,9 @@ msgstr "Asignar la vista del entorno y el contenido a uno o más hosts"
907
931
  msgid "Assign the release version to one or more hosts"
908
932
  msgstr "Asignar la versión de lanzamiento a uno o más hosts"
909
933
 
934
+ msgid "Assigning a host to multiple content view environments is not enabled."
935
+ msgstr ""
936
+
910
937
  msgid "Associated location IDs"
911
938
  msgstr "ID de ubicaciones asociadas"
912
939
 
@@ -1102,6 +1129,9 @@ msgstr "Calcular erratas aplicables según una vista de contenido específica"
1102
1129
  msgid "Calculate Applicable Errata based on a particular Environment"
1103
1130
  msgstr "Calcular las erratas aplicables según un entorno específico"
1104
1131
 
1132
+ msgid "Calculate content counts on smart proxies automatically"
1133
+ msgstr ""
1134
+
1105
1135
  msgid "Can communicate with the Red Hat Portal for subscriptions."
1106
1136
  msgstr ""
1107
1137
 
@@ -1243,6 +1273,9 @@ msgstr ""
1243
1273
  msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1244
1274
  msgstr ""
1245
1275
 
1276
+ msgid "Cannot install errata: No installable errata found for search term '%s'"
1277
+ msgstr ""
1278
+
1246
1279
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1247
1280
  msgstr "No se puede realizar una actualización incremental en una versión de vista de contenido compuesto (%{name} version version %{version}"
1248
1281
 
@@ -1273,6 +1306,9 @@ msgstr "No se puede eliminar el contenido desde un repositorio no personalizado"
1273
1306
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1274
1307
  msgstr "No se puede eliminar la vista de contenido del entorno. La vista de contenido '%{view}' no está en el entorno del ciclo de vida '%{env}'."
1275
1308
 
1309
+ msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1310
+ msgstr ""
1311
+
1276
1312
  msgid "Cannot set attribute %{attr} for content type %{type}"
1277
1313
  msgstr "No se puede establecer el atributo %{attr} para el tipo de contenido %{type}"
1278
1314
 
@@ -1291,6 +1327,12 @@ msgstr "No se puede especificar contenido para vistas de contenido"
1291
1327
  msgid "Cannot sync file:// repositories with the On Demand Download Policy"
1292
1328
  msgstr ""
1293
1329
 
1330
+ msgid "Cannot update properties of a container push repository"
1331
+ msgstr ""
1332
+
1333
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1334
+ msgstr ""
1335
+
1294
1336
  msgid "Cannot upload Ansible collections."
1295
1337
  msgstr ""
1296
1338
 
@@ -1336,12 +1378,12 @@ msgstr ""
1336
1378
  msgid "Checksum of file to upload"
1337
1379
  msgstr "Suma de comprobación del archivo a cargar"
1338
1380
 
1339
- msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
1340
- msgstr "La suma de comprobación del repositorio; actualmente se admite 'sha1' y 'sha256'."
1341
-
1342
1381
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
1343
1382
  msgstr "No se puede establecer el tipo de suma de comprobación para los repositorios yum con la política de descarga bajo demanda."
1344
1383
 
1384
+ msgid "Checksum used for published repository contents. Supported types: %s"
1385
+ msgstr ""
1386
+
1345
1387
  msgid "Choose content credentials if required for this RHUI source."
1346
1388
  msgstr ""
1347
1389
 
@@ -1372,6 +1414,9 @@ msgstr "Cerrar"
1372
1414
  msgid "Collapse All"
1373
1415
  msgstr "Contraer todo"
1374
1416
 
1417
+ msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
1418
+ msgstr ""
1419
+
1375
1420
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1376
1421
  msgstr ""
1377
1422
 
@@ -1384,6 +1429,9 @@ msgstr ""
1384
1429
  msgid "Compare"
1385
1430
  msgstr ""
1386
1431
 
1432
+ msgid "Completed pulp task protection days"
1433
+ msgstr ""
1434
+
1387
1435
  msgid "Component"
1388
1436
  msgstr "Componente"
1389
1437
 
@@ -1612,6 +1660,9 @@ msgstr ""
1612
1660
  msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
1613
1661
  msgstr ""
1614
1662
 
1663
+ msgid "Content type does not support repo discovery"
1664
+ msgstr ""
1665
+
1615
1666
  msgid "Content view"
1616
1667
  msgstr ""
1617
1668
 
@@ -1642,10 +1693,10 @@ msgstr ""
1642
1693
  msgid "Content view and lifecycle environment must be provided together"
1643
1694
  msgstr ""
1644
1695
 
1645
- msgid "Content view details"
1696
+ msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1646
1697
  msgstr ""
1647
1698
 
1648
- msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
1699
+ msgid "Content view environments"
1649
1700
  msgstr ""
1650
1701
 
1651
1702
  msgid "Content view environments and activation key must all belong to the same organization"
@@ -1771,6 +1822,15 @@ msgstr "No se han encontrado todas las erratas especificadas: %s"
1771
1822
  msgid "Could not find environments for promotion"
1772
1823
  msgstr "No se encontraron entornos para la promoción"
1773
1824
 
1825
+ msgid "Could not locate Pulp distribution."
1826
+ msgstr ""
1827
+
1828
+ msgid "Could not locate local uploaded repository for content indexing."
1829
+ msgstr ""
1830
+
1831
+ msgid "Could not locate repository properties for content indexing."
1832
+ msgstr ""
1833
+
1774
1834
  msgid "Could not remove the lifecycle environment from the smart proxy"
1775
1835
  msgstr "No se pudo eliminar el entorno de ciclo de vida del proxy inteligente"
1776
1836
 
@@ -2299,7 +2359,7 @@ msgstr "Destruir uno o más repositorios"
2299
2359
  msgid "Details"
2300
2360
  msgstr "Detalles"
2301
2361
 
2302
- msgid "Determining settings for ${name}"
2362
+ msgid "Determining settings for ${truncate(name)}"
2303
2363
  msgstr ""
2304
2364
 
2305
2365
  msgid "Digest"
@@ -2362,6 +2422,12 @@ msgstr "Descargar un certificado de depuración"
2362
2422
  msgid "Download rate limit"
2363
2423
  msgstr ""
2364
2424
 
2425
+ msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
2426
+ msgstr ""
2427
+
2428
+ msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
2429
+ msgstr ""
2430
+
2365
2431
  msgid "Duplicate artifact detected"
2366
2432
  msgstr ""
2367
2433
 
@@ -2560,6 +2626,12 @@ msgstr "ID de errata de la errata (RHSA-2012:108)"
2560
2626
  msgid "Errata mail"
2561
2627
  msgstr "Correo de erratas"
2562
2628
 
2629
+ msgid "Errata statuses not updated for deleted content facet with UUID %s"
2630
+ msgstr ""
2631
+
2632
+ msgid "Errata to apply"
2633
+ msgstr ""
2634
+
2563
2635
  msgid "Errata to exclusively include in the action"
2564
2636
  msgstr "Erratas a incluir exclusivamente en la acción"
2565
2637
 
@@ -2608,6 +2680,9 @@ msgstr "Excede la cantidad disponible"
2608
2680
  msgid "Exclude"
2609
2681
  msgstr "Excluir"
2610
2682
 
2683
+ msgid "Exclude Refs"
2684
+ msgstr ""
2685
+
2611
2686
  msgid "Exclude all RPMs not associated to any errata"
2612
2687
  msgstr ""
2613
2688
 
@@ -3113,6 +3188,9 @@ msgstr "Hosta con erratas instalables"
3113
3188
  msgid "Hosts: "
3114
3189
  msgstr ""
3115
3190
 
3191
+ msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
3192
+ msgstr ""
3193
+
3116
3194
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
3117
3195
  msgstr ""
3118
3196
 
@@ -3242,9 +3320,18 @@ msgstr ""
3242
3320
  msgid "Id of the repository to limit verifying checksum on"
3243
3321
  msgstr ""
3244
3322
 
3323
+ msgid "Id of the single content view to be associated with the host."
3324
+ msgstr ""
3325
+
3326
+ msgid "Id of the single lifecycle environment to be associated with the host."
3327
+ msgstr ""
3328
+
3245
3329
  msgid "Id of the smart proxy"
3246
3330
  msgstr "ID del proxy inteligente"
3247
3331
 
3332
+ msgid "Id of the smart proxy from which the host consumes content."
3333
+ msgstr ""
3334
+
3248
3335
  msgid "Idenifier of the SSL CA Cert"
3249
3336
  msgstr "Identificador del certificado SSL CA"
3250
3337
 
@@ -3298,13 +3385,16 @@ msgstr ""
3298
3385
  msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
3299
3386
  msgstr ""
3300
3387
 
3388
+ msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
3389
+ msgstr ""
3390
+
3301
3391
  msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
3302
3392
  msgstr ""
3303
3393
 
3304
3394
  msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
3305
3395
  msgstr ""
3306
3396
 
3307
- msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
3397
+ msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
3308
3398
  msgstr ""
3309
3399
 
3310
3400
  msgid "If true, only return repository sets that are associated with an active subscriptions"
@@ -3427,6 +3517,9 @@ msgstr ""
3427
3517
  msgid "Include"
3428
3518
  msgstr "Incluya"
3429
3519
 
3520
+ msgid "Include Refs"
3521
+ msgstr ""
3522
+
3430
3523
  msgid "Include all RPMs not associated to any errata"
3431
3524
  msgstr ""
3432
3525
 
@@ -3526,9 +3619,15 @@ msgstr ""
3526
3619
  msgid "Installable"
3527
3620
  msgstr "Instalable"
3528
3621
 
3622
+ msgid "Installable bugfix/enhancement errata"
3623
+ msgstr ""
3624
+
3529
3625
  msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3530
3626
  msgstr ""
3531
3627
 
3628
+ msgid "Installable security errata"
3629
+ msgstr ""
3630
+
3532
3631
  msgid "Installable updates"
3533
3632
  msgstr ""
3534
3633
 
@@ -3610,6 +3709,24 @@ msgstr ""
3610
3709
  msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
3611
3710
  msgstr "Regla de filtro no válida. 'version' no se puede especificar en la misma tupla que 'min_version' o 'max_version'"
3612
3711
 
3712
+ msgid "Invalid format. Container name cannot be blank."
3713
+ msgstr ""
3714
+
3715
+ msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
3716
+ msgstr ""
3717
+
3718
+ msgid "Invalid format. Organization id must be an integer without leading zeros."
3719
+ msgstr ""
3720
+
3721
+ msgid "Invalid format. Organization label cannot be blank."
3722
+ msgstr ""
3723
+
3724
+ msgid "Invalid format. Product id must be an integer without leading zeros."
3725
+ msgstr ""
3726
+
3727
+ msgid "Invalid format. Product label cannot be blank."
3728
+ msgstr ""
3729
+
3613
3730
  msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
3614
3731
  msgstr ""
3615
3732
 
@@ -3886,6 +4003,9 @@ msgstr "Listar todos los :resource_id"
3886
4003
  msgid "List all organizations"
3887
4004
  msgstr "Mostrar todas las organizaciones"
3888
4005
 
4006
+ msgid "List all packages unique by name"
4007
+ msgstr ""
4008
+
3889
4009
  msgid "List alternate content sources."
3890
4010
  msgstr ""
3891
4011
 
@@ -4126,6 +4246,15 @@ msgstr "Asegúrese de que todas las vistas de contenido de los componentes se pu
4126
4246
  msgid "Manage Manifest"
4127
4247
  msgstr "Administrar manifiesto"
4128
4248
 
4249
+ msgid "Manage content"
4250
+ msgstr ""
4251
+
4252
+ msgid "Manage errata"
4253
+ msgstr ""
4254
+
4255
+ msgid "Manage packages"
4256
+ msgstr ""
4257
+
4129
4258
  msgid "Manifest"
4130
4259
  msgstr "Manifiesto"
4131
4260
 
@@ -4425,6 +4554,12 @@ msgstr "No hay artefactos para mostrar"
4425
4554
  msgid "No available component content view updates"
4426
4555
  msgstr ""
4427
4556
 
4557
+ msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4558
+ msgstr ""
4559
+
4560
+ msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4561
+ msgstr ""
4562
+
4428
4563
  msgid "No available repository or filter updates"
4429
4564
  msgstr ""
4430
4565
 
@@ -4479,6 +4614,9 @@ msgstr ""
4479
4614
  msgid "No errata filter rules yet"
4480
4615
  msgstr ""
4481
4616
 
4617
+ msgid "No errata found."
4618
+ msgstr ""
4619
+
4482
4620
  msgid "No errata matching given search query"
4483
4621
  msgstr ""
4484
4622
 
@@ -4518,6 +4656,9 @@ msgstr "No se encontraron hosts registrados con el gestor de suscripciones en la
4518
4656
  msgid "No hosts were specified"
4519
4657
  msgstr ""
4520
4658
 
4659
+ msgid "No installed debs found for search term '%s'"
4660
+ msgstr ""
4661
+
4521
4662
  msgid "No installed packages and/or enabled repositories have been reported by %s."
4522
4663
  msgstr ""
4523
4664
 
@@ -4689,6 +4830,12 @@ msgstr "No hay suscripciones que coincidan con sus criterios de búsqueda."
4689
4830
  msgid "No syncable repositories found for selected products and options."
4690
4831
  msgstr "No se encontraron repositorios sincronizables para los productos y opciones seleccionados."
4691
4832
 
4833
+ msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4834
+ msgstr ""
4835
+
4836
+ msgid "No upgradable packages found."
4837
+ msgstr ""
4838
+
4692
4839
  msgid "No uploads param specified. An array of uploads to import is required."
4693
4840
  msgstr "No se especifican los parámetros de carga. Se requiere una matriz de cargas para importar."
4694
4841
 
@@ -4755,6 +4902,9 @@ msgstr "Número de resultados por página a devolver."
4755
4902
  msgid "Number to Allocate"
4756
4903
  msgstr "Número a asignar"
4757
4904
 
4905
+ msgid "OS"
4906
+ msgstr ""
4907
+
4758
4908
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
4759
4909
  msgstr ""
4760
4910
 
@@ -4842,15 +4992,24 @@ msgstr "La organización no puede estar en blanco."
4842
4992
  msgid "Organization id"
4843
4993
  msgstr "ID de organización"
4844
4994
 
4995
+ msgid "Organization id not found: '%s'"
4996
+ msgstr ""
4997
+
4845
4998
  msgid "Organization identifier"
4846
4999
  msgstr "identificador de la organización"
4847
5000
 
4848
5001
  msgid "Organization label"
4849
5002
  msgstr "Etiqueta de la organización"
4850
5003
 
5004
+ msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5005
+ msgstr ""
5006
+
4851
5007
  msgid "Organization not found"
4852
5008
  msgstr "Organización no encontrada"
4853
5009
 
5010
+ msgid "Organization not found: '%s'"
5011
+ msgstr ""
5012
+
4854
5013
  msgid "Organization required"
4855
5014
  msgstr "Se requiere organización"
4856
5015
 
@@ -5040,6 +5199,15 @@ msgstr "Paquetes"
5040
5199
  msgid "Packages must be provided"
5041
5200
  msgstr "Se deben proporcionar los paquetes"
5042
5201
 
5202
+ msgid "Packages to be removed"
5203
+ msgstr ""
5204
+
5205
+ msgid "Packages to be updated"
5206
+ msgstr ""
5207
+
5208
+ msgid "Packages to install"
5209
+ msgstr ""
5210
+
5043
5211
  msgid "Packages will appear here when available."
5044
5212
  msgstr ""
5045
5213
 
@@ -5151,10 +5319,10 @@ msgstr ""
5151
5319
  msgid "Policy to set for mirroring content. Must be one of %s."
5152
5320
  msgstr ""
5153
5321
 
5154
- msgid "Prefer registered through proxy for remote execution"
5322
+ msgid "Prefer registered through Smart Proxy for remote execution"
5155
5323
  msgstr ""
5156
5324
 
5157
- msgid "Prefer using a proxy to which a host is registered when using remote execution"
5325
+ msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
5158
5326
  msgstr ""
5159
5327
 
5160
5328
  msgid "Prevent from further updates"
@@ -5212,15 +5380,24 @@ msgstr ""
5212
5380
  "El ID de producto como aparece en la lista de los productos instalados por el host\n"
5213
5381
  " no es el mismo ID de producto que la devuelve la api de productos"
5214
5382
 
5383
+ msgid "Product id not found: '%s'"
5384
+ msgstr ""
5385
+
5215
5386
  msgid "Product label"
5216
5387
  msgstr ""
5217
5388
 
5389
+ msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5390
+ msgstr ""
5391
+
5218
5392
  msgid "Product name"
5219
5393
  msgstr "Nombre del producto"
5220
5394
 
5221
5395
  msgid "Product name as listed from a host's installed products"
5222
5396
  msgstr "El nombre de producto como aparece en la lista de los productos instalados por el host"
5223
5397
 
5398
+ msgid "Product not found: '%s'"
5399
+ msgstr ""
5400
+
5224
5401
  msgid "Product the repository belongs to"
5225
5402
  msgstr "Producto al que pertenece el repositorio"
5226
5403
 
@@ -5299,8 +5476,8 @@ msgstr ""
5299
5476
  msgid "Publish"
5300
5477
  msgstr "Publicar"
5301
5478
 
5302
- msgid "Publish Lifecycle Environment Repositories"
5303
- msgstr "Publicar repositorios del entorno de ciclo de vida"
5479
+ msgid "Publish Lifecycle Environment Container Repositories"
5480
+ msgstr ""
5304
5481
 
5305
5482
  msgid "Publish a content view"
5306
5483
  msgstr "Publicar una vista de contenido"
@@ -5317,7 +5494,7 @@ msgstr ""
5317
5494
  msgid "Published new version"
5318
5495
  msgstr "Nueva versión publicada"
5319
5496
 
5320
- msgid "Publishing ${name}"
5497
+ msgid "Publishing ${truncate(name)}"
5321
5498
  msgstr ""
5322
5499
 
5323
5500
  msgid "Publishing content view"
@@ -5707,6 +5884,9 @@ msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
5707
5884
  msgid "Remove package via Katello interface"
5708
5885
  msgstr "Eliminar el paquete a través de la interfaz Katello"
5709
5886
 
5887
+ msgid "Remove packages"
5888
+ msgstr ""
5889
+
5710
5890
  msgid "Remove packages via Katello interface"
5711
5891
  msgstr ""
5712
5892
 
@@ -5818,6 +5998,9 @@ msgstr "La etiqueta de repositorio '%s' no está asociada a la vista de contenid
5818
5998
  msgid "Repository name"
5819
5999
  msgstr ""
5820
6000
 
6001
+ msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
6002
+ msgstr ""
6003
+
5821
6004
  msgid "Repository not found"
5822
6005
  msgstr "No se encontraron repositorios"
5823
6006
 
@@ -5872,6 +6055,9 @@ msgstr "Volver a publicar repositorios de la versión"
5872
6055
  msgid "Republish repository metadata"
5873
6056
  msgstr ""
5874
6057
 
6058
+ msgid "Requested access to '%s' is denied"
6059
+ msgstr ""
6060
+
5875
6061
  msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
5876
6062
  msgstr "Requieren que cargue el manifiesto de suscripción y vuelva a adjuntar suscripciones a hosts y claves de activación."
5877
6063
 
@@ -6019,15 +6205,27 @@ msgstr ""
6019
6205
  msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
6020
6206
  msgstr ""
6021
6207
 
6208
+ msgid "Review"
6209
+ msgstr ""
6210
+
6022
6211
  msgid "Review affected environment"
6023
6212
  msgstr ""
6024
6213
 
6025
6214
  msgid "Review affected environments"
6026
6215
  msgstr ""
6027
6216
 
6217
+ msgid "Review and optionally exclude hosts from your selection."
6218
+ msgstr ""
6219
+
6220
+ msgid "Review and then click {submitBtnText}."
6221
+ msgstr ""
6222
+
6028
6223
  msgid "Review details"
6029
6224
  msgstr ""
6030
6225
 
6226
+ msgid "Review hosts"
6227
+ msgstr ""
6228
+
6031
6229
  msgid "Review the information below and click "
6032
6230
  msgstr ""
6033
6231
 
@@ -6187,6 +6385,9 @@ msgstr ""
6187
6385
  msgid "Select a source"
6188
6386
  msgstr ""
6189
6387
 
6388
+ msgid "Select action"
6389
+ msgstr ""
6390
+
6190
6391
  msgid "Select add-ons"
6191
6392
  msgstr ""
6192
6393
 
@@ -6208,10 +6409,16 @@ msgstr ""
6208
6409
  msgid "Select an organization"
6209
6410
  msgstr "Seleccionar una organización"
6210
6411
 
6412
+ msgid "Select at least one erratum."
6413
+ msgstr ""
6414
+
6415
+ msgid "Select at least one package."
6416
+ msgstr ""
6417
+
6211
6418
  msgid "Select attributes for ${akDetails.name}"
6212
6419
  msgstr ""
6213
6420
 
6214
- msgid "Select available version of ${cvName} to use"
6421
+ msgid "Select available version of ${truncate(cvName)} to use"
6215
6422
  msgstr ""
6216
6423
 
6217
6424
  msgid "Select available version of content views to use"
@@ -6223,6 +6430,12 @@ msgstr ""
6223
6430
  msgid "Select environment"
6224
6431
  msgstr "Seleccionar entorno"
6225
6432
 
6433
+ msgid "Select errata"
6434
+ msgstr ""
6435
+
6436
+ msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
6437
+ msgstr ""
6438
+
6226
6439
  msgid "Select host collection(s) to associate with host {hostName}."
6227
6440
  msgstr ""
6228
6441
 
@@ -6241,9 +6454,18 @@ msgstr ""
6241
6454
  msgid "Select one"
6242
6455
  msgstr ""
6243
6456
 
6457
+ msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
6458
+ msgstr ""
6459
+
6244
6460
  msgid "Select packages to install to the host {hostName}."
6245
6461
  msgstr ""
6246
6462
 
6463
+ msgid "Select packages to remove on the selected hosts."
6464
+ msgstr ""
6465
+
6466
+ msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
6467
+ msgstr ""
6468
+
6247
6469
  msgid "Select page"
6248
6470
  msgstr ""
6249
6471
 
@@ -6280,6 +6502,12 @@ msgstr ""
6280
6502
  msgid "Selected environments "
6281
6503
  msgstr ""
6282
6504
 
6505
+ msgid "Selected errata will be applied on {hostCount} hosts"
6506
+ msgstr ""
6507
+
6508
+ msgid "Selected packages will be {submitAction} on {hostCount} hosts"
6509
+ msgstr ""
6510
+
6283
6511
  msgid "Sending a list of included IDs is not allowed when all items are being selected."
6284
6512
  msgstr ""
6285
6513
 
@@ -7283,6 +7511,9 @@ msgstr ""
7283
7511
  msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7284
7512
  msgstr ""
7285
7513
 
7514
+ msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
7515
+ msgstr ""
7516
+
7286
7517
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7287
7518
  msgstr ""
7288
7519
 
@@ -7295,6 +7526,9 @@ msgstr ""
7295
7526
  msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
7296
7527
  msgstr ""
7297
7528
 
7529
+ msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
7530
+ msgstr ""
7531
+
7298
7532
  msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
7299
7533
  msgstr "La organización de este host está en el modo de acceso a contenido simple. Adjuntar suscripciones está desactivado."
7300
7534
 
@@ -7376,6 +7610,9 @@ msgstr "Sello de tiempo"
7376
7610
  msgid "Title"
7377
7611
  msgstr "Título"
7378
7612
 
7613
+ msgid "To change content view environments, a specific organization must be selected from the organization context."
7614
+ msgstr ""
7615
+
7379
7616
  msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7380
7617
  msgstr ""
7381
7618
 
@@ -7397,6 +7634,12 @@ msgstr ""
7397
7634
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7398
7635
  msgstr ""
7399
7636
 
7637
+ msgid "To manage host packages, a specific organization must be selected from the organization context."
7638
+ msgstr ""
7639
+
7640
+ msgid "To manage packages, select an action."
7641
+ msgstr ""
7642
+
7400
7643
  msgid "Total steps: "
7401
7644
  msgstr "Pasos totales:"
7402
7645
 
@@ -7616,9 +7859,6 @@ msgstr "Sin especificar"
7616
7859
  msgid "Unsupported CDN resource"
7617
7860
  msgstr ""
7618
7861
 
7619
- msgid "Unsupported URL protocol %s."
7620
- msgstr "Protocolo de URL no compatible %s."
7621
-
7622
7862
  msgid "Unsupported event type %{type}. Supported: %{types}"
7623
7863
  msgstr "Tipo de evento no soportado %{type}. Soportado: %{types}"
7624
7864
 
@@ -7796,6 +8036,12 @@ msgstr ""
7796
8036
  msgid "Upgrade"
7797
8037
  msgstr ""
7798
8038
 
8039
+ msgid "Upgrade all packages"
8040
+ msgstr ""
8041
+
8042
+ msgid "Upgrade packages"
8043
+ msgstr ""
8044
+
7799
8045
  msgid "Upgrade via customized remote execution"
7800
8046
  msgstr ""
7801
8047
 
@@ -7811,9 +8057,6 @@ msgstr "Cargar un fragmento del contenido del archivo"
7811
8057
  msgid "Upload a subscription manifest"
7812
8058
  msgstr "Cargar un manifiesto de suscripción"
7813
8059
 
7814
- msgid "Upload content into the repository"
7815
- msgstr "Cargar contenido en el repositorio"
7816
-
7817
8060
  msgid "Upload into"
7818
8061
  msgstr "Cargar a "
7819
8062
 
@@ -7982,9 +8225,6 @@ msgstr ""
7982
8225
  msgid "Version details updated."
7983
8226
  msgstr ""
7984
8227
 
7985
- msgid "Version in use"
7986
- msgstr ""
7987
-
7988
8228
  msgid "Versions"
7989
8229
  msgstr "Versiones"
7990
8230
 
@@ -8159,6 +8399,9 @@ msgstr "Tiene suscripciones que vencen en %s días"
8159
8399
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8160
8400
  msgstr "Tienes cambios no guardados. ¿Quiere salir sin guardar sus cambios?"
8161
8401
 
8402
+ msgid "You must select at least one host."
8403
+ msgstr ""
8404
+
8162
8405
  msgid "You were not allowed to add %s"
8163
8406
  msgstr "No se le permitió añadir %s"
8164
8407
 
@@ -8177,6 +8420,9 @@ msgstr "Va a modificar los derechos de %(entitlementCount)s "
8177
8420
  msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8178
8421
  msgstr ""
8179
8422
 
8423
+ msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
8424
+ msgstr ""
8425
+
8180
8426
  msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
8181
8427
  msgstr ""
8182
8428
 
@@ -8618,6 +8864,9 @@ msgstr ""
8618
8864
  msgid "initiating Pulp task"
8619
8865
  msgstr "iniciando tarea Pulp"
8620
8866
 
8867
+ msgid "installed"
8868
+ msgstr ""
8869
+
8621
8870
  msgid "installing errata..."
8622
8871
  msgstr "Instalando erratas..."
8623
8872
 
@@ -8972,6 +9221,9 @@ msgstr ""
8972
9221
  msgid "update a filter"
8973
9222
  msgstr "Actualizar un filtro"
8974
9223
 
9224
+ msgid "updated"
9225
+ msgstr ""
9226
+
8975
9227
  msgid "updating package group..."
8976
9228
  msgstr "Actualizando grupo de paquetes..."
8977
9229