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": "Pavel Borecki <pavel.borecki@gmail.com>, 2025",
@@ -449,9 +449,6 @@
449
449
  "A remote execution job is in progress.": [
450
450
  ""
451
451
  ],
452
- "A service level for auto-healing process, e.g. SELF-SUPPORT": [
453
- ""
454
- ],
455
452
  "A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
456
453
  ""
457
454
  ],
@@ -467,9 +464,6 @@
467
464
  "About page": [
468
465
  ""
469
466
  ],
470
- "Abstract async task": [
471
- ""
472
- ],
473
467
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
474
468
  ""
475
469
  ],
@@ -557,11 +551,14 @@
557
551
  "Add RPM rule": [
558
552
  ""
559
553
  ],
560
- "Add Subscriptions": [
554
+ "Add Red Hat Flatpak remote": [
555
+ ""
556
+ ],
557
+ "Add Red Hat flatpak remote": [
561
558
  ""
562
559
  ],
563
- "Add a subscription to a host": [
564
- "Přidat předplatné ke stroji"
560
+ "Add Subscriptions": [
561
+ ""
565
562
  ],
566
563
  "Add an alternate content source": [
567
564
  ""
@@ -614,9 +611,6 @@
614
611
  "Add repositories with package groups to content view to select them here.": [
615
612
  ""
616
613
  ],
617
- "Add rolling repo clone": [
618
- ""
619
- ],
620
614
  "Add rule": [
621
615
  ""
622
616
  ],
@@ -629,9 +623,6 @@
629
623
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
630
624
  ""
631
625
  ],
632
- "Add subscriptions to one or more hosts": [
633
- "Přidat předplatné pro jeden nebo více strojů"
634
- ],
635
626
  "Add subscriptions using the Add Subscriptions button.": [
636
627
  ""
637
628
  ],
@@ -899,12 +890,6 @@
899
890
  "Array of pools to add": [
900
891
  ""
901
892
  ],
902
- "Array of subscriptions to add": [
903
- ""
904
- ],
905
- "Array of subscriptions to remove": [
906
- "Pole předplatných které odebrat"
907
- ],
908
893
  "Array of uploads to import": [
909
894
  "Pole nahrání k importu"
910
895
  ],
@@ -960,15 +945,6 @@
960
945
  "At least one organization must exist.": [
961
946
  ""
962
947
  ],
963
- "Attach a subscription": [
964
- "Připojit předplatné"
965
- ],
966
- "Attach subscriptions": [
967
- "Připojit předplatné"
968
- ],
969
- "Attach subscriptions to %s": [
970
- "Připojit předplatné k %s"
971
- ],
972
948
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
973
949
  ""
974
950
  ],
@@ -984,9 +960,6 @@
984
960
  "Auto Publish - Triggered by '%s'": [
985
961
  ""
986
962
  ],
987
- "Auto attach subscriptions": [
988
- ""
989
- ],
990
963
  "Auto publish": [
991
964
  ""
992
965
  ],
@@ -1083,6 +1056,9 @@
1083
1056
  "Bootc upgrade via Bootc interface": [
1084
1057
  ""
1085
1058
  ],
1059
+ "Booted": [
1060
+ ""
1061
+ ],
1086
1062
  "Booted Container Images": [
1087
1063
  ""
1088
1064
  ],
@@ -1479,9 +1455,6 @@
1479
1455
  "Comma-separated list of tags to sync for a container image repository": [
1480
1456
  ""
1481
1457
  ],
1482
- "Commit upload": [
1483
- ""
1484
- ],
1485
1458
  "Compare": [
1486
1459
  ""
1487
1460
  ],
@@ -1554,6 +1527,9 @@
1554
1527
  "Container image tags": [
1555
1528
  ""
1556
1529
  ],
1530
+ "Container images": [
1531
+ ""
1532
+ ],
1557
1533
  "Container manifest lists": [
1558
1534
  ""
1559
1535
  ],
@@ -1833,27 +1809,15 @@
1833
1809
  "Copy": [
1834
1810
  ""
1835
1811
  ],
1836
- "Copy all units": [
1837
- ""
1838
- ],
1839
1812
  "Copy an activation key": [
1840
1813
  "Zkopírovat aktivační klíč"
1841
1814
  ],
1842
- "Copy content": [
1843
- ""
1844
- ],
1845
1815
  "Copy content view": [
1846
1816
  ""
1847
1817
  ],
1848
1818
  "Copy to clipboard": [
1849
1819
  "Zkopírovat do schránky"
1850
1820
  ],
1851
- "Copy version": [
1852
- ""
1853
- ],
1854
- "Copy version units to library": [
1855
- ""
1856
- ],
1857
1821
  "Cores per socket": [
1858
1822
  "Jader na patici"
1859
1823
  ],
@@ -2067,39 +2031,18 @@
2067
2031
  "Create content view": [
2068
2032
  ""
2069
2033
  ],
2070
- "Create exporter": [
2071
- ""
2072
- ],
2073
2034
  "Create filter": [
2074
2035
  ""
2075
2036
  ],
2076
2037
  "Create host collection": [
2077
2038
  ""
2078
2039
  ],
2079
- "Create import": [
2080
- ""
2081
- ],
2082
- "Create importer": [
2083
- ""
2084
- ],
2085
2040
  "Create new activation key": [
2086
2041
  ""
2087
2042
  ],
2088
2043
  "Create organization": [
2089
2044
  "Vytvořit organizaci"
2090
2045
  ],
2091
- "Create package filter rule": [
2092
- ""
2093
- ],
2094
- "Create publication": [
2095
- ""
2096
- ],
2097
- "Create remote": [
2098
- ""
2099
- ],
2100
- "Create rule": [
2101
- ""
2102
- ],
2103
2046
  "Credentials": [
2104
2047
  "Přihlašovací údaje"
2105
2048
  ],
@@ -2361,36 +2304,12 @@
2361
2304
  "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.": [
2362
2305
  ""
2363
2306
  ],
2364
- "Delete distributions": [
2365
- ""
2366
- ],
2367
2307
  "Delete manifest from Red Hat provider": [
2368
2308
  ""
2369
2309
  ],
2370
2310
  "Delete multiple filters from a content view": [
2371
2311
  ""
2372
2312
  ],
2373
- "Delete orphan alternate content sources": [
2374
- ""
2375
- ],
2376
- "Delete orphan distributions": [
2377
- ""
2378
- ],
2379
- "Delete orphan remotes": [
2380
- ""
2381
- ],
2382
- "Delete orphan repository versions": [
2383
- ""
2384
- ],
2385
- "Delete orphaned migrated repositories": [
2386
- ""
2387
- ],
2388
- "Delete remote": [
2389
- ""
2390
- ],
2391
- "Delete repository references": [
2392
- ""
2393
- ],
2394
2313
  "Delete version": [
2395
2314
  ""
2396
2315
  ],
@@ -2490,12 +2409,6 @@
2490
2409
  "Destroy an environment in an organization": [
2491
2410
  "Zlikvidovat prostředí v organizaci"
2492
2411
  ],
2493
- "Destroy exporter": [
2494
- ""
2495
- ],
2496
- "Destroy importer": [
2497
- ""
2498
- ],
2499
2412
  "Destroy one or more alternate content sources": [
2500
2413
  ""
2501
2414
  ],
@@ -2529,9 +2442,6 @@
2529
2442
  "Disable Red Hat Insights.": [
2530
2443
  ""
2531
2444
  ],
2532
- "Disable Simple Content Access": [
2533
- ""
2534
- ],
2535
2445
  "Disable a repository from the set": [
2536
2446
  "Vypnout repozitář v sadě"
2537
2447
  ],
@@ -2544,9 +2454,6 @@
2544
2454
  "Disabling Simple Content Access failed for '%{subject}'.": [
2545
2455
  ""
2546
2456
  ],
2547
- "Discover": [
2548
- ""
2549
- ],
2550
2457
  "Discover Repositories": [
2551
2458
  "Objevit repozitáře"
2552
2459
  ],
@@ -2598,6 +2505,9 @@
2598
2505
  "Edit": [
2599
2506
  "Upravit"
2600
2507
  ],
2508
+ "Edit DEB rule": [
2509
+ ""
2510
+ ],
2601
2511
  "Edit Flatpak Remote": [
2602
2512
  ""
2603
2513
  ],
@@ -2625,9 +2535,6 @@
2625
2535
  "Edit filter rule": [
2626
2536
  ""
2627
2537
  ],
2628
- "Edit package filter rule": [
2629
- ""
2630
- ],
2631
2538
  "Edit products": [
2632
2539
  ""
2633
2540
  ],
@@ -2670,9 +2577,6 @@
2670
2577
  "Enable Red Hat repositories": [
2671
2578
  ""
2672
2579
  ],
2673
- "Enable Simple Content Access": [
2674
- ""
2675
- ],
2676
2580
  "Enable Tracer": [
2677
2581
  ""
2678
2582
  ],
@@ -2748,9 +2652,6 @@
2748
2652
  "Environment cannot be in its own promotion path": [
2749
2653
  ""
2750
2654
  ],
2751
- "Environment contents refresh": [
2752
- ""
2753
- ],
2754
2655
  "Environment identifier": [
2755
2656
  "Identifikátor prostředí"
2756
2657
  ],
@@ -2790,9 +2691,6 @@
2790
2691
  "Errata id of the erratum (RHSA-2012:108)": [
2791
2692
  ""
2792
2693
  ],
2793
- "Errata mail": [
2794
- ""
2795
- ],
2796
2694
  "Errata statuses not updated for deleted content facet with UUID %s": [
2797
2695
  ""
2798
2696
  ],
@@ -2958,9 +2856,6 @@
2958
2856
  "Fetch installable errata for one or more hosts.": [
2959
2857
  ""
2960
2858
  ],
2961
- "Fetch pxe files": [
2962
- ""
2963
- ],
2964
2859
  "Fetch traces for one or more hosts": [
2965
2860
  ""
2966
2861
  ],
@@ -3054,9 +2949,6 @@
3054
2949
  "Filter versions that are components in the specified composite version": [
3055
2950
  ""
3056
2951
  ],
3057
- "Filtered index content": [
3058
- ""
3059
- ],
3060
2952
  "Filters": [
3061
2953
  "Filtry"
3062
2954
  ],
@@ -3168,10 +3060,10 @@
3168
3060
  "Generate host applicability": [
3169
3061
  ""
3170
3062
  ],
3171
- "Generate metadata": [
3063
+ "Generate repository applicability": [
3172
3064
  ""
3173
3065
  ],
3174
- "Generate repository applicability": [
3066
+ "Generate username and password": [
3175
3067
  ""
3176
3068
  ],
3177
3069
  "Generated": [
@@ -3408,12 +3300,6 @@
3408
3300
  "How to order the sorted results (e.g. ASC for ascending)": [
3409
3301
  ""
3410
3302
  ],
3411
- "Hypervisors": [
3412
- ""
3413
- ],
3414
- "Hypervisors update": [
3415
- ""
3416
- ],
3417
3303
  "ID": [
3418
3304
  "Identifikátor"
3419
3305
  ],
@@ -3603,9 +3489,6 @@
3603
3489
  "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'.": [
3604
3490
  ""
3605
3491
  ],
3606
- "If specified, remove the first instance of a subscription with matching id and quantity": [
3607
- ""
3608
- ],
3609
3492
  "If the smart proxies' assigned HTTP proxies should be used": [
3610
3493
  ""
3611
3494
  ],
@@ -3735,9 +3618,6 @@
3735
3618
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3736
3619
  ""
3737
3620
  ],
3738
- "Import migration": [
3739
- ""
3740
- ],
3741
3621
  "Import new manifest": [
3742
3622
  ""
3743
3623
  ],
@@ -3747,12 +3627,6 @@
3747
3627
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3748
3628
  ""
3749
3629
  ],
3750
- "Import repository upload": [
3751
- ""
3752
- ],
3753
- "Import upload": [
3754
- ""
3755
- ],
3756
3630
  "Import uploads into a repository": [
3757
3631
  "Importovat nahrané do repozitáře"
3758
3632
  ],
@@ -3819,9 +3693,6 @@
3819
3693
  "Incremental Update incomplete.": [
3820
3694
  "Postupná aktualizace neúplná."
3821
3695
  ],
3822
- "Incremental Update of Content View Version(s) ": [
3823
- ""
3824
- ],
3825
3696
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3826
3697
  ""
3827
3698
  ],
@@ -3834,27 +3705,12 @@
3834
3705
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3835
3706
  ""
3836
3707
  ],
