katello 4.17.1 → 4.18.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 (293) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +148 -4
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +148 -4
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +148 -4
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +148 -4
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +148 -4
  7. data/app/assets/javascripts/katello/locale/de/katello.js +147 -3
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +148 -4
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +148 -4
  10. data/app/assets/javascripts/katello/locale/el/katello.js +148 -4
  11. data/app/assets/javascripts/katello/locale/en/katello.js +148 -4
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +148 -4
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +148 -4
  14. data/app/assets/javascripts/katello/locale/es/katello.js +147 -3
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +148 -4
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +147 -3
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +148 -4
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +148 -4
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +148 -4
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +148 -4
  21. data/app/assets/javascripts/katello/locale/id/katello.js +148 -4
  22. data/app/assets/javascripts/katello/locale/it/katello.js +148 -4
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +147 -3
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +147 -3
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +148 -4
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +147 -3
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +148 -4
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +148 -4
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +148 -4
  30. data/app/assets/javascripts/katello/locale/or/katello.js +148 -4
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +148 -4
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +148 -4
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +148 -4
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +148 -4
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +147 -3
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +148 -4
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +148 -4
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +148 -4
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +148 -4
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +148 -4
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +148 -4
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +148 -4
  43. data/app/assets/javascripts/katello/locale/te/katello.js +148 -4
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +148 -4
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +148 -4
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +148 -4
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +148 -4
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +147 -3
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +148 -4
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +12 -14
  51. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  52. data/app/controllers/katello/api/v2/errata_controller.rb +16 -0
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +20 -3
  54. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +7 -3
  55. data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -2
  56. data/app/controllers/katello/api/v2/products_controller.rb +18 -0
  57. data/app/controllers/katello/api/v2/repositories_controller.rb +5 -3
  58. data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +10 -0
  59. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -0
  60. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +17 -0
  61. data/app/lib/actions/helpers/smart_proxy_sync_helper.rb +12 -0
  62. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +4 -4
  63. data/app/lib/actions/katello/content_view/capsule_sync.rb +8 -3
  64. data/app/lib/actions/katello/content_view/publish.rb +39 -12
  65. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +2 -1
  66. data/app/lib/actions/katello/repository/capsule_sync.rb +11 -1
  67. data/app/lib/actions/katello/repository/import_upload.rb +2 -3
  68. data/app/lib/actions/katello/repository/sync.rb +2 -1
  69. data/app/lib/actions/katello/repository/upload_files.rb +2 -1
  70. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +1 -1
  71. data/app/lib/katello/resources/cdn.rb +1 -1
  72. data/app/models/katello/concerns/smart_proxy_extensions.rb +46 -8
  73. data/app/models/katello/content_view_environment.rb +1 -1
  74. data/app/models/katello/erratum.rb +26 -1
  75. data/app/models/katello/flatpak_remote.rb +0 -1
  76. data/app/models/katello/flatpak_remote_repository.rb +24 -0
  77. data/app/models/katello/glue/pulp/repos.rb +1 -1
  78. data/app/models/katello/root_repository.rb +1 -0
  79. data/app/presenters/katello/flatpak_remote_mirror_status_presenter.rb +41 -0
  80. data/app/services/katello/repository_type_manager.rb +2 -0
  81. data/app/views/foreman/job_templates/flatpak_install.erb +17 -2
  82. data/app/views/foreman/job_templates/flatpak_login_action.erb +17 -3
  83. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  84. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  85. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +3 -1
  86. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  87. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +1 -0
  88. data/config/routes/api/v2.rb +1 -1
  89. data/config/routes.rb +3 -0
  90. data/db/migrate/20250613210050_use_big_int_for_erratum_packages_id.rb +11 -0
  91. data/db/seeds.d/108-subcription-bookmarks.rb +2 -0
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +1 -1
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +5 -1
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -0
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -0
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -0
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -0
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -0
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -0
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -0
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -0
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -0
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -0
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -0
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -0
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -0
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -0
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -0
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -0
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -0
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -0
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -0
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -0
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -0
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -0
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -0
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -0
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -0
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -0
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -0
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -0
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -0
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -0
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -0
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -0
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -0
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -0
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -0
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -0
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -0
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -0
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -0
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -0
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -0
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -0
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -0
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +13 -3
  142. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -0
  143. data/lib/katello/engine.rb +0 -1
  144. data/lib/katello/permission_creator.rb +1 -1
  145. data/lib/katello/plugin.rb +26 -2
  146. data/lib/katello/version.rb +1 -1
  147. data/lib/katello.rb +0 -1
  148. data/lib/proxy_api/container_gateway.rb +24 -0
  149. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  150. data/locale/bn/katello.po +148 -4
  151. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  152. data/locale/bn_IN/katello.po +148 -4
  153. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  154. data/locale/ca/katello.po +148 -4
  155. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/cs/katello.po +148 -4
  157. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  158. data/locale/cs_CZ/katello.po +148 -4
  159. data/locale/de/katello.po +147 -3
  160. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/de_AT/katello.po +148 -4
  162. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/de_DE/katello.po +148 -4
  164. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/el/katello.po +148 -4
  166. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/en/katello.po +148 -4
  168. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/en_GB/katello.po +148 -4
  170. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/en_US/katello.po +148 -4
  172. data/locale/es/katello.po +147 -3
  173. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/et_EE/katello.po +148 -4
  175. data/locale/fr/katello.po +147 -3
  176. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/gl/katello.po +148 -4
  178. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  179. data/locale/gu/katello.po +148 -4
  180. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/he_IL/katello.po +148 -4
  182. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/hi/katello.po +148 -4
  184. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  185. data/locale/id/katello.po +148 -4
  186. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/it/katello.po +148 -4
  188. data/locale/ja/katello.po +147 -3
  189. data/locale/ka/katello.po +147 -3
  190. data/locale/katello.pot +703 -428
  191. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/kn/katello.po +148 -4
  193. data/locale/ko/katello.po +147 -3
  194. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/ml_IN/katello.po +148 -4
  196. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/mr/katello.po +148 -4
  198. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  199. data/locale/nl_NL/katello.po +148 -4
  200. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  201. data/locale/or/katello.po +148 -4
  202. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/pa/katello.po +148 -4
  204. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/pl/katello.po +148 -4
  206. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/pl_PL/katello.po +148 -4
  208. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  209. data/locale/pt/katello.po +148 -4
  210. data/locale/pt_BR/katello.po +147 -3
  211. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ro/katello.po +148 -4
  213. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ro_RO/katello.po +148 -4
  215. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ru/katello.po +148 -4
  217. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/sl/katello.po +148 -4
  219. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/sv_SE/katello.po +148 -4
  221. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/ta/katello.po +148 -4
  223. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/ta_IN/katello.po +148 -4
  225. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/te/katello.po +148 -4
  227. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/tr/katello.po +148 -4
  229. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/vi/katello.po +148 -4
  231. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/vi_VN/katello.po +148 -4
  233. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/zh/katello.po +148 -4
  235. data/locale/zh_CN/katello.po +147 -3
  236. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/zh_TW/katello.po +148 -4
  238. data/package.json +0 -1
  239. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  240. data/webpack/components/OptionTooltip/OptionTooltip.scss +1 -1
  241. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -1
  242. data/webpack/components/extensions/Hosts/ActionsBar/index.js +11 -0
  243. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +1 -1
  244. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +1 -2
  245. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +1 -1
  246. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +1 -1
  247. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +371 -0
  248. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js +79 -0
  249. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +73 -0
  250. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +170 -0
  251. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js +23 -0
  252. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/helpers.js +28 -0
  253. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +23 -0
  254. data/webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js +39 -0
  255. data/webpack/components/extensions/RegistrationCommands/index.js +7 -0
  256. data/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js +3 -2
  257. data/webpack/containers/Application/config.js +11 -0
  258. data/webpack/global_index.js +3 -1
  259. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +30 -0
  260. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +38 -0
  261. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +218 -0
  262. data/webpack/scenes/FlatpakRemotes/CreateEdit/__tests__/flatpakRemoteform.test.js +117 -0
  263. data/webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js +59 -0
  264. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js +87 -0
  265. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailReducers.js +23 -0
  266. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailSelectors.js +16 -0
  267. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +167 -0
  268. data/webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js +135 -0
  269. data/webpack/scenes/FlatpakRemotes/Details/Mirror/__tests__/mirrorRepositoryModal.test.js +167 -0
  270. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +171 -0
  271. data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.fixtures.json +58 -0
  272. data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.test.js +90 -0
  273. data/webpack/scenes/FlatpakRemotes/Details/index.js +4 -0
  274. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js +26 -0
  275. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesConstants.js +15 -0
  276. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +202 -0
  277. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesSelectors.js +24 -0
  278. data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesList.fixtures.json +55 -0
  279. data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesPage.test.js +74 -0
  280. data/webpack/scenes/FlatpakRemotes/index.js +4 -0
  281. data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
  282. data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.scss +1 -1
  283. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  284. data/webpack/scenes/Settings/SettingsSelectors.js +3 -3
  285. data/webpack/scenes/Settings/index.js +1 -3
  286. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  287. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +1 -1
  288. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -21
  289. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +0 -44
  290. data/webpack/scenes/Subscriptions/index.js +1 -3
  291. metadata +38 -21
  292. data/webpack/scenes/Settings/SettingsConstants.js +0 -2
  293. data/webpack/scenes/Settings/SettingsReducer.js +0 -19
