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
  "Language-Team": "English (United States) (https://app.transifex.com/foreman/teams/114/en_US/)",
@@ -446,9 +446,6 @@
446
446
  "A remote execution job is in progress.": [
447
447
  ""
448
448
  ],
449
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
450
- ""
451
- ],
452
449
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
453
450
  ""
454
451
  ],
@@ -464,9 +461,6 @@
464
461
  "About page": [
465
462
  ""
466
463
  ],
467
- "Abstract async task": [
468
- ""
469
- ],
470
464
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
471
465
  ""
472
466
  ],
@@ -554,10 +548,13 @@
554
548
  "Add RPM rule": [
555
549
  ""
556
550
  ],
557
- "Add Subscriptions": [
551
+ "Add Red Hat Flatpak remote": [
558
552
  ""
559
553
  ],
560
- "Add a subscription to a host": [
554
+ "Add Red Hat flatpak remote": [
555
+ ""
556
+ ],
557
+ "Add Subscriptions": [
561
558
  ""
562
559
  ],
563
560
  "Add an alternate content source": [
@@ -611,9 +608,6 @@
611
608
  "Add repositories with package groups to content view to select them here.": [
612
609
  ""
613
610
  ],
614
- "Add rolling repo clone": [
615
- ""
616
- ],
617
611
  "Add rule": [
618
612
  ""
619
613
  ],
@@ -626,9 +620,6 @@
626
620
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
627
621
  ""
628
622
  ],
629
- "Add subscriptions to one or more hosts": [
630
- ""
631
- ],
632
623
  "Add subscriptions using the Add Subscriptions button.": [
633
624
  ""
634
625
  ],
@@ -896,12 +887,6 @@
896
887
  "Array of pools to add": [
897
888
  ""
898
889
  ],
899
- "Array of subscriptions to add": [
900
- ""
901
- ],
902
- "Array of subscriptions to remove": [
903
- ""
904
- ],
905
890
  "Array of uploads to import": [
906
891
  ""
907
892
  ],
@@ -957,15 +942,6 @@
957
942
  "At least one organization must exist.": [
958
943
  ""
959
944
  ],
960
- "Attach a subscription": [
961
- ""
962
- ],
963
- "Attach subscriptions": [
964
- ""
965
- ],
966
- "Attach subscriptions to %s": [
967
- ""
968
- ],
969
945
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
970
946
  ""
971
947
  ],
@@ -981,9 +957,6 @@
981
957
  "Auto Publish - Triggered by '%s'": [
982
958
  ""
983
959
  ],
984
- "Auto attach subscriptions": [
985
- ""
986
- ],
987
960
  "Auto publish": [
988
961
  ""
989
962
  ],
@@ -1080,6 +1053,9 @@
1080
1053
  "Bootc upgrade via Bootc interface": [
1081
1054
  ""
1082
1055
  ],
1056
+ "Booted": [
1057
+ ""
1058
+ ],
1083
1059
  "Booted Container Images": [
1084
1060
  ""
1085
1061
  ],
@@ -1476,9 +1452,6 @@
1476
1452
  "Comma-separated list of tags to sync for a container image repository": [
1477
1453
  ""
1478
1454
  ],
1479
- "Commit upload": [
1480
- ""
1481
- ],
1482
1455
  "Compare": [
1483
1456
  ""
1484
1457
  ],
@@ -1551,6 +1524,9 @@
1551
1524
  "Container image tags": [
1552
1525
  ""
1553
1526
  ],
1527
+ "Container images": [
1528
+ ""
1529
+ ],
1554
1530
  "Container manifest lists": [
1555
1531
  ""
1556
1532
  ],
@@ -1830,27 +1806,15 @@
1830
1806
  "Copy": [
1831
1807
  ""
1832
1808
  ],
1833
- "Copy all units": [
1834
- ""
1835
- ],
1836
1809
  "Copy an activation key": [
1837
1810
  ""
1838
1811
  ],
1839
- "Copy content": [
1840
- ""
1841
- ],
1842
1812
  "Copy content view": [
1843
1813
  ""
1844
1814
  ],
1845
1815
  "Copy to clipboard": [
1846
1816
  ""
1847
1817
  ],
1848
- "Copy version": [
1849
- ""
1850
- ],
1851
- "Copy version units to library": [
1852
- ""
1853
- ],
1854
1818
  "Cores per socket": [
1855
1819
  ""
1856
1820
  ],
@@ -2064,39 +2028,18 @@
2064
2028
  "Create content view": [
2065
2029
  ""
2066
2030
  ],
2067
- "Create exporter": [
2068
- ""
2069
- ],
2070
2031
  "Create filter": [
2071
2032
  ""
2072
2033
  ],
2073
2034
  "Create host collection": [
2074
2035
  ""
2075
2036
  ],
2076
- "Create import": [
2077
- ""
2078
- ],
2079
- "Create importer": [
2080
- ""
2081
- ],
2082
2037
  "Create new activation key": [
2083
2038
  ""
2084
2039
  ],
2085
2040
  "Create organization": [
2086
2041
  ""
2087
2042
  ],
2088
- "Create package filter rule": [
2089
- ""
2090
- ],
2091
- "Create publication": [
2092
- ""
2093
- ],
2094
- "Create remote": [
2095
- ""
2096
- ],
2097
- "Create rule": [
2098
- ""
2099
- ],
2100
2043
  "Credentials": [
2101
2044
  ""
2102
2045
  ],
@@ -2358,36 +2301,12 @@
2358
2301
  "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.": [
2359
2302
  ""
2360
2303
  ],
2361
- "Delete distributions": [
2362
- ""
2363
- ],
2364
2304
  "Delete manifest from Red Hat provider": [
2365
2305
  ""
2366
2306
  ],
2367
2307
  "Delete multiple filters from a content view": [
2368
2308
  ""
2369
2309
  ],
2370
- "Delete orphan alternate content sources": [
2371
- ""
2372
- ],
2373
- "Delete orphan distributions": [
2374
- ""
2375
- ],
2376
- "Delete orphan remotes": [
2377
- ""
2378
- ],
2379
- "Delete orphan repository versions": [
2380
- ""
2381
- ],
2382
- "Delete orphaned migrated repositories": [
2383
- ""
2384
- ],
2385
- "Delete remote": [
2386
- ""
2387
- ],
2388
- "Delete repository references": [
2389
- ""
2390
- ],
2391
2310
  "Delete version": [
2392
2311
  ""
2393
2312
  ],
@@ -2487,12 +2406,6 @@
2487
2406
  "Destroy an environment in an organization": [
2488
2407
  ""
2489
2408
  ],
2490
- "Destroy exporter": [
2491
- ""
2492
- ],
2493
- "Destroy importer": [
2494
- ""
2495
- ],
2496
2409
  "Destroy one or more alternate content sources": [
2497
2410
  ""
2498
2411
  ],
@@ -2526,9 +2439,6 @@
2526
2439
  "Disable Red Hat Insights.": [
2527
2440
  ""
2528
2441
  ],
2529
- "Disable Simple Content Access": [
2530
- ""
2531
- ],
2532
2442
  "Disable a repository from the set": [
2533
2443
  ""
2534
2444
  ],
@@ -2541,9 +2451,6 @@
2541
2451
  "Disabling Simple Content Access failed for '%{subject}'.": [
2542
2452
  ""
2543
2453
  ],
2544
- "Discover": [
2545
- ""
2546
- ],
2547
2454
  "Discover Repositories": [
2548
2455
  ""
2549
2456
  ],
@@ -2595,6 +2502,9 @@
2595
2502
  "Edit": [
2596
2503
  ""
2597
2504
  ],
2505
+ "Edit DEB rule": [
2506
+ ""
2507
+ ],
2598
2508
  "Edit Flatpak Remote": [
2599
2509
  ""
2600
2510
  ],
@@ -2622,9 +2532,6 @@
2622
2532
  "Edit filter rule": [
2623
2533
  ""
2624
2534
  ],
2625
- "Edit package filter rule": [
2626
- ""
2627
- ],
2628
2535
  "Edit products": [
2629
2536
  ""
2630
2537
  ],
@@ -2667,9 +2574,6 @@
2667
2574
  "Enable Red Hat repositories": [
2668
2575
  ""
2669
2576
  ],
2670
- "Enable Simple Content Access": [
2671
- ""
2672
- ],
2673
2577
  "Enable Tracer": [
2674
2578
  ""
2675
2579
  ],
@@ -2745,9 +2649,6 @@
2745
2649
  "Environment cannot be in its own promotion path": [
2746
2650
  ""
2747
2651
  ],
2748
- "Environment contents refresh": [
2749
- ""
2750
- ],
2751
2652
  "Environment identifier": [
2752
2653
  ""
2753
2654
  ],
@@ -2787,9 +2688,6 @@
2787
2688
  "Errata id of the erratum (RHSA-2012:108)": [
2788
2689
  ""
2789
2690
  ],
2790
- "Errata mail": [
2791
- ""
2792
- ],
2793
2691
  "Errata statuses not updated for deleted content facet with UUID %s": [
2794
2692
  ""
2795
2693
  ],
@@ -2955,9 +2853,6 @@
2955
2853
  "Fetch installable errata for one or more hosts.": [
2956
2854
  ""
2957
2855
  ],
2958
- "Fetch pxe files": [
2959
- ""
2960
- ],
2961
2856
  "Fetch traces for one or more hosts": [
2962
2857
  ""
2963
2858
  ],
@@ -3051,9 +2946,6 @@
3051
2946
  "Filter versions that are components in the specified composite version": [
3052
2947
  ""
3053
2948
  ],
3054
- "Filtered index content": [
3055
- ""
3056
- ],
3057
2949
  "Filters": [
3058
2950
  ""
3059
2951
  ],
@@ -3165,10 +3057,10 @@
3165
3057
  "Generate host applicability": [
3166
3058
  ""
3167
3059
  ],
3168
- "Generate metadata": [
3060
+ "Generate repository applicability": [
3169
3061
  ""
3170
3062
  ],
3171
- "Generate repository applicability": [
3063
+ "Generate username and password": [
3172
3064
  ""
3173
3065
  ],
3174
3066
  "Generated": [
@@ -3405,12 +3297,6 @@
3405
3297
  "How to order the sorted results (e.g. ASC for ascending)": [
3406
3298
  ""
3407
3299
  ],
3408
- "Hypervisors": [
3409
- ""
3410
- ],
3411
- "Hypervisors update": [
3412
- ""
3413
- ],
3414
3300
  "ID": [
3415
3301
  ""
3416
3302
  ],
@@ -3600,9 +3486,6 @@
3600
3486
  "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'.": [
3601
3487
  ""
3602
3488
  ],
3603
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3604
- ""
3605
- ],
3606
3489
  "If the smart proxies' assigned HTTP proxies should be used": [
3607
3490
  ""
3608
3491
  ],
@@ -3732,9 +3615,6 @@
3732
3615
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3733
3616
  ""
3734
3617
  ],
3735
- "Import migration": [
3736
- ""
3737
- ],
3738
3618
  "Import new manifest": [
3739
3619
  ""
3740
3620
  ],
@@ -3744,12 +3624,6 @@
3744
3624
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3745
3625
  ""
3746
3626
  ],
3747
- "Import repository upload": [
3748
- ""
3749
- ],
3750
- "Import upload": [
3751
- ""
3752
- ],
3753
3627
  "Import uploads into a repository": [
3754
3628
  ""
3755
3629
  ],
@@ -3816,9 +3690,6 @@
3816
3690
  "Incremental Update incomplete.": [
3817
3691
  ""
3818
3692
  ],
3819
- "Incremental Update of Content View Version(s) ": [
3820
- ""
3821
- ],
3822
3693
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3823
3694
  ""
3824
3695
  ],
