katello 4.14.1 → 4.15.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 (453) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/chosen.jquery.js +3 -3
  3. data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
  4. data/app/assets/javascripts/katello/common/katello.js +8 -7
  5. data/app/assets/javascripts/katello/common/katello_object.js +3 -3
  6. data/app/assets/javascripts/katello/common/menu.js +7 -7
  7. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
  8. data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
  9. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
  10. data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
  11. data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
  12. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
  13. data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
  14. data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
  15. data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
  16. data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
  17. data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
  18. data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
  19. data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
  20. data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
  21. data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
  22. data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
  23. data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
  24. data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
  25. data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
  26. data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
  27. data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
  28. data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
  29. data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
  30. data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
  31. data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
  32. data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
  33. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
  34. data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
  35. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
  36. data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
  37. data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
  38. data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
  39. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
  40. data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
  41. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
  42. data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
  43. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
  44. data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
  45. data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
  46. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
  47. data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
  48. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
  49. data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
  50. data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
  51. data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
  52. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
  53. data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
  54. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
  55. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
  56. data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
  57. data/app/assets/javascripts/katello/sync_management/sync_management.js +9 -9
  58. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
  59. data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
  60. data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
  61. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
  62. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
  63. data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
  64. data/app/controllers/katello/api/v2/api_controller.rb +1 -1
  65. data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
  66. data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
  67. data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
  68. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
  69. data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
  70. data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
  71. data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
  72. data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
  73. data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
  74. data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
  75. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  76. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
  77. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  78. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
  79. data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
  80. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
  81. data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
  82. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
  83. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  84. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
  85. data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
  86. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
  87. data/app/helpers/katello/katello_url_helper.rb +1 -1
  88. data/app/lib/actions/candlepin/product/content_create.rb +12 -1
  89. data/app/lib/actions/candlepin/product/content_update.rb +21 -4
  90. data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
  91. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
  92. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
  93. data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
  94. data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
  95. data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
  96. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
  97. data/app/lib/actions/katello/content_view/remove.rb +8 -12
  98. data/app/lib/actions/katello/content_view_version/import.rb +1 -1
  99. data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
  100. data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
  101. data/app/lib/actions/katello/host/hypervisors.rb +1 -1
  102. data/app/lib/actions/katello/product/content_create.rb +28 -19
  103. data/app/lib/actions/katello/product/content_destroy.rb +6 -5
  104. data/app/lib/actions/katello/product/destroy.rb +1 -1
  105. data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
  106. data/app/lib/actions/katello/repository/create.rb +24 -17
  107. data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
  108. data/app/lib/actions/katello/repository/create_root.rb +5 -15
  109. data/app/lib/actions/katello/repository/destroy.rb +3 -3
  110. data/app/lib/actions/katello/repository/discover.rb +1 -1
  111. data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
  112. data/app/lib/actions/katello/repository/import_upload.rb +1 -1
  113. data/app/lib/actions/katello/repository/sync.rb +16 -0
  114. data/app/lib/actions/katello/repository/update.rb +11 -20
  115. data/app/lib/actions/katello/repository/upload_files.rb +1 -1
  116. data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
  117. data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
  118. data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
  119. data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
  120. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
  121. data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
  122. data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
  123. data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
  124. data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
  125. data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
  126. data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
  127. data/app/lib/katello/http_resource.rb +6 -6
  128. data/app/lib/katello/messaging/stomp_connection.rb +4 -4
  129. data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
  130. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  131. data/app/lib/katello/resources/candlepin/product.rb +1 -1
  132. data/app/lib/katello/resources/candlepin.rb +1 -1
  133. data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
  134. data/app/lib/katello/resources/cdn.rb +1 -1
  135. data/app/lib/katello/resources/discovery/container.rb +5 -3
  136. data/app/lib/katello/resources/discovery/yum.rb +3 -1
  137. data/app/lib/katello/resources/registry.rb +0 -3
  138. data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
  139. data/app/lib/katello/util/cveak_migrator.rb +38 -0
  140. data/app/lib/katello/util/deb.rb +9 -0
  141. data/app/lib/katello/util/deduplication_migrator.rb +8 -8
  142. data/app/lib/katello/util/model.rb +2 -2
  143. data/app/lib/katello/util/search.rb +5 -5
  144. data/app/lib/katello/util/task_status.rb +19 -19
  145. data/app/lib/katello/util/url_matcher.rb +3 -3
  146. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
  147. data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
  148. data/app/mailers/katello/errata_mailer.rb +1 -4
  149. data/app/models/katello/activation_key.rb +123 -27
  150. data/app/models/katello/alternate_content_source.rb +5 -5
  151. data/app/models/katello/authorization/activation_key.rb +1 -1
  152. data/app/models/katello/authorization/content_view_environment.rb +7 -0
  153. data/app/models/katello/cdn_configuration.rb +1 -1
  154. data/app/models/katello/concerns/content_facet_host_extensions.rb +24 -2
  155. data/app/models/katello/concerns/host_managed_extensions.rb +11 -6
  156. data/app/models/katello/concerns/organization_extensions.rb +4 -4
  157. data/app/models/katello/concerns/redhat_extensions.rb +1 -1
  158. data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
  159. data/app/models/katello/content.rb +3 -3
  160. data/app/models/katello/content_view.rb +15 -18
  161. data/app/models/katello/content_view_environment.rb +56 -15
  162. data/app/models/katello/content_view_environment_activation_key.rb +20 -0
  163. data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
  164. data/app/models/katello/content_view_filter.rb +2 -2
  165. data/app/models/katello/content_view_history.rb +1 -1
  166. data/app/models/katello/content_view_repository.rb +1 -1
  167. data/app/models/katello/content_view_version.rb +3 -3
  168. data/app/models/katello/content_view_version_export_history.rb +2 -2
  169. data/app/models/katello/content_view_version_import_history.rb +1 -1
  170. data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
  171. data/app/models/katello/flatpak_remote.rb +11 -0
  172. data/app/models/katello/flatpak_remote_repository.rb +12 -0
  173. data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
  174. data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
  175. data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
  176. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  177. data/app/models/katello/glue/pulp/repos.rb +1 -1
  178. data/app/models/katello/host/content_facet.rb +33 -17
  179. data/app/models/katello/host/info_provider.rb +2 -4
  180. data/app/models/katello/host/subscription_facet.rb +2 -2
  181. data/app/models/katello/host_available_module_stream.rb +1 -1
  182. data/app/models/katello/installed_product.rb +2 -2
  183. data/app/models/katello/kt_environment.rb +11 -6
  184. data/app/models/katello/ping.rb +2 -3
  185. data/app/models/katello/repository.rb +40 -6
  186. data/app/models/katello/rhel_lifecycle_status.rb +10 -10
  187. data/app/models/katello/root_repository.rb +14 -18
  188. data/app/models/katello/task_status.rb +1 -1
  189. data/app/models/katello/upstream_pool.rb +2 -2
  190. data/app/presenters/katello/product_content_presenter.rb +2 -2
  191. data/app/presenters/katello/repository_presenter.rb +3 -3
  192. data/app/presenters/katello/sync_status_presenter.rb +3 -3
  193. data/app/services/cert/certs.rb +6 -2
  194. data/app/services/katello/candlepin_event_listener.rb +1 -1
  195. data/app/services/katello/event_monitor/poller_thread.rb +1 -1
  196. data/app/services/katello/event_queue.rb +1 -1
  197. data/app/services/katello/product_content_finder.rb +10 -10
  198. data/app/services/katello/product_content_importer.rb +1 -1
  199. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  200. data/app/services/katello/pulp3/ansible_collection.rb +1 -1
  201. data/app/services/katello/pulp3/api/apt.rb +4 -0
  202. data/app/services/katello/pulp3/content.rb +1 -0
  203. data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
  204. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  205. data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
  206. data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
  207. data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
  208. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
  209. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
  210. data/app/services/katello/pulp3/deb.rb +35 -1
  211. data/app/services/katello/pulp3/docker_manifest.rb +1 -1
  212. data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
  213. data/app/services/katello/pulp3/docker_tag.rb +1 -1
  214. data/app/services/katello/pulp3/erratum.rb +2 -2
  215. data/app/services/katello/pulp3/file_unit.rb +1 -1
  216. data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
  217. data/app/services/katello/pulp3/module_stream.rb +2 -2
  218. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  219. data/app/services/katello/pulp3/repository/apt.rb +22 -16
  220. data/app/services/katello/pulp3/repository/docker.rb +2 -2
  221. data/app/services/katello/pulp3/repository/file.rb +1 -1
  222. data/app/services/katello/pulp3/repository/generic.rb +1 -1
  223. data/app/services/katello/pulp3/repository/yum.rb +7 -7
  224. data/app/services/katello/pulp3/repository.rb +15 -9
  225. data/app/services/katello/pulp3/repository_mirror.rb +3 -3
  226. data/app/services/katello/registration_manager.rb +23 -6
  227. data/app/services/katello/repository_type.rb +3 -3
  228. data/app/services/katello/smart_proxy_helper.rb +3 -3
  229. data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
  230. data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
  231. data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
  232. data/app/services/katello/ui_notifications/task_notification.rb +2 -2
  233. data/app/services/katello/upstream_connection_checker.rb +1 -1
  234. data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
  235. data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
  236. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
  237. data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
  238. data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
  239. data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
  240. data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
  241. data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
  242. data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
  243. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
  244. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
  245. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
  246. data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
  247. data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
  248. data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
  249. data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
  250. data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
  251. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
  252. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
  253. data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
  254. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
  255. data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
  256. data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
  257. data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
  258. data/app/views/katello/api/v2/products/show.json.rabl +2 -2
  259. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  260. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  261. data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
  262. data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
  263. data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
  264. data/config/initializers/inflections.rb +11 -0
  265. data/config/katello.yaml.example +4 -10
  266. data/config/routes/api/registry.rb +0 -2
  267. data/config/routes/api/rhsm.rb +1 -4
  268. data/config/routes/api/v2.rb +2 -3
  269. data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
  270. data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
  271. data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
  272. data/db/migrate/20160808002834_add_files.rb +1 -1
  273. data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
  274. data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
  275. data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
  276. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
  277. data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
  278. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
  279. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
  280. data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
  281. data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
  282. data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
  283. data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
  284. data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
  285. data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
  286. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
  287. data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
  288. data/db/seeds.d/106-mail_notifications.rb +9 -9
  289. data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
  290. data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
  291. data/db/seeds.d/110-content-view-autopublish.rb +5 -5
  292. data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
  293. data/db/seeds.d/111-upgrade_tasks.rb +1 -1
  294. data/engines/bastion/lib/bastion/engine.rb +1 -1
  295. data/engines/bastion/lib/bastion.rb +1 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
  300. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
  301. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
  302. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
  303. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
  304. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
  305. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
  306. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
  308. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
  309. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
  310. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
  311. data/lib/katello/engine.rb +17 -15
  312. data/lib/katello/permission_creator.rb +51 -49
  313. data/lib/katello/permissions/host_permissions.rb +4 -4
  314. data/lib/katello/permissions/organization_permissions.rb +4 -4
  315. data/lib/katello/permissions/registry_permissions.rb +1 -1
  316. data/lib/katello/permissions/roles_permissions.rb +1 -1
  317. data/lib/katello/permissions/user_permissions.rb +1 -1
  318. data/lib/katello/plugin.rb +14 -8
  319. data/lib/katello/repository_types/docker.rb +4 -2
  320. data/lib/katello/repository_types/ostree.rb +5 -3
  321. data/lib/katello/repository_types/python.rb +1 -1
  322. data/lib/katello/repository_types/yum.rb +2 -1
  323. data/lib/katello/scheduled_jobs.rb +1 -1
  324. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
  325. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
  326. data/lib/katello/tasks/reimport.rake +1 -1
  327. data/lib/katello/tasks/repository.rake +19 -9
  328. data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
  329. data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
  330. data/lib/katello/version.rb +1 -1
  331. data/locale/action_names.rb +92 -1
  332. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/bn/katello.po +259 -28
  334. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/bn_IN/katello.po +258 -27
  336. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/ca/katello.po +258 -27
  338. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/cs/katello.po +258 -30
  340. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/cs_CZ/katello.po +258 -27
  342. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/de/katello.po +259 -28
  344. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/de_AT/katello.po +258 -27
  346. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/de_DE/katello.po +258 -27
  348. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/el/katello.po +258 -27
  350. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/en/katello.po +258 -27
  352. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/en_GB/katello.po +258 -27
  354. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/en_US/katello.po +258 -27
  356. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  357. data/locale/es/katello.po +259 -28
  358. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  359. data/locale/et_EE/katello.po +258 -27
  360. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  361. data/locale/fr/katello.po +259 -28
  362. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  363. data/locale/gl/katello.po +258 -27
  364. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  365. data/locale/gu/katello.po +258 -27
  366. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/he_IL/katello.po +258 -27
  368. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  369. data/locale/hi/katello.po +258 -27
  370. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  371. data/locale/id/katello.po +258 -27
  372. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/it/katello.po +259 -28
  374. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  375. data/locale/ja/katello.po +259 -28
  376. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  377. data/locale/ka/katello.po +259 -28
  378. data/locale/katello.pot +1041 -696
  379. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/kn/katello.po +258 -27
  381. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ko/katello.po +259 -28
  383. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ml_IN/katello.po +258 -27
  385. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/mr/katello.po +258 -27
  387. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/nl_NL/katello.po +258 -27
  389. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/or/katello.po +258 -27
  391. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/pa/katello.po +258 -27
  393. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/pl/katello.po +258 -27
  395. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/pl_PL/katello.po +258 -27
  397. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/pt/katello.po +258 -27
  399. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/pt_BR/katello.po +259 -28
  401. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/ro/katello.po +258 -27
  403. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/ro_RO/katello.po +258 -27
  405. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/ru/katello.po +259 -28
  407. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  408. data/locale/sl/katello.po +258 -27
  409. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  410. data/locale/sv_SE/katello.po +258 -27
  411. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  412. data/locale/ta/katello.po +259 -28
  413. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  414. data/locale/ta_IN/katello.po +258 -27
  415. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  416. data/locale/te/katello.po +258 -27
  417. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  418. data/locale/tr/katello.po +258 -27
  419. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  420. data/locale/vi/katello.po +258 -27
  421. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  422. data/locale/vi_VN/katello.po +258 -27
  423. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  424. data/locale/zh/katello.po +258 -27
  425. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  426. data/locale/zh_CN/katello.po +259 -28
  427. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  428. data/locale/zh_TW/katello.po +259 -28
  429. data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
  430. data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
  431. data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
  432. data/webpack/ForemanColumnExtensions/index.js +1 -1
  433. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
  434. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
  435. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
  436. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
  437. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
  438. data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
  439. data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
  440. data/webpack/global_index.js +11 -4
  441. data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
  442. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
  443. data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
  444. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
  445. data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
  447. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
  448. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
  449. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
  450. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
  451. metadata +134 -76
  452. data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
  453. /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
