katello 4.17.0 → 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 (299) 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 +14 -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/destroy.rb +3 -0
  68. data/app/lib/actions/katello/repository/import_upload.rb +2 -3
  69. data/app/lib/actions/katello/repository/sync.rb +2 -1
  70. data/app/lib/actions/katello/repository/upload_files.rb +2 -1
  71. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +1 -1
  72. data/app/lib/katello/resources/cdn.rb +1 -1
  73. data/app/models/katello/concerns/smart_proxy_extensions.rb +46 -8
  74. data/app/models/katello/content_view_environment.rb +1 -1
  75. data/app/models/katello/erratum.rb +26 -1
  76. data/app/models/katello/flatpak_remote.rb +0 -1
  77. data/app/models/katello/flatpak_remote_repository.rb +24 -0
  78. data/app/models/katello/glue/pulp/repos.rb +1 -1
  79. data/app/models/katello/root_repository.rb +1 -0
  80. data/app/presenters/katello/flatpak_remote_mirror_status_presenter.rb +41 -0
  81. data/app/services/katello/repository_type_manager.rb +2 -0
  82. data/app/views/foreman/job_templates/flatpak_install.erb +17 -2
  83. data/app/views/foreman/job_templates/flatpak_login_action.erb +17 -3
  84. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  85. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  86. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +6 -14
  87. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -15
  88. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +5 -13
  89. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +3 -1
  90. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  91. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +1 -0
  92. data/config/routes/api/v2.rb +1 -1
  93. data/config/routes.rb +3 -0
  94. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +20 -0
  95. data/db/migrate/20250613210050_use_big_int_for_erratum_packages_id.rb +11 -0
  96. data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +14 -0
  97. data/db/seeds.d/108-subcription-bookmarks.rb +2 -0
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +1 -1
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +5 -1
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -0
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -0
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -0
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -0
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -0
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -0
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -0
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -0
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -0
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -0
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -0
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -0
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -0
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -0
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -0
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -0
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -0
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -0
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -0
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -0
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -0
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -0
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -0
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -0
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -0
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -0
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -0
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -0
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -0
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -0
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -0
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -0
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -0
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -0
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -0
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -0
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -0
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -0
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -0
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -0
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -0
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -0
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -0
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +13 -3
  148. data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -0
  149. data/lib/katello/engine.rb +0 -1
  150. data/lib/katello/permission_creator.rb +1 -1
  151. data/lib/katello/plugin.rb +26 -2
  152. data/lib/katello/version.rb +1 -1
  153. data/lib/katello.rb +0 -1
  154. data/lib/proxy_api/container_gateway.rb +24 -0
  155. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/bn/katello.po +148 -4
  157. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  158. data/locale/bn_IN/katello.po +148 -4
  159. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  160. data/locale/ca/katello.po +148 -4
  161. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  162. data/locale/cs/katello.po +148 -4
  163. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  164. data/locale/cs_CZ/katello.po +148 -4
  165. data/locale/de/katello.po +147 -3
  166. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/de_AT/katello.po +148 -4
  168. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/de_DE/katello.po +148 -4
  170. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/el/katello.po +148 -4
  172. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  173. data/locale/en/katello.po +148 -4
  174. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/en_GB/katello.po +148 -4
  176. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/en_US/katello.po +148 -4
  178. data/locale/es/katello.po +147 -3
  179. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/et_EE/katello.po +148 -4
  181. data/locale/fr/katello.po +147 -3
  182. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/gl/katello.po +148 -4
  184. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  185. data/locale/gu/katello.po +148 -4
  186. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/he_IL/katello.po +148 -4
  188. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/hi/katello.po +148 -4
  190. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  191. data/locale/id/katello.po +148 -4
  192. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/it/katello.po +148 -4
  194. data/locale/ja/katello.po +147 -3
  195. data/locale/ka/katello.po +147 -3
  196. data/locale/katello.pot +703 -428
  197. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/kn/katello.po +148 -4
  199. data/locale/ko/katello.po +147 -3
  200. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  201. data/locale/ml_IN/katello.po +148 -4
  202. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/mr/katello.po +148 -4
  204. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/nl_NL/katello.po +148 -4
  206. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/or/katello.po +148 -4
  208. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  209. data/locale/pa/katello.po +148 -4
  210. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/pl/katello.po +148 -4
  212. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  213. data/locale/pl_PL/katello.po +148 -4
  214. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  215. data/locale/pt/katello.po +148 -4
  216. data/locale/pt_BR/katello.po +147 -3
  217. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/ro/katello.po +148 -4
  219. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/ro_RO/katello.po +148 -4
  221. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/ru/katello.po +148 -4
  223. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  224. data/locale/sl/katello.po +148 -4
  225. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/sv_SE/katello.po +148 -4
  227. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/ta/katello.po +148 -4
  229. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  230. data/locale/ta_IN/katello.po +148 -4
  231. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/te/katello.po +148 -4
  233. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/tr/katello.po +148 -4
  235. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  236. data/locale/vi/katello.po +148 -4
  237. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/vi_VN/katello.po +148 -4
  239. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/zh/katello.po +148 -4
  241. data/locale/zh_CN/katello.po +147 -3
  242. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/zh_TW/katello.po +148 -4
  244. data/package.json +0 -1
  245. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
  246. data/webpack/components/OptionTooltip/OptionTooltip.scss +1 -1
  247. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -1
  248. data/webpack/components/extensions/Hosts/ActionsBar/index.js +11 -0
  249. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +1 -1
  250. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +1 -2
  251. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +1 -1
  252. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +1 -1
  253. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +371 -0
  254. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js +79 -0
  255. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +73 -0
  256. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +170 -0
  257. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js +23 -0
  258. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/helpers.js +28 -0
  259. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +23 -0
  260. data/webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js +39 -0
  261. data/webpack/components/extensions/RegistrationCommands/index.js +7 -0
  262. data/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js +3 -2
  263. data/webpack/containers/Application/config.js +11 -0
  264. data/webpack/global_index.js +3 -1
  265. data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +30 -0
  266. data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +38 -0
  267. data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +218 -0
  268. data/webpack/scenes/FlatpakRemotes/CreateEdit/__tests__/flatpakRemoteform.test.js +117 -0
  269. data/webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js +59 -0
  270. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js +87 -0
  271. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailReducers.js +23 -0
  272. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailSelectors.js +16 -0
  273. data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +167 -0
  274. data/webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js +135 -0
  275. data/webpack/scenes/FlatpakRemotes/Details/Mirror/__tests__/mirrorRepositoryModal.test.js +167 -0
  276. data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +171 -0
  277. data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.fixtures.json +58 -0
  278. data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.test.js +90 -0
  279. data/webpack/scenes/FlatpakRemotes/Details/index.js +4 -0
  280. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js +26 -0
  281. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesConstants.js +15 -0
  282. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +202 -0
  283. data/webpack/scenes/FlatpakRemotes/FlatpakRemotesSelectors.js +24 -0
  284. data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesList.fixtures.json +55 -0
  285. data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesPage.test.js +74 -0
  286. data/webpack/scenes/FlatpakRemotes/index.js +4 -0
  287. data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
  288. data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.scss +1 -1
  289. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  290. data/webpack/scenes/Settings/SettingsSelectors.js +3 -3
  291. data/webpack/scenes/Settings/index.js +1 -3
  292. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
  293. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +1 -1
  294. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -21
  295. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +0 -44
  296. data/webpack/scenes/Subscriptions/index.js +1 -3
  297. metadata +39 -21
  298. data/webpack/scenes/Settings/SettingsConstants.js +0 -2
  299. data/webpack/scenes/Settings/SettingsReducer.js +0 -19