3837
- "Index content": [
3838
- ""
3839
- ],
3840
- "Index errata": [
3841
- ""
3842
- ],
3843
- "Index module streams": [
3844
- ""
3845
- ],
3846
- "Index package groups": [
3847
- ""
3848
- ],
3849
3708
  "Informable Type must be one of the following [ %{list} ]": [
3850
3709
  ""
3851
3710
  ],
3852
3711
  "Inherit from Repository": [
3853
3712
  "Převzít z repozitáře"
3854
3713
  ],
3855
- "Initialize": [
3856
- ""
3857
- ],
3858
3714
  "Initiate a sync of the products attached to the sync plan": [
3859
3715
  ""
3860
3716
  ],
@@ -3930,9 +3786,6 @@
3930
3786
  "Installing Package...": [
3931
3787
  "Instalace balíčku…"
3932
3788
  ],
3933
- "Instance update": [
3934
- ""
3935
- ],
3936
3789
  "Instance-based": [
3937
3790
  ""
3938
3791
  ],
@@ -4059,6 +3912,9 @@
4059
3912
  "It's not possible to promote a rolling content view.": [
4060
3913
  ""
4061
3914
  ],
3915
+ "It's not possible to provide environment_ids for anything other than a rolling content view.": [
3916
+ ""
3917
+ ],
4062
3918
  "It's not possible to publish a rolling content view.": [
4063
3919
  ""
4064
3920
  ],
