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
@@ -416,10 +416,10 @@ msgstr ""
416
416
  msgid "A backend service [ %s ] is unreachable"
417
417
  msgstr ""
418
418
 
419
- msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
419
+ msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
420
420
  msgstr ""
421
421
 
422
- msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
422
+ msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
423
423
  msgstr ""
424
424
 
425
425
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
@@ -473,9 +473,6 @@ msgstr ""
473
473
  msgid "About page"
474
474
  msgstr ""
475
475
 
476
- msgid "Abstract"
477
- msgstr ""
478
-
479
476
  msgid "Abstract async task"
480
477
  msgstr ""
481
478
 
@@ -506,6 +503,15 @@ msgstr ""
506
503
  msgid "Activation key"
507
504
  msgstr "Aktiveringsnyckel"
508
505
 
506
+ msgid "Activation key %s has more than one content view. Use #content_views instead."
507
+ msgstr ""
508
+
509
+ msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
510
+ msgstr ""
511
+
512
+ msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
513
+ msgstr ""
514
+
509
515
  msgid "Activation key ID"
510
516
  msgstr ""
511
517
 
@@ -521,6 +527,9 @@ msgstr ""
521
527
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
522
528
  msgstr ""
523
529
 
530
+ msgid "Activation key identifier"
531
+ msgstr ""
532
+
524
533
  msgid "Activation key(s) to use during registration"
525
534
  msgstr ""
526
535
 
@@ -771,6 +780,9 @@ msgid ""
771
780
  "%{error_message}"
772
781
  msgstr ""
773
782
 
783
+ msgid "An option to specify how many ostree commits to traverse."
784
+ msgstr ""
785
+
774
786
  msgid "Another component already includes content view with ID %s"
775
787
  msgstr ""
776
788
 
@@ -879,6 +891,12 @@ msgstr ""
879
891
  msgid "Array of content view component IDs to remove. Identifier of the component association"
880
892
  msgstr ""
881
893
 
894
+ 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."
895
+ msgstr ""
896
+
897
+ 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."
898
+ msgstr ""
899
+
882
900
  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."
883
901
  msgstr ""
884
902
 
@@ -923,6 +941,9 @@ msgstr ""
923
941
  msgid "Assigning a host to multiple content view environments is not enabled."
924
942
  msgstr ""
925
943
 
944
+ msgid "Assigning an activation key to multiple content view environments is not enabled."
945
+ msgstr ""
946
+
926
947
  msgid "Associated location IDs"
927
948
  msgstr ""
928
949
 
@@ -1178,6 +1199,9 @@ msgstr ""
1178
1199
  msgid "Cannot add composite versions to another composite content view"
1179
1200
  msgstr ""
1180
1201
 
1202
+ msgid "Cannot add content view environments from a different organization"
1203
+ msgstr ""
1204
+
1181
1205
  msgid "Cannot add default content view to composite content view"
1182
1206
  msgstr ""
1183
1207
 
@@ -1262,7 +1286,7 @@ msgstr ""
1262
1286
  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."
1263
1287
  msgstr ""
1264
1288
 
1265
- msgid "Cannot install errata: No installable errata found for search term '%s'"
1289
+ msgid "Cannot install errata: No errata found for search term '%s'"
1266
1290
  msgstr ""
1267
1291
 
1268
1292
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
@@ -1295,7 +1319,7 @@ msgstr ""
1295
1319
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1296
1320
  msgstr ""
1297
1321
 
1298
- msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1322
+ msgid "Cannot remove package(s): No installed packages found for search term '%s'."
1299
1323
  msgstr ""
1300
1324
 
1301
1325
  msgid "Cannot set attribute %{attr} for content type %{type}"
@@ -1319,7 +1343,7 @@ msgstr ""
1319
1343
  msgid "Cannot update properties of a container push repository"
1320
1344
  msgstr ""
1321
1345
 
1322
- msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1346
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
1323
1347
  msgstr ""
1324
1348
 
1325
1349
  msgid "Cannot upload Ansible collections."
@@ -1403,6 +1427,12 @@ msgstr "Stäng"
1403
1427
  msgid "Collapse All"
1404
1428
  msgstr ""
1405
1429
 
1430
+ 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."
1431
+ msgstr ""
1432
+
1433
+ 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."
1434
+ msgstr ""
1435
+
1406
1436
  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."
1407
1437
  msgstr ""
1408
1438
 
