katello 4.14.1 → 4.15.0.rc2

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 (459) 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/generic_content_units_controller.rb +2 -1
  73. data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
  74. data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
  75. data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
  76. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
  77. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
  78. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
  79. data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
  80. data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
  81. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
  82. data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
  83. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
  84. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
  85. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
  86. data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
  87. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
  88. data/app/helpers/katello/katello_url_helper.rb +1 -1
  89. data/app/lib/actions/candlepin/product/content_create.rb +12 -1
  90. data/app/lib/actions/candlepin/product/content_update.rb +21 -4
  91. data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
  92. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
  93. data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
  94. data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
  95. data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
  96. data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
  97. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
  98. data/app/lib/actions/katello/content_view/remove.rb +8 -12
  99. data/app/lib/actions/katello/content_view_version/import.rb +1 -1
  100. data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
  101. data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
  102. data/app/lib/actions/katello/host/hypervisors.rb +1 -1
  103. data/app/lib/actions/katello/product/content_create.rb +28 -19
  104. data/app/lib/actions/katello/product/content_destroy.rb +6 -5
  105. data/app/lib/actions/katello/product/destroy.rb +1 -1
  106. data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
  107. data/app/lib/actions/katello/repository/create.rb +24 -17
  108. data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
  109. data/app/lib/actions/katello/repository/create_root.rb +5 -15
  110. data/app/lib/actions/katello/repository/destroy.rb +3 -3
  111. data/app/lib/actions/katello/repository/discover.rb +1 -1
  112. data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
  113. data/app/lib/actions/katello/repository/import_upload.rb +1 -1
  114. data/app/lib/actions/katello/repository/sync.rb +16 -0
  115. data/app/lib/actions/katello/repository/update.rb +11 -20
  116. data/app/lib/actions/katello/repository/upload_files.rb +1 -1
  117. data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
  118. data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
  119. data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
  120. data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
  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 +36 -38
  156. data/app/models/katello/concerns/host_managed_extensions.rb +19 -8
  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 +2 -2
  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/resolve_traces.erb +8 -1
  236. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +4 -3
  237. data/app/views/foreman/job_templates/restart_services.erb +11 -3
  238. data/app/views/foreman/job_templates/restart_services_-_katello_ansible_default.erb +4 -3
  239. data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
  240. data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
  241. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
  242. data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
  243. data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
  244. data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
  245. data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
  246. data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
  247. data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
  248. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
  249. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
  250. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
  251. data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
  252. data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
  253. data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
  254. data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
  255. data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
  256. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
  257. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
  258. data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
  259. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
  260. data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
  261. data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
  262. data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
  263. data/app/views/katello/api/v2/products/show.json.rabl +2 -2
  264. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  265. data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
  266. data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
  267. data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
  268. data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
  269. data/config/initializers/inflections.rb +11 -0
  270. data/config/katello.yaml.example +4 -10
  271. data/config/routes/api/registry.rb +0 -2
  272. data/config/routes/api/rhsm.rb +1 -4
  273. data/config/routes/api/v2.rb +2 -3
  274. data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
  275. data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
  276. data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
  277. data/db/migrate/20160808002834_add_files.rb +1 -1
  278. data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
  279. data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
  280. data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
  281. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
  282. data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
  283. data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
  284. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
  285. data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
  286. data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
  287. data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
  288. data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
  289. data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
  290. data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
  291. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
  292. data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
  293. data/db/seeds.d/106-mail_notifications.rb +9 -9
  294. data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
  295. data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
  296. data/db/seeds.d/110-content-view-autopublish.rb +5 -5
  297. data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
  298. data/db/seeds.d/111-upgrade_tasks.rb +1 -1
  299. data/engines/bastion/lib/bastion/engine.rb +1 -1
  300. data/engines/bastion/lib/bastion.rb +1 -1
  301. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
  302. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
  303. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
  304. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
  305. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
  306. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
  307. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
  308. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
  309. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
  310. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
  311. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
  312. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
  313. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -0
  314. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
  315. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
  316. data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
  317. data/lib/katello/engine.rb +17 -15
  318. data/lib/katello/permission_creator.rb +51 -49
  319. data/lib/katello/permissions/host_permissions.rb +4 -4
  320. data/lib/katello/permissions/organization_permissions.rb +4 -4
  321. data/lib/katello/permissions/registry_permissions.rb +1 -1
  322. data/lib/katello/permissions/roles_permissions.rb +1 -1
  323. data/lib/katello/permissions/user_permissions.rb +1 -1
  324. data/lib/katello/plugin.rb +14 -8
  325. data/lib/katello/repository_types/docker.rb +4 -2
  326. data/lib/katello/repository_types/ostree.rb +5 -3
  327. data/lib/katello/repository_types/python.rb +1 -1
  328. data/lib/katello/repository_types/yum.rb +2 -1
  329. data/lib/katello/scheduled_jobs.rb +1 -1
  330. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
  331. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
  332. data/lib/katello/tasks/reimport.rake +1 -1
  333. data/lib/katello/tasks/repository.rake +19 -9
  334. data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
  335. data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
  336. data/lib/katello/version.rb +1 -1
  337. data/locale/action_names.rb +92 -1
  338. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/bn/katello.po +259 -28
  340. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  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/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/cs/katello.po +258 -30
  346. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/cs_CZ/katello.po +258 -27
  348. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/de/katello.po +259 -28
  350. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/de_AT/katello.po +258 -27
  352. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/de_DE/katello.po +258 -27
  354. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/el/katello.po +258 -27
  356. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  357. data/locale/en/katello.po +258 -27
  358. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  359. data/locale/en_GB/katello.po +258 -27
  360. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  361. data/locale/en_US/katello.po +258 -27
  362. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  363. data/locale/es/katello.po +259 -28
  364. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  365. data/locale/et_EE/katello.po +258 -27
  366. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  367. data/locale/fr/katello.po +259 -28
  368. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  369. data/locale/gl/katello.po +258 -27
  370. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  371. data/locale/gu/katello.po +258 -27
  372. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  373. data/locale/he_IL/katello.po +258 -27
  374. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  375. data/locale/hi/katello.po +258 -27
  376. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  377. data/locale/id/katello.po +258 -27
  378. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  379. data/locale/it/katello.po +259 -28
  380. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  381. data/locale/ja/katello.po +259 -28
  382. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  383. data/locale/ka/katello.po +259 -28
  384. data/locale/katello.pot +1041 -696
  385. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/kn/katello.po +258 -27
  387. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/ko/katello.po +259 -28
  389. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ml_IN/katello.po +258 -27
  391. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/mr/katello.po +258 -27
  393. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/nl_NL/katello.po +258 -27
  395. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/or/katello.po +258 -27
  397. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/pa/katello.po +258 -27
  399. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/pl/katello.po +258 -27
  401. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/pl_PL/katello.po +258 -27
  403. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/pt/katello.po +258 -27
  405. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/pt_BR/katello.po +259 -28
  407. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  408. data/locale/ro/katello.po +258 -27
  409. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  410. data/locale/ro_RO/katello.po +258 -27
  411. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  412. data/locale/ru/katello.po +259 -28
  413. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  414. data/locale/sl/katello.po +258 -27
  415. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  416. data/locale/sv_SE/katello.po +258 -27
  417. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  418. data/locale/ta/katello.po +259 -28
  419. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  420. data/locale/ta_IN/katello.po +258 -27
  421. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  422. data/locale/te/katello.po +258 -27
  423. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  424. data/locale/tr/katello.po +258 -27
  425. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  426. data/locale/vi/katello.po +258 -27
  427. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  428. data/locale/vi_VN/katello.po +258 -27
  429. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  430. data/locale/zh/katello.po +258 -27
  431. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  432. data/locale/zh_CN/katello.po +259 -28
  433. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  434. data/locale/zh_TW/katello.po +259 -28
  435. data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
  436. data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
  437. data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
  438. data/webpack/ForemanColumnExtensions/index.js +1 -1
  439. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
  440. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
  441. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
  442. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
  443. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
  444. data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
  445. data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
  446. data/webpack/global_index.js +11 -4
  447. data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
  448. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
  449. data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
  450. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
  451. data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
  452. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
  453. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
  454. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
  455. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
  456. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
  457. metadata +134 -76
  458. data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
  459. /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