@@ -4458,6 +4314,9 @@
4458
4314
  "List of hypervisor guest uuids": [
4459
4315
  ""
4460
4316
  ],
4317
+ "List of lifecycle environments for rolling content views": [
4318
+ ""
4319
+ ],
4461
4320
  "List of package group names (Deprecated)": [
4462
4321
  ""
4463
4322
  ],
@@ -4686,9 +4545,6 @@
4686
4545
  "Messaging connection": [
4687
4546
  ""
4688
4547
  ],
4689
- "Metadata generate": [
4690
- ""
4691
- ],
4692
4548
  "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.": [
4693
4549
  ""
4694
4550
  ],
@@ -4752,15 +4608,6 @@
4752
4608
  "Multi Content View Environment": [
4753
4609
  ""
4754
4610
  ],
4755
- "Multi copy all units": [
4756
- ""
4757
- ],
4758
- "Multi copy content": [
4759
- ""
4760
- ],
4761
- "Multi copy units": [
4762
- ""
4763
- ],
4764
4611
  "Multi-entitlement": [
4765
4612
  ""
4766
4613
  ],
@@ -5370,9 +5217,6 @@
5370
5217
  "Organization ID": [
5371
5218
  "Identifikátor organizace"
5372
5219
  ],
5373
- "Organization ID is required": [
5374
- ""
5375
- ],
5376
5220
  "Organization ID or title": [
5377
5221
  ""
5378
5222
  ],