data/locale/ja/katello.po CHANGED
@@ -821,6 +821,9 @@ msgstr ""
821
821
  msgid "Application"
822
822
  msgstr "アプリケーション"
823
823
 
824
+ msgid "Application name"
825
+ msgstr ""
826
+
824
827
  msgid "Apply"
825
828
  msgstr "適用"
826
829
 
@@ -1062,6 +1065,9 @@ msgstr "バージョンを削除する前に、関連付けられたバージョ
1062
1065
  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."
1063
1066
  msgstr "以下は、このコンテンツホストで現在利用可能なリポジトリーセットです。Red Hat サブスクリプションの場合は、{rhrp} により追加のコンテンツを利用できる可能性があります。デフォルト設定を変更するには、subscription-manager 1.10 またはそれ以降をこのホストにインストールする必要があります。"
1064
1067
 
1068
+ 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."
1069
+ msgstr ""
1070
+
1065
1071
  msgid "Beta"
1066
1072
  msgstr "ベータ"
1067
1073
 
@@ -1221,6 +1227,9 @@ msgstr "複合バージョンを複合コンテンツビューに追加できま
1221
1227
  msgid "Cannot add composite versions to another composite content view"
1222
1228
  msgstr "複合バージョンを別の複合コンテンツビューに追加できません"