data/locale/es/katello.po CHANGED
@@ -424,10 +424,10 @@ msgstr ""
424
424
  msgid "A backend service [ %s ] is unreachable"
425
425
  msgstr "Un servicio backend [ %s ] es inalcanzable"
426
426
 
427
- msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
427
+ msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
428
428
  msgstr ""
429
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'."
430
+ msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
431
431
  msgstr ""
432
432
 
433
433
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
@@ -481,9 +481,6 @@ msgstr ""
481
481
  msgid "About page"
482
482
  msgstr ""
483
483
 
484
- msgid "Abstract"
485
- msgstr ""
486
-
487
484
  msgid "Abstract async task"
488
485
  msgstr "Tarea de sincronización abstracta"
489
486
 
@@ -514,6 +511,15 @@ msgstr "Llaves de activación"
514
511
  msgid "Activation key"
515
512
  msgstr "Clave de activación"
516
513
 
514
+ msgid "Activation key %s has more than one content view. Use #content_views instead."
515
+ msgstr ""
516
+
517
+ msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
518
+ msgstr ""
519
+
520
+ msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
521
+ msgstr ""
522
+
517
523
  msgid "Activation key ID"
518
524
  msgstr "ID de llave de activación"
519
525
 
@@ -529,6 +535,9 @@ msgstr ""
529
535
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
530
536
  msgstr ""
