katello 4.18.0 → 4.19.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (345) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
  7. data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
  10. data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
  11. data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
  14. data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
  21. data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
  22. data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
  30. data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
  43. data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
  51. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  52. data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
  53. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
  54. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
  56. data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
  57. data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
  58. data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
  59. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
  60. data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
  61. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
  62. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
  63. data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
  64. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
  65. data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
  66. data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
  67. data/app/lib/actions/candlepin/product/content_create.rb +3 -5
  68. data/app/lib/actions/candlepin/product/content_update.rb +2 -3
  69. data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
  70. data/app/lib/actions/katello/activation_key/create.rb +0 -1
  71. data/app/lib/actions/katello/activation_key/update.rb +0 -2
  72. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
  73. data/app/lib/actions/katello/content_credential/update.rb +1 -1
  74. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
  75. data/app/lib/actions/katello/content_view/create.rb +9 -4
  76. data/app/lib/actions/katello/content_view/publish.rb +7 -7
  77. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
  78. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
  79. data/app/lib/actions/katello/content_view/update.rb +34 -7
  80. data/app/lib/actions/katello/product/content_create.rb +2 -2
  81. data/app/lib/actions/katello/product/content_destroy.rb +1 -1
  82. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
  83. data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
  84. data/app/lib/actions/katello/repository/create.rb +1 -1
  85. data/app/lib/actions/katello/repository/destroy.rb +4 -4
  86. data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
  87. data/app/lib/actions/katello/repository/sync.rb +1 -1
  88. data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
  89. data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
  90. data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
  91. data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
  92. data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
  93. data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
  94. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
  95. data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
  96. data/app/lib/katello/resources/candlepin.rb +4 -0
  97. data/app/models/katello/authorization/repository.rb +17 -4
  98. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
  99. data/app/models/katello/content_view_deb_filter.rb +10 -0
  100. data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
  101. data/app/models/katello/deb.rb +10 -12
  102. data/app/models/katello/erratum.rb +1 -1
  103. data/app/models/katello/glue/provider.rb +14 -3
  104. data/app/models/katello/host/content_facet.rb +1 -1
  105. data/app/models/katello/host/subscription_facet.rb +1 -7
  106. data/app/models/katello/product_content.rb +2 -2
  107. data/app/models/katello/repository.rb +4 -23
  108. data/app/models/katello/root_repository.rb +2 -5
  109. data/app/services/katello/candlepin/event_handler.rb +0 -33
  110. data/app/services/katello/candlepin/message_handler.rb +0 -41
  111. data/app/services/katello/content_unit_indexer.rb +59 -13
  112. data/app/services/katello/product_content_finder.rb +16 -7
  113. data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
  114. data/app/services/katello/pulp3/ansible_collection.rb +1 -0
  115. data/app/services/katello/pulp3/api/content_guard.rb +5 -5
  116. data/app/services/katello/pulp3/api/core.rb +10 -0
  117. data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
  118. data/app/services/katello/pulp3/deb.rb +1 -0
  119. data/app/services/katello/pulp3/docker_manifest.rb +1 -0
  120. data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
  121. data/app/services/katello/pulp3/docker_tag.rb +1 -0
  122. data/app/services/katello/pulp3/file_unit.rb +1 -0
  123. data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
  124. data/app/services/katello/pulp3/module_stream.rb +1 -0
  125. data/app/services/katello/pulp3/package_group.rb +1 -0
  126. data/app/services/katello/pulp3/repository/apt.rb +30 -13
  127. data/app/services/katello/pulp3/repository.rb +59 -10
  128. data/app/services/katello/pulp3/rpm.rb +3 -2
  129. data/app/services/katello/pulp3/srpm.rb +3 -2
  130. data/app/services/katello/pulp3/task_group.rb +1 -1
  131. data/app/services/katello/registration_manager.rb +19 -17
  132. data/app/services/katello/repository_type_manager.rb +7 -5
  133. data/app/services/katello/smart_proxy_helper.rb +1 -6
  134. data/app/views/foreman/job_templates/upload_profile.erb +5 -0
  135. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
  136. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  137. data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
  138. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
  139. data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
  140. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
  141. data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
  142. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
  143. data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
  144. data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
  145. data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
  146. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
  147. data/config/initializers/monkeys.rb +1 -0
  148. data/config/routes/api/v2.rb +2 -2
  149. data/config/routes/overrides.rb +2 -7
  150. data/config/routes.rb +2 -0
  151. data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
  152. data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
  153. data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
  154. data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
  155. data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
  156. data/db/seeds.d/111-upgrade_tasks.rb +2 -0
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
  163. data/lib/katello/permission_creator.rb +2 -2
  164. data/lib/katello/permissions/host_permissions.rb +0 -6
  165. data/lib/katello/plugin.rb +16 -8
  166. data/lib/katello/tasks/jenkins.rake +1 -1
  167. data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
  168. data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
  169. data/lib/katello/version.rb +1 -1
  170. data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
  171. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn/katello.po +52 -349
  173. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/bn_IN/katello.po +52 -349
  175. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/ca/katello.po +52 -349
  177. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs/katello.po +54 -350
  179. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/cs_CZ/katello.po +54 -351
  181. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de/katello.po +56 -353
  183. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_AT/katello.po +52 -349
  185. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/de_DE/katello.po +52 -349
  187. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/el/katello.po +55 -352
  189. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en/katello.po +54 -350
  191. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_GB/katello.po +53 -350
  193. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/en_US/katello.po +52 -349
  195. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/es/katello.po +56 -353
  197. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/et_EE/katello.po +52 -349
  199. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/fr/katello.po +139 -435
  201. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gl/katello.po +52 -349
  203. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/gu/katello.po +52 -349
  205. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/he_IL/katello.po +52 -349
  207. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/hi/katello.po +52 -349
  209. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/id/katello.po +52 -349
  211. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/it/katello.po +53 -350
  213. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ja/katello.po +143 -439
  215. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ka/katello.po +56 -353
  217. data/locale/katello.pot +695 -1152
  218. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/kn/katello.po +52 -349
  220. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ko/katello.po +136 -432
  222. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/ml_IN/katello.po +52 -349
  224. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/mr/katello.po +52 -349
  226. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/nl_NL/katello.po +52 -349
  228. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/or/katello.po +52 -349
  230. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pa/katello.po +52 -349
  232. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl/katello.po +52 -349
  234. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pl_PL/katello.po +52 -349
  236. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt/katello.po +52 -349
  238. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/pt_BR/katello.po +56 -353
  240. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro/katello.po +52 -349
  242. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ro_RO/katello.po +52 -349
  244. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/ru/katello.po +54 -351
  246. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sl/katello.po +52 -349
  248. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/sv_SE/katello.po +52 -349
  250. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta/katello.po +52 -349
  252. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/ta_IN/katello.po +52 -349
  254. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/te/katello.po +52 -349
  256. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/tr/katello.po +52 -349
  258. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi/katello.po +52 -349
  260. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/vi_VN/katello.po +52 -349
  262. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh/katello.po +52 -349
  264. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_CN/katello.po +136 -432
  266. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  267. data/locale/zh_TW/katello.po +54 -351
  268. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  269. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
  270. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
  271. data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
  272. data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
  273. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
  274. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
  275. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
  276. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
  277. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
  278. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
  279. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
  280. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
  281. data/webpack/containers/Application/config.js +11 -1
  282. data/webpack/global_index.js +3 -0
  283. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
  284. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
  285. data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
  286. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
  287. data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
  288. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
  289. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
  290. data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
  291. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
  292. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
  293. data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
  294. data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
  295. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
  296. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
  297. data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
  298. data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
  299. data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
  300. data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
  301. data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
  302. data/webpack/scenes/ContainerImages/index.js +4 -0
  303. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
  304. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  305. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
  306. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
  307. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
  308. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
  309. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
  310. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
  311. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
  312. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
  313. data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
  314. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
  315. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
  316. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
  317. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
  318. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
  319. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
  320. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
  321. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
  322. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
  323. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
  324. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
  325. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
  326. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
  327. data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
  328. data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
  329. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
  330. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
  331. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  332. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
  333. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
  334. metadata +83 -55
  335. data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
  336. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
  337. data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
  338. data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
  339. data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
  340. data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
  341. data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
  342. data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
  343. data/locale/action_names.rb +0 -186
  344. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
  345. /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0.rc2",