@@ -3831,27 +3702,12 @@
3831
3702
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3832
3703
  ""
3833
3704
  ],
3834
- "Index content": [
3835
- ""
3836
- ],
3837
- "Index errata": [
3838
- ""
3839
- ],
3840
- "Index module streams": [
3841
- ""
3842
- ],
3843
- "Index package groups": [
3844
- ""
3845
- ],
3846
3705
  "Informable Type must be one of the following [ %{list} ]": [
3847
3706
  ""
3848
3707
  ],
3849
3708
  "Inherit from Repository": [
3850
3709
  ""
3851
3710
  ],
3852
- "Initialize": [
3853
- ""
3854
- ],
3855
3711
  "Initiate a sync of the products attached to the sync plan": [
3856
3712
  ""
3857
3713
  ],
@@ -3927,9 +3783,6 @@
3927
3783
  "Installing Package...": [
3928
3784
  ""
3929
3785
  ],
3930
- "Instance update": [
3931
- ""
3932
- ],
3933
3786
  "Instance-based": [
3934
3787
  ""
3935
3788
  ],
@@ -4056,6 +3909,9 @@
4056
3909
  "It's not possible to promote a rolling content view.": [
4057
3910
  ""
4058
3911
  ],
3912
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
3913
+ ""
3914
+ ],
4059
3915
  "It's not possible to publish a rolling content view.": [
4060
3916
  ""
4061
3917
  ],
