katello 4.14.0 → 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 (432) 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 +22 -18
  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 +2 -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 -14
  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/content_view/delete_repository_references.rb +6 -2
  121. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
  122. data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
  123. data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
  124. data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
  125. data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
  126. data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
  127. data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
  128. data/app/lib/katello/http_resource.rb +6 -6
  129. data/app/lib/katello/messaging/stomp_connection.rb +4 -4
  130. data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
  131. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  132. data/app/lib/katello/resources/candlepin/product.rb +1 -1
  133. data/app/lib/katello/resources/candlepin.rb +1 -1
  134. data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
  135. data/app/lib/katello/resources/cdn.rb +1 -1
  136. data/app/lib/katello/resources/discovery/container.rb +5 -3
  137. data/app/lib/katello/resources/discovery/yum.rb +3 -1
  138. data/app/lib/katello/resources/registry.rb +0 -3
  139. data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
  140. data/app/lib/katello/util/cveak_migrator.rb +38 -0
  141. data/app/lib/katello/util/deb.rb +9 -0
  142. data/app/lib/katello/util/deduplication_migrator.rb +8 -8
  143. data/app/lib/katello/util/model.rb +2 -2
  144. data/app/lib/katello/util/search.rb +5 -5
  145. data/app/lib/katello/util/task_status.rb +19 -19
  146. data/app/lib/katello/util/url_matcher.rb +3 -3
  147. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
  148. data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
  149. data/app/mailers/katello/errata_mailer.rb +1 -4
  150. data/app/models/katello/activation_key.rb +123 -27
  151. data/app/models/katello/alternate_content_source.rb +5 -5
  152. data/app/models/katello/authorization/activation_key.rb +1 -1
  153. data/app/models/katello/authorization/content_view_environment.rb +7 -0
  154. data/app/models/katello/cdn_configuration.rb +1 -1
  155. data/app/models/katello/concerns/content_facet_host_extensions.rb +24 -2
  156. data/app/models/katello/concerns/host_managed_extensions.rb +29 -22
  157. data/app/models/katello/concerns/organization_extensions.rb +4 -4
  158. data/app/models/katello/concerns/redhat_extensions.rb +1 -1
  159. data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
  160. data/app/models/katello/content.rb +3 -3
  161. data/app/models/katello/content_view.rb +15 -18
  162. data/app/models/katello/content_view_environment.rb +56 -15
  163. data/app/models/katello/content_view_environment_activation_key.rb +20 -0
  164. data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
  165. data/app/models/katello/content_view_filter.rb +2 -2
  166. data/app/models/katello/content_view_history.rb +1 -1
  167. data/app/models/katello/content_view_repository.rb +1 -1
  168. data/app/models/katello/content_view_version.rb +3 -3
  169. data/app/models/katello/content_view_version_export_history.rb +2 -2
  170. data/app/models/katello/content_view_version_import_history.rb +1 -1
  171. data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
  172. data/app/models/katello/flatpak_remote.rb +11 -0
  173. data/app/models/katello/flatpak_remote_repository.rb +12 -0
  174. data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
  175. data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
  176. data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
  177. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  178. data/app/models/katello/glue/pulp/repos.rb +1 -1
  179. data/app/models/katello/host/content_facet.rb +33 -17
  180. data/app/models/katello/host/info_provider.rb +2 -4
  181. data/app/models/katello/host/subscription_facet.rb +3 -3
  182. data/app/models/katello/host_available_module_stream.rb +1 -1
  183. data/app/models/katello/installed_product.rb +2 -2
  184. data/app/models/katello/kt_environment.rb +11 -6
  185. data/app/models/katello/ping.rb +2 -3
  186. data/app/models/katello/repository.rb +40 -6
  187. data/app/models/katello/rhel_lifecycle_status.rb +10 -10
  188. data/app/models/katello/root_repository.rb +14 -18
  189. data/app/models/katello/task_status.rb +1 -1
  190. data/app/models/katello/upstream_pool.rb +2 -2
  191. data/app/presenters/katello/product_content_presenter.rb +2 -2
  192. data/app/presenters/katello/repository_presenter.rb +3 -3
  193. data/app/presenters/katello/sync_status_presenter.rb +3 -3
  194. data/app/services/cert/certs.rb +6 -2
  195. data/app/services/katello/candlepin_event_listener.rb +1 -1
  196. data/app/services/katello/event_monitor/poller_thread.rb +1 -1
  197. data/app/services/katello/event_queue.rb +1 -1
  198. data/app/services/katello/product_content_finder.rb +10 -10
  199. data/app/services/katello/product_content_importer.rb +1 -1
  200. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  201. data/app/services/katello/pulp3/ansible_collection.rb +1 -1
  202. data/app/services/katello/pulp3/api/apt.rb +4 -0
  203. data/app/services/katello/pulp3/content.rb +1 -0
  204. data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
  205. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  206. data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
  207. data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
  208. data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
  209. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
  210. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
  211. data/app/services/katello/pulp3/deb.rb +35 -1
  212. data/app/services/katello/pulp3/docker_manifest.rb +1 -1
  213. data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
  214. data/app/services/katello/pulp3/docker_tag.rb +1 -1
  215. data/app/services/katello/pulp3/erratum.rb +2 -2
  216. data/app/services/katello/pulp3/file_unit.rb +1 -1
  217. data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
  218. data/app/services/katello/pulp3/module_stream.rb +2 -2
  219. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  220. data/app/services/katello/pulp3/repository/apt.rb +22 -16
  221. data/app/services/katello/pulp3/repository/docker.rb +2 -2
  222. data/app/services/katello/pulp3/repository/file.rb +1 -1
  223. data/app/services/katello/pulp3/repository/generic.rb +1 -1
  224. data/app/services/katello/pulp3/repository/yum.rb +7 -7
  225. data/app/services/katello/pulp3/repository.rb +15 -9
  226. data/app/services/katello/pulp3/repository_mirror.rb +3 -3
  227. data/app/services/katello/registration_manager.rb +23 -6
  228. data/app/services/katello/repository_type.rb +3 -3
  229. data/app/services/katello/smart_proxy_helper.rb +3 -3
  230. data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
  231. data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
  232. data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
  233. data/app/services/katello/ui_notifications/task_notification.rb +2 -2
  234. data/app/services/katello/upstream_connection_checker.rb +1 -1
  235. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  236. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  237. data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
  238. data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
  239. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
  240. data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
  241. data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
  242. data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
  243. data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
  244. data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
  245. data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
  246. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
  247. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
  248. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
  249. data/app/views/katello/api/v2/content_views/base.json.rabl +4 -3
  250. data/app/views/katello/api/v2/content_views/show.json.rabl +1 -2
  251. data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
  252. data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
  253. data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
  254. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
  255. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
  256. data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
  257. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
  258. data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
  259. data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
  260. data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
  261. data/app/views/katello/api/v2/products/show.json.rabl +2 -2
  262. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  263. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  264. data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
  265. data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
  266. data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
  267. data/app/views/katello/sync_management/index.html.erb +2 -2
  268. data/config/initializers/inflections.rb +11 -0
  269. data/config/katello.yaml.example +4 -10
  270. data/config/routes/api/registry.rb +0 -2
  271. data/config/routes/api/rhsm.rb +1 -4
  272. data/config/routes/api/v2.rb +2 -3
  273. data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
  274. data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
  275. data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
  276. data/db/migrate/20160808002834_add_files.rb +1 -1
  277. data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
  278. data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
  279. data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
  280. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
  281. data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
  282. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
  283. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
  284. data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
  285. data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
  286. data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
  287. data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
  288. data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
  289. data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
  290. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
  291. data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
  292. data/db/seeds.d/106-mail_notifications.rb +9 -9
  293. data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
  294. data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
  295. data/db/seeds.d/110-content-view-autopublish.rb +5 -5
  296. data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
  297. data/db/seeds.d/111-upgrade_tasks.rb +1 -1
  298. data/engines/bastion/app/assets/javascripts/bastion/i18n/i18n.module.js +4 -0
  299. data/engines/bastion/lib/bastion/engine.rb +1 -1
  300. data/engines/bastion/lib/bastion.rb +1 -1
  301. data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +5 -1
  302. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
  303. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
  304. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
  305. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
  306. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
  308. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-modal-helper.service.js +0 -1
  309. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
  310. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
  311. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
  312. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
  313. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
  314. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
  315. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
  316. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
  317. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
  318. data/lib/katello/engine.rb +17 -15
  319. data/lib/katello/permission_creator.rb +51 -49
  320. data/lib/katello/permissions/host_permissions.rb +4 -4
  321. data/lib/katello/permissions/organization_permissions.rb +4 -4
  322. data/lib/katello/permissions/registry_permissions.rb +1 -1
  323. data/lib/katello/permissions/roles_permissions.rb +1 -1
  324. data/lib/katello/permissions/user_permissions.rb +1 -1
  325. data/lib/katello/plugin.rb +14 -8
  326. data/lib/katello/repository_types/docker.rb +4 -2
  327. data/lib/katello/repository_types/ostree.rb +5 -3
  328. data/lib/katello/repository_types/python.rb +1 -1
  329. data/lib/katello/repository_types/yum.rb +2 -1
  330. data/lib/katello/scheduled_jobs.rb +1 -1
  331. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
  332. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
  333. data/lib/katello/tasks/reimport.rake +1 -1
  334. data/lib/katello/tasks/repository.rake +19 -9
  335. data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
  336. data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
  337. data/lib/katello/version.rb +1 -1
  338. data/locale/action_names.rb +92 -1
  339. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  340. data/locale/bn/katello.po +259 -28
  341. data/locale/bn_IN/katello.po +258 -27
  342. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/ca/katello.po +258 -27
  344. data/locale/cs/katello.po +258 -30
  345. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  346. data/locale/cs_CZ/katello.po +258 -27
  347. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  348. data/locale/de/katello.po +259 -28
  349. data/locale/de_AT/katello.po +258 -27
  350. data/locale/de_DE/katello.po +258 -27
  351. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  352. data/locale/el/katello.po +258 -27
  353. data/locale/en/katello.po +258 -27
  354. data/locale/en_GB/katello.po +258 -27
  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/katello.po +258 -27
  359. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/fr/katello.po +259 -28
  361. data/locale/gl/katello.po +258 -27
  362. data/locale/gu/katello.po +258 -27
  363. data/locale/he_IL/katello.po +258 -27
  364. data/locale/hi/katello.po +258 -27
  365. data/locale/id/katello.po +258 -27
  366. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/it/katello.po +259 -28
  368. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  369. data/locale/ja/katello.po +259 -28
  370. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  371. data/locale/ka/katello.po +259 -28
  372. data/locale/katello.pot +1041 -696
  373. data/locale/kn/katello.po +258 -27
  374. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  375. data/locale/ko/katello.po +259 -28
  376. data/locale/ml_IN/katello.po +258 -27
  377. data/locale/mr/katello.po +258 -27
  378. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/nl_NL/katello.po +258 -27
  380. data/locale/or/katello.po +258 -27
  381. data/locale/pa/katello.po +258 -27
  382. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  383. data/locale/pl/katello.po +258 -27
  384. data/locale/pl_PL/katello.po +258 -27
  385. data/locale/pt/katello.po +258 -27
  386. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  387. data/locale/pt_BR/katello.po +259 -28
  388. data/locale/ro/katello.po +258 -27
  389. data/locale/ro_RO/katello.po +258 -27
  390. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  391. data/locale/ru/katello.po +259 -28
  392. data/locale/sl/katello.po +258 -27
  393. data/locale/sv_SE/katello.po +258 -27
  394. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  395. data/locale/ta/katello.po +259 -28
  396. data/locale/ta_IN/katello.po +258 -27
  397. data/locale/te/katello.po +258 -27
  398. data/locale/tr/katello.po +258 -27
  399. data/locale/vi/katello.po +258 -27
  400. data/locale/vi_VN/katello.po +258 -27
  401. data/locale/zh/katello.po +258 -27
  402. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  403. data/locale/zh_CN/katello.po +259 -28
  404. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  405. data/locale/zh_TW/katello.po +259 -28
  406. data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
  407. data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
  408. data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
  409. data/webpack/ForemanColumnExtensions/index.js +1 -1
  410. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
  411. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
  412. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
  413. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
  414. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
  415. data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
  416. data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
  417. data/webpack/global_index.js +11 -4
  418. data/webpack/redux/actions/RedHatRepositories/helpers.js +8 -6
  419. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
  420. data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
  421. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
  422. data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
  423. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
  424. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
  425. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
  426. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
  427. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
  428. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +6 -4
  429. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +1 -1
  430. metadata +86 -76
  431. data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
  432. /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