6
+ "Project-Id-Version": "katello 4.19.0.pre.master",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
@@ -447,9 +447,6 @@
447
447
  "A remote execution job is in progress.": [
448
448
  ""
449
449
  ],
450
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
451
- "Un livello di servizio per il processo auto-healing, es. SELF-SUPPORT"
452
- ],
453
450
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
454
451
  ""
455
452
  ],
@@ -465,9 +462,6 @@
465
462
  "About page": [
466
463
  ""
467
464
  ],
468
- "Abstract async task": [
469
- ""
470
- ],
471
465
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
472
466
  ""
473
467
  ],
@@ -555,10 +549,13 @@
555
549
  "Add RPM rule": [
556
550
  ""
557
551
  ],
558
- "Add Subscriptions": [
552
+ "Add Red Hat Flatpak remote": [
559
553
  ""
560
554
  ],
561
- "Add a subscription to a host": [
555
+ "Add Red Hat flatpak remote": [
556
+ ""
557
+ ],
558
+ "Add Subscriptions": [
562
559
  ""
563
560
  ],
564
561
  "Add an alternate content source": [
@@ -612,9 +609,6 @@
612
609
  "Add repositories with package groups to content view to select them here.": [
613
610
  ""
614
611
  ],
615
- "Add rolling repo clone": [
616
- ""
617
- ],
618
612
  "Add rule": [
619
613
  ""
620
614
  ],
@@ -627,9 +621,6 @@
627
621
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
628
622
  ""
629
623
  ],
630
- "Add subscriptions to one or more hosts": [
631
- ""
632
- ],
633
624
  "Add subscriptions using the Add Subscriptions button.": [
634
625
  ""
635
626
  ],
@@ -897,12 +888,6 @@
897
888
  "Array of pools to add": [
898
889
  ""
899
890
  ],
900
- "Array of subscriptions to add": [
901
- "Insieme di sottoscrizioni da aggiungere"
902
- ],
903
- "Array of subscriptions to remove": [
904
- ""
905
- ],
906
891
  "Array of uploads to import": [
907
892
  ""
908
893
  ],
@@ -959,15 +944,6 @@
959
944
  "At least one organization must exist.": [
960
945
  "Deve essere presente almeno una organizzazione."
961
946
  ],
962
- "Attach a subscription": [
963
- "Aggiungi una sottoscrizione "
964
- ],
965
- "Attach subscriptions": [
966
- ""
967
- ],
968
- "Attach subscriptions to %s": [
969
- ""
970
- ],
971
947
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
972
948
  ""
973
949
  ],
@@ -983,9 +959,6 @@
983
959
  "Auto Publish - Triggered by '%s'": [
984
960
  ""
985
961
  ],
986
- "Auto attach subscriptions": [
987
- ""
988
- ],
989
962
  "Auto publish": [
990
963
  ""
991
964
  ],
@@ -1082,6 +1055,9 @@
1082
1055
  "Bootc upgrade via Bootc interface": [
1083
1056
  ""
1084
1057
  ],
1058
+ "Booted": [
1059
+ ""
1060
+ ],
1085
1061
  "Booted Container Images": [
1086
1062
  ""
1087
1063
  ],
@@ -1478,9 +1454,6 @@
1478
1454
  "Comma-separated list of tags to sync for a container image repository": [
1479
1455
  ""
1480
1456
  ],
1481
- "Commit upload": [
1482
- ""
1483
- ],
1484
1457
  "Compare": [
1485
1458
  ""
1486
1459
  ],
@@ -1553,6 +1526,9 @@
1553
1526
  "Container image tags": [
1554
1527
  ""
1555
1528
  ],
1529
+ "Container images": [
1530
+ ""
1531
+ ],
1556
1532
  "Container manifest lists": [
1557
1533
  ""
1558
1534
  ],
@@ -1832,27 +1808,15 @@
1832
1808
  "Copy": [
1833
1809
  ""
1834
1810
  ],
1835
- "Copy all units": [
1836
- ""
1837
- ],
1838
1811
  "Copy an activation key": [
1839
1812
  "Copia una chiave di attivazione"
1840
1813
  ],
1841
- "Copy content": [
1842
- ""
1843
- ],
1844
1814
  "Copy content view": [
1845
1815
  ""
1846
1816
  ],
1847
1817
  "Copy to clipboard": [
1848
1818
  ""
1849
1819
  ],
1850
- "Copy version": [
1851
- ""
1852
- ],
1853
- "Copy version units to library": [
1854
- ""
1855
- ],
1856
1820
  "Cores per socket": [
1857
1821
  "Core per socket"
1858
1822
  ],
@@ -2066,39 +2030,18 @@
2066
2030
  "Create content view": [
2067
2031
  ""
2068
2032
  ],
2069
- "Create exporter": [
2070
- ""
2071
- ],
2072
2033
  "Create filter": [
2073
2034
  ""
2074
2035
  ],
2075
2036
  "Create host collection": [
2076
2037
  ""
2077
2038
  ],
2078
- "Create import": [
2079
- ""
2080
- ],
2081
- "Create importer": [
2082
- ""
2083
- ],
2084
2039
  "Create new activation key": [
2085
2040
  ""
2086
2041
  ],
2087
2042
  "Create organization": [
2088
2043
  "Crea organizzazione"
2089
2044
  ],
2090
- "Create package filter rule": [
2091
- ""
2092
- ],
2093
- "Create publication": [
2094
- ""
2095
- ],
2096
- "Create remote": [
2097
- ""
2098
- ],
2099
- "Create rule": [
2100
- ""
2101
- ],
2102
2045
  "Credentials": [
2103
2046
  ""
2104
2047
  ],
@@ -2360,36 +2303,12 @@
2360
2303
  "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.": [
2361
2304
  ""
2362
2305
  ],
2363
- "Delete distributions": [
2364
- ""
2365
- ],
2366
2306
  "Delete manifest from Red Hat provider": [
2367
2307
  "Cancella manifesto dal provider Red Hat"
2368
2308
  ],
2369
2309
  "Delete multiple filters from a content view": [
2370
2310
  ""
2371
2311
  ],
2372
- "Delete orphan alternate content sources": [
2373
- ""
2374
- ],
2375
- "Delete orphan distributions": [
2376
- ""
2377
- ],
2378
- "Delete orphan remotes": [
2379
- ""
2380
- ],
2381
- "Delete orphan repository versions": [
2382
- ""
2383
- ],
2384
- "Delete orphaned migrated repositories": [
2385
- ""
2386
- ],
2387
- "Delete remote": [
2388
- ""
2389
- ],
2390
- "Delete repository references": [
2391
- ""
2392
- ],
2393
2312
  "Delete version": [
2394
2313
  ""
2395
2314
  ],
@@ -2489,12 +2408,6 @@
2489
2408
  "Destroy an environment in an organization": [
2490
2409
  "Elimina ambiente in una organizzazione"
2491
2410
  ],
2492
- "Destroy exporter": [
2493
- ""
2494
- ],
2495
- "Destroy importer": [
2496
- ""
2497
- ],
2498
2411
  "Destroy one or more alternate content sources": [
2499
2412
  ""
2500
2413
  ],
@@ -2528,9 +2441,6 @@
2528
2441
  "Disable Red Hat Insights.": [
2529
2442
  ""
2530
2443
  ],
2531
- "Disable Simple Content Access": [
2532
- ""
2533
- ],
2534
2444
  "Disable a repository from the set": [
2535
2445
  ""
2536
2446
  ],
@@ -2543,9 +2453,6 @@
2543
2453
  "Disabling Simple Content Access failed for '%{subject}'.": [
2544
2454
  ""
2545
2455
  ],
2546
- "Discover": [
2547
- ""
2548
- ],
2549
2456
  "Discover Repositories": [
2550
2457
  "Trova repositori"
2551
2458
  ],
@@ -2597,6 +2504,9 @@
2597
2504
  "Edit": [
2598
2505
  "Modifica"
2599
2506
  ],
2507
+ "Edit DEB rule": [
2508
+ ""
2509
+ ],
2600
2510
  "Edit Flatpak Remote": [
2601
2511
  ""
2602
2512
  ],
@@ -2624,9 +2534,6 @@
2624
2534
  "Edit filter rule": [
2625
2535
  ""
2626
2536
  ],
2627
- "Edit package filter rule": [
2628
- ""
2629
- ],
2630
2537
  "Edit products": [
2631
2538
  ""
2632
2539
  ],
@@ -2669,9 +2576,6 @@
2669
2576
  "Enable Red Hat repositories": [
2670
2577
  ""
2671
2578
  ],
2672
- "Enable Simple Content Access": [
2673
- ""
2674
- ],
2675
2579
  "Enable Tracer": [
2676
2580
  ""
2677
2581
  ],
@@ -2747,9 +2651,6 @@
2747
2651
  "Environment cannot be in its own promotion path": [
2748
2652
  "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
2749
2653
  ],
2750
- "Environment contents refresh": [
2751
- ""
2752
- ],
2753
2654
  "Environment identifier": [
2754
2655
  ""
2755
2656
  ],
@@ -2789,9 +2690,6 @@
2789
2690
  "Errata id of the erratum (RHSA-2012:108)": [
2790
2691
  "id errata dell'erratum (RHSA-2012:108)"
2791
2692
  ],
2792
- "Errata mail": [
2793
- ""
2794
- ],
2795
2693
  "Errata statuses not updated for deleted content facet with UUID %s": [
2796
2694
  ""
2797
2695
  ],
@@ -2957,9 +2855,6 @@
2957
2855
  "Fetch installable errata for one or more hosts.": [
2958
2856
  ""
2959
2857
  ],
2960
- "Fetch pxe files": [
2961
- ""
2962
- ],
2963
2858
  "Fetch traces for one or more hosts": [
2964
2859
  ""
2965
2860
  ],
@@ -3053,9 +2948,6 @@
3053
2948
  "Filter versions that are components in the specified composite version": [
3054
2949
  "Filtra versioni componenti nella versione composita specificata"
3055
2950
  ],
3056
- "Filtered index content": [
3057
- ""
3058
- ],
3059
2951
  "Filters": [
3060
2952
  "Filtri"
3061
2953
  ],
@@ -3167,10 +3059,10 @@
3167
3059
  "Generate host applicability": [
3168
3060
  ""
3169
3061
  ],
3170
- "Generate metadata": [
3062
+ "Generate repository applicability": [
3171
3063
  ""
3172
3064
  ],
3173
- "Generate repository applicability": [
3065
+ "Generate username and password": [
3174
3066
  ""
3175
3067
  ],
3176
3068
  "Generated": [
@@ -3407,12 +3299,6 @@
3407
3299
  "How to order the sorted results (e.g. ASC for ascending)": [
3408
3300
  "Come ordinare i risultati (es. ASC per ascendente)"
3409
3301
  ],
3410
- "Hypervisors": [
3411
- ""
3412
- ],
3413
- "Hypervisors update": [
3414
- ""
3415
- ],
3416
3302
  "ID": [
3417
3303
  "ID"
3418
3304
  ],
@@ -3602,9 +3488,6 @@
3602
3488
  "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'.": [
3603
3489
  ""
3604
3490
  ],
3605
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3606
- ""
3607
- ],
3608
3491
  "If the smart proxies' assigned HTTP proxies should be used": [
3609
3492
  ""
3610
3493
  ],
@@ -3734,9 +3617,6 @@
3734
3617
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3735
3618
  ""
3736
3619
  ],
3737
- "Import migration": [
3738
- ""
3739
- ],
3740
3620
  "Import new manifest": [
3741
3621
  ""
3742
3622
  ],
@@ -3746,12 +3626,6 @@
3746
3626
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3747
3627
  ""
3748
3628
  ],
3749
- "Import repository upload": [
3750
- ""
3751
- ],
3752
- "Import upload": [
3753
- ""
3754
- ],
3755
3629
  "Import uploads into a repository": [
3756
3630
  "Importa caricamento in un repositorio"
3757
3631
  ],
@@ -3818,9 +3692,6 @@
3818
3692
  "Incremental Update incomplete.": [
3819
3693
  "Aggiornamento incrementale non completato."
3820
3694
  ],
3821
- "Incremental Update of Content View Version(s) ": [
3822
- ""
3823
- ],
3824
3695
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3825
3696
  ""
3826
3697
  ],