@@ -5856,6 +5700,9 @@
5856
5700
  "Promotion to Environment": [
5857
5701
  "Povýšení do prostředí"
5858
5702
  ],
5703
+ "Provide credentials if the registry requires authentication": [
5704
+ ""
5705
+ ],
5859
5706
  "Provide the required information and click {update} below to save changes.": [
5860
5707
  ""
5861
5708
  ],
@@ -5955,9 +5802,6 @@
5955
5802
  "Pulp task error": [
5956
5803
  ""
5957
5804
  ],
5958
- "Purge completed tasks": [
5959
- ""
5960
- ],
5961
5805
  "Python Package": [
5962
5806
  ""
5963
5807
  ],
@@ -5985,15 +5829,6 @@
5985
5829
  "Quantity of entitlements to bind": [
5986
5830
  ""
5987
5831
  ],
5988
- "Quantity of specified subscription to remove": [
5989
- ""
5990
- ],
5991
- "Quantity of this subscription to add": [
5992
- ""
5993
- ],
5994
- "Quantity of this subscriptions to add": [
5995
- ""
5996
- ],
5997
5832
  "Quantity to Allocate": [
5998
5833
  ""
5999
5834
  ],
@@ -6066,9 +5901,6 @@
6066
5901
  "Reclaim Space": [
6067
5902
  ""
6068
5903
  ],
