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
@@ -408,10 +408,10 @@
408
408
  "A backend service [ %s ] is unreachable": [
409
409
  "Impossibile raggiungere un servizio backend [ %s ]"
410
410
  ],
411
- "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized.": [
411
+ "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
412
412
  ""
413
413
  ],
414
- "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
414
+ "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
415
415
  ""
416
416
  ],
417
417
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
@@ -465,9 +465,6 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
- "Abstract": [
469
- ""
470
- ],
471
468
  "Abstract async task": [
472
469
  "Evento asinc astratto"
473
470
  ],
@@ -498,6 +495,15 @@
498
495
  "Activation key": [
499
496
  ""
500
497
  ],
498
+ "Activation key %s has more than one content view. Use #content_views instead.": [
499
+ ""
500
+ ],
501
+ "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
502
+ ""
503
+ ],
504
+ "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
505
+ ""
506
+ ],
501
507
  "Activation key ID": [
502
508
  "ID chiave di attivazione"
503
509
  ],
@@ -513,6 +519,9 @@
513
519
  "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
514
520
  ""
515
521
  ],
522
+ "Activation key identifier": [
523
+ ""
524
+ ],
516
525
  "Activation key(s) to use during registration": [
517
526
  ""
518
527
  ],
@@ -759,6 +768,9 @@
759
768
  "An error occurred during upload \\n%{error_message}": [
760
769
  ""
761
770
  ],
771
+ "An option to specify how many ostree commits to traverse.": [
772
+ ""
773
+ ],
762
774
  "Another component already includes content view with ID %s": [
763
775
  ""
764
776
  ],
@@ -867,6 +879,12 @@
867
879
  "Array of content view component IDs to remove. Identifier of the component association": [
868
880
  ""
869
881
  ],
882
+ "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.": [
883
+ ""
884
+ ],
885
+ "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.": [
886
+ ""
887
+ ],
870
888
  "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.": [
871
889
  ""
872
890
  ],
@@ -911,6 +929,9 @@
911
929
  "Assigning a host to multiple content view environments is not enabled.": [
912
930
  ""
913
931
  ],
932
+ "Assigning an activation key to multiple content view environments is not enabled.": [
933
+ ""
934
+ ],
914
935
  "Associated location IDs": [
915
936
  ""
916
937
  ],
@@ -1166,6 +1187,9 @@
1166
1187
  "Cannot add composite versions to another composite content view": [
1167
1188
  "Impossibile aggiungere le versioni composite ad un'altra visualizzazione del contenuto composita"
1168
1189
  ],
1190
+ "Cannot add content view environments from a different organization": [
1191
+ ""
1192
+ ],
1169
1193
  "Cannot add default content view to composite content view": [
1170
1194
  "Impossibile aggiungere la visualizzazione del contenuto predefinita ad una visualizzazione composita"
1171
1195
  ],
@@ -1250,7 +1274,7 @@
1250
1274
  "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.": [
1251
1275
  ""
1252
1276
  ],
1253
- "Cannot install errata: No installable errata found for search term '%s'": [
1277
+ "Cannot install errata: No errata found for search term '%s'": [
1254
1278
  ""
1255
1279
  ],
1256
1280
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
@@ -1283,7 +1307,7 @@
1283
1307
  "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
1284
1308
  "Impossibile rimuovere la visualizzazione del contenuto da un ambiente. La visualizzazione '%{view}' non è presente nell'ambiente ciclo di vita '%{env}'."
1285
1309
  ],