@@ -3833,27 +3704,12 @@
3833
3704
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3834
3705
  "Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
3835
3706
  ],
3836
- "Index content": [
3837
- ""
3838
- ],
3839
- "Index errata": [
3840
- ""
3841
- ],
3842
- "Index module streams": [
3843
- ""
3844
- ],
3845
- "Index package groups": [
3846
- ""
3847
- ],
3848
3707
  "Informable Type must be one of the following [ %{list} ]": [
3849
3708
  "Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
3850
3709
  ],
3851
3710
  "Inherit from Repository": [
3852
3711
  ""
3853
3712
  ],
3854
- "Initialize": [
3855
- ""
3856
- ],
3857
3713
  "Initiate a sync of the products attached to the sync plan": [
3858
3714
  ""
3859
3715
  ],
@@ -3929,9 +3785,6 @@
3929
3785
  "Installing Package...": [
3930
3786
  "installazione pacchetto in corso..."
3931
3787
  ],
3932
- "Instance update": [
3933
- ""
3934
- ],
3935
3788
  "Instance-based": [
3936
3789
  "Basato sull'istanza"
3937
3790
  ],
@@ -4058,6 +3911,9 @@
4058
3911
  "It's not possible to promote a rolling content view.": [
4059
3912
  ""
4060
3913
  ],