@@ -412,10 +412,10 @@ msgstr ""
412
412
  msgid "A backend service [ %s ] is unreachable"
413
413
  msgstr ""
414
414
 
415
- msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
415
+ msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
416
416
  msgstr ""
417
417
 
418
- msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
418
+ msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
419
419
  msgstr ""
420
420
 
421
421
  msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
@@ -469,9 +469,6 @@ msgstr ""
469
469
  msgid "About page"
470
470
  msgstr ""
471
471
 
472
- msgid "Abstract"
473
- msgstr ""
474
-
475
472
  msgid "Abstract async task"
476
473
  msgstr ""
477
474
 
@@ -502,6 +499,15 @@ msgstr ""
502
499
  msgid "Activation key"
503
500
  msgstr ""
504
501
 
502
+ msgid "Activation key %s has more than one content view. Use #content_views instead."
503
+ msgstr ""
504
+
505
+ msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
506
+ msgstr ""
507
+
508
+ msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
509
+ msgstr ""
510
+
505
511
  msgid "Activation key ID"
506
512
  msgstr ""
507
513
 
@@ -517,6 +523,9 @@ msgstr ""
517
523
  msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
518
524
  msgstr ""
519
525
 
526
+ msgid "Activation key identifier"
527
+ msgstr ""
528
+
520
529
  msgid "Activation key(s) to use during registration"