@@ -411,10 +411,10 @@ msgstr ""
411
411
  msgid "A backend service [ %s ] is unreachable"
412
412
  msgstr ""
413
413
 
414
- msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
414
+ msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
415
415
  msgstr ""
416
416
 
417
- msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
417
+ msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
418
418
  msgstr ""
419
419
 
420
420
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
@@ -468,9 +468,6 @@ msgstr ""
468
468
  msgid "About page"
469
469
  msgstr ""
470
470
 
471
- msgid "Abstract"
472
- msgstr ""
473
-
474
471
  msgid "Abstract async task"
475
472
  msgstr ""
476
473
 
@@ -501,6 +498,15 @@ msgstr ""
501
498
  msgid "Activation key"
502
499
  msgstr ""
503
500
 
501
+ msgid "Activation key %s has more than one content view. Use #content_views instead."
502
+ msgstr ""
503
+
504
+ msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
505
+ msgstr ""
506
+
507
+ msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
508
+ msgstr ""
509
+
504
510
  msgid "Activation key ID"
505
511
  msgstr ""
506
512
 
@@ -516,6 +522,9 @@ msgstr ""
516
522
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
517
523
  msgstr ""
518
524
 
525
+ msgid "Activation key identifier"
526
+ msgstr ""
527
+
519
528
  msgid "Activation key(s) to use during registration"