3914
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
3915
+ ""
3916
+ ],
4061
3917
  "It's not possible to publish a rolling content view.": [
4062
3918
  ""
4063
3919
  ],
@@ -4457,6 +4313,9 @@
4457
4313
  "List of hypervisor guest uuids": [
4458
4314
  ""
4459
4315
  ],
4316
+ "List of lifecycle environments for rolling content views": [
4317
+ ""
4318
+ ],
4460
4319
  "List of package group names (Deprecated)": [
4461
4320
  ""
4462
4321
  ],
@@ -4685,9 +4544,6 @@
4685
4544
  "Messaging connection": [
4686
4545
  ""
4687
4546
  ],
4688
- "Metadata generate": [
4689
- ""
4690
- ],
4691
4547
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4692
4548
  ""
4693
4549
  ],
@@ -4751,15 +4607,6 @@
4751
4607
  "Multi Content View Environment": [
4752
4608
  ""
4753
4609
  ],
4754
- "Multi copy all units": [
4755
- ""
4756
- ],
4757
- "Multi copy content": [
4758
- ""
4759
- ],
4760
- "Multi copy units": [
4761
- ""
4762
- ],
4763
4610
  "Multi-entitlement": [
4764
4611
  "Entitlement-multipli"
4765
4612
  ],