521
530
  msgstr ""
522
531
 
@@ -767,6 +776,9 @@ msgid ""
767
776
  "%{error_message}"
768
777
  msgstr ""
769
778
 
779
+ msgid "An option to specify how many ostree commits to traverse."
780
+ msgstr ""
781
+
770
782
  msgid "Another component already includes content view with ID %s"
771
783
  msgstr ""
772
784
 
@@ -875,6 +887,12 @@ msgstr ""
875
887
  msgid "Array of content view component IDs to remove. Identifier of the component association"
876
888
  msgstr ""
877
889
 
890
+ 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."
891
+ msgstr ""
892
+
893
+ 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."
894
+ msgstr ""
895
+
878
896
  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."
879
897
  msgstr ""
880
898
 
@@ -919,6 +937,9 @@ msgstr ""
919
937
  msgid "Assigning a host to multiple content view environments is not enabled."
920
938
  msgstr ""
921
939
 
940
+ msgid "Assigning an activation key to multiple content view environments is not enabled."
941
+ msgstr ""
942
+
922
943
  msgid "Associated location IDs"
923
944
  msgstr ""
924
945
 
@@ -1174,6 +1195,9 @@ msgstr ""
1174
1195
  msgid "Cannot add composite versions to another composite content view"
1175
1196
  msgstr ""
1176
1197
 
1198
+ msgid "Cannot add content view environments from a different organization"
1199
+ msgstr ""
1200
+
1177
1201
  msgid "Cannot add default content view to composite content view"
1178
1202
  msgstr ""
1179
1203
 
@@ -1258,7 +1282,7 @@ msgstr ""
1258
1282
  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."
1259
1283
  msgstr ""
1260
1284
 
1261
- msgid "Cannot install errata: No installable errata found for search term '%s'"
1285
+ msgid "Cannot install errata: No errata found for search term '%s'"
1262
1286
  msgstr ""
1263
1287
 
1264
1288
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
@@ -1291,7 +1315,7 @@ msgstr ""
1291
1315
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1292
1316
  msgstr ""
1293
1317
 
1294
- msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
1318
+ msgid "Cannot remove package(s): No installed packages found for search term '%s'."
1295
1319
  msgstr ""
1296
1320
 
1297
1321
  msgid "Cannot set attribute %{attr} for content type %{type}"
@@ -1315,7 +1339,7 @@ msgstr ""
1315
1339
  msgid "Cannot update properties of a container push repository"
1316
1340
  msgstr ""
1317
1341
 
1318
- msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
1342
+ msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
1319
1343
  msgstr ""
1320
1344
 
1321
1345
  msgid "Cannot upload Ansible collections."
@@ -1399,6 +1423,12 @@ msgstr ""
1399
1423
  msgid "Collapse All"
1400
1424
  msgstr ""
1401
1425
 
1426
+ 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."
1427
+ msgstr ""
1428
+
1429
+ 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."
1430
+ msgstr ""
1431
+
1402
1432
  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."
1403
1433
  msgstr ""
1404
1434
 
@@ -1411,6 +1441,9 @@ msgstr ""
1411
1441
  msgid "Comma-separated list of tags to sync for a container image repository"
1412
1442
  msgstr ""
1413
1443
 
1444
+ msgid "Commit upload"
1445
+ msgstr ""
1446
+
1414
1447
  msgid "Compare"