531
537
 
538
+ msgid "Activation key identifier"
539
+ msgstr ""
540
+
532
541
  msgid "Activation key(s) to use during registration"
533
542
  msgstr ""
534
543
 
@@ -781,6 +790,9 @@ msgid ""
781
790
  "%{error_message}"
782
791
  msgstr ""
783
792
 
793
+ msgid "An option to specify how many ostree commits to traverse."
794
+ msgstr ""
795
+
784
796
  msgid "Another component already includes content view with ID %s"
785
797
  msgstr "Otro componente ya incluye vista de contenido con ID %s"
786
798
 
@@ -889,6 +901,12 @@ msgstr "Matriz de componentes a añadir"
889
901
  msgid "Array of content view component IDs to remove. Identifier of the component association"
890
902
  msgstr "Matriz de contenido, ver ID de los componentes para eliminarlos. Identificador de la asociación del componente"
891
903
 
904
+ msgid "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on."
905
+ msgstr ""
906
+
907
+ msgid "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
908
+ msgstr ""
909
+
892
910
  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
911
  msgstr ""
894
912
 
@@ -934,6 +952,9 @@ msgstr "Asignar la versión de lanzamiento a uno o más hosts"
934
952
  msgid "Assigning a host to multiple content view environments is not enabled."
935
953
  msgstr ""