6069
- "Reclaim space": [
6070
- ""
6071
- ],
6072
5904
  "Reclaim space from On Demand repositories": [
6073
5905
  ""
6074
5906
  ],
@@ -6135,9 +5967,6 @@
6135
5967
  "Refresh all alternate content sources": [
6136
5968
  ""
6137
5969
  ],
6138
- "Refresh all distributions": [
6139
- ""
6140
- ],
6141
5970
  "Refresh alternate content sources": [
6142
5971
  ""
6143
5972
  ],
@@ -6150,27 +5979,15 @@
6150
5979
  "Refresh counts": [
6151
5980
  ""
6152
5981
  ],
6153
- "Refresh distribution": [
6154
- ""
6155
- ],
6156
5982
  "Refresh errata applicability": [
6157
5983
  ""
6158
5984
  ],
6159
- "Refresh if needed": [
6160
- ""
6161
- ],
6162
5985
  "Refresh package applicability": [
6163
5986
  ""
6164
5987
  ],
6165
5988
  "Refresh previously imported manifest for Red Hat provider": [
6166
5989
  ""
6167
5990
  ],
6168
- "Refresh remote": [
6169
- ""
6170
- ],
6171
- "Refresh repos": [
6172
- ""
6173
- ],
6174
5991
  "Refresh source": [
6175
5992
  ""
6176
5993
  ],
@@ -6180,9 +5997,6 @@
6180
5997
  "Register a host with subscription and information": [
6181
5998
  ""
6182
5999
  ],
6183
- "Register host '%s' before attaching subscriptions": [
6184
- ""
6185
- ],
6186
6000
  "Registered": [
6187
6001
  "Zaregistrováno"
6188
6002
  ],
@@ -6216,9 +6030,6 @@
6216
6030
  "Registry token expiration time": [
6217
6031
  ""
6218
6032
  ],
6219
- "Reindex subscriptions": [
6220
- ""
6221
- ],
6222
6033
  "Related composite content views": [
6223
6034
  ""
6224
6035
  ],
@@ -6315,9 +6126,6 @@
6315
6126
  "Remove one or more subscriptions from an upstream manifest": [
6316
6127
  ""
6317
6128
  ],
6318
- "Remove orphans": [
6319
- ""
6320
- ],
6321
6129
  "Remove package group via Katello interface": [
6322
6130
  "Odebrat skupinu balíčků prostřednictvím rozhraní Katello"
6323
6131
  ],
@@ -6333,27 +6141,6 @@
6333
6141
  "Remove products from sync plan": [
6334
6142
  "Odebrat produkt z plánu synchronizace"
6335
6143
  ],
6336
- "Remove rolling repo clone": [
6337
- ""
6338
- ],
6339
- "Remove subscriptions": [
6340
- "Odebrat předplatné"
6341
- ],
6342
- "Remove subscriptions from %s": [
6343
- "Odebrat předplatné od %s"
6344
- ],
6345
- "Remove subscriptions from a host": [
6346
- ""
6347
- ],
6348
- "Remove subscriptions from one or more hosts": [
6349
- "Odebrat předplatné jednomu čí více strojům"
6350
- ],
6351
- "Remove units": [
6352
- ""
6353
- ],
6354
- "Remove unneeded repos": [
6355
- ""
6356
- ],
6357
6144
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6358
6145
  "Odebrat verze a/nebo prostředí z pohledu na obsah a znovu přiřadit systémy a klíče"