@@ -1415,6 +1445,9 @@ msgstr ""
1415
1445
  msgid "Comma-separated list of tags to sync for a container image repository"
1416
1446
  msgstr ""
1417
1447
 
1448
+ msgid "Commit upload"
1449
+ msgstr ""
1450
+
1418
1451
  msgid "Compare"
1419
1452
  msgstr ""
1420
1453
 
@@ -1760,15 +1793,24 @@ msgstr ""
1760
1793
  msgid "Copy"
1761
1794
  msgstr ""
1762
1795
 
1796
+ msgid "Copy all units"
1797
+ msgstr ""
1798
+
1763
1799
  msgid "Copy an activation key"
1764
1800
  msgstr ""
1765
1801
 
1802
+ msgid "Copy content"
1803
+ msgstr ""
1804
+
1766
1805
  msgid "Copy content view"
1767
1806
  msgstr ""
1768
1807
 
1769
1808
  msgid "Copy to clipboard"
1770
1809
  msgstr ""
1771
1810
 
1811
+ msgid "Copy version"
1812
+ msgstr ""
1813
+
1772
1814
  msgid "Copy version units to library"
1773
1815
  msgstr ""
1774
1816
 
@@ -1856,7 +1898,7 @@ msgstr ""
1856
1898
  msgid "Couldn't find content host environment '%s'"
1857
1899
  msgstr ""
1858
1900
 
1859
- msgid "Couldn't find content view '%s'"
1901
+ msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
1860
1902
  msgstr ""
1861
1903
 
1862
1904
  msgid "Couldn't find content view version '%s'"
@@ -1916,6 +1958,9 @@ msgstr ""
1916
1958
  msgid "Create Alternate Content Source"
1917
1959
  msgstr ""
1918
1960
 
1961
+ msgid "Create Container Push Repository Root"
1962
+ msgstr ""
1963
+
1919
1964
  msgid "Create Export History"
1920
1965
  msgstr ""
1921
1966
 
@@ -1973,12 +2018,21 @@ msgstr ""
1973
2018
  msgid "Create content view"
1974
2019
  msgstr ""
1975
2020
 
2021
+ msgid "Create exporter"
2022
+ msgstr ""
2023
+
1976
2024
  msgid "Create filter"
1977
2025
  msgstr ""
1978
2026
 
1979
2027
  msgid "Create host collection"
1980
2028
  msgstr ""
1981
2029
 
2030
+ msgid "Create import"
2031
+ msgstr ""
2032
+
2033
+ msgid "Create importer"
2034
+ msgstr ""
2035
+
1982
2036
  msgid "Create new activation key"
1983
2037
  msgstr ""
1984
2038
 
@@ -1988,6 +2042,12 @@ msgstr ""
1988
2042
  msgid "Create package filter rule"
1989
2043
  msgstr ""
1990
2044
 
2045
+ msgid "Create publication"
2046
+ msgstr ""
2047
+
2048
+ msgid "Create remote"
2049
+ msgstr ""
2050
+
1991
2051
  msgid "Create rule"
1992
2052
  msgstr ""
1993
2053
 
@@ -2234,12 +2294,36 @@ msgstr ""
2234
2294
  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."
2235
2295
  msgstr ""
2236
2296
 
2297
+ msgid "Delete distributions"
2298
+ msgstr ""
2299
+
2237
2300
  msgid "Delete manifest from Red Hat provider"
2238
2301
  msgstr ""
2239
2302
 
2240
2303
  msgid "Delete multiple filters from a content view"
2241
2304
  msgstr ""
2242
2305
 
2306
+ msgid "Delete orphan alternate content sources"
2307
+ msgstr ""
2308
+
2309
+ msgid "Delete orphan distributions"
2310
+ msgstr ""
2311
+
2312
+ msgid "Delete orphan remotes"
2313
+ msgstr ""
2314
+
2315
+ msgid "Delete orphan repository versions"
2316
+ msgstr ""
2317
+
2318
+ msgid "Delete orphaned migrated repositories"
2319
+ msgstr ""
2320
+
2321
+ msgid "Delete remote"
2322
+ msgstr ""
2323
+
2324
+ msgid "Delete repository references"
2325
+ msgstr ""
2326
+
2243
2327
  msgid "Delete version"
2244
2328
  msgstr ""
2245
2329
 
@@ -2270,6 +2354,9 @@ msgstr ""
2270
2354
  msgid "Deleting versions: {versionList}"