936
954
 
955
+ msgid "Assigning an activation key to multiple content view environments is not enabled."
956
+ msgstr ""
957
+
937
958
  msgid "Associated location IDs"
938
959
  msgstr "ID de ubicaciones asociadas"
939
960
 
@@ -1189,6 +1210,9 @@ msgstr "No se pueden añadir versiones compuestas a una vista de contenido compu
1189
1210
  msgid "Cannot add composite versions to another composite content view"
1190
1211
  msgstr "No se pueden agregar versiones compuestas a una vista de contenido compuesta"
1191
1212
 
1213
+ msgid "Cannot add content view environments from a different organization"
1214
+ msgstr ""
1215
+
1192
1216
  msgid "Cannot add default content view to composite content view"
1193
1217
  msgstr "No se puede añadir la vista de contenido predeterminada a una vista de contenido compuesta"
1194
1218
 
@@ -1273,7 +1297,7 @@ msgstr ""
1273
1297
  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."
1274
1298
  msgstr ""
1275
1299
 
1276
- msgid "Cannot install errata: No installable errata found for search term '%s'"
1300
+ msgid "Cannot install errata: No errata found for search term '%s'"
1277
1301
  msgstr ""
1278
1302
 
1279
1303
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
@@ -1306,7 +1330,7 @@ msgstr "No se puede eliminar el contenido desde un repositorio no personalizado"
1306
1330
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1307
1331
  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}'."
1308
1332
 
1309
- msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1333
+ msgid "Cannot remove package(s): No installed packages found for search term '%s'."
1310
1334
  msgstr ""
1311
1335
 
1312
1336
  msgid "Cannot set attribute %{attr} for content type %{type}"
@@ -1330,7 +1354,7 @@ msgstr ""
1330
1354
  msgid "Cannot update properties of a container push repository"
1331
1355
  msgstr ""
1332
1356
 
1333
- msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1357
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
1334
1358
  msgstr ""
1335
1359
 
1336
1360
  msgid "Cannot upload Ansible collections."
@@ -1414,6 +1438,12 @@ msgstr "Cerrar"
1414
1438
  msgid "Collapse All"
1415
1439
  msgstr "Contraer todo"
1416
1440
 
1441
+ msgid "Comma-separated list of Candlepin environment names associated with the activation key, 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."
1442
+ msgstr ""
1443
+
1444
+ msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, 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."
1445
+ msgstr ""
1446
+
1417
1447
  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
1448
  msgstr ""
1419
1449
 
@@ -1426,6 +1456,9 @@ msgstr ""
1426
1456
  msgid "Comma-separated list of tags to sync for a container image repository"
1427
1457
  msgstr ""
1428
1458
 
1459
+ msgid "Commit upload"
1460
+ msgstr ""
1461
+
1429
1462
  msgid "Compare"
1430
1463
  msgstr ""
1431
1464
 
@@ -1771,15 +1804,24 @@ msgstr ""
1771
1804
  msgid "Copy"
1772
1805
  msgstr ""
1773
1806
 
1807
+ msgid "Copy all units"
1808
+ msgstr ""
1809
+
1774
1810
  msgid "Copy an activation key"
1775
1811
  msgstr "Copiar una clave de activación"
1776
1812
 
1813
+ msgid "Copy content"
1814
+ msgstr ""
1815
+
1777
1816
  msgid "Copy content view"
1778
1817
  msgstr ""
1779
1818
 
1780
1819
  msgid "Copy to clipboard"
1781
1820
  msgstr "Copiar al portapapeles"
1782
1821
 
1822
+ msgid "Copy version"
1823
+ msgstr ""
1824
+
1783
1825
  msgid "Copy version units to library"
1784
1826
  msgstr "Copiar unidades de versión a la biblioteca"
1785
1827
 
@@ -1867,8 +1909,8 @@ msgstr "No se ha podido encontrar la vista de contenido del host '%s'"
1867
1909
  msgid "Couldn't find content host environment '%s'"
1868
1910
  msgstr "No se ha podido encontrar el entorno de host de contenido '%s'"
1869
1911
 
1870
- msgid "Couldn't find content view '%s'"
1871
- msgstr "No se ha podido encontrar la vista de contenido '%s'"
1912
+ msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
1913
+ msgstr ""
1872
1914
 
1873
1915
  msgid "Couldn't find content view version '%s'"
1874
1916
  msgstr "No se ha podido encontrar la versión de la vista de contenido '%s'"
@@ -1927,6 +1969,9 @@ msgstr ""
1927
1969
  msgid "Create Alternate Content Source"
1928
1970
  msgstr ""
1929
1971
 