1415
1448
  msgstr ""
1416
1449
 
@@ -1756,15 +1789,24 @@ msgstr ""
1756
1789
  msgid "Copy"
1757
1790
  msgstr ""
1758
1791
 
1792
+ msgid "Copy all units"
1793
+ msgstr ""
1794
+
1759
1795
  msgid "Copy an activation key"
1760
1796
  msgstr ""
1761
1797
 
1798
+ msgid "Copy content"
1799
+ msgstr ""
1800
+
1762
1801
  msgid "Copy content view"
1763
1802
  msgstr ""
1764
1803
 
1765
1804
  msgid "Copy to clipboard"
1766
1805
  msgstr ""
1767
1806
 
1807
+ msgid "Copy version"
1808
+ msgstr ""
1809
+
1768
1810
  msgid "Copy version units to library"
1769
1811
  msgstr ""
1770
1812
 
@@ -1852,7 +1894,7 @@ msgstr ""
1852
1894
  msgid "Couldn't find content host environment '%s'"
1853
1895
  msgstr ""
1854
1896
 
1855
- msgid "Couldn't find content view '%s'"
1897
+ msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
1856
1898
  msgstr ""
1857
1899
 
1858
1900
  msgid "Couldn't find content view version '%s'"
@@ -1912,6 +1954,9 @@ msgstr ""
1912
1954
  msgid "Create Alternate Content Source"
1913
1955
  msgstr ""
1914
1956
 
1957
+ msgid "Create Container Push Repository Root"
1958
+ msgstr ""
1959
+
1915
1960
  msgid "Create Export History"
1916
1961
  msgstr ""
1917
1962
 
@@ -1969,12 +2014,21 @@ msgstr ""
1969
2014
  msgid "Create content view"
1970
2015
  msgstr ""
1971
2016
 
2017
+ msgid "Create exporter"
2018
+ msgstr ""
2019
+
1972
2020
  msgid "Create filter"
1973
2021
  msgstr ""
1974
2022
 
1975
2023
  msgid "Create host collection"
1976
2024
  msgstr ""
1977
2025
 
2026
+ msgid "Create import"
2027
+ msgstr ""
2028
+
2029
+ msgid "Create importer"
2030
+ msgstr ""
2031
+
1978
2032
  msgid "Create new activation key"
1979
2033
  msgstr ""
1980
2034
 
@@ -1984,6 +2038,12 @@ msgstr ""
1984
2038
  msgid "Create package filter rule"
1985
2039
  msgstr ""
1986
2040
 
2041
+ msgid "Create publication"
2042
+ msgstr ""
2043
+
2044
+ msgid "Create remote"
2045
+ msgstr ""
2046
+
1987
2047
  msgid "Create rule"
1988
2048
  msgstr ""
1989
2049
 
@@ -2230,12 +2290,36 @@ msgstr ""
2230
2290
  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."
2231
2291
  msgstr ""
2232
2292
 
2293
+ msgid "Delete distributions"
2294
+ msgstr ""
2295
+
2233
2296
  msgid "Delete manifest from Red Hat provider"
2234
2297
  msgstr ""
2235
2298
 
2236
2299
  msgid "Delete multiple filters from a content view"
2237
2300
  msgstr ""
2238
2301
 
2302
+ msgid "Delete orphan alternate content sources"
2303
+ msgstr ""
2304
+
2305
+ msgid "Delete orphan distributions"
2306
+ msgstr ""
2307
+
2308
+ msgid "Delete orphan remotes"
2309
+ msgstr ""
2310
+
2311
+ msgid "Delete orphan repository versions"
2312
+ msgstr ""
2313
+
2314
+ msgid "Delete orphaned migrated repositories"
2315
+ msgstr ""
2316
+
2317
+ msgid "Delete remote"
2318
+ msgstr ""
2319
+
2320
+ msgid "Delete repository references"
2321
+ msgstr ""
2322
+
2239
2323
  msgid "Delete version"
2240
2324
  msgstr ""
2241
2325
 
@@ -2266,6 +2350,9 @@ msgstr ""
2266
2350
  msgid "Deleting versions: {versionList}"
2267
2351
  msgstr ""
2268
2352
 
2353
+ msgid "Depth"
2354
+ msgstr ""
2355
+
2269
2356
  msgid "Description"