2271
2355
  msgstr ""
2272
2356
 
2357
+ msgid "Depth"
2358
+ msgstr ""
2359
+
2273
2360
  msgid "Description"
2274
2361
  msgstr "Beskrivning"
2275
2362
 
@@ -2333,6 +2420,12 @@ msgstr ""
2333
2420
  msgid "Destroy an environment in an organization"
2334
2421
  msgstr ""
2335
2422
 
2423
+ msgid "Destroy exporter"
2424
+ msgstr ""
2425
+
2426
+ msgid "Destroy importer"
2427
+ msgstr ""
2428
+
2336
2429
  msgid "Destroy one or more alternate content sources"
2337
2430
  msgstr ""
2338
2431
 
@@ -2516,6 +2609,9 @@ msgstr ""
2516
2609
  msgid "Enable repository sets"
2517
2610
  msgstr ""
2518
2611
 
2612
+ msgid "Enable structured APT for deb content"
2613
+ msgstr ""
2614
+
2519
2615
  msgid "Enable/Disable auto publish of composite view"
2520
2616
  msgstr ""
2521
2617
 
@@ -2567,12 +2663,18 @@ msgstr "Miljö"
2567
2663
  msgid "Environment ID"
2568
2664
  msgstr ""
2569
2665
 
2666
+ msgid "Environment ID and content view ID must be provided together"
2667
+ msgstr ""
2668
+
2570
2669
  msgid "Environment IDs"
2571
2670
  msgstr ""
2572
2671
 
2573
2672
  msgid "Environment cannot be in its own promotion path"
2574
2673
  msgstr ""
2575
2674
 
2675
+ msgid "Environment contents refresh"
2676
+ msgstr ""
2677
+
2576
2678
  msgid "Environment identifier"
2577
2679
  msgstr ""
2578
2680
 
@@ -2956,6 +3058,9 @@ msgstr ""
2956
3058
  msgid "Generate host applicability"
2957
3059
  msgstr ""
2958
3060
 
3061
+ msgid "Generate metadata"
3062
+ msgstr ""
3063
+
2959
3064
  msgid "Generate repository applicability"
2960
3065
  msgstr ""
2961
3066
 
@@ -3028,12 +3133,18 @@ msgstr ""
3028
3133
  msgid "Has to be > 0"
3029
3134
  msgstr ""
3030
3135
 
3136
+ msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
3137
+ msgstr ""
3138
+
3031
3139
  msgid "Help"
3032
3140
  msgstr ""
3033
3141
 
3034
3142
  msgid "Helper"
3035
3143
  msgstr ""
3036
3144
 
3145
+ msgid "Hide Reclaim Space Warning"
3146
+ msgstr ""
3147
+
3037
3148
  msgid "Hide affected activation keys"
3038
3149
  msgstr ""
3039
3150
 
@@ -3148,6 +3259,9 @@ msgstr ""
3148
3259
  msgid "Host id to list applicable packages for"
3149
3260
  msgstr ""
3150
3261
 
3262
+ msgid "Host identifier"
3263
+ msgstr ""
3264
+
3151
3265
  msgid "Host lifecycle support expiration notification"
3152
3266
  msgstr ""
3153
3267
 
@@ -3247,9 +3361,6 @@ msgstr ""
3247
3361
  msgid "ID of the sync plan"
3248
3362
  msgstr ""
3249
3363
 
3250
- msgid "ID: %s doesn't exist "
3251
- msgstr ""
3252
-
3253
3364
  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."
3254
3365
  msgstr ""
3255
3366
 
@@ -3307,9 +3418,15 @@ msgstr ""
3307
3418
  msgid "Id of the repository to limit verifying checksum on"
3308
3419
  msgstr ""
3309
3420
 
3421
+ msgid "Id of the single content view to be associated with the activation key."
3422
+ msgstr ""
3423
+
3310
3424
  msgid "Id of the single content view to be associated with the host."
3311
3425
  msgstr ""
3312
3426
 
3427
+ msgid "Id of the single lifecycle environment to be associated with the activation key."
3428
+ msgstr ""
3429
+
3313
3430
  msgid "Id of the single lifecycle environment to be associated with the host."
3314
3431
  msgstr ""
3315
3432
 
@@ -3360,6 +3477,9 @@ msgstr ""
3360
3477
  msgid "If product certificates should be used to authenticate to a custom CDN."