6359
6146
  ],
@@ -6378,9 +6165,6 @@
6378
6165
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6379
6166
  ""
6380
6167
  ],
6381
- "Repair": [
6382
- ""
6383
- ],
6384
6168
  "Replace content source on the target machine": [
6385
6169
  ""
6386
6170
  ],
@@ -6399,18 +6183,12 @@
6399
6183
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6400
6184
  ""
6401
6185
  ],
6402
- "Repositories certs reset": [
6403
- ""
6404
- ],
6405
6186
  "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.": [
6406
6187
  ""
6407
6188
  ],
6408
6189
  "Repositories from published Content Views are not allowed.": [
6409
6190
  ""
6410
6191
  ],
6411
- "Repositories gpg reset": [
6412
- ""
6413
- ],
6414
6192
  "Repository": [
6415
6193
  "Repozitář"
6416
6194
  ],
@@ -6582,6 +6360,9 @@
6582
6360
  "Return Red Hat (non-custom) products only": [
6583
6361
  "Vrátit pouze Red Hat (ne uživatelsky určené) produkty"
6584
6362
  ],
6363
+ "Return a list of installed debs distinct by name": [
6364
+ ""
6365
+ ],
6585
6366
  "Return a list of installed packages distinct by name": [
6586
6367
  ""
6587
6368
  ],
@@ -6762,19 +6543,7 @@
6762
6543
  "Save": [
6763
6544
  "Uložit"
6764
6545
  ],
6765
- "Save artifact": [
6766
- ""
6767
- ],
6768
- "Save distribution references": [
6769
- ""
6770
- ],
6771
- "Save publication": [
6772
- ""
6773
- ],
6774
- "Save version": [
6775
- ""
6776
- ],
6777
- "Save versions": [
6546
+ "Save Environments": [
6778
6547
  ""
6779
6548
  ],
6780
6549
  "Saving alternate content source...": [
@@ -6786,12 +6555,6 @@
6786
6555
  "Scan a flatpak remote": [
6787
6556
  ""
6788
6557
  ],
6789
- "Scan cdn": [
6790
- ""
6791
- ],
6792
- "Scan remote": [
6793
- ""
6794
- ],
6795
6558
  "Schema version 1": [
6796
6559
  ""
6797
6560
  ],
@@ -7029,10 +6792,13 @@
7029
6792
  "Service Level (SLA)": [
7030
6793
  "Úroveň služby (SLA)"
7031
6794
  ],
6795
+ "Service level": [
6796
+ ""
6797
+ ],
7032
6798
  "Service level of host": [
7033
6799
  ""
7034
6800
  ],
7035
- "Service level to be used for autoheal": [
6801
+ "Service level, e.g. SELF-SUPPORT": [
7036
6802
  ""
7037
6803
  ],
7038
6804
  "Set content overrides": [
@@ -7059,9 +6825,6 @@
7059
6825
  "Sets the system purpose usage": [
7060
6826
  "Nastaví využití účelu systému"
7061
6827
  ],
7062
- "Sets whether the Host will autoheal subscriptions upon checkin": [
7063
- ""
7064
- ],
7065
6828
  "Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
7066
6829
  ""
7067
6830
  ],
@@ -7212,6 +6975,9 @@
7212
6975
  "Smart proxy name": [
7213
6976
  ""
7214
6977
  ],
6978
+ "Smart proxy verify content checksum has started in the background": [
6979
+ ""
6980
+ ],
7215
6981
  "Sockets": [
7216
6982
  "Patice"
7217
6983
  ],
@@ -7326,7 +7092,7 @@
7326
7092
  "Something went wrong while refreshing alternate content sources: ": [
7327
7093
  ""
7328
7094
  ],
7329
- "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7095
+ "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
7330
7096
  ""
7331
7097
  ],
7332
7098
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
@@ -7395,6 +7161,9 @@
7395
7161
  "Something went wrong while updating the content source. See the logs for more information": [
7396
7162
  ""
7397
7163
  ],
7164
+ "Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
7165
+ ""
7166
+ ],
7398
7167
  "Something went wrong! Please check server logs!": [
7399
7168
  ""
7400
7169
  ],
@@ -7482,9 +7251,6 @@
7482
7251
  "Subscription Details": [
7483
7252
  "Podrobnosti o předplatném"
7484
7253
  ],
7485
- "Subscription ID": [
7486
- "Identifikátor předplatného"
7487
- ],
7488
7254
  "Subscription Info": [
7489
7255
  "Informace o předplatném"
7490
7256
  ],
@@ -7500,12 +7266,6 @@
7500
7266
  "Subscription Name": [
7501
7267
  ""
7502
7268
  ],
7503
- "Subscription Pool id": [
7504
- "Identifikátor fondu předplatného"
7505
- ],
7506
- "Subscription Pool uuid": [
7507
- ""
7508
- ],
7509
7269
  "Subscription UUID": [
7510
7270
  ""
7511
7271
  ],
@@ -7593,9 +7353,6 @@
7593
7353
  "Supported Content Types": [
7594
7354
  ""
7595
7355
  ],
7596
- "Sync": [
7597
- ""
7598
- ],
7599
7356
  "Sync Canceled": [
7600
7357
  "Synchronizace zrušena"
7601
7358
  ],
@@ -7650,9 +7407,6 @@
7650
7407
  "Sync all repositories for a product": [
7651
7408
  "Synchronizovat všechny repozitáře pro produkt"
7652
7409
  ],
7653
- "Sync capsule": [
7654
- ""
7655
- ],
7656
7410
  "Sync complete.": [
7657
7411
  "Synchronizace dokončena."
7658
7412
  ],
@@ -7671,9 +7425,6 @@
7671
7425
  "Sync state": [
7672
7426
  ""
7673
7427
  ],
7674
- "Syncable export": [
7675
- ""
7676
- ],
7677
7428
  "Synced": [
7678
7429
  ""
7679
7430
  ],
@@ -7683,6 +7434,9 @@
7683
7434
  "Synced Content": [
7684
7435
  "Synchronizovaný obsah"
7685
7436
  ],
7437
+ "Synced container images content": [
7438
+ ""
7439
+ ],
7686
7440
  "Synchronize": [
7687
7441
  "Synchronizovat"
7688
7442
  ],
@@ -7932,9 +7686,6 @@
7932
7686
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7933
7687
  ""
7934
7688
  ],