520
529
  msgstr ""
521
530
 
@@ -766,6 +775,9 @@ msgid ""
766
775
  "%{error_message}"
767
776
  msgstr ""
768
777
 
778
+ msgid "An option to specify how many ostree commits to traverse."
779
+ msgstr ""
780
+
769
781
  msgid "Another component already includes content view with ID %s"
770
782
  msgstr ""
771
783
 
@@ -874,6 +886,12 @@ msgstr ""
874
886
  msgid "Array of content view component IDs to remove. Identifier of the component association"
875
887
  msgstr ""
876
888
 
889
+ 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."
890
+ msgstr ""
891
+
892
+ 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."
893
+ msgstr ""
894
+
877
895
  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."
878
896
  msgstr ""
879
897
 
@@ -918,6 +936,9 @@ msgstr ""
918
936
  msgid "Assigning a host to multiple content view environments is not enabled."
919
937
  msgstr ""
920
938
 
939
+ msgid "Assigning an activation key to multiple content view environments is not enabled."
940
+ msgstr ""
941
+
921
942
  msgid "Associated location IDs"
922
943
  msgstr ""
923
944
 
@@ -1173,6 +1194,9 @@ msgstr ""
1173
1194
  msgid "Cannot add composite versions to another composite content view"
1174
1195
  msgstr ""