@@ -4455,6 +4311,9 @@
4455
4311
  "List of hypervisor guest uuids": [
4456
4312
  ""
4457
4313
  ],
4314
+ "List of lifecycle environments for rolling content views": [
4315
+ ""
4316
+ ],
4458
4317
  "List of package group names (Deprecated)": [
4459
4318
  ""
4460
4319
  ],
@@ -4683,9 +4542,6 @@
4683
4542
  "Messaging connection": [
4684
4543
  ""
4685
4544
  ],
4686
- "Metadata generate": [
4687
- ""
4688
- ],
4689
4545
  "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.": [
4690
4546
  ""
4691
4547
  ],
@@ -4749,15 +4605,6 @@
4749
4605
  "Multi Content View Environment": [
4750
4606
  ""
4751
4607
  ],
4752
- "Multi copy all units": [
4753
- ""
4754
- ],
4755
- "Multi copy content": [
4756
- ""
4757
- ],
4758
- "Multi copy units": [
4759
- ""
4760
- ],
4761
4608
  "Multi-entitlement": [
4762
4609
  ""
4763
4610
  ],
@@ -5367,9 +5214,6 @@
5367
5214
  "Organization ID": [
5368
5215
  ""
5369
5216
  ],
5370
- "Organization ID is required": [
5371
- ""
5372
- ],
5373
5217
  "Organization ID or title": [
5374
5218
  ""
5375
5219
  ],