1972
+ msgid "Create Container Push Repository Root"
1973
+ msgstr ""
1974
+
1930
1975
  msgid "Create Export History"
1931
1976
  msgstr "Crear historial de exportación"
1932
1977
 
@@ -1984,12 +2029,21 @@ msgstr ""
1984
2029
  msgid "Create content view"
1985
2030
  msgstr ""
1986
2031
 
2032
+ msgid "Create exporter"
2033
+ msgstr ""
2034
+
1987
2035
  msgid "Create filter"
1988
2036
  msgstr ""
1989
2037
 
1990
2038
  msgid "Create host collection"
1991
2039
  msgstr ""
1992
2040
 
2041
+ msgid "Create import"
2042
+ msgstr ""
2043
+
2044
+ msgid "Create importer"
2045
+ msgstr ""
2046
+
1993
2047
  msgid "Create new activation key"
1994
2048
  msgstr ""
1995
2049
 
@@ -1999,6 +2053,12 @@ msgstr "Crear organización"
1999
2053
  msgid "Create package filter rule"
2000
2054
  msgstr ""
2001
2055
 
2056
+ msgid "Create publication"
2057
+ msgstr ""
2058
+
2059
+ msgid "Create remote"
2060
+ msgstr ""
2061
+
2002
2062
  msgid "Create rule"
2003
2063
  msgstr ""
2004
2064
 
@@ -2245,12 +2305,36 @@ msgstr ""
2245
2305
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2246
2306
  msgstr ""
2247
2307
 
2308
+ msgid "Delete distributions"
2309
+ msgstr ""
2310
+
2248
2311
  msgid "Delete manifest from Red Hat provider"
2249
2312
  msgstr "Borrar manifiesto de proveedor de Red Hat"
2250
2313
 
2251
2314
  msgid "Delete multiple filters from a content view"
2252
2315
  msgstr ""
2253
2316
 
2317
+ msgid "Delete orphan alternate content sources"
2318
+ msgstr ""
2319
+
2320
+ msgid "Delete orphan distributions"
2321
+ msgstr ""
2322
+
2323
+ msgid "Delete orphan remotes"
2324
+ msgstr ""
2325
+
2326
+ msgid "Delete orphan repository versions"
2327
+ msgstr ""
2328
+
2329
+ msgid "Delete orphaned migrated repositories"
2330
+ msgstr ""
2331
+
2332
+ msgid "Delete remote"
2333
+ msgstr ""
2334
+
2335
+ msgid "Delete repository references"
2336
+ msgstr ""
2337
+
2254
2338
  msgid "Delete version"
2255
2339
  msgstr ""
2256
2340
 
@@ -2281,6 +2365,9 @@ msgstr ""
2281
2365
  msgid "Deleting versions: {versionList}"
2282
2366
  msgstr ""
2283
2367
 
2368
+ msgid "Depth"
2369
+ msgstr ""
2370
+
2284
2371
  msgid "Description"
2285
2372
  msgstr "Descripción"
2286
2373
 
@@ -2344,6 +2431,12 @@ msgstr "Destruir un entorno"
2344
2431
  msgid "Destroy an environment in an organization"
2345
2432
  msgstr "Destruir un entorno en una organización"
2346
2433
 
2434
+ msgid "Destroy exporter"
2435
+ msgstr ""
2436
+
2437
+ msgid "Destroy importer"
2438
+ msgstr ""
2439
+
2347
2440
  msgid "Destroy one or more alternate content sources"
2348
2441
  msgstr ""
2349
2442
 
@@ -2527,6 +2620,9 @@ msgstr "Habilitar un repositorio del conjunto"
2527
2620
  msgid "Enable repository sets"
2528
2621
  msgstr ""
2529
2622
 
2623
+ msgid "Enable structured APT for deb content"
2624
+ msgstr ""
2625
+
2530
2626
  msgid "Enable/Disable auto publish of composite view"
2531
2627
  msgstr "Activar/Desactivar la autopublicación de la vista compuesta"
2532
2628
 
@@ -2578,12 +2674,18 @@ msgstr "Entorno"
2578
2674
  msgid "Environment ID"
2579
2675
  msgstr ""
2580
2676
 
2677
+ msgid "Environment ID and content view ID must be provided together"
2678
+ msgstr ""
2679
+
2581
2680
  msgid "Environment IDs"
2582
2681
  msgstr "ID de entorno"
2583
2682
 
2584
2683
  msgid "Environment cannot be in its own promotion path"
2585
2684
  msgstr "No puede haber entorno en su propia ruta de entorno"
2586
2685
 
2686
+ msgid "Environment contents refresh"
2687
+ msgstr ""
2688
+
2587
2689
  msgid "Environment identifier"
2588
2690
  msgstr "Identificador del entorno"
2589
2691
 
@@ -2969,6 +3071,9 @@ msgstr ""
2969
3071
  msgid "Generate host applicability"
2970
3072
  msgstr "Generar la aplicabilidad del host"
2971
3073
 
3074
+ msgid "Generate metadata"
3075
+ msgstr ""
3076
+
2972
3077
  msgid "Generate repository applicability"
2973
3078
  msgstr "Generar la aplicabilidad del repositorio"
2974
3079
 
@@ -3041,12 +3146,18 @@ msgstr ""
3041
3146
  msgid "Has to be > 0"
3042
3147
  msgstr "Tiene que ser > 0"
3043
3148
 
3149
+ msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
3150
+ msgstr ""
3151
+
3044
3152
  msgid "Help"
3045
3153
  msgstr ""
3046
3154
 
3047
3155
  msgid "Helper"
3048
3156
  msgstr "Ayudante"