1175
1196
 
1197
+ msgid "Cannot add content view environments from a different organization"
1198
+ msgstr ""
1199
+
1176
1200
  msgid "Cannot add default content view to composite content view"
1177
1201
  msgstr ""
1178
1202
 
@@ -1257,7 +1281,7 @@ msgstr ""
1257
1281
  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."
1258
1282
  msgstr ""
1259
1283
 
1260
- msgid "Cannot install errata: No installable errata found for search term '%s'"
1284
+ msgid "Cannot install errata: No errata found for search term '%s'"
1261
1285
  msgstr ""
1262
1286
 
1263
1287
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
@@ -1290,7 +1314,7 @@ msgstr ""
1290
1314
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1291
1315
  msgstr ""
1292
1316
 
1293
- msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1317
+ msgid "Cannot remove package(s): No installed packages found for search term '%s'."
1294
1318
  msgstr ""
1295
1319
 
1296
1320
  msgid "Cannot set attribute %{attr} for content type %{type}"
@@ -1314,7 +1338,7 @@ msgstr ""
1314
1338
  msgid "Cannot update properties of a container push repository"
1315
1339
  msgstr ""
1316
1340
 
1317
- msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1341
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
1318
1342
  msgstr ""
1319
1343
 
1320
1344
  msgid "Cannot upload Ansible collections."
@@ -1398,6 +1422,12 @@ msgstr ""
1398
1422
  msgid "Collapse All"
1399
1423
  msgstr ""
1400
1424
 
1425
+ 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."
1426
+ msgstr ""
1427
+
1428
+ 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."
1429
+ msgstr ""
1430
+
1401
1431
  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."
1402
1432
  msgstr ""
1403
1433
 
@@ -1410,6 +1440,9 @@ msgstr ""
1410
1440
  msgid "Comma-separated list of tags to sync for a container image repository"
1411
1441
  msgstr ""
1412
1442
 
1443
+ msgid "Commit upload"
1444
+ msgstr ""
1445
+
1413
1446
  msgid "Compare"
1414
1447
  msgstr ""
1415
1448
 
@@ -1755,15 +1788,24 @@ msgstr ""
1755
1788
  msgid "Copy"
1756
1789
  msgstr ""
1757
1790
 
1791
+ msgid "Copy all units"
1792
+ msgstr ""
1793
+
1758
1794
  msgid "Copy an activation key"
1759
1795
  msgstr ""
1760
1796
 
1797
+ msgid "Copy content"
1798
+ msgstr ""
1799
+
1761
1800
  msgid "Copy content view"
1762
1801
  msgstr ""
1763
1802
 
1764
1803
  msgid "Copy to clipboard"
1765
1804
  msgstr ""
1766
1805
 
1806
+ msgid "Copy version"
1807
+ msgstr ""
1808
+
1767
1809
  msgid "Copy version units to library"
1768
1810
  msgstr ""
1769
1811
 
@@ -1851,7 +1893,7 @@ msgstr ""
1851
1893
  msgid "Couldn't find content host environment '%s'"
1852
1894
  msgstr ""
1853
1895
 
1854
- msgid "Couldn't find content view '%s'"
1896
+ msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
1855
1897
  msgstr ""
1856
1898
 
1857
1899
  msgid "Couldn't find content view version '%s'"
@@ -1911,6 +1953,9 @@ msgstr ""
1911
1953
  msgid "Create Alternate Content Source"
1912
1954
  msgstr ""
1913
1955
 
1956
+ msgid "Create Container Push Repository Root"
1957
+ msgstr ""
1958
+
1914
1959
  msgid "Create Export History"
1915
1960
  msgstr ""
1916
1961
 
@@ -1968,12 +2013,21 @@ msgstr ""
1968
2013
  msgid "Create content view"
1969
2014
  msgstr ""
1970
2015
 
2016
+ msgid "Create exporter"
2017
+ msgstr ""
2018
+
1971
2019
  msgid "Create filter"
1972
2020
  msgstr ""
1973
2021
 
1974
2022
  msgid "Create host collection"