1286
- "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'.": [
1310
+ "Cannot remove package(s): No installed packages found for search term '%s'.": [
1287
1311
  ""
1288
1312
  ],
1289
1313
  "Cannot set attribute %{attr} for content type %{type}": [
@@ -1307,7 +1331,7 @@
1307
1331
  "Cannot update properties of a container push repository": [
1308
1332
  ""
1309
1333
  ],
1310
- "Cannot upgrade packages: No installed packages found for search term '%s'": [
1334
+ "Cannot upgrade packages: No installed packages found for search term '%s'.": [
1311
1335
  ""
1312
1336
  ],
1313
1337
  "Cannot upload Ansible collections.": [
@@ -1391,6 +1415,12 @@
1391
1415
  "Collapse All": [
1392
1416
  "Comprimi tutto"
1393
1417
  ],
1418
+ "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.": [
1419
+ ""
1420
+ ],
1421
+ "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.": [
1422
+ ""
1423
+ ],
1394
1424
  "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.": [
1395
1425
  ""
1396
1426
  ],
@@ -1403,6 +1433,9 @@
1403
1433
  "Comma-separated list of tags to sync for a container image repository": [
1404
1434
  ""
1405
1435
  ],
1436
+ "Commit upload": [
1437
+ ""
1438
+ ],
1406
1439
  "Compare": [
1407
1440
  ""
1408
1441
  ],
@@ -1748,15 +1781,24 @@
1748
1781
  "Copy": [
1749
1782
  ""
1750
1783
  ],
1784
+ "Copy all units": [
1785
+ ""
1786
+ ],
1751
1787
  "Copy an activation key": [
1752
1788
  "Copia una chiave di attivazione"
1753
1789
  ],
1790
+ "Copy content": [
1791
+ ""
1792
+ ],
1754
1793
  "Copy content view": [
1755
1794
  ""
1756
1795
  ],
1757
1796
  "Copy to clipboard": [
1758
1797
  ""
1759
1798
  ],
1799
+ "Copy version": [
1800
+ ""
1801
+ ],
1760
1802
  "Copy version units to library": [
1761
1803
  ""
1762
1804
  ],
@@ -1844,8 +1886,8 @@
1844
1886
  "Couldn't find content host environment '%s'": [
1845
1887
  "Impossibile trovare l'ambiente dell'host di contenuto '%s'"
1846
1888
  ],
1847
- "Couldn't find content view '%s'": [
1848
- "Impossibile trovare la visualizzazione del contenuto '%s'"
1889
+ "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
1890
+ ""
1849
1891
  ],
1850
1892
  "Couldn't find content view version '%s'": [
1851
1893
  "Impossibile trovare la versione della visualizzazione del contenuto '%s'"
@@ -1904,6 +1946,9 @@
1904
1946
  "Create Alternate Content Source": [
1905
1947
  ""
1906
1948
  ],
1949
+ "Create Container Push Repository Root": [
1950
+ ""
1951
+ ],
1907
1952
  "Create Export History": [
1908
1953
  ""
1909
1954
  ],
@@ -1961,12 +2006,21 @@
1961
2006
  "Create content view": [
1962
2007
  ""
1963
2008
  ],
2009
+ "Create exporter": [
2010
+ ""
2011
+ ],
1964
2012
  "Create filter": [
1965
2013
  ""
1966
2014
  ],
1967
2015
  "Create host collection": [
1968
2016
  ""
1969
2017
  ],
2018
+ "Create import": [
2019
+ ""
2020
+ ],
2021
+ "Create importer": [
2022
+ ""
2023
+ ],
1970
2024
  "Create new activation key": [
1971
2025
  ""
1972
2026
  ],
@@ -1976,6 +2030,12 @@
1976
2030
  "Create package filter rule": [
1977
2031
  ""
1978
2032
  ],
2033
+ "Create publication": [
2034
+ ""
2035
+ ],
2036
+ "Create remote": [
2037
+ ""
2038
+ ],
1979
2039
  "Create rule": [
1980
2040
  ""
1981
2041
  ],
@@ -2222,12 +2282,36 @@
2222
2282
  "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.": [
2223
2283
  ""
2224
2284
  ],
2285
+ "Delete distributions": [
2286
+ ""
2287
+ ],
2225
2288
  "Delete manifest from Red Hat provider": [
2226
2289
  "Cancella manifesto dal provider Red Hat"
2227
2290
  ],
2228
2291
  "Delete multiple filters from a content view": [
2229
2292
  ""
2230
2293
  ],
2294
+ "Delete orphan alternate content sources": [
2295
+ ""
2296
+ ],
2297
+ "Delete orphan distributions": [
2298
+ ""
2299
+ ],
2300
+ "Delete orphan remotes": [
2301
+ ""
2302
+ ],
2303
+ "Delete orphan repository versions": [
2304
+ ""
2305
+ ],
2306
+ "Delete orphaned migrated repositories": [
2307
+ ""
2308
+ ],
2309
+ "Delete remote": [
2310
+ ""
2311
+ ],
2312
+ "Delete repository references": [
2313
+ ""
2314
+ ],
2231
2315
  "Delete version": [
2232
2316
  ""
2233
2317
  ],
@@ -2258,6 +2342,9 @@
2258
2342
  "Deleting versions: {versionList}": [
2259
2343
  ""
2260
2344
  ],
2345
+ "Depth": [
2346
+ ""
2347
+ ],
2261
2348
  "Description": [
2262
2349
  "Descrizione"
2263
2350
  ],
@@ -2321,6 +2408,12 @@
2321
2408
  "Destroy an environment in an organization": [
2322
2409
  "Elimina ambiente in una organizzazione"
2323
2410
  ],
2411
+ "Destroy exporter": [
2412
+ ""
2413
+ ],
2414
+ "Destroy importer": [
2415
+ ""
2416
+ ],
2324
2417
  "Destroy one or more alternate content sources": [
2325
2418
  ""
2326
2419
  ],
@@ -2504,6 +2597,9 @@
2504
2597
  "Enable repository sets": [
2505
2598
  ""
2506
2599
  ],
2600
+ "Enable structured APT for deb content": [
2601
+ ""
2602
+ ],
2507
2603
  "Enable/Disable auto publish of composite view": [
2508
2604
  ""
2509
2605
  ],
@@ -2555,12 +2651,18 @@
2555
2651
  "Environment ID": [
2556
2652
  ""
2557
2653
  ],
2654
+ "Environment ID and content view ID must be provided together": [
2655
+ ""
2656
+ ],
2558
2657
  "Environment IDs": [
2559
2658
  "ID ambiente"
2560
2659
  ],
2561
2660
  "Environment cannot be in its own promotion path": [
2562
2661
  "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
2563
2662
  ],
2663
+ "Environment contents refresh": [
2664
+ ""
2665
+ ],
2564
2666
  "Environment identifier": [
2565
2667
  ""
2566
2668
  ],
@@ -2942,6 +3044,9 @@
2942
3044
  "Generate host applicability": [
2943
3045
  ""
2944
3046
  ],
3047
+ "Generate metadata": [
3048
+ ""
3049
+ ],
2945
3050
  "Generate repository applicability": [
2946
3051
  ""
2947
3052
  ],
@@ -3014,12 +3119,18 @@
3014
3119
  "Has to be > 0": [
3015
3120
  ""
3016
3121
  ],
3122
+ "Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
3123
+ ""
3124
+ ],
3017
3125
  "Help": [
3018
3126
  ""
3019
3127
  ],
3020
3128
  "Helper": [
3021
3129
  ""
3022
3130
  ],
3131
+ "Hide Reclaim Space Warning": [
3132
+ ""
3133
+ ],
3023
3134
  "Hide affected activation keys": [
3024
3135
  ""
3025
3136
  ],
@@ -3134,6 +3245,9 @@
3134
3245
  "Host id to list applicable packages for": [
3135
3246
  ""
3136
3247
  ],
3248
+ "Host identifier": [
3249
+ ""
3250
+ ],
3137
3251
  "Host lifecycle support expiration notification": [
3138
3252
  ""
3139
3253
  ],
@@ -3233,9 +3347,6 @@
3233
3347
  "ID of the sync plan": [
3234
3348
  "ID del programma di sincronizzazione"
3235
3349
  ],
3236
- "ID: %s doesn't exist ": [
3237
- "ID: %s non esiste"
3238
- ],
3239
3350
  "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.": [
3240
3351
  ""
3241
3352
  ],
@@ -3293,9 +3404,15 @@
3293
3404
  "Id of the repository to limit verifying checksum on": [
3294
3405
  ""
3295
3406
  ],
3407
+ "Id of the single content view to be associated with the activation key.": [
3408
+ ""
3409
+ ],
3296
3410
  "Id of the single content view to be associated with the host.": [
3297
3411
  ""
3298
3412
  ],
3413
+ "Id of the single lifecycle environment to be associated with the activation key.": [
3414
+ ""
3415
+ ],
3299
3416
  "Id of the single lifecycle environment to be associated with the host.": [
3300
3417
  ""
3301
3418
  ],
@@ -3344,6 +3461,9 @@
3344
3461
  "If product certificates should be used to authenticate to a custom CDN.": [
3345
3462
  ""
3346
3463
  ],
3464
+ "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'.": [
3465
+ ""
3466
+ ],
3347
3467
  "If specified, remove the first instance of a subscription with matching id and quantity": [
3348
3468
  ""
3349
3469
  ],
@@ -3365,6 +3485,9 @@
3365
3485
  "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/...'.": [
3366
3486
  ""
3367
3487
  ],
3488
+ "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
3489
+ ""
3490
+ ],
3368
3491
  "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.": [
3369
3492
  ""
3370
3493
  ],
@@ -3452,6 +3575,9 @@
3452
3575
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3453
3576
  ""
3454
3577
  ],
3578
+ "Import migration": [
3579
+ ""
3580
+ ],
3455
3581
  "Import new manifest": [
3456
3582
  ""
3457
3583
  ],
@@ -3461,6 +3587,12 @@
3461
3587
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3462
3588
  ""
3463
3589
  ],
3590
+ "Import repository upload": [
3591
+ ""
3592
+ ],
3593
+ "Import upload": [
3594
+ ""
3595
+ ],
3464
3596
  "Import uploads into a repository": [
3465
3597
  "Importa caricamento in un repositorio"
3466
3598
  ],
@@ -3557,6 +3689,9 @@
3557
3689
  "Inherit from Repository": [
3558
3690
  ""
3559
3691
  ],
3692
+ "Initialize": [
3693
+ ""
3694
+ ],
3560
3695
  "Initiate a sync of the products attached to the sync plan": [
3561
3696
  ""
3562
3697
  ],
@@ -3857,7 +3992,7 @@
3857
3992
  "Latest version": [
3858
3993
  ""
3859
3994
  ],
3860
- "Learn more about adding subscription manifests ": [
3995
+ "Learn more about adding subscription manifests in ": [
3861
3996
  ""
3862
3997
  ],
3863
3998
  "Legacy UI": [
@@ -3995,6 +4130,9 @@
3995
4130
  "List content counts for the smart proxy": [
3996
4131
  ""
3997
4132
  ],
4133
+ "List content view environments": [
4134
+ ""
4135
+ ],
3998
4136
  "List content view versions": [
3999
4137
  "Elenca le versioni della visualizzazione del contenuto"
4000
4138
  ],
@@ -4364,6 +4502,15 @@
4364
4502
  "Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
4365
4503
  ""
4366
4504
  ],
4505
+ "Multi copy all units": [
4506
+ ""
4507
+ ],
4508
+ "Multi copy content": [
4509
+ ""
4510
+ ],
4511
+ "Multi copy units": [
4512
+ ""
4513
+ ],
4367
4514
  "Multi-entitlement": [
4368
4515
  "Entitlement-multipli"
4369
4516
  ],
@@ -4520,7 +4667,7 @@
4520
4667
  "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4521
4668
  ""
4522
4669
  ],
4523
- "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages.": [
4670
+ "No available packages found for search term '%s'.": [
4524
4671
  ""
4525
4672
  ],
4526
4673
  "No available repository or filter updates": [
@@ -4538,6 +4685,12 @@
4538
4685
  "No content in selected versions.": [
4539
4686
  ""
4540
4687
  ],
4688
+ "No content view environments found with ids: %{ids}": [
4689
+ ""
4690
+ ],
4691
+ "No content view environments found with names: %{names}": [
4692
+ ""
4693
+ ],
4541
4694
  "No content view history events found.": [
4542
4695
  "Non è stato trovato alcun evento per la cronologia della visualizzazione del contenuto."
4543
4696
  ],
@@ -4793,7 +4946,7 @@
4793
4946
  "No syncable repositories found for selected products and options.": [
4794
4947
  ""
4795
4948
  ],
4796
- "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed.": [
4949
+ "No upgradable packages found for search term '%s'.": [
4797
4950
  ""
4798
4951
  ],
4799
4952
  "No upgradable packages found.": [
@@ -5324,6 +5477,9 @@
5324
5477
  "Product Create": [
5325
5478
  ""
5326
5479
  ],
5480
+ "Product Host Count": [
5481
+ ""
5482
+ ],
5327
5483
  "Product ID": [
5328
5484
  "ID del prodotto"
5329
5485
  ],
@@ -5507,6 +5663,9 @@
5507
5663
  "Pulp task error": [
5508
5664
  "Errore attività di Pulp"
5509
5665
  ],
5666
+ "Purge completed tasks": [
5667
+ ""
5668
+ ],
5510
5669
  "Python Package": [
5511
5670
  ""
5512
5671
  ],
@@ -5615,6 +5774,9 @@
5615
5774
  "Reclaim Space": [
5616
5775
  ""
5617
5776
  ],
5777
+ "Reclaim space": [
5778
+ ""
5779
+ ],
5618
5780
  "Reclaim space from On Demand repositories": [
5619
5781
  ""
5620
5782
  ],
@@ -5678,6 +5840,9 @@
5678
5840
  "Refresh all alternate content sources": [
5679
5841
  ""
5680
5842
  ],
5843
+ "Refresh all distributions": [
5844
+ ""
5845
+ ],
5681
5846
  "Refresh alternate content sources": [
5682
5847
  ""
5683
5848
  ],
@@ -5690,15 +5855,27 @@
5690
5855
  "Refresh counts": [
5691
5856
  ""
5692
5857
  ],
5858
+ "Refresh distribution": [
5859
+ ""
5860
+ ],
5693
5861
  "Refresh errata applicability": [
5694
5862
  ""
5695
5863
  ],
5864
+ "Refresh if needed": [
5865
+ ""
5866
+ ],
5696
5867
  "Refresh package applicability": [
5697
5868
  ""
5698
5869
  ],
5699
5870
  "Refresh previously imported manifest for Red Hat provider": [
5700
5871
  "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
5701
5872
  ],
5873
+ "Refresh remote": [
5874
+ ""
5875
+ ],
5876
+ "Refresh repos": [
5877
+ ""
5878
+ ],
5702
5879
  "Refresh source": [
5703
5880
  ""
5704
5881
  ],
@@ -5837,6 +6014,9 @@
5837
6014
  "Remove one or more subscriptions from an upstream manifest": [
5838
6015
  ""
5839
6016
  ],
6017
+ "Remove orphans": [
6018
+ ""
6019
+ ],
5840
6020
  "Remove package group via Katello interface": [
5841
6021
  ""
5842
6022
  ],
@@ -5864,6 +6044,12 @@
5864
6044
  "Remove subscriptions from one or more hosts": [
5865
6045
  ""
5866
6046
  ],
6047
+ "Remove units": [
6048
+ ""
6049
+ ],
6050
+ "Remove unneeded repos": [
6051
+ ""
6052
+ ],
5867
6053
  "Remove versions and/or environments from a content view and reassign systems and keys": [
5868
6054
  "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
5869
6055
  ],
@@ -5888,6 +6074,9 @@
5888
6074
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
5889
6075
  ""
5890
6076
  ],
6077
+ "Repair": [
6078
+ ""
6079
+ ],
5891
6080
  "Replace content source on the target machine": [
5892
6081
  ""
5893
6082
  ],
@@ -5906,12 +6095,18 @@
5906
6095
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
5907
6096
  ""
5908
6097
  ],
6098
+ "Repositories certs reset": [
6099
+ ""
6100
+ ],
5909
6101
  "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.": [
5910
6102
  ""
5911
6103
  ],
5912
6104
  "Repositories from published Content Views are not allowed.": [
5913
6105
  "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
5914
6106
  ],
6107
+ "Repositories gpg reset": [
6108
+ ""
6109
+ ],
5915
6110
  "Repository": [
5916
6111
  "Repository"
5917
6112
  ],
@@ -6083,6 +6278,9 @@
6083
6278
  "Return Red Hat (non-custom) products only": [
6084
6279
  ""
6085
6280
  ],
6281
+ "Return a list of installed packages distinct by name": [
6282
+ ""
6283
+ ],
6086
6284
  "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
6087
6285
  ""
6088
6286
  ],
@@ -6239,9 +6437,27 @@
6239
6437
  "Save": [
6240
6438
  "Salva"
6241
6439
  ],
6440
+ "Save artifact": [
6441
+ ""
6442
+ ],
6443
+ "Save distribution references": [
6444
+ ""
6445
+ ],
6446
+ "Save publication": [
6447
+ ""
6448
+ ],
6449
+ "Save version": [
6450
+ ""
6451
+ ],
6452
+ "Save versions": [
6453
+ ""
6454
+ ],
6242
6455
  "Saving alternate content source...": [
6243
6456
  ""
6244
6457
  ],
6458
+ "Scan cdn": [
6459
+ ""
6460
+ ],
6245
6461
  "Schema version 1": [
6246
6462
  ""
6247
6463
  ],
@@ -7022,6 +7238,9 @@
7022
7238
  "Supported Content Types": [
7023
7239
  ""
7024
7240
  ],
7241
+ "Sync": [
7242
+ ""
7243
+ ],
7025
7244
  "Sync Canceled": [
7026
7245
  "Sincronizzazione cancellata"
7027
7246
  ],
@@ -7595,6 +7814,9 @@
7595
7814
  "To manage packages, select an action.": [
7596
7815
  ""
7597
7816
  ],
7817
+ "Toggle": [
7818
+ ""
7819
+ ],
7598
7820
  "Total steps: ": [
7599
7821
  ""
7600
7822
  ],
@@ -7889,6 +8111,9 @@
7889
8111
  "Update content view environments for host %s": [
7890
8112
  ""
7891
8113
  ],
8114
+ "Update distributions": [
8115
+ ""
8116
+ ],
7892
8117
  "Update hosts manually": [
7893
8118
  ""
7894
8119
  ],
@@ -7922,6 +8147,12 @@
7922
8147
  "Update release version for host %s": [
7923
8148
  ""
7924
8149
  ],
8150
+ "Update remote": [
8151
+ ""
8152
+ ],
8153
+ "Update repository": [
8154
+ ""
8155
+ ],
7925
8156
  "Update services requiring restart": [
7926
8157
  ""
7927
8158
  ],
@@ -8012,6 +8243,12 @@
8012
8243
  "Upload a subscription manifest": [
8013
8244
  "Carica un manifesto della sottoscrizione"
8014
8245
  ],
8246
+ "Upload content": [
8247
+ ""
8248
+ ],
8249
+ "Upload file": [
8250
+ ""
8251
+ ],
8015
8252
  "Upload into": [
8016
8253
  "Carica in"
8017
8254
  ],
@@ -8021,6 +8258,9 @@
8021
8258
  "Upload request id": [
8022
8259
  "Carica l'id delle richieste"
8023
8260
  ],
8261
+ "Upload tag": [
8262
+ ""
8263
+ ],
8024
8264
  "Upstream Candlepin": [
8025
8265
  ""
8026
8266
  ],
@@ -8603,9 +8843,6 @@
8603
8843
  "content view filter rule identifier": [
8604
8844
  ""
8605
8845
  ],
8606
- "content view id": [
8607
- "id visualizzazione del contenuto"
8608
- ],
8609
8846
  "content view identifier": [
8610
8847
  "indentificatore visualizzazione del contenuto"
8611
8848
  ],
@@ -8693,12 +8930,6 @@
8693
8930
  "enhancements": [
8694
8931
  ""
8695
8932
  ],
8696
- "environment": [
8697
- "ambiente"
8698
- ],
8699
- "environment id": [
8700
- "id ambiente"
8701
- ],
8702
8933
  "environment identifier": [
8703
8934
  "identificatore ambiente"
8704
8935
  ],
@@ -8969,9 +9200,6 @@
8969
9200
  "name of the subscription": [
8970
9201
  ""
8971
9202
  ],
8972
- "name: %s doesn't exist ": [
8973
- "nome: %s non esiste"
8974
- ],
8975
9203
  "new name for the filter": [
8976
9204
  "nuovo nome del filtro"
8977
9205
  ],
@@ -9140,6 +9368,9 @@
9140
9368
  "system registration": [
9141
9369
  ""
9142
9370
  ],
9371
+ "the documentation.": [
9372
+ ""
9373
+ ],
9143
9374
  "the following attributes can not be updated for the Red Hat provider: [ %s ]": [
9144
9375
  "i seguenti attributi non possono essere caricati per il provider di Red Hat: [ %s ]"
9145
9376
  ],