data/locale/it/katello.po CHANGED
@@ -10,7 +10,7 @@
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.17.0.pre.master\n"
13
+ "Project-Id-Version: katello 4.18.0.pre.master\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
16
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
@@ -813,6 +813,9 @@ msgstr ""
813
813
  msgid "Application"
814
814
  msgstr "Applicazione"
815
815
 
816
+ msgid "Application name"
817
+ msgstr ""
818
+
816
819
  msgid "Apply"
817
820
  msgstr "Applica"
818
821
 
@@ -1056,6 +1059,9 @@ msgstr ""
1056
1059
  msgid "Below are the repository sets currently available for this content host. For Red Hat subscriptions, additional content can be made available through the {rhrp}. Changing default settings requires subscription-manager 1.10 or newer to be installed on this host."
1057
1060
  msgstr ""
1058
1061
 
1062
+ msgid "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform."
1063
+ msgstr ""
1064
+
1059
1065
  msgid "Beta"
1060
1066
  msgstr "Beta"
1061
1067
 
@@ -1215,6 +1221,9 @@ msgstr "Impossibile aggiungere le versioni composite ad una visualizzazione del
1215
1221
  msgid "Cannot add composite versions to another composite content view"
1216
1222
  msgstr "Impossibile aggiungere le versioni composite ad un'altra visualizzazione del contenuto composita"