1975
2023
  msgstr ""
1976
2024
 
2025
+ msgid "Create import"
2026
+ msgstr ""
2027
+
2028
+ msgid "Create importer"
2029
+ msgstr ""
2030
+
1977
2031
  msgid "Create new activation key"
1978
2032
  msgstr ""
1979
2033
 
@@ -1983,6 +2037,12 @@ msgstr ""
1983
2037
  msgid "Create package filter rule"
1984
2038
  msgstr ""
1985
2039
 
2040
+ msgid "Create publication"
2041
+ msgstr ""
2042
+
2043
+ msgid "Create remote"
2044
+ msgstr ""
2045
+
1986
2046
  msgid "Create rule"
1987
2047
  msgstr ""
1988
2048
 
@@ -2229,12 +2289,36 @@ msgstr ""
2229
2289
  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."
2230
2290
  msgstr ""
2231
2291
 
2292
+ msgid "Delete distributions"
2293
+ msgstr ""
2294
+
2232
2295
  msgid "Delete manifest from Red Hat provider"
2233
2296
  msgstr ""
2234
2297
 
2235
2298
  msgid "Delete multiple filters from a content view"
2236
2299
  msgstr ""
2237
2300
 
2301
+ msgid "Delete orphan alternate content sources"
2302
+ msgstr ""
2303
+
2304
+ msgid "Delete orphan distributions"
2305
+ msgstr ""
2306
+
2307
+ msgid "Delete orphan remotes"
2308
+ msgstr ""
2309
+
2310
+ msgid "Delete orphan repository versions"
2311
+ msgstr ""
2312
+
2313
+ msgid "Delete orphaned migrated repositories"
2314
+ msgstr ""
2315
+
2316
+ msgid "Delete remote"
2317
+ msgstr ""
2318
+
2319
+ msgid "Delete repository references"
2320
+ msgstr ""
2321
+
2238
2322
  msgid "Delete version"
2239
2323
  msgstr ""
2240
2324
 
@@ -2265,6 +2349,9 @@ msgstr ""
2265
2349
  msgid "Deleting versions: {versionList}"
2266
2350
  msgstr ""
2267
2351
 
2352
+ msgid "Depth"
2353
+ msgstr ""
2354
+
2268
2355
  msgid "Description"
2269
2356
  msgstr ""
2270
2357
 
@@ -2328,6 +2415,12 @@ msgstr ""
2328
2415
  msgid "Destroy an environment in an organization"
2329
2416
  msgstr ""
2330
2417
 
2418
+ msgid "Destroy exporter"
2419
+ msgstr ""
2420
+
2421
+ msgid "Destroy importer"
2422
+ msgstr ""
2423
+
2331
2424
  msgid "Destroy one or more alternate content sources"
2332
2425
  msgstr ""
2333
2426
 
@@ -2511,6 +2604,9 @@ msgstr ""
2511
2604
  msgid "Enable repository sets"
2512
2605
  msgstr ""
2513
2606
 
2607
+ msgid "Enable structured APT for deb content"
2608
+ msgstr ""
2609
+
2514
2610
  msgid "Enable/Disable auto publish of composite view"
2515
2611
  msgstr ""
2516
2612
 
@@ -2562,12 +2658,18 @@ msgstr ""
2562
2658
  msgid "Environment ID"
2563
2659
  msgstr ""
2564
2660
 
2661
+ msgid "Environment ID and content view ID must be provided together"
2662
+ msgstr ""
2663
+
2565
2664
  msgid "Environment IDs"
2566
2665
  msgstr ""
2567
2666
 
2568
2667
  msgid "Environment cannot be in its own promotion path"
2569
2668
  msgstr ""
2570
2669
 
2670
+ msgid "Environment contents refresh"
2671
+ msgstr ""
2672
+
2571
2673
  msgid "Environment identifier"
2572
2674
  msgstr ""
2573
2675
 
@@ -2951,6 +3053,9 @@ msgstr ""
2951
3053
  msgid "Generate host applicability"
2952
3054
  msgstr ""
2953
3055
 
3056
+ msgid "Generate metadata"
3057
+ msgstr ""
3058
+
2954
3059
  msgid "Generate repository applicability"
2955
3060
  msgstr ""
2956
3061
 
@@ -3023,12 +3128,18 @@ msgstr ""
3023
3128
  msgid "Has to be > 0"
3024
3129
  msgstr ""
3025
3130
 
3131
+ msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
3132
+ msgstr ""
3133
+
3026
3134
  msgid "Help"
3027
3135
  msgstr ""
3028
3136
 
3029
3137
  msgid "Helper"
3030
3138
  msgstr ""
3031
3139
 
3140
+ msgid "Hide Reclaim Space Warning"
3141
+ msgstr ""
3142
+
3032
3143
  msgid "Hide affected activation keys"
3033
3144
  msgstr ""
3034
3145
 