@@ -5853,6 +5697,9 @@
5853
5697
  "Promotion to Environment": [
5854
5698
  ""
5855
5699
  ],
5700
+ "Provide credentials if the registry requires authentication": [
5701
+ ""
5702
+ ],
5856
5703
  "Provide the required information and click {update} below to save changes.": [
5857
5704
  ""
5858
5705
  ],
@@ -5952,9 +5799,6 @@
5952
5799
  "Pulp task error": [
5953
5800
  ""
5954
5801
  ],
5955
- "Purge completed tasks": [
5956
- ""
5957
- ],
5958
5802
  "Python Package": [
5959
5803
  ""
5960
5804
  ],
@@ -5982,15 +5826,6 @@
5982
5826
  "Quantity of entitlements to bind": [
5983
5827
  ""
5984
5828
  ],
5985
- "Quantity of specified subscription to remove": [
5986
- ""
5987
- ],
5988
- "Quantity of this subscription to add": [
5989
- ""
5990
- ],
5991
- "Quantity of this subscriptions to add": [
5992
- ""
5993
- ],
5994
5829
  "Quantity to Allocate": [
5995
5830
  ""
5996
5831
  ],
@@ -6063,9 +5898,6 @@
6063
5898
  "Reclaim Space": [
6064
5899
  ""
6065
5900
  ],
6066
- "Reclaim space": [
6067
- ""
6068
- ],
6069
5901
  "Reclaim space from On Demand repositories": [
6070
5902
  ""
6071
5903
  ],
@@ -6132,9 +5964,6 @@
6132
5964
  "Refresh all alternate content sources": [
6133
5965
  ""
6134
5966
  ],
6135
- "Refresh all distributions": [
6136
- ""
6137
- ],
6138
5967
  "Refresh alternate content sources": [
6139
5968
  ""
6140
5969
  ],
@@ -6147,27 +5976,15 @@
6147
5976
  "Refresh counts": [
6148
5977
  ""
6149
5978
  ],
6150
- "Refresh distribution": [
6151
- ""
6152
- ],
6153
5979
  "Refresh errata applicability": [
6154
5980
  ""
6155
5981
  ],
6156
- "Refresh if needed": [
6157
- ""
6158
- ],
6159
5982
  "Refresh package applicability": [
6160
5983
  ""
6161
5984
  ],
6162
5985
  "Refresh previously imported manifest for Red Hat provider": [
6163
5986
  ""
6164
5987
  ],
6165
- "Refresh remote": [
6166
- ""
6167
- ],
6168
- "Refresh repos": [
6169
- ""
6170
- ],
6171
5988
  "Refresh source": [
6172
5989
  ""
6173
5990
  ],