3049
3157
 
3158
+ msgid "Hide Reclaim Space Warning"
3159
+ msgstr ""
3160
+
3050
3161
  msgid "Hide affected activation keys"
3051
3162
  msgstr ""
3052
3163
 
@@ -3161,6 +3272,9 @@ msgstr "El ID del host para el que se enumeran las erratas aplicables"
3161
3272
  msgid "Host id to list applicable packages for"
3162
3273
  msgstr "La ID del host para el que se enumeran los paquetes aplicables"
3163
3274
 
3275
+ msgid "Host identifier"
3276
+ msgstr ""
3277
+
3164
3278
  msgid "Host lifecycle support expiration notification"
3165
3279
  msgstr ""
3166
3280
 
@@ -3260,9 +3374,6 @@ msgstr ""
3260
3374
  msgid "ID of the sync plan"
3261
3375
  msgstr "ID del plan de sincronización"
3262
3376
 
3263
- msgid "ID: %s doesn't exist "
3264
- msgstr "ID: %s no existe "
3265
-
3266
3377
  msgid "IDs of products to copy repository information from into a Simplified Alternate Content Source. Products must include at least one repository of the chosen content type."
3267
3378
  msgstr ""
3268
3379
 
@@ -3320,9 +3431,15 @@ msgstr ""
3320
3431
  msgid "Id of the repository to limit verifying checksum on"
3321
3432
  msgstr ""
3322
3433
 
3434
+ msgid "Id of the single content view to be associated with the activation key."
3435
+ msgstr ""
3436
+
3323
3437
  msgid "Id of the single content view to be associated with the host."
3324
3438
  msgstr ""
3325
3439
 
3440
+ msgid "Id of the single lifecycle environment to be associated with the activation key."
3441
+ msgstr ""
3442
+
3326
3443
  msgid "Id of the single lifecycle environment to be associated with the host."
3327
3444
  msgstr ""
3328
3445
 
@@ -3373,6 +3490,9 @@ msgstr ""
3373
3490
  msgid "If product certificates should be used to authenticate to a custom CDN."
3374
3491
  msgstr ""
3375
3492
 
3493
+ msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
3494
+ msgstr ""
3495
+
3376
3496
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3377
3497
  msgstr "Si se especifica, elimine la primera instancia de una suscripción con mismo ID y cantidad"
3378
3498
 
@@ -3394,6 +3514,9 @@ msgstr ""
3394
3514
  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/...'."
3395
3515
  msgstr ""
3396
3516
 
3517
+ msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
3518
+ msgstr ""
3519
+
3397
3520
  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."
3398
3521
  msgstr ""
3399
3522
 
@@ -3481,6 +3604,9 @@ msgstr ""
3481
3604
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3482
3605
  msgstr ""
3483
3606
 
3607
+ msgid "Import migration"
3608
+ msgstr ""
3609
+
3484
3610
  msgid "Import new manifest"
3485
3611
  msgstr ""
3486
3612
 
@@ -3490,6 +3616,12 @@ msgstr ""
3490
3616
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3491
3617
  msgstr ""
3492
3618
 
3619
+ msgid "Import repository upload"
3620
+ msgstr ""
3621
+
3622
+ msgid "Import upload"
3623
+ msgstr ""
3624
+
3493
3625
  msgid "Import uploads into a repository"
3494
3626
  msgstr "Importar cargas a un repositorio"
3495
3627
 
@@ -3586,6 +3718,9 @@ msgstr "Informable El tipo debe ser uno de los siguientes [ %{list} ]"
3586
3718
  msgid "Inherit from Repository"
3587
3719
  msgstr "Heredar del repositorio"
3588
3720
 
3721
+ msgid "Initialize"
3722
+ msgstr ""
3723
+
3589
3724
  msgid "Initiate a sync of the products attached to the sync plan"
3590
3725
  msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
3591
3726
 
@@ -3886,7 +4021,7 @@ msgstr "Última errata"
3886
4021
  msgid "Latest version"
3887
4022
  msgstr ""
3888
4023
 
3889
- msgid "Learn more about adding subscription manifests "
4024
+ msgid "Learn more about adding subscription manifests in "
3890
4025
  msgstr ""
3891
4026
 
3892
4027
  msgid "Legacy UI"
@@ -4024,6 +4159,9 @@ msgstr "Listar componentes adjunta a esta vista de contenido"
4024
4159
  msgid "List content counts for the smart proxy"
4025
4160
  msgstr ""
4026
4161
 
4162
+ msgid "List content view environments"
4163
+ msgstr ""
4164
+
4027
4165
  msgid "List content view versions"
4028
4166
  msgstr "Mostrar versiones de la vista de contenido"
4029
4167
 
@@ -4395,6 +4533,15 @@ msgstr ""
4395
4533
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4396
4534
  msgstr ""
4397
4535
 
4536
+ msgid "Multi copy all units"
4537
+ msgstr ""
4538
+
4539
+ msgid "Multi copy content"
4540
+ msgstr ""
4541
+
4542
+ msgid "Multi copy units"
4543
+ msgstr ""
4544
+
4398
4545
  msgid "Multi-entitlement"
4399
4546
  msgstr "Multiderecho"
4400
4547
 
@@ -4557,7 +4704,7 @@ msgstr ""
4557
4704
  msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4558
4705
  msgstr ""
4559
4706
 
4560
- msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4707
+ msgid "No available packages found for search term '%s'."
4561
4708
  msgstr ""
4562
4709
 
4563
4710
  msgid "No available repository or filter updates"
@@ -4575,6 +4722,12 @@ msgstr "No se proporcionaron ID de contenido."
4575
4722
  msgid "No content in selected versions."