3361
3478
  msgstr ""
3362
3479
 
3480
+ 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'."
3481
+ msgstr ""
3482
+
3363
3483
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3364
3484
  msgstr ""
3365
3485
 
@@ -3381,6 +3501,9 @@ msgstr ""
3381
3501
  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/...'."
3382
3502
  msgstr ""
3383
3503
 
3504
+ msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
3505
+ msgstr ""
3506
+
3384
3507
  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."
3385
3508
  msgstr ""
3386
3509
 
@@ -3468,6 +3591,9 @@ msgstr ""
3468
3591
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3469
3592
  msgstr ""
3470
3593
 
3594
+ msgid "Import migration"
3595
+ msgstr ""
3596
+
3471
3597
  msgid "Import new manifest"
3472
3598
  msgstr ""
3473
3599
 
@@ -3477,6 +3603,12 @@ msgstr ""
3477
3603
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3478
3604
  msgstr ""
3479
3605
 
3606
+ msgid "Import repository upload"
3607
+ msgstr ""
3608
+
3609
+ msgid "Import upload"
3610
+ msgstr ""
3611
+
3480
3612
  msgid "Import uploads into a repository"
3481
3613
  msgstr ""
3482
3614
 
@@ -3573,6 +3705,9 @@ msgstr ""
3573
3705
  msgid "Inherit from Repository"
3574
3706
  msgstr ""
3575
3707
 
3708
+ msgid "Initialize"
3709
+ msgstr ""
3710
+
3576
3711
  msgid "Initiate a sync of the products attached to the sync plan"
3577
3712
  msgstr ""
3578
3713
 
@@ -3873,7 +4008,7 @@ msgstr ""
3873
4008
  msgid "Latest version"
3874
4009
  msgstr ""
3875
4010
 
3876
- msgid "Learn more about adding subscription manifests "
4011
+ msgid "Learn more about adding subscription manifests in "
3877
4012
  msgstr ""
3878
4013
 
3879
4014
  msgid "Legacy UI"
@@ -4011,6 +4146,9 @@ msgstr ""
4011
4146
  msgid "List content counts for the smart proxy"
4012
4147
  msgstr ""
4013
4148
 
4149
+ msgid "List content view environments"
4150
+ msgstr ""
4151
+
4014
4152
  msgid "List content view versions"
4015
4153
  msgstr ""
4016
4154
 
@@ -4382,6 +4520,15 @@ msgstr ""
4382
4520
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4383
4521
  msgstr ""
4384
4522
 
4523
+ msgid "Multi copy all units"
4524
+ msgstr ""
4525
+
4526
+ msgid "Multi copy content"
4527
+ msgstr ""
4528
+
4529
+ msgid "Multi copy units"
4530
+ msgstr ""
4531
+
4385
4532
  msgid "Multi-entitlement"
4386
4533
  msgstr ""
4387
4534
 
@@ -4544,7 +4691,7 @@ msgstr ""
4544
4691
  msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4545
4692
  msgstr ""
4546
4693
 
4547
- msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4694
+ msgid "No available packages found for search term '%s'."
4548
4695
  msgstr ""
4549
4696
 
4550
4697
  msgid "No available repository or filter updates"
@@ -4562,6 +4709,12 @@ msgstr ""
4562
4709
  msgid "No content in selected versions."
4563
4710
  msgstr ""
4564
4711
 
4712
+ msgid "No content view environments found with ids: %{ids}"
4713
+ msgstr ""
4714
+
4715
+ msgid "No content view environments found with names: %{names}"
4716
+ msgstr ""
4717
+
4565
4718
  msgid "No content view history events found."
4566
4719
  msgstr ""
4567
4720
 
@@ -4817,7 +4970,7 @@ msgstr ""
4817
4970
  msgid "No syncable repositories found for selected products and options."
4818
4971
  msgstr ""
4819
4972
 
4820
- msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4973
+ msgid "No upgradable packages found for search term '%s'."
4821
4974
  msgstr ""
4822
4975
 
4823
4976
  msgid "No upgradable packages found."
@@ -5348,6 +5501,9 @@ msgstr ""
5348
5501
  msgid "Product Create"
5349
5502
  msgstr ""
5350
5503
 
5504
+ msgid "Product Host Count"
5505
+ msgstr ""
5506
+
5351
5507
  msgid "Product ID"
5352
5508
  msgstr ""
5353
5509
 