@@ -5369,9 +5216,6 @@
5369
5216
  "Organization ID": [
5370
5217
  "ID organizzazione"
5371
5218
  ],
5372
- "Organization ID is required": [
5373
- ""
5374
- ],
5375
5219
  "Organization ID or title": [
5376
5220
  ""
5377
5221
  ],
@@ -5855,6 +5699,9 @@
5855
5699
  "Promotion to Environment": [
5856
5700
  ""
5857
5701
  ],
5702
+ "Provide credentials if the registry requires authentication": [
5703
+ ""
5704
+ ],
5858
5705
  "Provide the required information and click {update} below to save changes.": [
5859
5706
  ""
5860
5707
  ],
@@ -5954,9 +5801,6 @@
5954
5801
  "Pulp task error": [
5955
5802
  "Errore attività di Pulp"
5956
5803
  ],
5957
- "Purge completed tasks": [
5958
- ""
5959
- ],
5960
5804
  "Python Package": [
5961
5805
  ""
5962
5806
  ],
@@ -5984,15 +5828,6 @@
5984
5828
  "Quantity of entitlements to bind": [
5985
5829
  ""
5986
5830
  ],
5987
- "Quantity of specified subscription to remove": [
5988
- ""
5989
- ],
5990
- "Quantity of this subscription to add": [
5991
- "Quantità di questa sottoscrizione da aggiungere"
5992
- ],
5993
- "Quantity of this subscriptions to add": [
5994
- "Quantità di questa sottoscrizione da aggiungere"
5995
- ],
5996
5831
  "Quantity to Allocate": [
5997
5832
  ""
5998
5833
  ],
@@ -6065,9 +5900,6 @@
6065
5900
  "Reclaim Space": [
6066
5901
  ""
6067
5902
  ],