7935
- "The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
7936
- ""
7937
- ],
7938
7689
  "The subscription cannot be found upstream": [
7939
7690
  ""
7940
7691
  ],
@@ -8076,12 +7827,6 @@
8076
7827
  "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.": [
8077
7828
  ""
8078
7829
  ],
8079
- "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
8080
- ""
8081
- ],
8082
- "This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
8083
- ""
8084
- ],
8085
7830
  "This is disabled because a manifest task is in progress": [
8086
7831
  ""
8087
7832
  ],
@@ -8160,6 +7905,9 @@
8160
7905
  "To change content view environments, a specific organization must be selected from the organization context.": [
8161
7906
  ""
8162
7907
  ],
7908
+ "To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
7909
+ ""
7910
+ ],
8163
7911
  "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.": [
8164
7912
  ""
8165
7913
  ],
@@ -8190,9 +7938,6 @@
8190
7938
  "To manage packages, select an action.": [
8191
7939
  ""
8192
7940
  ],
8193
- "Toggle": [
8194
- ""
8195
- ],
8196
7941
  "Token/password for the flatpak remote": [
8197
7942
  ""
8198
7943
  ],
@@ -8238,12 +7983,6 @@
8238
7983
  "Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
8239
7984
  ""
8240
7985
  ],
8241
- "Trigger an auto-attach of subscriptions": [
8242
- ""
8243
- ],
8244
- "Trigger an auto-attach of subscriptions on one or more hosts": [
8245
- ""
8246
- ],
8247
7986
  "Try changing your search criteria.": [
8248
7987
  ""
8249
7988
  ],
@@ -8397,9 +8136,6 @@
8397
8136
  "Unapplied Errata": [
8398
8137
  ""
8399
8138
  ],