2270
2357
  msgstr ""
2271
2358
 
@@ -2329,6 +2416,12 @@ msgstr ""
2329
2416
  msgid "Destroy an environment in an organization"
2330
2417
  msgstr ""
2331
2418
 
2419
+ msgid "Destroy exporter"
2420
+ msgstr ""
2421
+
2422
+ msgid "Destroy importer"
2423
+ msgstr ""
2424
+
2332
2425
  msgid "Destroy one or more alternate content sources"
2333
2426
  msgstr ""
2334
2427
 
@@ -2512,6 +2605,9 @@ msgstr ""
2512
2605
  msgid "Enable repository sets"
2513
2606
  msgstr ""
2514
2607
 
2608
+ msgid "Enable structured APT for deb content"
2609
+ msgstr ""
2610
+
2515
2611
  msgid "Enable/Disable auto publish of composite view"
2516
2612
  msgstr ""
2517
2613
 
@@ -2563,12 +2659,18 @@ msgstr ""
2563
2659
  msgid "Environment ID"
2564
2660
  msgstr ""
2565
2661
 
2662
+ msgid "Environment ID and content view ID must be provided together"
2663
+ msgstr ""
2664
+
2566
2665
  msgid "Environment IDs"
2567
2666
  msgstr ""
2568
2667
 
2569
2668
  msgid "Environment cannot be in its own promotion path"
2570
2669
  msgstr ""
2571
2670
 
2671
+ msgid "Environment contents refresh"
2672
+ msgstr ""
2673
+
2572
2674
  msgid "Environment identifier"
2573
2675
  msgstr ""
2574
2676
 
@@ -2952,6 +3054,9 @@ msgstr ""
2952
3054
  msgid "Generate host applicability"
2953
3055
  msgstr ""
2954
3056
 
3057
+ msgid "Generate metadata"
3058
+ msgstr ""
3059
+
2955
3060
  msgid "Generate repository applicability"
2956
3061
  msgstr ""
2957
3062
 
@@ -3024,12 +3129,18 @@ msgstr ""
3024
3129
  msgid "Has to be > 0"
3025
3130
  msgstr ""
3026
3131
 
3132
+ msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
3133
+ msgstr ""
3134
+
3027
3135
  msgid "Help"
3028
3136
  msgstr ""
3029
3137
 
3030
3138
  msgid "Helper"
3031
3139
  msgstr ""
3032
3140
 
3141
+ msgid "Hide Reclaim Space Warning"
3142
+ msgstr ""
3143
+
3033
3144
  msgid "Hide affected activation keys"
3034
3145
  msgstr ""
3035
3146
 
@@ -3144,6 +3255,9 @@ msgstr ""
3144
3255
  msgid "Host id to list applicable packages for"
3145
3256
  msgstr ""
3146
3257
 
3258
+ msgid "Host identifier"
3259
+ msgstr ""
3260
+
3147
3261
  msgid "Host lifecycle support expiration notification"
3148
3262
  msgstr ""
3149
3263
 
@@ -3243,9 +3357,6 @@ msgstr ""
3243
3357
  msgid "ID of the sync plan"
3244
3358
  msgstr ""
3245
3359
 
3246
- msgid "ID: %s doesn't exist "
3247
- msgstr ""
3248
-
3249
3360
  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."
3250
3361
  msgstr ""
3251
3362
 
@@ -3303,9 +3414,15 @@ msgstr ""
3303
3414
  msgid "Id of the repository to limit verifying checksum on"
3304
3415
  msgstr ""
3305
3416
 
3417
+ msgid "Id of the single content view to be associated with the activation key."
3418
+ msgstr ""
3419
+
3306
3420
  msgid "Id of the single content view to be associated with the host."
3307
3421
  msgstr ""
3308
3422
 
3423
+ msgid "Id of the single lifecycle environment to be associated with the activation key."
3424
+ msgstr ""
3425
+
3309
3426
  msgid "Id of the single lifecycle environment to be associated with the host."
3310
3427
  msgstr ""
3311
3428
 
@@ -3356,6 +3473,9 @@ msgstr ""
3356
3473
  msgid "If product certificates should be used to authenticate to a custom CDN."
3357
3474
  msgstr ""
3358
3475
 
3476
+ 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'."
3477
+ msgstr ""
3478
+
3359
3479
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
3360
3480
  msgstr ""