6068
- "Reclaim space": [
6069
- ""
6070
- ],
6071
5903
  "Reclaim space from On Demand repositories": [
6072
5904
  ""
6073
5905
  ],
@@ -6134,9 +5966,6 @@
6134
5966
  "Refresh all alternate content sources": [
6135
5967
  ""
6136
5968
  ],
6137
- "Refresh all distributions": [
6138
- ""
6139
- ],
6140
5969
  "Refresh alternate content sources": [
6141
5970
  ""
6142
5971
  ],
@@ -6149,27 +5978,15 @@
6149
5978
  "Refresh counts": [
6150
5979
  ""
6151
5980
  ],
6152
- "Refresh distribution": [
6153
- ""
6154
- ],
6155
5981
  "Refresh errata applicability": [
6156
5982
  ""
6157
5983
  ],
6158
- "Refresh if needed": [
6159
- ""
6160
- ],
6161
5984
  "Refresh package applicability": [
6162
5985
  ""
6163
5986
  ],
6164
5987
  "Refresh previously imported manifest for Red Hat provider": [
6165
5988
  "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
6166
5989
  ],
6167
- "Refresh remote": [
6168
- ""
6169
- ],
6170
- "Refresh repos": [
6171
- ""
6172
- ],
6173
5990
  "Refresh source": [
6174
5991
  ""
6175
5992
  ],
@@ -6179,9 +5996,6 @@
6179
5996
  "Register a host with subscription and information": [
6180
5997
  ""
6181
5998
  ],
6182
- "Register host '%s' before attaching subscriptions": [
6183
- ""
6184
- ],
6185
5999
  "Registered": [
6186
6000
  "Registrati"
6187
6001
  ],
@@ -6215,9 +6029,6 @@
6215
6029
  "Registry token expiration time": [
6216
6030
  ""
6217
6031
  ],
6218
- "Reindex subscriptions": [
6219
- ""
6220
- ],
6221
6032
  "Related composite content views": [
6222
6033
  ""
6223
6034
  ],
@@ -6314,9 +6125,6 @@
6314
6125
  "Remove one or more subscriptions from an upstream manifest": [
6315
6126
  ""
6316
6127
  ],
6317
- "Remove orphans": [
6318
- ""
6319
- ],
6320
6128
  "Remove package group via Katello interface": [
6321
6129
  ""
6322
6130
  ],
@@ -6332,27 +6140,6 @@
6332
6140
  "Remove products from sync plan": [
6333
6141
  "Rimuovi prodotti dalla programmazione per la sincronizzazione"
6334
6142
  ],
6335
- "Remove rolling repo clone": [
6336
- ""
6337
- ],
6338
- "Remove subscriptions": [
6339
- ""
6340
- ],
6341
- "Remove subscriptions from %s": [
6342
- ""
6343
- ],
6344
- "Remove subscriptions from a host": [
6345
- ""
6346
- ],
6347
- "Remove subscriptions from one or more hosts": [
6348
- ""
6349
- ],
6350
- "Remove units": [
6351
- ""
6352
- ],
6353
- "Remove unneeded repos": [
6354
- ""
6355
- ],
6356
6143
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6357
6144
  "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
6358
6145
  ],
@@ -6377,9 +6164,6 @@
6377
6164
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6378
6165
  ""
6379
6166
  ],
6380
- "Repair": [
6381
- ""
6382
- ],
6383
6167
  "Replace content source on the target machine": [
6384
6168
  ""
6385
6169
  ],
@@ -6398,18 +6182,12 @@
6398
6182
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6399
6183
  ""
6400
6184
  ],
6401
- "Repositories certs reset": [
6402
- ""
6403
- ],
6404
6185
  "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.": [
6405
6186
  ""
6406
6187
  ],
6407
6188
  "Repositories from published Content Views are not allowed.": [
6408
6189
  "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
6409
6190
  ],
6410
- "Repositories gpg reset": [
6411
- ""
6412
- ],
6413
6191
  "Repository": [
6414
6192
  "Repository"
6415
6193
  ],
@@ -6581,6 +6359,9 @@
6581
6359
  "Return Red Hat (non-custom) products only": [
6582
6360
  ""
6583
6361
  ],
6362
+ "Return a list of installed debs distinct by name": [
6363
+ ""
6364
+ ],
6584
6365
  "Return a list of installed packages distinct by name": [
6585
6366
  ""
6586
6367
  ],
@@ -6761,19 +6542,7 @@
6761
6542
  "Save": [
6762
6543
  "Salva"
6763
6544
  ],