@@ -3143,6 +3254,9 @@ msgstr ""
3143
3254
  msgid "Host id to list applicable packages for"
3144
3255
  msgstr ""
3145
3256
 
3257
+ msgid "Host identifier"
3258
+ msgstr ""
3259
+
3146
3260
  msgid "Host lifecycle support expiration notification"
3147
3261
  msgstr ""
3148
3262
 
@@ -3242,9 +3356,6 @@ msgstr ""
3242
3356
  msgid "ID of the sync plan"
3243
3357
  msgstr ""
3244
3358
 
3245
- msgid "ID: %s doesn't exist "
3246
- msgstr ""
3247
-
3248
3359
  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."
3249
3360
  msgstr ""
3250
3361
 
@@ -3302,9 +3413,15 @@ msgstr ""
3302
3413
  msgid "Id of the repository to limit verifying checksum on"
3303
3414
  msgstr ""
3304
3415
 
3416
+ msgid "Id of the single content view to be associated with the activation key."
3417
+ msgstr ""
3418
+
3305
3419
  msgid "Id of the single content view to be associated with the host."
3306
3420
  msgstr ""
3307
3421
 
3422
+ msgid "Id of the single lifecycle environment to be associated with the activation key."
3423
+ msgstr ""
3424
+
3308
3425
  msgid "Id of the single lifecycle environment to be associated with the host."
3309
3426
  msgstr ""
3310
3427
 
@@ -3355,6 +3472,9 @@ msgstr ""
3355
3472
  msgid "If product certificates should be used to authenticate to a custom CDN."
3356
3473
  msgstr ""
3357
3474
 
3475
+ 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'."
3476
+ msgstr ""
3477
+
3358
3478
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3359
3479
  msgstr ""
3360
3480
 
@@ -3376,6 +3496,9 @@ msgstr ""
3376
3496
  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/...'."
3377
3497
  msgstr ""
3378
3498
 
3499
+ msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
3500
+ msgstr ""
3501
+
3379
3502
  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."
3380
3503
  msgstr ""
3381
3504
 
@@ -3463,6 +3586,9 @@ msgstr ""
3463
3586
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3464
3587
  msgstr ""
3465
3588
 
3589
+ msgid "Import migration"
3590
+ msgstr ""
3591
+
3466
3592
  msgid "Import new manifest"
3467
3593
  msgstr ""
3468
3594
 
@@ -3472,6 +3598,12 @@ msgstr ""
3472
3598
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3473
3599
  msgstr ""
3474
3600
 
3601
+ msgid "Import repository upload"
3602
+ msgstr ""
3603
+
3604
+ msgid "Import upload"
3605
+ msgstr ""
3606
+
3475
3607
  msgid "Import uploads into a repository"
3476
3608
  msgstr ""
3477
3609
 
@@ -3568,6 +3700,9 @@ msgstr ""
3568
3700
  msgid "Inherit from Repository"
3569
3701
  msgstr ""
3570
3702
 
3703
+ msgid "Initialize"
3704
+ msgstr ""
3705
+
3571
3706
  msgid "Initiate a sync of the products attached to the sync plan"
3572
3707
  msgstr ""
3573
3708
 
@@ -3868,7 +4003,7 @@ msgstr ""
3868
4003
  msgid "Latest version"
3869
4004
  msgstr ""
3870
4005
 
3871
- msgid "Learn more about adding subscription manifests "
4006
+ msgid "Learn more about adding subscription manifests in "
3872
4007
  msgstr ""
3873
4008
 
3874
4009
  msgid "Legacy UI"
@@ -4006,6 +4141,9 @@ msgstr ""
4006
4141
  msgid "List content counts for the smart proxy"
4007
4142
  msgstr ""
4008
4143
 
4144
+ msgid "List content view environments"
4145
+ msgstr ""
4146
+
4009
4147
  msgid "List content view versions"
4010
4148
  msgstr ""
4011
4149
 
@@ -4377,6 +4515,15 @@ msgstr ""
4377
4515
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4378
4516
  msgstr ""
4379
4517
 
4518
+ msgid "Multi copy all units"
4519
+ msgstr ""
4520
+
4521
+ msgid "Multi copy content"
4522
+ msgstr ""
4523
+
4524
+ msgid "Multi copy units"
4525
+ msgstr ""
4526
+
4380
4527
  msgid "Multi-entitlement"
4381
4528
  msgstr ""
4382
4529
 
@@ -4539,7 +4686,7 @@ msgstr ""
4539
4686
  msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4540
4687
  msgstr ""
4541
4688
 
4542
- msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4689
+ msgid "No available packages found for search term '%s'."
4543
4690
  msgstr ""
4544
4691
 
4545
4692
  msgid "No available repository or filter updates"
@@ -4557,6 +4704,12 @@ msgstr ""
4557
4704
  msgid "No content in selected versions."
4558
4705
  msgstr ""
4559
4706
 