1223
1229
 
1230
+ msgid "Cannot add container push repositories to a rolling content view"
1231
+ msgstr ""
1232
+
1224
1233
  msgid "Cannot add content view environments from a different organization"
1225
1234
  msgstr ""
1226
1235
 
@@ -1398,6 +1407,12 @@ msgstr ""
1398
1407
  msgid "Change host content source"
1399
1408
  msgstr "ホストコンテンツソースの変更"
1400
1409
 
1410
+ msgid "Change the status of at least one repository."
1411
+ msgstr ""
1412
+
1413
+ msgid "Changed status"
1414
+ msgstr ""
1415
+
1401
1416
  msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
1402
1417
  msgstr ""
1403
1418
 
@@ -1692,6 +1707,9 @@ msgstr "コンテンツが pulp にアップロードされませんでした"
1692
1707
  msgid "Content override search parameters"
1693
1708
  msgstr "コンテンツオーバーライドの検索パラメーター"
1694
1709
 
1710
+ msgid "Content overrides updating."
1711
+ msgstr ""
1712
+
1695
1713
  msgid "Content source"
1696
1714
  msgstr "コンテンツソース"
1697
1715
 
@@ -1875,6 +1893,9 @@ msgstr "指定した全エラータ ID を見つけることができません
1875
1893
  msgid "Could not find environments for promotion"
1876
1894
  msgstr "プロモート環境が見つかりませんでした"
1877
1895
 
1896
+ msgid "Could not find product with name '%{name}' in organization id %{org_id}."
1897
+ msgstr ""
1898
+
1878
1899
  msgid "Could not locate Pulp distribution."
1879
1900
  msgstr ""
1880
1901
 
@@ -1986,6 +2007,9 @@ msgstr ""
1986
2007
  msgid "Create Export History"
1987
2008
  msgstr "エクスポート履歴の作成"
1988
2009
 
2010
+ msgid "Create Flatpak Remote"
2011
+ msgstr ""
2012
+
1989
2013
  msgid "Create Import History"
1990
2014
  msgstr "インポート履歴の作成"
1991
2015
 
@@ -2178,6 +2202,12 @@ msgstr "デフォルトのシステム SLA"
2178
2202
  msgid "Default and Rolling content view versions cannot be promoted"
2179
2203
  msgstr ""
2180
2204
 
2205
+ msgid "Default custom non-yum repository mirroring policy"
2206
+ msgstr ""
2207
+
2208
+ msgid "Default custom yum repository mirroring policy"
2209
+ msgstr ""
2210
+
2181
2211
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
2182
2212
  msgstr "Smart Proxy 同期のデフォルトのダウンロードポリシー ('inherit'、'immediate'、または 'on_demand' のいずれか)"
2183
2213
 
@@ -2205,6 +2235,12 @@ msgstr "同期コンテンツから作成された新規オペレーティング
2205
2235
  msgid "Default location for subscribed hosts"
2206
2236
  msgstr "サブスクライブ済みホストのデフォルトの場所"
2207
2237
 
2238
+ msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
2239
+ msgstr ""
2240
+
2241
+ msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
2242
+ msgstr ""
2243
+
2208
2244
  msgid "Default partitioning table for new Operating Systems created from synced content"
2209
2245
  msgstr "同期コンテンツから作成された新規オペレーティングシステムのデフォルトのパーティションテーブル"
2210
2246
 
@@ -2259,6 +2295,9 @@ msgstr "削除"
2259
2295
  msgid "Delete Activation Key"
2260
2296
  msgstr "アクティベーションキーの削除"
2261
2297
 
2298
+ msgid "Delete Flatpak remote?"
2299
+ msgstr ""
2300
+
2262
2301
  msgid "Delete Host upon unregister"
2263
2302
  msgstr "登録解除時にホストを削除します"
2264
2303
 
@@ -2502,12 +2541,18 @@ msgstr ""
2502
2541
  msgid "Duration"
2503
2542
  msgstr "期間"
2504
2543
 
2544
+ msgid "During incremental update, the previous content view version '%s' could not be found."
2545
+ msgstr ""
2546
+
2505
2547
  msgid "ERRATA ADVISORY"