6764
- "Save artifact": [
6765
- ""
6766
- ],
6767
- "Save distribution references": [
6768
- ""
6769
- ],
6770
- "Save publication": [
6771
- ""
6772
- ],
6773
- "Save version": [
6774
- ""
6775
- ],
6776
- "Save versions": [
6545
+ "Save Environments": [
6777
6546
  ""
6778
6547
  ],
6779
6548
  "Saving alternate content source...": [
@@ -6785,12 +6554,6 @@
6785
6554
  "Scan a flatpak remote": [
6786
6555
  ""
6787
6556
  ],
6788
- "Scan cdn": [
6789
- ""
6790
- ],
6791
- "Scan remote": [
6792
- ""
6793
- ],
6794
6557
  "Schema version 1": [
6795
6558
  ""
6796
6559
  ],
@@ -7028,10 +6791,13 @@
7028
6791
  "Service Level (SLA)": [
7029
6792
  ""
7030
6793
  ],
6794
+ "Service level": [
6795
+ ""
6796
+ ],
7031
6797
  "Service level of host": [
7032
6798
  ""
7033
6799
  ],
7034
- "Service level to be used for autoheal": [
6800
+ "Service level, e.g. SELF-SUPPORT": [
7035
6801
  ""
7036
6802
  ],
7037
6803
  "Set content overrides": [
@@ -7058,9 +6824,6 @@
7058
6824
  "Sets the system purpose usage": [
7059
6825
  ""
7060
6826
  ],
7061
- "Sets whether the Host will autoheal subscriptions upon checkin": [
7062
- ""
7063
- ],
7064
6827
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
7065
6828
  ""
7066
6829
  ],
@@ -7211,6 +6974,9 @@
7211
6974
  "Smart proxy name": [
7212
6975
  ""
7213
6976
  ],
6977
+ "Smart proxy verify content checksum has started in the background": [
6978
+ ""
6979
+ ],
7214
6980
  "Sockets": [
7215
6981
  "Socket"
7216
6982
  ],
@@ -7325,7 +7091,7 @@
7325
7091
  "Something went wrong while refreshing alternate content sources: ": [
7326
7092
  ""
7327
7093
  ],
7328
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7094
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7329
7095
  ""
7330
7096
  ],
7331
7097
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
@@ -7394,6 +7160,9 @@
7394
7160
  "Something went wrong while updating the content source. See the logs for more information": [
7395
7161
  ""
7396
7162
  ],
7163
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7164
+ ""
7165
+ ],
7397
7166
  "Something went wrong! Please check server logs!": [
7398
7167
  ""
7399
7168
  ],
@@ -7481,9 +7250,6 @@
7481
7250
  "Subscription Details": [
7482
7251
  "Informazioni sulla sottoscrizione"
7483
7252
  ],
7484
- "Subscription ID": [
7485
- "ID sottoscrizione"
7486
- ],
7487
7253
  "Subscription Info": [
7488
7254
  "Informazioni sottoscrizione"
7489
7255
  ],
@@ -7499,12 +7265,6 @@
7499
7265
  "Subscription Name": [
7500
7266
  ""
7501
7267
  ],
7502
- "Subscription Pool id": [
7503
- ""
7504
- ],
7505
- "Subscription Pool uuid": [
7506
- "uuid pool di sottoscrizioni"
7507
- ],
7508
7268
  "Subscription UUID": [
7509
7269
  ""
7510
7270
  ],
@@ -7592,9 +7352,6 @@
7592
7352
  "Supported Content Types": [
7593
7353
  ""
7594
7354
  ],
7595
- "Sync": [
7596
- ""
7597
- ],
7598
7355
  "Sync Canceled": [
7599
7356
  "Sincronizzazione cancellata"
7600
7357
  ],
@@ -7649,9 +7406,6 @@
7649
7406
  "Sync all repositories for a product": [
7650
7407
  ""
7651
7408
  ],
7652
- "Sync capsule": [
7653
- ""
7654
- ],
7655
7409
  "Sync complete.": [
7656
7410
  "Sincronizzazione completa."
7657
7411
  ],
@@ -7670,9 +7424,6 @@
7670
7424
  "Sync state": [
7671
7425
  ""
7672
7426
  ],
7673
- "Syncable export": [
7674
- ""
7675
- ],
7676
7427
  "Synced": [
7677
7428
  ""
7678
7429
  ],
@@ -7682,6 +7433,9 @@
7682
7433
  "Synced Content": [
7683
7434
  ""
7684
7435
  ],
7436
+ "Synced container images content": [
7437
+ ""
7438
+ ],
7685
7439
  "Synchronize": [
7686
7440
  "Sincronizza"
7687
7441
  ],
@@ -7931,9 +7685,6 @@
7931
7685
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7932
7686
  ""
7933
7687
  ],
7934
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7935
- ""
7936
- ],
7937
7688
  "The subscription cannot be found upstream": [
7938
7689
  ""
7939
7690
  ],
@@ -8075,12 +7826,6 @@
8075
7826
  "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments.": [
8076
7827
  ""
8077
7828
  ],
8078
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
8079
- ""
8080
- ],
8081
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
8082
- ""
8083
- ],
8084
7829
  "This is disabled because a manifest task is in progress": [
8085
7830
  ""
8086
7831
  ],
@@ -8159,6 +7904,9 @@
8159
7904
  "To change content view environments, a specific organization must be selected from the organization context.": [
8160
7905
  ""
8161
7906
  ],
7907
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
7908
+ ""
7909
+ ],
8162
7910
  "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system.": [
8163
7911
  ""
8164
7912
  ],