1217
1223
 
1224
+ msgid "Cannot add container push repositories to a rolling content view"
1225
+ msgstr ""
1226
+
1218
1227
  msgid "Cannot add content view environments from a different organization"
1219
1228
  msgstr ""
1220
1229
 
@@ -1392,6 +1401,12 @@ msgstr ""
1392
1401
  msgid "Change host content source"
1393
1402
  msgstr ""
1394
1403
 
1404
+ msgid "Change the status of at least one repository."
1405
+ msgstr ""
1406
+
1407
+ msgid "Changed status"
1408
+ msgstr ""
1409
+
1395
1410
  msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1396
1411
  msgstr ""
1397
1412
 
@@ -1686,6 +1701,9 @@ msgstr ""
1686
1701
  msgid "Content override search parameters"
1687
1702
  msgstr ""
1688
1703
 
1704
+ msgid "Content overrides updating."
1705
+ msgstr ""
1706
+
1689
1707
  msgid "Content source"
1690
1708
  msgstr ""
1691
1709
 
@@ -1869,6 +1887,9 @@ msgstr "Impossibile trovare tutti gli id dell'errata specificati: %s"
1869
1887
  msgid "Could not find environments for promotion"
1870
1888
  msgstr ""
1871
1889
 
1890
+ msgid "Could not find product with name '%{name}' in organization id %{org_id}."
1891
+ msgstr ""
1892
+
1872
1893
  msgid "Could not locate Pulp distribution."
1873
1894
  msgstr ""
1874
1895
 
@@ -1980,6 +2001,9 @@ msgstr ""
1980
2001
  msgid "Create Export History"
1981
2002
  msgstr ""
1982
2003
 
2004
+ msgid "Create Flatpak Remote"
2005
+ msgstr ""
2006
+
1983
2007
  msgid "Create Import History"
1984
2008
  msgstr ""
1985
2009
 
@@ -2172,6 +2196,12 @@ msgstr "SLA del sistema predefinito"
2172
2196
  msgid "Default and Rolling content view versions cannot be promoted"
2173
2197
  msgstr ""
2174
2198
 