2506
2548
  msgstr "エラータアドバイザリー"
2507
2549
 
2508
2550
  msgid "Edit"
2509
2551
  msgstr "編集"
2510
2552
 
2553
+ msgid "Edit Flatpak Remote"
2554
+ msgstr ""
2555
+
2511
2556
  msgid "Edit RPM rule"
2512
2557
  msgstr "RPM ルールの編集"
2513
2558
 
@@ -2967,15 +3012,33 @@ msgstr "終了"
2967
3012
  msgid "Finished"
2968
3013
  msgstr "終了"
2969
3014
 
3015
+ msgid "Flatpak Remote ${name} created"
3016
+ msgstr ""
3017
+
3018
+ msgid "Flatpak Remote Details"
3019
+ msgstr ""
3020
+
2970
3021
  msgid "Flatpak Remotes"
2971
3022
  msgstr ""
2972
3023
 
3024
+ msgid "Flatpak remote could not be deleted: "
3025
+ msgstr ""
3026
+
3027
+ msgid "Flatpak remote deleted"
3028
+ msgstr ""
3029
+
2973
3030
  msgid "Flatpak remote numeric identifier"
2974
3031
  msgstr ""
2975
3032
 
2976
3033
  msgid "Flatpak remote repository numeric identifier"
2977
3034
  msgstr ""
2978
3035
 
3036
+ msgid "Flatpak remote scan could not be started: "
3037
+ msgstr ""
3038
+
3039
+ msgid "Flatpak remote updated"
3040
+ msgstr ""
3041
+
2979
3042
  msgid "Force"
2980
3043
  msgstr "強制"
2981
3044
 
@@ -3277,6 +3340,9 @@ msgstr "Capsule で同時に同期する必要があるリポジトリ数。数
3277
3340
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3278
3341
  msgstr "結果のソート順 (例: ascending (昇順) の ASC)"
3279
3342
 
3343
+ msgid "ID"
3344
+ msgstr ""
3345
+
3280
3346
  msgid "ID of a HTTP Proxy"
3281
3347
  msgstr "HTTP プロキシ ー ID"
3282
3348
 
@@ -4005,6 +4071,9 @@ msgstr "最終チェックイン"
4005
4071
  msgid "Last checkin"
4006
4072
  msgstr "最終チェックイン"
4007
4073
 
4074
+ msgid "Last mirrored"
4075
+ msgstr ""
4076
+
4008
4077
  msgid "Last published"
4009
4078
  msgstr "最終公開日"
4010
4079
 
@@ -4419,6 +4488,9 @@ msgstr ""
4419
4488
  msgid "Manage packages"
4420
4489
  msgstr ""
4421
4490
 
4491
+ msgid "Manage repository sets"
4492
+ msgstr ""
4493
+
4422
4494
  msgid "Manifest"
4423
4495
  msgstr "Manifest (マニフェスト)"
4424
4496
 
@@ -4523,12 +4595,21 @@ msgstr "このコンテンツビューバージョンのアップストリーム
4523
4595
  msgid "Minimum version"
4524
4596
  msgstr "最小のバージョン"
4525
4597
 
4598
+ msgid "Mirror"
4599
+ msgstr ""
4600
+
4526
4601
  msgid "Mirror Remote Repository"
4527
4602
  msgstr ""
4528
4603
 
4604
+ msgid "Mirror Repository"
4605
+ msgstr ""
4606
+
4529
4607
  msgid "Mirror a flatpak remote repository"
4530
4608
  msgstr ""
4531
4609
 
4610
+ msgid "Mirroring will import the remote flatpak repository"
4611
+ msgstr ""
4612
+
4532
4613
  msgid "Missing activation key!"
4533
4614
  msgstr "アクティベーションキーがありません!"
4534
4615
 
@@ -4571,9 +4652,18 @@ msgstr ""
4571
4652
  msgid "Multi-entitlement"
4572
4653
  msgstr "マルチエンタイトルメント"
4573
4654
 
4655
+ msgid "Multi-environment activation key(s) affected"
4656
+ msgstr ""
4657
+
4658
+ msgid "Multi-environment host(s) affected"
4659
+ msgstr ""
4660
+
4574
4661
  msgid "Must be Ascii alphanumeric, '_' or '-'"
4575
4662
  msgstr ""
4576
4663
 
4664
+ msgid "Must be a vaild URL"
4665
+ msgstr ""
4666
+
4577
4667
  msgid "N/A"