4576
4723
  msgstr ""
4577
4724
 
4725
+ msgid "No content view environments found with ids: %{ids}"
4726
+ msgstr ""
4727
+
4728
+ msgid "No content view environments found with names: %{names}"
4729
+ msgstr ""
4730
+
4578
4731
  msgid "No content view history events found."
4579
4732
  msgstr "No se han encontrado eventos de historial de la vista de contenido."
4580
4733
 
@@ -4830,7 +4983,7 @@ msgstr "No hay suscripciones que coincidan con sus criterios de búsqueda."
4830
4983
  msgid "No syncable repositories found for selected products and options."
4831
4984
  msgstr "No se encontraron repositorios sincronizables para los productos y opciones seleccionados."
4832
4985
 
4833
- msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4986
+ msgid "No upgradable packages found for search term '%s'."
4834
4987
  msgstr ""
4835
4988
 
4836
4989
  msgid "No upgradable packages found."
@@ -5361,6 +5514,9 @@ msgstr "Contenido de producto"
5361
5514
  msgid "Product Create"
5362
5515
  msgstr "Crear producto"
5363
5516
 
5517
+ msgid "Product Host Count"
5518
+ msgstr ""
5519
+
5364
5520
  msgid "Product ID"
5365
5521
  msgstr "ID de producto"
5366
5522
 
@@ -5548,6 +5704,9 @@ msgstr "Almacenamiento Pulp"
5548
5704
  msgid "Pulp task error"
5549
5705
  msgstr "Error de tarea de Pulp"
5550
5706
 
5707
+ msgid "Purge completed tasks"
5708
+ msgstr ""
5709
+
5551
5710
  msgid "Python Package"
5552
5711
  msgstr ""
5553
5712
 
@@ -5656,6 +5815,9 @@ msgstr "Se requiere reiniciar"
5656
5815
  msgid "Reclaim Space"
5657
5816
  msgstr ""
5658
5817
 
5818
+ msgid "Reclaim space"
5819
+ msgstr ""
5820
+
5659
5821
  msgid "Reclaim space from On Demand repositories"
5660
5822
  msgstr ""
5661
5823
 
@@ -5719,6 +5881,9 @@ msgstr "Recargar manifiesto"
5719
5881
  msgid "Refresh all alternate content sources"
5720
5882
  msgstr ""
5721
5883
 
5884
+ msgid "Refresh all distributions"
5885
+ msgstr ""
5886
+
5722
5887
  msgid "Refresh alternate content sources"
5723
5888
  msgstr ""
5724
5889
 
@@ -5731,15 +5896,27 @@ msgstr ""
5731
5896
  msgid "Refresh counts"
5732
5897
  msgstr ""
5733
5898
 
5899
+ msgid "Refresh distribution"
5900
+ msgstr ""
5901
+
5734
5902
  msgid "Refresh errata applicability"
5735
5903
  msgstr ""
5736
5904
 
5905
+ msgid "Refresh if needed"
5906
+ msgstr ""
5907
+
5737
5908
  msgid "Refresh package applicability"
5738
5909
  msgstr ""
5739
5910
 
5740
5911
  msgid "Refresh previously imported manifest for Red Hat provider"
5741
5912
  msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
5742
5913
 
5914
+ msgid "Refresh remote"
5915
+ msgstr ""
5916
+
5917
+ msgid "Refresh repos"
5918
+ msgstr ""
5919
+
5743
5920
  msgid "Refresh source"
5744
5921
  msgstr ""
5745
5922
 
@@ -5878,6 +6055,9 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
5878
6055
  msgid "Remove one or more subscriptions from an upstream manifest"
5879
6056
  msgstr ""
5880
6057
 
6058
+ msgid "Remove orphans"
6059
+ msgstr ""
6060
+
5881
6061
  msgid "Remove package group via Katello interface"
5882
6062
  msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
5883
6063
 
@@ -5905,6 +6085,12 @@ msgstr ""
5905
6085
  msgid "Remove subscriptions from one or more hosts"
5906
6086
  msgstr "Eliminar las suscripciones de uno o más hosts"
5907
6087
 
6088
+ msgid "Remove units"
6089
+ msgstr ""
6090
+
6091
+ msgid "Remove unneeded repos"
6092
+ msgstr ""
6093
+
5908
6094
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
5909
6095
  msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
5910
6096
 
@@ -5929,6 +6115,9 @@ msgstr ""
5929
6115
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5930
6116
  msgstr ""
5931
6117
 
6118
+ msgid "Repair"
6119
+ msgstr ""
6120
+
5932
6121
  msgid "Replace content source on the target machine"
5933
6122
  msgstr ""
5934
6123
 
@@ -5947,12 +6136,18 @@ msgstr "Repositorios"
5947
6136
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5948
6137
  msgstr ""
5949
6138
 
6139
+ msgid "Repositories certs reset"
6140
+ msgstr ""
6141
+
5950
6142
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
5951
6143
  msgstr ""
5952
6144
 
5953
6145
  msgid "Repositories from published Content Views are not allowed."
5954
6146
  msgstr "No se permiten los de vistas de contenido publicadas "
5955
6147
 
6148
+ msgid "Repositories gpg reset"
6149
+ msgstr ""
6150
+
5956
6151
  msgid "Repository"
5957
6152
  msgstr "Repositorio"
5958
6153
 
@@ -6124,6 +6319,9 @@ msgstr "Recuperar una única errata para un host"
6124
6319
  msgid "Return Red Hat (non-custom) products only"
6125
6320
  msgstr "Mostrar solo los productos de Red Hat (no personalizados)"