@@ -5533,6 +5689,9 @@ msgstr ""
5533
5689
  msgid "Pulp task error"
5534
5690
  msgstr ""
5535
5691
 
5692
+ msgid "Purge completed tasks"
5693
+ msgstr ""
5694
+
5536
5695
  msgid "Python Package"
5537
5696
  msgstr ""
5538
5697
 
@@ -5641,6 +5800,9 @@ msgstr ""
5641
5800
  msgid "Reclaim Space"
5642
5801
  msgstr ""
5643
5802
 
5803
+ msgid "Reclaim space"
5804
+ msgstr ""
5805
+
5644
5806
  msgid "Reclaim space from On Demand repositories"
5645
5807
  msgstr ""
5646
5808
 
@@ -5704,6 +5866,9 @@ msgstr ""
5704
5866
  msgid "Refresh all alternate content sources"
5705
5867
  msgstr ""
5706
5868
 
5869
+ msgid "Refresh all distributions"
5870
+ msgstr ""
5871
+
5707
5872
  msgid "Refresh alternate content sources"
5708
5873
  msgstr ""
5709
5874
 
@@ -5716,15 +5881,27 @@ msgstr ""
5716
5881
  msgid "Refresh counts"
5717
5882
  msgstr ""
5718
5883
 
5884
+ msgid "Refresh distribution"
5885
+ msgstr ""
5886
+
5719
5887
  msgid "Refresh errata applicability"
5720
5888
  msgstr ""
5721
5889
 
5890
+ msgid "Refresh if needed"
5891
+ msgstr ""
5892
+
5722
5893
  msgid "Refresh package applicability"
5723
5894
  msgstr ""
5724
5895
 
5725
5896
  msgid "Refresh previously imported manifest for Red Hat provider"
5726
5897
  msgstr ""
5727
5898
 
5899
+ msgid "Refresh remote"
5900
+ msgstr ""
5901
+
5902
+ msgid "Refresh repos"
5903
+ msgstr ""
5904
+
5728
5905
  msgid "Refresh source"
5729
5906
  msgstr ""
5730
5907
 
@@ -5863,6 +6040,9 @@ msgstr ""
5863
6040
  msgid "Remove one or more subscriptions from an upstream manifest"
5864
6041
  msgstr ""
5865
6042
 
6043
+ msgid "Remove orphans"
6044
+ msgstr ""
6045
+
5866
6046
  msgid "Remove package group via Katello interface"
5867
6047
  msgstr ""
5868
6048
 
@@ -5890,6 +6070,12 @@ msgstr ""
5890
6070
  msgid "Remove subscriptions from one or more hosts"
5891
6071
  msgstr ""
5892
6072
 
6073
+ msgid "Remove units"
6074
+ msgstr ""
6075
+
6076
+ msgid "Remove unneeded repos"
6077
+ msgstr ""
6078
+
5893
6079
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
5894
6080
  msgstr ""
5895
6081
 
@@ -5914,6 +6100,9 @@ msgstr ""
5914
6100
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5915
6101
  msgstr ""
5916
6102
 
6103
+ msgid "Repair"
6104
+ msgstr ""
6105
+
5917
6106
  msgid "Replace content source on the target machine"
5918
6107
  msgstr ""
5919
6108
 
@@ -5932,12 +6121,18 @@ msgstr ""
5932
6121
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5933
6122
  msgstr ""
5934
6123
 
6124
+ msgid "Repositories certs reset"
6125
+ msgstr ""
6126
+
5935
6127
  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."
5936
6128
  msgstr ""
5937
6129
 
5938
6130
  msgid "Repositories from published Content Views are not allowed."
5939
6131
  msgstr ""
5940
6132
 
6133
+ msgid "Repositories gpg reset"
6134
+ msgstr ""
6135
+
5941
6136
  msgid "Repository"
5942
6137
  msgstr ""
5943
6138
 
@@ -6109,6 +6304,9 @@ msgstr ""
6109
6304
  msgid "Return Red Hat (non-custom) products only"
6110
6305
  msgstr ""
6111
6306
 
6307
+ msgid "Return a list of installed packages distinct by name"
6308
+ msgstr ""
6309
+
6112
6310
  msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
6113
6311
  msgstr ""
6114
6312
 
@@ -6265,9 +6463,27 @@ msgstr ""
6265
6463
  msgid "Save"
6266
6464
  msgstr "Spara"
6267
6465
 