@@ -6177,9 +5994,6 @@
6177
5994
  "Register a host with subscription and information": [
6178
5995
  ""
6179
5996
  ],
6180
- "Register host '%s' before attaching subscriptions": [
6181
- ""
6182
- ],
6183
5997
  "Registered": [
6184
5998
  ""
6185
5999
  ],
@@ -6213,9 +6027,6 @@
6213
6027
  "Registry token expiration time": [
6214
6028
  ""
6215
6029
  ],
6216
- "Reindex subscriptions": [
6217
- ""
6218
- ],
6219
6030
  "Related composite content views": [
6220
6031
  ""
6221
6032
  ],
@@ -6312,9 +6123,6 @@
6312
6123
  "Remove one or more subscriptions from an upstream manifest": [
6313
6124
  ""
6314
6125
  ],
6315
- "Remove orphans": [
6316
- ""
6317
- ],
6318
6126
  "Remove package group via Katello interface": [
6319
6127
  ""
6320
6128
  ],
@@ -6330,27 +6138,6 @@
6330
6138
  "Remove products from sync plan": [
6331
6139
  ""
6332
6140
  ],
6333
- "Remove rolling repo clone": [
6334
- ""
6335
- ],
6336
- "Remove subscriptions": [
6337
- ""
6338
- ],
6339
- "Remove subscriptions from %s": [
6340
- ""
6341
- ],
6342
- "Remove subscriptions from a host": [
6343
- ""
6344
- ],
6345
- "Remove subscriptions from one or more hosts": [
6346
- ""
6347
- ],
6348
- "Remove units": [
6349
- ""
6350
- ],
6351
- "Remove unneeded repos": [
6352
- ""
6353
- ],
6354
6141
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6355
6142
  ""
6356
6143
  ],
@@ -6375,9 +6162,6 @@
6375
6162
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6376
6163
  ""
6377
6164
  ],
6378
- "Repair": [
6379
- ""
6380
- ],
6381
6165
  "Replace content source on the target machine": [
6382
6166
  ""
6383
6167
  ],
@@ -6396,18 +6180,12 @@
6396
6180
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6397
6181
  ""
6398
6182
  ],
6399
- "Repositories certs reset": [
6400
- ""
6401
- ],
6402
6183
  "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.": [
6403
6184
  ""
6404
6185
  ],
6405
6186
  "Repositories from published Content Views are not allowed.": [
6406
6187
  ""
6407
6188
  ],
6408
- "Repositories gpg reset": [
6409
- ""
6410
- ],
6411
6189
  "Repository": [
6412
6190
  ""
6413
6191
  ],
@@ -6579,6 +6357,9 @@
6579
6357
  "Return Red Hat (non-custom) products only": [
6580
6358
  ""
6581
6359
  ],
6360
+ "Return a list of installed debs distinct by name": [
6361
+ ""
6362
+ ],
6582
6363
  "Return a list of installed packages distinct by name": [
6583
6364
  ""
6584
6365
  ],
@@ -6759,19 +6540,7 @@
6759
6540
  "Save": [
6760
6541
  ""
6761
6542
  ],