6126
6321
 
6322
+ msgid "Return a list of installed packages distinct by name"
6323
+ msgstr ""
6324
+
6127
6325
  msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
6128
6326
  msgstr "Mostrar el contenido que puede ser añadido al objeto especificado. Se admiten los valores 'content_view_version' y 'content_view_filter'."
6129
6327
 
@@ -6280,9 +6478,27 @@ msgstr "SUSCRIPCIONES QUE VENCEN PRONTO"
6280
6478
  msgid "Save"
6281
6479
  msgstr "Guardar"
6282
6480
 
6481
+ msgid "Save artifact"
6482
+ msgstr ""
6483
+
6484
+ msgid "Save distribution references"
6485
+ msgstr ""
6486
+
6487
+ msgid "Save publication"
6488
+ msgstr ""
6489
+
6490
+ msgid "Save version"
6491
+ msgstr ""
6492
+
6493
+ msgid "Save versions"
6494
+ msgstr ""
6495
+
6283
6496
  msgid "Saving alternate content source..."
6284
6497
  msgstr ""
6285
6498
 
6499
+ msgid "Scan cdn"
6500
+ msgstr ""
6501
+
6286
6502
  msgid "Schema version 1"
6287
6503
  msgstr ""
6288
6504
 
@@ -7063,6 +7279,9 @@ msgstr ""
7063
7279
  msgid "Supported Content Types"
7064
7280
  msgstr "Tipos de contenido admitidos"
7065
7281
 
7282
+ msgid "Sync"
7283
+ msgstr ""
7284
+
7066
7285
  msgid "Sync Canceled"
7067
7286
  msgstr "Sincronización cancelada"
7068
7287
 
@@ -7640,6 +7859,9 @@ msgstr ""
7640
7859
  msgid "To manage packages, select an action."
7641
7860
  msgstr ""
7642
7861
 
7862
+ msgid "Toggle"
7863
+ msgstr ""
7864
+
7643
7865
  msgid "Total steps: "
7644
7866
  msgstr "Pasos totales:"
7645
7867
 
@@ -7934,6 +8156,9 @@ msgstr ""
7934
8156
  msgid "Update content view environments for host %s"
7935
8157
  msgstr ""
7936
8158
 
8159
+ msgid "Update distributions"
8160
+ msgstr ""
8161
+
7937
8162
  msgid "Update hosts manually"
7938
8163
  msgstr ""
7939
8164
 
@@ -7967,6 +8192,12 @@ msgstr "Actualizar versión de lanzamiento para el host"
7967
8192
  msgid "Update release version for host %s"
7968
8193
  msgstr "Actualizar la versión del host %s"
7969
8194
 
8195
+ msgid "Update remote"
8196
+ msgstr ""
8197
+
8198
+ msgid "Update repository"
8199
+ msgstr ""
8200
+
7970
8201
  msgid "Update services requiring restart"
7971
8202
  msgstr "La actualización de servicios requiere el reinicio"
7972
8203
 
@@ -8057,6 +8288,12 @@ msgstr "Cargar un fragmento del contenido del archivo"
8057
8288
  msgid "Upload a subscription manifest"
8058
8289
  msgstr "Cargar un manifiesto de suscripción"
8059
8290
 
8291
+ msgid "Upload content"
8292
+ msgstr ""
8293
+
8294
+ msgid "Upload file"
8295
+ msgstr ""
8296
+
8060
8297
  msgid "Upload into"
8061
8298
  msgstr "Cargar a "
8062
8299
 
@@ -8066,6 +8303,9 @@ msgstr ""
8066
8303
  msgid "Upload request id"
8067
8304
  msgstr "Cargar ID de solicitud"
8068
8305
 
8306
+ msgid "Upload tag"
8307
+ msgstr ""
8308
+
8069
8309
  msgid "Upstream Candlepin"
8070
8310
  msgstr ""
8071
8311
 
@@ -8648,9 +8888,6 @@ msgstr "identificador de filtro de vista de contenido"
8648
8888
  msgid "content view filter rule identifier"
8649
8889
  msgstr "identificador de regla de filtro de vista de contenido"
8650
8890
 
8651
- msgid "content view id"
8652
- msgstr "ID de vista de contenido"
8653
-
8654
8891
  msgid "content view identifier"
8655
8892
  msgstr "identificador de vista de contenido"
8656
8893
 
@@ -8738,12 +8975,6 @@ msgstr ""
8738
8975
  msgid "enhancements"
8739
8976
  msgstr ""
8740
8977
 
8741
- msgid "environment"
8742
- msgstr "Entorno"
8743
-
8744
- msgid "environment id"
8745
- msgstr "ID de entorno"
8746
-
8747
8978
  msgid "environment identifier"
8748
8979
  msgstr "identificador del entorno"
8749
8980
 
@@ -9014,9 +9245,6 @@ msgstr "nombre del repositorio"
9014
9245
  msgid "name of the subscription"
9015
9246
  msgstr ""
9016
9247
 
9017
- msgid "name: %s doesn't exist "
9018
- msgstr "nombre: %s no existe "
9019
-
9020
9248
  msgid "new name for the filter"
9021
9249
  msgstr "nuevo nombre para el filtro"
9022
9250
 
@@ -9185,6 +9413,9 @@ msgstr "identificador numérico del plan de sincronización"
9185
9413
  msgid "system registration"
9186
9414
  msgstr ""
9187
9415
 
9416
+ msgid "the documentation."
9417
+ msgstr ""
9418
+
9188
9419
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
9189
9420
  msgstr "los siguientes atributos no pueden ser actualizados para el proveedor Red Hat: [ %s ]"
9190
9421