4578
4668
  msgstr "N/A"
4579
4669
 
@@ -4643,6 +4733,9 @@ msgstr ""
4643
4733
  msgid "Name of the host"
4644
4734
  msgstr "ホスト名"
4645
4735
 
4736
+ msgid "Name of the product to mirror the remote repository to"
4737
+ msgstr ""
4738
+
4646
4739
  msgid "Name of the repository"
4647
4740
  msgstr "リポジトリー名"
4648
4741
 
@@ -4751,6 +4844,9 @@ msgstr ""
4751
4844
  msgid "No available repository or filter updates"
4752
4845
  msgstr ""
4753
4846
 
4847
+ msgid "No change"
4848
+ msgstr ""
4849
+
4754
4850
  msgid "No content"
4755
4851
  msgstr "コンテンツがありません"
4756
4852
 
@@ -5177,6 +5273,9 @@ msgstr "組織 ID"
5177
5273
  msgid "Organization ID is required"
5178
5274
  msgstr "組織 ID は必須です"
5179
5275
 
5276
+ msgid "Organization ID or title"
5277
+ msgstr ""
5278
+
5180
5279
  msgid "Organization Information not provided."
5181
5280
  msgstr "組織情報が提供されていません。"
5182
5281
 
@@ -5474,6 +5573,9 @@ msgstr "アクセスが拒否されました。ユーザー '%{user}' には組
5474
5573
  msgid "Physical"
5475
5574
  msgstr "物理"
5476
5575
 
5576
+ msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
5577
+ msgstr ""
5578
+
5477
5579
  msgid "Plan numeric identifier"
5478
5580
  msgstr "プランの数値 ID"
5479
5581
 
@@ -5522,9 +5624,6 @@ msgstr "お待ちください..."
5522
5624
  msgid "Policy to set for mirroring content. Must be one of %s."
5523
5625
  msgstr "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
5524
5626
 
5525
- msgid "Possible values: %s"
5526
- msgstr ""
5527
-
5528
5627
  msgid "Prefer registered through Smart Proxy for remote execution"
5529
5628
  msgstr ""
5530
5629
 
@@ -6435,6 +6534,9 @@ msgstr "影響を受ける環境を確認"
6435
6534
  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."
6436
6535
  msgstr ""
6437
6536
 
6537
+ msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
6538
+ msgstr ""
6539
+
6438
6540
  msgid "Review and then click {submitBtnText}."
6439
6541
  msgstr ""
6440
6542
 
@@ -6519,6 +6621,9 @@ msgstr "保存"
6519
6621
  msgid "Saving alternate content source..."
6520
6622
  msgstr "代替コンテンツソースの保存"
6521
6623
 
6624
+ msgid "Scan"
6625
+ msgstr ""
6626
+
6522
6627
  msgid "Scan a flatpak remote"
6523
6628
  msgstr ""
6524
6629
 
@@ -6618,6 +6723,9 @@ msgstr ""
6618
6723
  msgid "Select a lifecycle environment from the available promotion paths to promote new version."
6619
6724
  msgstr "利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
6620
6725
 
6726
+ msgid "Select a product to mirror the repository into"
6727
+ msgstr ""
6728
+
6621
6729
  msgid "Select a provider to install katello-host-tools-tracer"
6622
6730
  msgstr "katello-host-tools-tracer をインストールするプロバイダーの選択"
6623
6731
 
@@ -6711,6 +6819,9 @@ msgstr "製品の選択"
6711
6819
  msgid "Select products to associate to this source."
6712
6820
  msgstr "このソースに関連付ける製品を選択します。"
6713
6821
 
6822
+ msgid "Select repository sets"
6823
+ msgstr ""
6824
+
6714
6825
  msgid "Select row"
6715
6826
  msgstr "行の選択"
6716
6827
 
@@ -6759,6 +6870,9 @@ msgstr "ホストのサービスレベル"
6759
6870
  msgid "Service level to be used for autoheal"
6760
6871
  msgstr "自動修復に使用されるサービスレベル"
6761
6872
 
6873
+ msgid "Set content overrides"
6874
+ msgstr ""
6875
+
6762
6876
  msgid "Set content overrides for the host"
6763
6877
  msgstr "ホストのコンテンツ上書きの設定"
6764
6878
 