2199
+ msgid "Default custom non-yum repository mirroring policy"
2200
+ msgstr ""
2201
+
2202
+ msgid "Default custom yum repository mirroring policy"
2203
+ msgstr ""
2204
+
2175
2205
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
2176
2206
  msgstr ""
2177
2207
 
@@ -2199,6 +2229,12 @@ msgstr ""
2199
2229
  msgid "Default location for subscribed hosts"
2200
2230
  msgstr ""
2201
2231
 
2232
+ msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
2233
+ msgstr ""
2234
+
2235
+ msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
2236
+ msgstr ""
2237
+
2202
2238
  msgid "Default partitioning table for new Operating Systems created from synced content"
2203
2239
  msgstr ""
2204
2240
 
@@ -2253,6 +2289,9 @@ msgstr "Cancella"
2253
2289
  msgid "Delete Activation Key"
2254
2290
  msgstr "Cancella chiave di attivazione"
2255
2291
 
2292
+ msgid "Delete Flatpak remote?"
2293
+ msgstr ""
2294
+
2256
2295
  msgid "Delete Host upon unregister"
2257
2296
  msgstr ""
2258
2297
 
@@ -2496,12 +2535,18 @@ msgstr ""
2496
2535
  msgid "Duration"
2497
2536
  msgstr "Durata"
2498
2537
 
2538
+ msgid "During incremental update, the previous content view version '%s' could not be found."
2539
+ msgstr ""
2540
+
2499
2541
  msgid "ERRATA ADVISORY"
2500
2542
  msgstr ""
2501
2543
 
2502
2544
  msgid "Edit"
2503
2545
  msgstr "Modifica"
2504
2546
 
2547
+ msgid "Edit Flatpak Remote"
2548
+ msgstr ""
2549
+
2505
2550
  msgid "Edit RPM rule"
2506
2551
  msgstr ""
2507
2552
 
@@ -2961,15 +3006,33 @@ msgstr ""
2961
3006
  msgid "Finished"
2962
3007
  msgstr "Completato"
2963
3008
 
3009
+ msgid "Flatpak Remote ${name} created"
3010
+ msgstr ""
3011
+
3012
+ msgid "Flatpak Remote Details"
3013
+ msgstr ""
3014
+
2964
3015
  msgid "Flatpak Remotes"
2965
3016
  msgstr ""
2966
3017
 
3018
+ msgid "Flatpak remote could not be deleted: "
3019
+ msgstr ""
3020
+
3021
+ msgid "Flatpak remote deleted"
3022
+ msgstr ""
3023
+
2967
3024
  msgid "Flatpak remote numeric identifier"
2968
3025
  msgstr ""
2969
3026
 
2970
3027
  msgid "Flatpak remote repository numeric identifier"
2971
3028
  msgstr ""
2972
3029
 
3030
+ msgid "Flatpak remote scan could not be started: "
3031
+ msgstr ""
3032
+
3033
+ msgid "Flatpak remote updated"
3034
+ msgstr ""
3035
+
2973
3036
  msgid "Force"
2974
3037
  msgstr ""
2975
3038
 
@@ -3269,6 +3332,9 @@ msgstr ""
3269
3332
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3270
3333
  msgstr "Come ordinare i risultati (es. ASC per ascendente)"
3271
3334
 
3335
+ msgid "ID"
3336
+ msgstr ""
3337
+
3272
3338
  msgid "ID of a HTTP Proxy"
3273
3339
  msgstr ""
3274
3340
 
@@ -3997,6 +4063,9 @@ msgstr ""
3997
4063
  msgid "Last checkin"
3998
4064
  msgstr ""
3999
4065
 
4066
+ msgid "Last mirrored"
4067
+ msgstr ""
4068
+
4000
4069
  msgid "Last published"
4001
4070
  msgstr ""
4002
4071
 
@@ -4411,6 +4480,9 @@ msgstr ""
4411
4480
  msgid "Manage packages"
4412
4481
  msgstr ""
4413
4482
 
4483
+ msgid "Manage repository sets"
4484
+ msgstr ""
4485
+
4414
4486
  msgid "Manifest"
4415
4487
  msgstr ""
4416
4488
 
@@ -4515,12 +4587,21 @@ msgstr ""
4515
4587
  msgid "Minimum version"
4516
4588
  msgstr ""
4517
4589
 
4590
+ msgid "Mirror"
4591
+ msgstr ""
4592
+
4518
4593
  msgid "Mirror Remote Repository"