3361
3481
 
@@ -3377,6 +3497,9 @@ msgstr ""
3377
3497
  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/...'."
3378
3498
  msgstr ""
3379
3499
 
3500
+ msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
3501
+ msgstr ""
3502
+
3380
3503
  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."
3381
3504
  msgstr ""
3382
3505
 
@@ -3464,6 +3587,9 @@ msgstr ""
3464
3587
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3465
3588
  msgstr ""
3466
3589
 
3590
+ msgid "Import migration"
3591
+ msgstr ""
3592
+
3467
3593
  msgid "Import new manifest"
3468
3594
  msgstr ""
3469
3595
 
@@ -3473,6 +3599,12 @@ msgstr ""
3473
3599
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3474
3600
  msgstr ""
3475
3601
 
3602
+ msgid "Import repository upload"
3603
+ msgstr ""
3604
+
3605
+ msgid "Import upload"
3606
+ msgstr ""
3607
+
3476
3608
  msgid "Import uploads into a repository"
3477
3609
  msgstr ""
3478
3610
 
@@ -3569,6 +3701,9 @@ msgstr ""
3569
3701
  msgid "Inherit from Repository"
3570
3702
  msgstr ""
3571
3703
 
3704
+ msgid "Initialize"
3705
+ msgstr ""
3706
+
3572
3707
  msgid "Initiate a sync of the products attached to the sync plan"
3573
3708
  msgstr ""
3574
3709
 
@@ -3869,7 +4004,7 @@ msgstr ""
3869
4004
  msgid "Latest version"
3870
4005
  msgstr ""
3871
4006
 
3872
- msgid "Learn more about adding subscription manifests "
4007
+ msgid "Learn more about adding subscription manifests in "
3873
4008
  msgstr ""
3874
4009
 
3875
4010
  msgid "Legacy UI"
@@ -4007,6 +4142,9 @@ msgstr ""
4007
4142
  msgid "List content counts for the smart proxy"
4008
4143
  msgstr ""
4009
4144
 
4145
+ msgid "List content view environments"
4146
+ msgstr ""
4147
+
4010
4148
  msgid "List content view versions"
4011
4149
  msgstr ""
4012
4150
 
@@ -4378,6 +4516,15 @@ msgstr ""
4378
4516
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4379
4517
  msgstr ""
4380
4518
 
4519
+ msgid "Multi copy all units"
4520
+ msgstr ""
4521
+
4522
+ msgid "Multi copy content"
4523
+ msgstr ""
4524
+
4525
+ msgid "Multi copy units"
4526
+ msgstr ""
4527
+
4381
4528
  msgid "Multi-entitlement"
4382
4529
  msgstr ""
4383
4530
 
@@ -4540,7 +4687,7 @@ msgstr ""
4540
4687
  msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
4541
4688
  msgstr ""
4542
4689
 
4543
- msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
4690
+ msgid "No available packages found for search term '%s'."
4544
4691
  msgstr ""
4545
4692
 
4546
4693
  msgid "No available repository or filter updates"
@@ -4558,6 +4705,12 @@ msgstr ""
4558
4705
  msgid "No content in selected versions."
4559
4706
  msgstr ""
4560
4707
 
4708
+ msgid "No content view environments found with ids: %{ids}"
4709
+ msgstr ""
4710
+
4711
+ msgid "No content view environments found with names: %{names}"
4712
+ msgstr ""
4713
+
4561
4714
  msgid "No content view history events found."
4562
4715
  msgstr ""
4563
4716
 
@@ -4813,7 +4966,7 @@ msgstr ""
4813
4966
  msgid "No syncable repositories found for selected products and options."
4814
4967
  msgstr ""
4815
4968
 
4816
- msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
4969
+ msgid "No upgradable packages found for search term '%s'."
4817
4970
  msgstr ""
4818
4971
 
4819
4972
  msgid "No upgradable packages found."
@@ -5344,6 +5497,9 @@ msgstr ""
5344
5497
  msgid "Product Create"
5345
5498
  msgstr ""
5346
5499
 
5500
+ msgid "Product Host Count"
5501
+ msgstr ""
5502
+
5347
5503
  msgid "Product ID"
5348
5504
  msgstr ""
5349
5505
 
@@ -5529,6 +5685,9 @@ msgstr ""
5529
5685
  msgid "Pulp task error"
5530
5686
  msgstr ""