@@ -6774,6 +6888,9 @@ msgstr "true に設定するとオーバーライドが有効になり、false
6774
6888
  msgid "Set true to remove an override and reset it to 'default'"
6775
6889
  msgstr "上書きを削除して「デフォルト」にリセットするには True に設定します"
6776
6890
 
6891
+ msgid "Set up container registry certs"
6892
+ msgstr ""
6893
+
6777
6894
  msgid "Sets the system purpose usage"
6778
6895
  msgstr "システム目的の使用率を設定します"
6779
6896
 
@@ -7727,6 +7844,9 @@ msgstr "この Smart Proxy に対して実行中の同期はありません。"
7727
7844
  msgid "This Content View must be set to Import-only before performing an import"
7728
7845
  msgstr "インポートを実行する前に、このコンテンツビューをインポートのみに設定する必要があります"
7729
7846
 
7847
+ msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
7848
+ msgstr ""
7849
+
7730
7850
  msgid "This Host is not currently registered with subscription-manager."
7731
7851
  msgstr "このホストは現在、subscription-manager に登録されていません。"
7732
7852
 
@@ -7889,6 +8009,9 @@ msgstr "まず、このホストをホストコレクションに追加します
7889
8009
  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."
7890
8010
  msgstr ""
7891
8011
 
8012
+ msgid "To manage host content overrides, a specific organization must be selected from the organization context."
8013
+ msgstr ""
8014
+
7892
8015
  msgid "To manage host packages, a specific organization must be selected from the organization context."
7893
8016
  msgstr ""
7894
8017
 
@@ -7991,6 +8114,9 @@ msgstr "PyPI コンテンツソースの URL (例: https://pypi.org)。"
7991
8114
  msgid "URL of an OSTree repository."
7992
8115
  msgstr "OSTree リポジトリーの URL。"
7993
8116
 
8117
+ msgid "URL:"
8118
+ msgstr ""
8119
+
7994
8120
  msgid "UUID"
7995
8121
  msgstr "UUID"
7996
8122
 
@@ -8066,6 +8192,9 @@ msgstr ""
8066
8192
  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."
8067
8193
  msgstr "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
8068
8194
 
8195
+ msgid "Unable to refresh host-repository mapping"
8196
+ msgstr ""
8197
+
8069
8198
  msgid "Unable to send errata e-mail notification: %{error}"
8070
8199
  msgstr "エラータのメール通知を送信できません: %{error}"
8071
8200
 
@@ -8078,6 +8207,12 @@ msgstr ""
8078
8207
  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."
8079
8208
  msgstr "リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
8080
8209
 
8210
+ msgid "Unable to update host-repository mapping"
8211
+ msgstr ""
8212
+
8213
+ msgid "Unable to update hosts"
8214
+ msgstr ""
8215
+
8081
8216
  msgid "Unable to update the repository list"
8082
8217
  msgstr "リポジトリー一覧を更新できません"
8083
8218
 
@@ -8114,6 +8249,9 @@ msgstr "無制限"
8114
8249
  msgid "Unregister host %s before assigning an organization"
8115
8250
  msgstr "組織を割り当てる前にホスト %s の登録を解除してください"
8116
8251
 
8252
+ msgid "Unregister host %s before assigning an organization."
8253
+ msgstr ""
8254
+
8117
8255
  msgid "Unregister the host as a subscription consumer"
8118
8256
  msgstr "ホストからサブスクリプション登録の解除"
8119
8257
 
@@ -8384,6 +8522,9 @@ msgstr "HTTP プロキシーの使用"
8384
8522
  msgid "Use HTTP proxies"
8385
8523
  msgstr "HTTP プロキシーの使用"
8386
8524
 
8525
+ msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
8526
+ msgstr ""
8527
+
8387
8528
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
8388
8529
  msgstr "pulp3 のリポジトリーの同時ダウンロード数を判断するのに使用します。値は 20 未満を使用してください。デフォルト値は 10 です。"
8389
8530
 
@@ -9155,6 +9296,9 @@ msgstr "パッケージをインストールしています..."
9155
9296
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9156
9297
  msgstr "指定のオブジェクトを解釈して、指定のオブジェクトに関連付け可能なリポジトリーのみを返します。'content_view' と 'content_view_version' のみがサポートされます。"
9157
9298
 
9299
+ 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."
9300
+ msgstr ""
9301
+
9158
9302
  msgid "invalid: Repositories can only require one OS version."
9159
9303
  msgstr "無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
9160
9304