4519
4594
  msgstr ""
4520
4595
 
4596
+ msgid "Mirror Repository"
4597
+ msgstr ""
4598
+
4521
4599
  msgid "Mirror a flatpak remote repository"
4522
4600
  msgstr ""
4523
4601
 
4602
+ msgid "Mirroring will import the remote flatpak repository"
4603
+ msgstr ""
4604
+
4524
4605
  msgid "Missing activation key!"
4525
4606
  msgstr ""
4526
4607
 
@@ -4563,9 +4644,18 @@ msgstr ""
4563
4644
  msgid "Multi-entitlement"
4564
4645
  msgstr "Entitlement-multipli"
4565
4646
 
4647
+ msgid "Multi-environment activation key(s) affected"
4648
+ msgstr ""
4649
+
4650
+ msgid "Multi-environment host(s) affected"
4651
+ msgstr ""
4652
+
4566
4653
  msgid "Must be Ascii alphanumeric, '_' or '-'"
4567
4654
  msgstr ""
4568
4655
 
4656
+ msgid "Must be a vaild URL"
4657
+ msgstr ""
4658
+
4569
4659
  msgid "N/A"
4570
4660
  msgstr "N/A"
4571
4661
 
@@ -4629,6 +4719,9 @@ msgstr ""
4629
4719
  msgid "Name of the host"
4630
4720
  msgstr ""
4631
4721
 
4722
+ msgid "Name of the product to mirror the remote repository to"
4723
+ msgstr ""
4724
+
4632
4725
  msgid "Name of the repository"
4633
4726
  msgstr ""
4634
4727
 
@@ -4737,6 +4830,9 @@ msgstr ""
4737
4830
  msgid "No available repository or filter updates"
4738
4831
  msgstr ""
4739
4832
 
4833
+ msgid "No change"
4834
+ msgstr ""
4835
+
4740
4836
  msgid "No content"
4741
4837
  msgstr ""
4742
4838
 
@@ -5163,6 +5259,9 @@ msgstr "ID organizzazione"
5163
5259
  msgid "Organization ID is required"
5164
5260
  msgstr ""
5165
5261
 
5262
+ msgid "Organization ID or title"
5263
+ msgstr ""
5264
+
5166
5265
  msgid "Organization Information not provided."
5167
5266
  msgstr ""
5168
5267
 
@@ -5460,6 +5559,9 @@ msgstr "Permesso negato. L'utente '%{user}' non presenta alcun permesso per acce
5460
5559
  msgid "Physical"
5461
5560
  msgstr "Fisico"
5462
5561
 
5562
+ msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
5563
+ msgstr ""
5564
+
5463
5565
  msgid "Plan numeric identifier"
5464
5566
  msgstr "Identificatore numerico della programmazione"
5465
5567
 
@@ -5508,9 +5610,6 @@ msgstr "Attendere prego..."
5508
5610
  msgid "Policy to set for mirroring content. Must be one of %s."
5509
5611
  msgstr ""
5510
5612
 
5511
- msgid "Possible values: %s"
5512
- msgstr ""
5513
-
5514
5613
  msgid "Prefer registered through Smart Proxy for remote execution"
5515
5614
  msgstr ""
5516
5615
 
@@ -6419,6 +6518,9 @@ msgstr ""
6419
6518
  msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
6420
6519
  msgstr ""
6421
6520
 
6521
+ msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
6522
+ msgstr ""
6523
+
6422
6524
  msgid "Review and then click {submitBtnText}."
6423
6525
  msgstr ""
6424
6526
 
@@ -6503,6 +6605,9 @@ msgstr "Salva"
6503
6605
  msgid "Saving alternate content source..."
6504
6606
  msgstr ""
6505
6607
 
6608
+ msgid "Scan"
6609
+ msgstr ""
6610
+
6506
6611
  msgid "Scan a flatpak remote"
6507
6612
  msgstr ""
6508
6613
 
@@ -6602,6 +6707,9 @@ msgstr ""
6602
6707
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6603
6708
  msgstr ""
6604
6709
 
6710
+ msgid "Select a product to mirror the repository into"
6711
+ msgstr ""
6712
+
6605
6713
  msgid "Select a provider to install katello-host-tools-tracer"
6606
6714
  msgstr ""
6607
6715
 