6762
- "Save artifact": [
6763
- ""
6764
- ],
6765
- "Save distribution references": [
6766
- ""
6767
- ],
6768
- "Save publication": [
6769
- ""
6770
- ],
6771
- "Save version": [
6772
- ""
6773
- ],
6774
- "Save versions": [
6543
+ "Save Environments": [
6775
6544
  ""
6776
6545
  ],
6777
6546
  "Saving alternate content source...": [
@@ -6783,12 +6552,6 @@
6783
6552
  "Scan a flatpak remote": [
6784
6553
  ""
6785
6554
  ],
6786
- "Scan cdn": [
6787
- ""
6788
- ],
6789
- "Scan remote": [
6790
- ""
6791
- ],
6792
6555
  "Schema version 1": [
6793
6556
  ""
6794
6557
  ],
@@ -7026,10 +6789,13 @@
7026
6789
  "Service Level (SLA)": [
7027
6790
  ""
7028
6791
  ],
6792
+ "Service level": [
6793
+ ""
6794
+ ],
7029
6795
  "Service level of host": [
7030
6796
  ""
7031
6797
  ],
7032
- "Service level to be used for autoheal": [
6798
+ "Service level, e.g. SELF-SUPPORT": [
7033
6799
  ""
7034
6800
  ],
7035
6801
  "Set content overrides": [
@@ -7056,9 +6822,6 @@
7056
6822
  "Sets the system purpose usage": [
7057
6823
  ""
7058
6824
  ],
7059
- "Sets whether the Host will autoheal subscriptions upon checkin": [
7060
- ""
7061
- ],
7062
6825
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
7063
6826
  ""
7064
6827
  ],
@@ -7209,6 +6972,9 @@
7209
6972
  "Smart proxy name": [
7210
6973
  ""
7211
6974
  ],
6975
+ "Smart proxy verify content checksum has started in the background": [
6976
+ ""
6977
+ ],
7212
6978
  "Sockets": [
7213
6979
  ""
7214
6980
  ],
@@ -7323,7 +7089,7 @@
7323
7089
  "Something went wrong while refreshing alternate content sources: ": [
7324
7090
  ""
7325
7091
  ],
7326
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7092
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7327
7093
  ""
7328
7094
  ],
7329
7095
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
@@ -7392,6 +7158,9 @@
7392
7158
  "Something went wrong while updating the content source. See the logs for more information": [
7393
7159
  ""
7394
7160
  ],
7161
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7162
+ ""
7163
+ ],
7395
7164
  "Something went wrong! Please check server logs!": [
7396
7165
  ""
7397
7166
  ],
@@ -7479,9 +7248,6 @@
7479
7248
  "Subscription Details": [
7480
7249
  ""
7481
7250
  ],
7482
- "Subscription ID": [
7483
- ""
7484
- ],
7485
7251
  "Subscription Info": [
7486
7252
  ""
7487
7253
  ],
@@ -7497,12 +7263,6 @@
7497
7263
  "Subscription Name": [
7498
7264
  ""
7499
7265
  ],
7500
- "Subscription Pool id": [
7501
- ""
7502
- ],
7503
- "Subscription Pool uuid": [
7504
- ""
7505
- ],
7506
7266
  "Subscription UUID": [
7507
7267
  ""
7508
7268
  ],
@@ -7590,9 +7350,6 @@
7590
7350
  "Supported Content Types": [
7591
7351
  ""
7592
7352
  ],
7593
- "Sync": [
7594
- ""
7595
- ],
7596
7353
  "Sync Canceled": [
7597
7354
  ""
7598
7355
  ],
@@ -7647,9 +7404,6 @@
7647
7404
  "Sync all repositories for a product": [
7648
7405
  ""
7649
7406
  ],
7650
- "Sync capsule": [
7651
- ""
7652
- ],
7653
7407
  "Sync complete.": [
7654
7408
  ""
7655
7409
  ],
@@ -7668,9 +7422,6 @@
7668
7422
  "Sync state": [
7669
7423
  ""
7670
7424
  ],
7671
- "Syncable export": [
7672
- ""
7673
- ],
7674
7425
  "Synced": [
7675
7426
  ""
7676
7427
  ],
@@ -7680,6 +7431,9 @@
7680
7431
  "Synced Content": [
7681
7432
  ""
7682
7433
  ],
7434
+ "Synced container images content": [
7435
+ ""
7436
+ ],
7683
7437
  "Synchronize": [
7684
7438
  ""
7685
7439
  ],
@@ -7929,9 +7683,6 @@
7929
7683
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7930
7684
  ""
7931
7685
  ],
7932
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7933
- ""
7934
- ],
7935
7686
  "The subscription cannot be found upstream": [
7936
7687
  ""
7937
7688
  ],
@@ -8073,12 +7824,6 @@
8073
7824
  "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.": [
8074
7825
  ""
8075
7826
  ],
8076
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
8077
- ""
8078
- ],
8079
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
8080
- ""
8081
- ],
8082
7827
  "This is disabled because a manifest task is in progress": [
8083
7828
  ""
8084
7829
  ],
@@ -8157,6 +7902,9 @@
8157
7902
  "To change content view environments, a specific organization must be selected from the organization context.": [
8158
7903
  ""
8159
7904
  ],
7905
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
7906
+ ""
7907
+ ],
8160
7908
  "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.": [
8161
7909
  ""
8162
7910
  ],
@@ -8187,9 +7935,6 @@
8187
7935
  "To manage packages, select an action.": [
8188
7936
  ""
8189
7937
  ],