6466
+ msgid "Save artifact"
6467
+ msgstr ""
6468
+
6469
+ msgid "Save distribution references"
6470
+ msgstr ""
6471
+
6472
+ msgid "Save publication"
6473
+ msgstr ""
6474
+
6475
+ msgid "Save version"
6476
+ msgstr ""
6477
+
6478
+ msgid "Save versions"
6479
+ msgstr ""
6480
+
6268
6481
  msgid "Saving alternate content source..."
6269
6482
  msgstr ""
6270
6483
 
6484
+ msgid "Scan cdn"
6485
+ msgstr ""
6486
+
6271
6487
  msgid "Schema version 1"
6272
6488
  msgstr ""
6273
6489
 
@@ -7048,6 +7264,9 @@ msgstr ""
7048
7264
  msgid "Supported Content Types"
7049
7265
  msgstr ""
7050
7266
 
7267
+ msgid "Sync"
7268
+ msgstr ""
7269
+
7051
7270
  msgid "Sync Canceled"
7052
7271
  msgstr ""
7053
7272
 
@@ -7625,6 +7844,9 @@ msgstr ""
7625
7844
  msgid "To manage packages, select an action."
7626
7845
  msgstr ""
7627
7846
 
7847
+ msgid "Toggle"
7848
+ msgstr ""
7849
+
7628
7850
  msgid "Total steps: "
7629
7851
  msgstr ""
7630
7852
 
@@ -7919,6 +8141,9 @@ msgstr ""
7919
8141
  msgid "Update content view environments for host %s"
7920
8142
  msgstr ""
7921
8143
 
8144
+ msgid "Update distributions"
8145
+ msgstr ""
8146
+
7922
8147
  msgid "Update hosts manually"
7923
8148
  msgstr ""
7924
8149
 
@@ -7952,6 +8177,12 @@ msgstr ""
7952
8177
  msgid "Update release version for host %s"
7953
8178
  msgstr ""
7954
8179
 
8180
+ msgid "Update remote"
8181
+ msgstr ""
8182
+
8183
+ msgid "Update repository"
8184
+ msgstr ""
8185
+
7955
8186
  msgid "Update services requiring restart"
7956
8187
  msgstr ""
7957
8188
 
@@ -8042,6 +8273,12 @@ msgstr ""
8042
8273
  msgid "Upload a subscription manifest"
8043
8274
  msgstr ""
8044
8275
 
8276
+ msgid "Upload content"
8277
+ msgstr ""
8278
+
8279
+ msgid "Upload file"
8280
+ msgstr ""
8281
+
8045
8282
  msgid "Upload into"
8046
8283
  msgstr ""
8047
8284
 
@@ -8051,6 +8288,9 @@ msgstr ""
8051
8288
  msgid "Upload request id"
8052
8289
  msgstr ""
8053
8290
 
8291
+ msgid "Upload tag"
8292
+ msgstr ""
8293
+
8054
8294
  msgid "Upstream Candlepin"
8055
8295
  msgstr ""
8056
8296
 
@@ -8633,9 +8873,6 @@ msgstr ""
8633
8873
  msgid "content view filter rule identifier"
8634
8874
  msgstr ""
8635
8875
 
8636
- msgid "content view id"
8637
- msgstr ""
8638
-
8639
8876
  msgid "content view identifier"
8640
8877
  msgstr ""
8641
8878
 
@@ -8723,12 +8960,6 @@ msgstr ""
8723
8960
  msgid "enhancements"
8724
8961
  msgstr ""
8725
8962
 
8726
- msgid "environment"
8727
- msgstr ""
8728
-
8729
- msgid "environment id"
8730
- msgstr ""
8731
-
8732
8963
  msgid "environment identifier"
8733
8964
  msgstr ""
8734
8965
 
@@ -8999,9 +9230,6 @@ msgstr ""
8999
9230
  msgid "name of the subscription"
9000
9231
  msgstr ""
9001
9232
 
9002
- msgid "name: %s doesn't exist "
9003
- msgstr ""
9004
-
9005
9233
  msgid "new name for the filter"
9006
9234
  msgstr ""
9007
9235
 
@@ -9170,6 +9398,9 @@ msgstr ""
9170
9398
  msgid "system registration"
9171
9399
  msgstr ""
9172
9400
 
9401
+ msgid "the documentation."
9402
+ msgstr ""
9403
+
9173
9404
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
9174
9405
  msgstr ""
9175
9406