5531
5687
 
5688
+ msgid "Purge completed tasks"
5689
+ msgstr ""
5690
+
5532
5691
  msgid "Python Package"
5533
5692
  msgstr ""
5534
5693
 
@@ -5637,6 +5796,9 @@ msgstr ""
5637
5796
  msgid "Reclaim Space"
5638
5797
  msgstr ""
5639
5798
 
5799
+ msgid "Reclaim space"
5800
+ msgstr ""
5801
+
5640
5802
  msgid "Reclaim space from On Demand repositories"
5641
5803
  msgstr ""
5642
5804
 
@@ -5700,6 +5862,9 @@ msgstr ""
5700
5862
  msgid "Refresh all alternate content sources"
5701
5863
  msgstr ""
5702
5864
 
5865
+ msgid "Refresh all distributions"
5866
+ msgstr ""
5867
+
5703
5868
  msgid "Refresh alternate content sources"
5704
5869
  msgstr ""
5705
5870
 
@@ -5712,15 +5877,27 @@ msgstr ""
5712
5877
  msgid "Refresh counts"
5713
5878
  msgstr ""
5714
5879
 
5880
+ msgid "Refresh distribution"
5881
+ msgstr ""
5882
+
5715
5883
  msgid "Refresh errata applicability"
5716
5884
  msgstr ""
5717
5885
 
5886
+ msgid "Refresh if needed"
5887
+ msgstr ""
5888
+
5718
5889
  msgid "Refresh package applicability"
5719
5890
  msgstr ""
5720
5891
 
5721
5892
  msgid "Refresh previously imported manifest for Red Hat provider"
5722
5893
  msgstr ""
5723
5894
 
5895
+ msgid "Refresh remote"
5896
+ msgstr ""
5897
+
5898
+ msgid "Refresh repos"
5899
+ msgstr ""
5900
+
5724
5901
  msgid "Refresh source"
5725
5902
  msgstr ""
5726
5903
 
@@ -5859,6 +6036,9 @@ msgstr ""
5859
6036
  msgid "Remove one or more subscriptions from an upstream manifest"
5860
6037
  msgstr ""
5861
6038
 
6039
+ msgid "Remove orphans"
6040
+ msgstr ""
6041
+
5862
6042
  msgid "Remove package group via Katello interface"
5863
6043
  msgstr ""
5864
6044
 
@@ -5886,6 +6066,12 @@ msgstr ""
5886
6066
  msgid "Remove subscriptions from one or more hosts"
5887
6067
  msgstr ""
5888
6068
 
6069
+ msgid "Remove units"
6070
+ msgstr ""
6071
+
6072
+ msgid "Remove unneeded repos"
6073
+ msgstr ""
6074
+
5889
6075
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
5890
6076
  msgstr ""
5891
6077
 
@@ -5910,6 +6096,9 @@ msgstr ""
5910
6096
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5911
6097
  msgstr ""
5912
6098
 
6099
+ msgid "Repair"
6100
+ msgstr ""
6101
+
5913
6102
  msgid "Replace content source on the target machine"
5914
6103
  msgstr ""
5915
6104
 
@@ -5928,12 +6117,18 @@ msgstr ""
5928
6117
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
5929
6118
  msgstr ""
5930
6119
 
6120
+ msgid "Repositories certs reset"
6121
+ msgstr ""
6122
+
5931
6123
  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."
5932
6124
  msgstr ""
5933
6125
 
5934
6126
  msgid "Repositories from published Content Views are not allowed."
5935
6127
  msgstr ""
5936
6128
 
6129
+ msgid "Repositories gpg reset"
6130
+ msgstr ""
6131
+
5937
6132
  msgid "Repository"
5938
6133
  msgstr ""
5939
6134
 
@@ -6105,6 +6300,9 @@ msgstr ""
6105
6300
  msgid "Return Red Hat (non-custom) products only"
6106
6301
  msgstr ""
6107
6302
 
6303
+ msgid "Return a list of installed packages distinct by name"
6304
+ msgstr ""
6305
+
6108
6306
  msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
6109
6307
  msgstr ""
6110
6308
 
@@ -6261,9 +6459,27 @@ msgstr ""
6261
6459
  msgid "Save"
6262
6460
  msgstr ""
6263
6461
 