8190
- "Toggle": [
8191
- ""
8192
- ],
8193
7938
  "Token/password for the flatpak remote": [
8194
7939
  ""
8195
7940
  ],
@@ -8235,12 +7980,6 @@
8235
7980
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8236
7981
  ""
8237
7982
  ],
8238
- "Trigger an auto-attach of subscriptions": [
8239
- ""
8240
- ],
8241
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8242
- ""
8243
- ],
8244
7983
  "Try changing your search criteria.": [
8245
7984
  ""
8246
7985
  ],
@@ -8394,9 +8133,6 @@
8394
8133
  "Unapplied Errata": [
8395
8134
  ""
8396
8135
  ],
8397
- "Unattach a subscription": [
8398
- ""
8399
- ],
8400
8136
  "Unfiltered params array: %s.": [
8401
8137
  ""
8402
8138
  ],
@@ -8508,27 +8244,15 @@
8508
8244
  "Update content counts for the smart proxy": [
8509
8245
  ""
8510
8246
  ],
8511
- "Update content urls": [
8512
- ""
8513
- ],
8514
8247
  "Update content view environments for host": [
8515
8248
  ""
8516
8249
  ],
8517
8250
  "Update content view environments for host %s": [
8518
8251
  ""
8519
8252
  ],
8520
- "Update distributions": [
8521
- ""
8522
- ],
8523
8253
  "Update hosts manually": [
8524
8254
  ""
8525
8255
  ],
8526
- "Update http proxy": [
8527
- ""
8528
- ],
8529
- "Update http proxy details": [
8530
- ""
8531
- ],
8532
8256
  "Update installed packages, enabled repos, module inventory": [
8533
8257
  ""
8534
8258
  ],
@@ -8544,21 +8268,12 @@
8544
8268
  "Update packages via Katello interface": [
8545
8269
  ""
8546
8270
  ],
8547
- "Update redhat repository": [
8548
- ""
8549
- ],
8550
8271
  "Update release version for host": [
8551
8272
  ""
8552
8273
  ],
8553
8274
  "Update release version for host %s": [
8554
8275
  ""
8555
8276
  ],
8556
- "Update remote": [
8557
- ""
8558
- ],
8559
- "Update repository": [
8560
- ""
8561
- ],
8562
8277
  "Update services requiring restart": [
8563
8278
  ""
8564
8279
  ],
@@ -8649,12 +8364,6 @@
8649
8364
  "Upload a subscription manifest": [
8650
8365
  ""
8651
8366
  ],
8652
- "Upload content": [
8653
- ""
8654
- ],
8655
- "Upload file": [
8656
- ""
8657
- ],
8658
8367
  "Upload into": [
8659
8368
  ""
8660
8369
  ],
@@ -8664,9 +8373,6 @@
8664
8373
  "Upload request id": [
8665
8374
  ""
8666
8375
  ],
8667
- "Upload tag": [
8668
- ""
8669
- ],
8670
8376
  "Upstream Candlepin": [
8671
8377
  ""
8672
8378
  ],
@@ -8781,10 +8487,10 @@
8781
8487
  "Value must either be a boolean or 'default' for 'enabled'": [
8782
8488
  ""
8783
8489
  ],
8784
- "Verify SSL": [
8490
+ "Verify Content Checksum": [
8785
8491
  ""
8786
8492
  ],
8787
- "Verify checksum": [
8493
+ "Verify SSL": [
8788
8494
  ""
8789
8495
  ],
8790
8496
  "Verify checksum for content on smart proxy": [
@@ -8868,6 +8574,9 @@
8868
8574
  "View by": [
8869
8575
  ""
8870
8576
  ],
8577
+ "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.": [
8578
+ ""
8579
+ ],
8871
8580
  "View content views": [
8872
8581
  ""
8873
8582
  ],
@@ -9156,9 +8865,6 @@
9156
8865
  "attempted to sync without a feed URL": [
9157
8866
  ""
9158
8867
  ],
9159
- "auto attach subscriptions upon registration": [
9160
- ""
9161
- ],
9162
8868
  "base url to perform repo discovery on": [
9163
8869
  ""
9164
8870
  ],
@@ -9795,9 +9501,6 @@
9795
9501
  "start datetime of synchronization": [
9796
9502
  ""
9797
9503
  ],
9798
- "subscriptions not specified": [
9799
- ""
9800
- ],
9801
9504
  "sync plan description": [
9802
9505
  ""
9803
9506
  ],