8400
- "Unattach a subscription": [
8401
- "Odpojit předplatné"
8402
- ],
8403
8139
  "Unfiltered params array: %s.": [
8404
8140
  ""
8405
8141
  ],
@@ -8511,27 +8247,15 @@
8511
8247
  "Update content counts for the smart proxy": [
8512
8248
  ""
8513
8249
  ],
8514
- "Update content urls": [
8515
- ""
8516
- ],
8517
8250
  "Update content view environments for host": [
8518
8251
  ""
8519
8252
  ],
8520
8253
  "Update content view environments for host %s": [
8521
8254
  ""
8522
8255
  ],
8523
- "Update distributions": [
8524
- ""
8525
- ],
8526
8256
  "Update hosts manually": [
8527
8257
  ""
8528
8258
  ],
8529
- "Update http proxy": [
8530
- ""
8531
- ],
8532
- "Update http proxy details": [
8533
- ""
8534
- ],
8535
8259
  "Update installed packages, enabled repos, module inventory": [
8536
8260
  ""
8537
8261
  ],
@@ -8547,21 +8271,12 @@
8547
8271
  "Update packages via Katello interface": [
8548
8272
  ""
8549
8273
  ],
8550
- "Update redhat repository": [
8551
- ""
8552
- ],
8553
8274
  "Update release version for host": [
8554
8275
  "Aktualizovat verzi vydání pro stroj"
8555
8276
  ],
8556
8277
  "Update release version for host %s": [
8557
8278
  "Aktualizovat verzi vydání pro stroj %s"
8558
8279
  ],
8559
- "Update remote": [
8560
- ""
8561
- ],
8562
- "Update repository": [
8563
- ""
8564
- ],
8565
8280
  "Update services requiring restart": [
8566
8281
  ""
8567
8282
  ],
@@ -8652,12 +8367,6 @@
8652
8367
  "Upload a subscription manifest": [
8653
8368
  ""
8654
8369
  ],
8655
- "Upload content": [
8656
- ""
8657
- ],
8658
- "Upload file": [
8659
- ""
8660
- ],
8661
8370
  "Upload into": [
8662
8371
  "Nahrát do"
8663
8372
  ],
@@ -8667,9 +8376,6 @@
8667
8376
  "Upload request id": [
8668
8377
  ""
8669
8378
  ],
8670
- "Upload tag": [
8671
- ""
8672
- ],
8673
8379
  "Upstream Candlepin": [
8674
8380
  ""
8675
8381
  ],
@@ -8784,12 +8490,12 @@
8784
8490
  "Value must either be a boolean or 'default' for 'enabled'": [
8785
8491
  ""
8786
8492
  ],
8493
+ "Verify Content Checksum": [
8494
+ ""
8495
+ ],
8787
8496
  "Verify SSL": [
8788
8497
  "Ověřit SSL"
8789
8498
  ],
8790
- "Verify checksum": [
8791
- ""
8792
- ],
8793
8499
  "Verify checksum for content on smart proxy": [
8794
8500
  ""
8795
8501
  ],
@@ -8871,6 +8577,9 @@
8871
8577
  "View by": [
8872
8578
  ""
8873
8579
  ],
8580
+ "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.": [
8581
+ ""
8582
+ ],
8874
8583
  "View content views": [
8875
8584
  ""
8876
8585
  ],
@@ -9159,9 +8868,6 @@
9159
8868
  "attempted to sync without a feed URL": [
9160
8869
  ""
9161
8870
  ],
9162
- "auto attach subscriptions upon registration": [
9163
- ""
9164
- ],
9165
8871
  "base url to perform repo discovery on": [
9166
8872
  "základ URL adresy na které provést objevování repozitáře"
9167
8873
  ],
@@ -9798,9 +9504,6 @@
9798
9504
  "start datetime of synchronization": [
9799
9505
  ""
9800
9506
  ],
9801
- "subscriptions not specified": [
9802
- "předplatné není zadáno"
9803
- ],
9804
9507
  "sync plan description": [
9805
9508
  "popis plánu synchronizace"
9806
9509
  ],