6462
+ msgid "Save artifact"
6463
+ msgstr ""
6464
+
6465
+ msgid "Save distribution references"
6466
+ msgstr ""
6467
+
6468
+ msgid "Save publication"
6469
+ msgstr ""
6470
+
6471
+ msgid "Save version"
6472
+ msgstr ""
6473
+
6474
+ msgid "Save versions"
6475
+ msgstr ""
6476
+
6264
6477
  msgid "Saving alternate content source..."
6265
6478
  msgstr ""
6266
6479
 
6480
+ msgid "Scan cdn"
6481
+ msgstr ""
6482
+
6267
6483
  msgid "Schema version 1"
6268
6484
  msgstr ""
6269
6485
 
@@ -7044,6 +7260,9 @@ msgstr ""
7044
7260
  msgid "Supported Content Types"
7045
7261
  msgstr ""
7046
7262
 
7263
+ msgid "Sync"
7264
+ msgstr ""
7265
+
7047
7266
  msgid "Sync Canceled"
7048
7267
  msgstr ""
7049
7268
 
@@ -7621,6 +7840,9 @@ msgstr ""
7621
7840
  msgid "To manage packages, select an action."
7622
7841
  msgstr ""
7623
7842
 
7843
+ msgid "Toggle"
7844
+ msgstr ""
7845
+
7624
7846
  msgid "Total steps: "
7625
7847
  msgstr ""
7626
7848
 
@@ -7915,6 +8137,9 @@ msgstr ""
7915
8137
  msgid "Update content view environments for host %s"
7916
8138
  msgstr ""
7917
8139
 
8140
+ msgid "Update distributions"
8141
+ msgstr ""
8142
+
7918
8143
  msgid "Update hosts manually"
7919
8144
  msgstr ""
7920
8145
 
@@ -7948,6 +8173,12 @@ msgstr ""
7948
8173
  msgid "Update release version for host %s"
7949
8174
  msgstr ""
7950
8175
 
8176
+ msgid "Update remote"
8177
+ msgstr ""
8178
+
8179
+ msgid "Update repository"
8180
+ msgstr ""
8181
+
7951
8182
  msgid "Update services requiring restart"
7952
8183
  msgstr ""
7953
8184
 
@@ -8038,6 +8269,12 @@ msgstr ""
8038
8269
  msgid "Upload a subscription manifest"
8039
8270
  msgstr ""
8040
8271
 
8272
+ msgid "Upload content"
8273
+ msgstr ""
8274
+
8275
+ msgid "Upload file"
8276
+ msgstr ""
8277
+
8041
8278
  msgid "Upload into"
8042
8279
  msgstr ""
8043
8280
 
@@ -8047,6 +8284,9 @@ msgstr ""
8047
8284
  msgid "Upload request id"
8048
8285
  msgstr ""
8049
8286
 
8287
+ msgid "Upload tag"
8288
+ msgstr ""
8289
+
8050
8290
  msgid "Upstream Candlepin"
8051
8291
  msgstr ""
8052
8292
 
@@ -8629,9 +8869,6 @@ msgstr ""
8629
8869
  msgid "content view filter rule identifier"
8630
8870
  msgstr ""
8631
8871
 
8632
- msgid "content view id"
8633
- msgstr ""
8634
-
8635
8872
  msgid "content view identifier"
8636
8873
  msgstr ""
8637
8874
 
@@ -8719,12 +8956,6 @@ msgstr ""
8719
8956
  msgid "enhancements"
8720
8957
  msgstr ""
8721
8958
 
8722
- msgid "environment"
8723
- msgstr ""
8724
-
8725
- msgid "environment id"
8726
- msgstr ""
8727
-
8728
8959
  msgid "environment identifier"
8729
8960
  msgstr ""
8730
8961
 
@@ -8995,9 +9226,6 @@ msgstr ""
8995
9226
  msgid "name of the subscription"
8996
9227
  msgstr ""
8997
9228
 
8998
- msgid "name: %s doesn't exist "
8999
- msgstr ""
9000
-
9001
9229
  msgid "new name for the filter"
9002
9230
  msgstr ""
9003
9231
 
@@ -9166,6 +9394,9 @@ msgstr ""
9166
9394
  msgid "system registration"
9167
9395
  msgstr ""
9168
9396
 
9397
+ msgid "the documentation."
9398
+ msgstr ""
9399
+
9169
9400
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
9170
9401
  msgstr ""
9171
9402