4707
+ msgid "No content view environments found with ids: %{ids}"
4708
+ msgstr ""
4709
+
4710
+ msgid "No content view environments found with names: %{names}"
4711
+ msgstr ""
4712
+
4560
4713
  msgid "No content view history events found."
4561
4714
  msgstr ""
4562
4715
 
@@ -4812,7 +4965,7 @@ msgstr ""
4812
4965
  msgid "No syncable repositories found for selected products and options."
4813
4966
  msgstr ""
4814
4967
 
4815
- msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4968
+ msgid "No upgradable packages found for search term '%s'."
4816
4969
  msgstr ""
4817
4970
 
4818
4971
  msgid "No upgradable packages found."
@@ -5343,6 +5496,9 @@ msgstr ""
5343
5496
  msgid "Product Create"
5344
5497
  msgstr ""
5345
5498
 
5499
+ msgid "Product Host Count"
5500
+ msgstr ""
5501
+
5346
5502
  msgid "Product ID"
5347
5503
  msgstr ""
5348
5504
 
@@ -5528,6 +5684,9 @@ msgstr ""
5528
5684
  msgid "Pulp task error"
5529
5685
  msgstr ""
5530
5686
 
5687
+ msgid "Purge completed tasks"
5688
+ msgstr ""
5689
+
5531
5690
  msgid "Python Package"
5532
5691
  msgstr ""
5533
5692
 
@@ -5636,6 +5795,9 @@ msgstr ""
5636
5795
  msgid "Reclaim Space"
5637
5796
  msgstr ""
5638
5797
 
5798
+ msgid "Reclaim space"
5799
+ msgstr ""
5800
+
5639
5801
  msgid "Reclaim space from On Demand repositories"
5640
5802
  msgstr ""
5641
5803
 
@@ -5699,6 +5861,9 @@ msgstr ""
5699
5861
  msgid "Refresh all alternate content sources"
5700
5862
  msgstr ""
5701
5863
 
5864
+ msgid "Refresh all distributions"
5865
+ msgstr ""
5866
+
5702
5867
  msgid "Refresh alternate content sources"
5703
5868
  msgstr ""
5704
5869
 
@@ -5711,15 +5876,27 @@ msgstr ""
5711
5876
  msgid "Refresh counts"
5712
5877
  msgstr ""
5713
5878
 
5879
+ msgid "Refresh distribution"
5880
+ msgstr ""
5881
+
5714
5882
  msgid "Refresh errata applicability"
5715
5883
  msgstr ""
5716
5884
 
5885
+ msgid "Refresh if needed"
5886
+ msgstr ""
5887
+
5717
5888
  msgid "Refresh package applicability"
5718
5889
  msgstr ""
5719
5890
 
5720
5891
  msgid "Refresh previously imported manifest for Red Hat provider"
5721
5892
  msgstr ""
5722
5893
 
5894
+ msgid "Refresh remote"
5895
+ msgstr ""
5896
+
5897
+ msgid "Refresh repos"
5898
+ msgstr ""
5899
+
5723
5900
  msgid "Refresh source"
5724
5901
  msgstr ""
5725
5902
 
@@ -5858,6 +6035,9 @@ msgstr ""
5858
6035
  msgid "Remove one or more subscriptions from an upstream manifest"
5859
6036
  msgstr ""
5860
6037
 
6038
+ msgid "Remove orphans"
6039
+ msgstr ""
6040
+
5861
6041
  msgid "Remove package group via Katello interface"
5862
6042
  msgstr ""
5863
6043
 
@@ -5885,6 +6065,12 @@ msgstr ""
5885
6065
  msgid "Remove subscriptions from one or more hosts"
5886
6066
  msgstr ""
5887
6067
 
6068
+ msgid "Remove units"
6069
+ msgstr ""
6070
+
6071
+ msgid "Remove unneeded repos"
6072
+ msgstr ""
6073
+
5888
6074
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
5889
6075
  msgstr ""
5890
6076
 
@@ -5909,6 +6095,9 @@ msgstr ""
5909
6095
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5910
6096
  msgstr ""
5911
6097
 
6098
+ msgid "Repair"
6099
+ msgstr ""
6100
+
5912
6101
  msgid "Replace content source on the target machine"
5913
6102
  msgstr ""
5914
6103
 
@@ -5927,12 +6116,18 @@ msgstr ""
5927
6116
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5928
6117
  msgstr ""
5929
6118
 
6119
+ msgid "Repositories certs reset"
6120
+ msgstr ""
6121
+
5930
6122
  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."
5931
6123
  msgstr ""
5932
6124
 
5933
6125
  msgid "Repositories from published Content Views are not allowed."
5934
6126
  msgstr ""
5935
6127
 
6128
+ msgid "Repositories gpg reset"
6129
+ msgstr ""
6130
+
5936
6131
  msgid "Repository"
5937
6132
  msgstr ""
5938
6133
 