@@ -6695,6 +6803,9 @@ msgstr ""
6695
6803
  msgid "Select products to associate to this source."
6696
6804
  msgstr ""
6697
6805
 
6806
+ msgid "Select repository sets"
6807
+ msgstr ""
6808
+
6698
6809
  msgid "Select row"
6699
6810
  msgstr ""
6700
6811
 
@@ -6743,6 +6854,9 @@ msgstr ""
6743
6854
  msgid "Service level to be used for autoheal"
6744
6855
  msgstr ""
6745
6856
 
6857
+ msgid "Set content overrides"
6858
+ msgstr ""
6859
+
6746
6860
  msgid "Set content overrides for the host"
6747
6861
  msgstr ""
6748
6862
 
@@ -6758,6 +6872,9 @@ msgstr ""
6758
6872
  msgid "Set true to remove an override and reset it to 'default'"
6759
6873
  msgstr ""
6760
6874
 
6875
+ msgid "Set up container registry certs"
6876
+ msgstr ""
6877
+
6761
6878
  msgid "Sets the system purpose usage"
6762
6879
  msgstr ""
6763
6880
 
@@ -7707,6 +7824,9 @@ msgstr ""
7707
7824
  msgid "This Content View must be set to Import-only before performing an import"
7708
7825
  msgstr ""
7709
7826
 
7827
+ msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
7828
+ msgstr ""
7829
+
7710
7830
  msgid "This Host is not currently registered with subscription-manager."
7711
7831
  msgstr ""
7712
7832
 
@@ -7869,6 +7989,9 @@ msgstr ""
7869
7989
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7870
7990
  msgstr ""
7871
7991
 
7992
+ msgid "To manage host content overrides, a specific organization must be selected from the organization context."
7993
+ msgstr ""
7994
+
7872
7995
  msgid "To manage host packages, a specific organization must be selected from the organization context."
7873
7996
  msgstr ""
7874
7997
 
@@ -7971,6 +8094,9 @@ msgstr ""
7971
8094
  msgid "URL of an OSTree repository."
7972
8095
  msgstr ""
7973
8096
 
8097
+ msgid "URL:"
8098
+ msgstr ""
8099
+
7974
8100
  msgid "UUID"
7975
8101
  msgstr "UUID"
7976
8102
 
@@ -8046,6 +8172,9 @@ msgstr ""
8046
8172
  msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
8047
8173
  msgstr ""
8048
8174
 
8175
+ msgid "Unable to refresh host-repository mapping"
8176
+ msgstr ""
8177
+
8049
8178
  msgid "Unable to send errata e-mail notification: %{error}"
8050
8179
  msgstr ""
8051
8180
 
@@ -8058,6 +8187,12 @@ msgstr ""
8058
8187
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
8059
8188
  msgstr "Impossibile sincronizzare qualsiasi repository. Probabilmente non sei in possesso dei permessi necessari per la sincronizzazione, oppure i repository selezionati non dispongono di un url del feed."
8060
8189
 
8190
+ msgid "Unable to update host-repository mapping"
8191
+ msgstr ""
8192
+
8193
+ msgid "Unable to update hosts"
8194
+ msgstr ""
8195
+
8061
8196
  msgid "Unable to update the repository list"
8062
8197
  msgstr ""
8063
8198
 
@@ -8094,6 +8229,9 @@ msgstr "Illimitato"
8094
8229
  msgid "Unregister host %s before assigning an organization"
8095
8230
  msgstr ""
8096
8231
 
8232
+ msgid "Unregister host %s before assigning an organization."
8233
+ msgstr ""
8234
+
8097
8235
  msgid "Unregister the host as a subscription consumer"
8098
8236
  msgstr ""
8099
8237
 
@@ -8364,6 +8502,9 @@ msgstr ""
8364
8502
  msgid "Use HTTP proxies"
8365
8503
  msgstr ""
8366
8504
 
8505
+ msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
8506
+ msgstr ""
8507
+
8367
8508
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
8368
8509
  msgstr ""
8369
8510
 
@@ -9135,6 +9276,9 @@ msgstr "installazione pacchetti in corso..."
9135
9276
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9136
9277
  msgstr ""
9137
9278
 
9279
+ msgid "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product."
9280
+ msgstr ""
9281
+
9138
9282
  msgid "invalid: Repositories can only require one OS version."
9139
9283
  msgstr ""
9140
9284