@@ -8189,9 +7937,6 @@
8189
7937
  "To manage packages, select an action.": [
8190
7938
  ""
8191
7939
  ],
8192
- "Toggle": [
8193
- ""
8194
- ],
8195
7940
  "Token/password for the flatpak remote": [
8196
7941
  ""
8197
7942
  ],
@@ -8237,12 +7982,6 @@
8237
7982
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8238
7983
  ""
8239
7984
  ],
8240
- "Trigger an auto-attach of subscriptions": [
8241
- ""
8242
- ],
8243
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8244
- ""
8245
- ],
8246
7985
  "Try changing your search criteria.": [
8247
7986
  ""
8248
7987
  ],
@@ -8396,9 +8135,6 @@
8396
8135
  "Unapplied Errata": [
8397
8136
  "Errata non applicato"
8398
8137
  ],
8399
- "Unattach a subscription": [
8400
- "Rimuovi una sottoscrizione"
8401
- ],
8402
8138
  "Unfiltered params array: %s.": [
8403
8139
  ""
8404
8140
  ],
@@ -8510,27 +8246,15 @@
8510
8246
  "Update content counts for the smart proxy": [
8511
8247
  ""
8512
8248
  ],
8513
- "Update content urls": [
8514
- ""
8515
- ],
8516
8249
  "Update content view environments for host": [
8517
8250
  ""
8518
8251
  ],
8519
8252
  "Update content view environments for host %s": [
8520
8253
  ""
8521
8254
  ],
8522
- "Update distributions": [
8523
- ""
8524
- ],
8525
8255
  "Update hosts manually": [
8526
8256
  ""
8527
8257
  ],
8528
- "Update http proxy": [
8529
- ""
8530
- ],
8531
- "Update http proxy details": [
8532
- ""
8533
- ],
8534
8258
  "Update installed packages, enabled repos, module inventory": [
8535
8259
  ""
8536
8260
  ],
@@ -8546,21 +8270,12 @@
8546
8270
  "Update packages via Katello interface": [
8547
8271
  ""
8548
8272
  ],
8549
- "Update redhat repository": [
8550
- ""
8551
- ],
8552
8273
  "Update release version for host": [
8553
8274
  ""
8554
8275
  ],
8555
8276
  "Update release version for host %s": [
8556
8277
  ""
8557
8278
  ],
8558
- "Update remote": [
8559
- ""
8560
- ],
8561
- "Update repository": [
8562
- ""
8563
- ],
8564
8279
  "Update services requiring restart": [
8565
8280
  ""
8566
8281
  ],
@@ -8651,12 +8366,6 @@
8651
8366
  "Upload a subscription manifest": [
8652
8367
  "Carica un manifesto della sottoscrizione"
8653
8368
  ],
8654
- "Upload content": [
8655
- ""
8656
- ],
8657
- "Upload file": [
8658
- ""
8659
- ],
8660
8369
  "Upload into": [
8661
8370
  "Carica in"
8662
8371
  ],
@@ -8666,9 +8375,6 @@
8666
8375
  "Upload request id": [
8667
8376
  "Carica l'id delle richieste"
8668
8377
  ],
8669
- "Upload tag": [
8670
- ""
8671
- ],
8672
8378
  "Upstream Candlepin": [
8673
8379
  ""
8674
8380
  ],
@@ -8783,12 +8489,12 @@
8783
8489
  "Value must either be a boolean or 'default' for 'enabled'": [
8784
8490
  ""
8785
8491
  ],
8492
+ "Verify Content Checksum": [
8493
+ ""
8494
+ ],
8786
8495
  "Verify SSL": [
8787
8496
  "Verifica SSL"
8788
8497
  ],
8789
- "Verify checksum": [
8790
- ""
8791
- ],
8792
8498
  "Verify checksum for content on smart proxy": [
8793
8499
  ""
8794
8500
  ],
@@ -8870,6 +8576,9 @@
8870
8576
  "View by": [
8871
8577
  ""
8872
8578
  ],
8579
+ "View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry.": [
8580
+ ""
8581
+ ],
8873
8582
  "View content views": [
8874
8583
  ""
8875
8584
  ],
@@ -9158,9 +8867,6 @@
9158
8867
  "attempted to sync without a feed URL": [
9159
8868
  ""
9160
8869
  ],
9161
- "auto attach subscriptions upon registration": [
9162
- "esegui l'auto attach delle sottoscrizioni previa registrazione"
9163
- ],
9164
8870
  "base url to perform repo discovery on": [
9165
8871
  "url di base sul quale eseguire la scoperta dei repositori"
9166
8872
  ],
@@ -9797,9 +9503,6 @@
9797
9503
  "start datetime of synchronization": [
9798
9504
  "data - ora d'inizio per la sincronizzazione"
9799
9505
  ],
9800
- "subscriptions not specified": [
9801
- ""
9802
- ],
9803
9506
  "sync plan description": [
9804
9507
  "descrizione programmazione sincronizzazione"
9805
9508
  ],