@@ -6104,6 +6299,9 @@ msgstr ""
6104
6299
  msgid "Return Red Hat (non-custom) products only"
6105
6300
  msgstr ""
6106
6301
 
6302
+ msgid "Return a list of installed packages distinct by name"
6303
+ msgstr ""
6304
+
6107
6305
  msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
6108
6306
  msgstr ""
6109
6307
 
@@ -6260,9 +6458,27 @@ msgstr ""
6260
6458
  msgid "Save"
6261
6459
  msgstr ""
6262
6460
 
6461
+ msgid "Save artifact"
6462
+ msgstr ""
6463
+
6464
+ msgid "Save distribution references"
6465
+ msgstr ""
6466
+
6467
+ msgid "Save publication"
6468
+ msgstr ""
6469
+
6470
+ msgid "Save version"
6471
+ msgstr ""
6472
+
6473
+ msgid "Save versions"
6474
+ msgstr ""
6475
+
6263
6476
  msgid "Saving alternate content source..."
6264
6477
  msgstr ""
6265
6478
 
6479
+ msgid "Scan cdn"
6480
+ msgstr ""
6481
+
6266
6482
  msgid "Schema version 1"
6267
6483
  msgstr ""
6268
6484
 
@@ -7043,6 +7259,9 @@ msgstr ""
7043
7259
  msgid "Supported Content Types"
7044
7260
  msgstr ""
7045
7261
 
7262
+ msgid "Sync"
7263
+ msgstr ""
7264
+
7046
7265
  msgid "Sync Canceled"
7047
7266
  msgstr ""
7048
7267
 
@@ -7620,6 +7839,9 @@ msgstr ""
7620
7839
  msgid "To manage packages, select an action."
7621
7840
  msgstr ""
7622
7841
 
7842
+ msgid "Toggle"
7843
+ msgstr ""
7844
+
7623
7845
  msgid "Total steps: "
7624
7846
  msgstr ""
7625
7847
 
@@ -7914,6 +8136,9 @@ msgstr ""
7914
8136
  msgid "Update content view environments for host %s"
7915
8137
  msgstr ""
7916
8138
 
8139
+ msgid "Update distributions"
8140
+ msgstr ""
8141
+
7917
8142
  msgid "Update hosts manually"
7918
8143
  msgstr ""
7919
8144
 
@@ -7947,6 +8172,12 @@ msgstr ""
7947
8172
  msgid "Update release version for host %s"
7948
8173
  msgstr ""
7949
8174
 
8175
+ msgid "Update remote"
8176
+ msgstr ""
8177
+
8178
+ msgid "Update repository"
8179
+ msgstr ""
8180
+
7950
8181
  msgid "Update services requiring restart"
7951
8182
  msgstr ""
7952
8183
 
@@ -8037,6 +8268,12 @@ msgstr ""
8037
8268
  msgid "Upload a subscription manifest"
8038
8269
  msgstr ""
8039
8270
 
8271
+ msgid "Upload content"
8272
+ msgstr ""
8273
+
8274
+ msgid "Upload file"
8275
+ msgstr ""
8276
+
8040
8277
  msgid "Upload into"
8041
8278
  msgstr ""
8042
8279
 
@@ -8046,6 +8283,9 @@ msgstr ""
8046
8283
  msgid "Upload request id"
8047
8284
  msgstr ""
8048
8285
 
8286
+ msgid "Upload tag"
8287
+ msgstr ""
8288
+
8049
8289
  msgid "Upstream Candlepin"
8050
8290
  msgstr ""
8051
8291
 
@@ -8628,9 +8868,6 @@ msgstr ""
8628
8868
  msgid "content view filter rule identifier"
8629
8869
  msgstr ""
8630
8870
 
8631
- msgid "content view id"
8632
- msgstr ""
8633
-
8634
8871
  msgid "content view identifier"
8635
8872
  msgstr ""
8636
8873
 
@@ -8718,12 +8955,6 @@ msgstr ""
8718
8955
  msgid "enhancements"
8719
8956
  msgstr ""
8720
8957
 
8721
- msgid "environment"
8722
- msgstr ""
8723
-
8724
- msgid "environment id"
8725
- msgstr ""
8726
-
8727
8958
  msgid "environment identifier"
8728
8959
  msgstr ""
8729
8960
 
@@ -8994,9 +9225,6 @@ msgstr ""
8994
9225
  msgid "name of the subscription"
8995
9226
  msgstr ""
8996
9227
 
8997
- msgid "name: %s doesn't exist "
8998
- msgstr ""
8999
-
9000
9228
  msgid "new name for the filter"
9001
9229
  msgstr ""
9002
9230
 
@@ -9165,6 +9393,9 @@ msgstr ""
9165
9393
  msgid "system registration"
9166
9394
  msgstr ""
9167
9395
 
9396
+ msgid "the documentation."
9397
+ msgstr ""
9398
+
9168
9399
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
9169
9400
  msgstr ""
9170
9401