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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ca/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/el/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/en_US/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/es/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/fr/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/gl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/gu/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/hi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/id/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/it/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ja/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ka/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/kn/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ko/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/mr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/or/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pa/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/ro/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ru/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sl/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/te/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/tr/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh/katello.js +148 -4
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +147 -3
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +148 -4
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +14 -14
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +16 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +20 -3
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +7 -3
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -2
- data/app/controllers/katello/api/v2/products_controller.rb +18 -0
- data/app/controllers/katello/api/v2/repositories_controller.rb +5 -3
- data/app/controllers/katello/concerns/api/v2/hosts_bulk_actions_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -0
- data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +17 -0
- data/app/lib/actions/helpers/smart_proxy_sync_helper.rb +12 -0
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +4 -4
- data/app/lib/actions/katello/content_view/capsule_sync.rb +8 -3
- data/app/lib/actions/katello/content_view/publish.rb +39 -12
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +2 -1
- data/app/lib/actions/katello/repository/capsule_sync.rb +11 -1
- data/app/lib/actions/katello/repository/destroy.rb +3 -0
- data/app/lib/actions/katello/repository/import_upload.rb +2 -3
- data/app/lib/actions/katello/repository/sync.rb +2 -1
- data/app/lib/actions/katello/repository/upload_files.rb +2 -1
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +46 -8
- data/app/models/katello/content_view_environment.rb +1 -1
- data/app/models/katello/erratum.rb +26 -1
- data/app/models/katello/flatpak_remote.rb +0 -1
- data/app/models/katello/flatpak_remote_repository.rb +24 -0
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/root_repository.rb +1 -0
- data/app/presenters/katello/flatpak_remote_mirror_status_presenter.rb +41 -0
- data/app/services/katello/repository_type_manager.rb +2 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +17 -2
- data/app/views/foreman/job_templates/flatpak_login_action.erb +17 -3
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +6 -14
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -15
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +5 -13
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +3 -1
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +1 -0
- data/config/routes/api/v2.rb +1 -1
- data/config/routes.rb +3 -0
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +20 -0
- data/db/migrate/20250613210050_use_big_int_for_erratum_packages_id.rb +11 -0
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +14 -0
- data/db/seeds.d/108-subcription-bookmarks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +13 -3
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -0
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +26 -2
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -1
- data/lib/proxy_api/container_gateway.rb +24 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +148 -4
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +148 -4
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +148 -4
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +148 -4
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +148 -4
- data/locale/de/katello.po +147 -3
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +148 -4
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +148 -4
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +148 -4
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +148 -4
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +148 -4
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +148 -4
- data/locale/es/katello.po +147 -3
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +148 -4
- data/locale/fr/katello.po +147 -3
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +148 -4
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +148 -4
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +148 -4
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +148 -4
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +148 -4
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +148 -4
- data/locale/ja/katello.po +147 -3
- data/locale/ka/katello.po +147 -3
- data/locale/katello.pot +703 -428
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +148 -4
- data/locale/ko/katello.po +147 -3
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +148 -4
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +148 -4
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +148 -4
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +148 -4
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +148 -4
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +148 -4
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +148 -4
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +148 -4
- data/locale/pt_BR/katello.po +147 -3
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +148 -4
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +148 -4
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +148 -4
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +148 -4
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +148 -4
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +148 -4
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +148 -4
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +148 -4
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +148 -4
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +148 -4
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +148 -4
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +148 -4
- data/locale/zh_CN/katello.po +147 -3
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +148 -4
- data/package.json +0 -1
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/OptionTooltip/OptionTooltip.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -1
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +11 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +1 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +371 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js +79 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +73 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +170 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/actions.js +23 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/helpers.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +23 -0
- data/webpack/components/extensions/RegistrationCommands/fields/SetupContainerRegistryCerts.js +39 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +7 -0
- data/webpack/components/pf3Table/formatters/ellipsisCellFormatter.js +3 -2
- data/webpack/containers/Application/config.js +11 -0
- data/webpack/global_index.js +3 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +30 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +38 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +218 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/__tests__/flatpakRemoteform.test.js +117 -0
- data/webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js +59 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailActions.js +87 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailReducers.js +23 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetailSelectors.js +16 -0
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js +135 -0
- data/webpack/scenes/FlatpakRemotes/Details/Mirror/__tests__/mirrorRepositoryModal.test.js +167 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +171 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.fixtures.json +58 -0
- data/webpack/scenes/FlatpakRemotes/Details/__tests__/flatpakRemoteDetails.test.js +90 -0
- data/webpack/scenes/FlatpakRemotes/Details/index.js +4 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesActions.js +26 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesConstants.js +15 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +202 -0
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesSelectors.js +24 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesList.fixtures.json +55 -0
- data/webpack/scenes/FlatpakRemotes/__tests__/flatpakRemotesPage.test.js +74 -0
- data/webpack/scenes/FlatpakRemotes/index.js +4 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
- data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.scss +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Settings/SettingsSelectors.js +3 -3
- data/webpack/scenes/Settings/index.js +1 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +1 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -21
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +0 -44
- data/webpack/scenes/Subscriptions/index.js +1 -3
- metadata +39 -21
- data/webpack/scenes/Settings/SettingsConstants.js +0 -2
- data/webpack/scenes/Settings/SettingsReducer.js +0 -19
data/locale/en_GB/katello.po
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: katello 4.
|
12
|
+
"Project-Id-Version: katello 4.18.0.pre.master\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
15
15
|
"Last-Translator: Andi Chandler <andi@gowling.com>, 2025\n"
|
@@ -812,6 +812,9 @@ msgstr ""
|
|
812
812
|
msgid "Application"
|
813
813
|
msgstr ""
|
814
814
|
|
815
|
+
msgid "Application name"
|
816
|
+
msgstr ""
|
817
|
+
|
815
818
|
msgid "Apply"
|
816
819
|
msgstr "Apply"
|
817
820
|
|
@@ -1054,6 +1057,9 @@ msgstr ""
|
|
1054
1057
|
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."
|
1055
1058
|
msgstr ""
|
1056
1059
|
|
1060
|
+
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."
|
1061
|
+
msgstr ""
|
1062
|
+
|
1057
1063
|
msgid "Beta"
|
1058
1064
|
msgstr ""
|
1059
1065
|
|
@@ -1213,6 +1219,9 @@ msgstr ""
|
|
1213
1219
|
msgid "Cannot add composite versions to another composite content view"
|
1214
1220
|
msgstr ""
|
1215
1221
|
|
1222
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1223
|
+
msgstr ""
|
1224
|
+
|
1216
1225
|
msgid "Cannot add content view environments from a different organization"
|
1217
1226
|
msgstr ""
|
1218
1227
|
|
@@ -1390,6 +1399,12 @@ msgstr ""
|
|
1390
1399
|
msgid "Change host content source"
|
1391
1400
|
msgstr ""
|
1392
1401
|
|
1402
|
+
msgid "Change the status of at least one repository."
|
1403
|
+
msgstr ""
|
1404
|
+
|
1405
|
+
msgid "Changed status"
|
1406
|
+
msgstr ""
|
1407
|
+
|
1393
1408
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1394
1409
|
msgstr ""
|
1395
1410
|
|
@@ -1684,6 +1699,9 @@ msgstr ""
|
|
1684
1699
|
msgid "Content override search parameters"
|
1685
1700
|
msgstr ""
|
1686
1701
|
|
1702
|
+
msgid "Content overrides updating."
|
1703
|
+
msgstr ""
|
1704
|
+
|
1687
1705
|
msgid "Content source"
|
1688
1706
|
msgstr ""
|
1689
1707
|
|
@@ -1867,6 +1885,9 @@ msgstr ""
|
|
1867
1885
|
msgid "Could not find environments for promotion"
|
1868
1886
|
msgstr ""
|
1869
1887
|
|
1888
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1889
|
+
msgstr ""
|
1890
|
+
|
1870
1891
|
msgid "Could not locate Pulp distribution."
|
1871
1892
|
msgstr ""
|
1872
1893
|
|
@@ -1978,6 +1999,9 @@ msgstr ""
|
|
1978
1999
|
msgid "Create Export History"
|
1979
2000
|
msgstr ""
|
1980
2001
|
|
2002
|
+
msgid "Create Flatpak Remote"
|
2003
|
+
msgstr ""
|
2004
|
+
|
1981
2005
|
msgid "Create Import History"
|
1982
2006
|
msgstr ""
|
1983
2007
|
|
@@ -2170,6 +2194,12 @@ msgstr ""
|
|
2170
2194
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2171
2195
|
msgstr ""
|
2172
2196
|
|
2197
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2198
|
+
msgstr ""
|
2199
|
+
|
2200
|
+
msgid "Default custom yum repository mirroring policy"
|
2201
|
+
msgstr ""
|
2202
|
+
|
2173
2203
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2174
2204
|
msgstr ""
|
2175
2205
|
|
@@ -2197,6 +2227,12 @@ msgstr ""
|
|
2197
2227
|
msgid "Default location for subscribed hosts"
|
2198
2228
|
msgstr ""
|
2199
2229
|
|
2230
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2231
|
+
msgstr ""
|
2232
|
+
|
2233
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2234
|
+
msgstr ""
|
2235
|
+
|
2200
2236
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2201
2237
|
msgstr ""
|
2202
2238
|
|
@@ -2251,6 +2287,9 @@ msgstr "Delete"
|
|
2251
2287
|
msgid "Delete Activation Key"
|
2252
2288
|
msgstr ""
|
2253
2289
|
|
2290
|
+
msgid "Delete Flatpak remote?"
|
2291
|
+
msgstr ""
|
2292
|
+
|
2254
2293
|
msgid "Delete Host upon unregister"
|
2255
2294
|
msgstr ""
|
2256
2295
|
|
@@ -2494,12 +2533,18 @@ msgstr ""
|
|
2494
2533
|
msgid "Duration"
|
2495
2534
|
msgstr "Duration"
|
2496
2535
|
|
2536
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2537
|
+
msgstr ""
|
2538
|
+
|
2497
2539
|
msgid "ERRATA ADVISORY"
|
2498
2540
|
msgstr ""
|
2499
2541
|
|
2500
2542
|
msgid "Edit"
|
2501
2543
|
msgstr "Edit"
|
2502
2544
|
|
2545
|
+
msgid "Edit Flatpak Remote"
|
2546
|
+
msgstr ""
|
2547
|
+
|
2503
2548
|
msgid "Edit RPM rule"
|
2504
2549
|
msgstr ""
|
2505
2550
|
|
@@ -2959,15 +3004,33 @@ msgstr ""
|
|
2959
3004
|
msgid "Finished"
|
2960
3005
|
msgstr ""
|
2961
3006
|
|
3007
|
+
msgid "Flatpak Remote ${name} created"
|
3008
|
+
msgstr ""
|
3009
|
+
|
3010
|
+
msgid "Flatpak Remote Details"
|
3011
|
+
msgstr ""
|
3012
|
+
|
2962
3013
|
msgid "Flatpak Remotes"
|
2963
3014
|
msgstr ""
|
2964
3015
|
|
3016
|
+
msgid "Flatpak remote could not be deleted: "
|
3017
|
+
msgstr ""
|
3018
|
+
|
3019
|
+
msgid "Flatpak remote deleted"
|
3020
|
+
msgstr ""
|
3021
|
+
|
2965
3022
|
msgid "Flatpak remote numeric identifier"
|
2966
3023
|
msgstr ""
|
2967
3024
|
|
2968
3025
|
msgid "Flatpak remote repository numeric identifier"
|
2969
3026
|
msgstr ""
|
2970
3027
|
|
3028
|
+
msgid "Flatpak remote scan could not be started: "
|
3029
|
+
msgstr ""
|
3030
|
+
|
3031
|
+
msgid "Flatpak remote updated"
|
3032
|
+
msgstr ""
|
3033
|
+
|
2971
3034
|
msgid "Force"
|
2972
3035
|
msgstr ""
|
2973
3036
|
|
@@ -3267,6 +3330,9 @@ msgstr ""
|
|
3267
3330
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3268
3331
|
msgstr ""
|
3269
3332
|
|
3333
|
+
msgid "ID"
|
3334
|
+
msgstr ""
|
3335
|
+
|
3270
3336
|
msgid "ID of a HTTP Proxy"
|
3271
3337
|
msgstr ""
|
3272
3338
|
|
@@ -3995,6 +4061,9 @@ msgstr ""
|
|
3995
4061
|
msgid "Last checkin"
|
3996
4062
|
msgstr ""
|
3997
4063
|
|
4064
|
+
msgid "Last mirrored"
|
4065
|
+
msgstr ""
|
4066
|
+
|
3998
4067
|
msgid "Last published"
|
3999
4068
|
msgstr ""
|
4000
4069
|
|
@@ -4409,6 +4478,9 @@ msgstr ""
|
|
4409
4478
|
msgid "Manage packages"
|
4410
4479
|
msgstr ""
|
4411
4480
|
|
4481
|
+
msgid "Manage repository sets"
|
4482
|
+
msgstr ""
|
4483
|
+
|
4412
4484
|
msgid "Manifest"
|
4413
4485
|
msgstr ""
|
4414
4486
|
|
@@ -4513,12 +4585,21 @@ msgstr ""
|
|
4513
4585
|
msgid "Minimum version"
|
4514
4586
|
msgstr ""
|
4515
4587
|
|
4588
|
+
msgid "Mirror"
|
4589
|
+
msgstr ""
|
4590
|
+
|
4516
4591
|
msgid "Mirror Remote Repository"
|
4517
4592
|
msgstr ""
|
4518
4593
|
|
4594
|
+
msgid "Mirror Repository"
|
4595
|
+
msgstr ""
|
4596
|
+
|
4519
4597
|
msgid "Mirror a flatpak remote repository"
|
4520
4598
|
msgstr ""
|
4521
4599
|
|
4600
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4601
|
+
msgstr ""
|
4602
|
+
|
4522
4603
|
msgid "Missing activation key!"
|
4523
4604
|
msgstr ""
|
4524
4605
|
|
@@ -4561,9 +4642,18 @@ msgstr ""
|
|
4561
4642
|
msgid "Multi-entitlement"
|
4562
4643
|
msgstr ""
|
4563
4644
|
|
4645
|
+
msgid "Multi-environment activation key(s) affected"
|
4646
|
+
msgstr ""
|
4647
|
+
|
4648
|
+
msgid "Multi-environment host(s) affected"
|
4649
|
+
msgstr ""
|
4650
|
+
|
4564
4651
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4565
4652
|
msgstr ""
|
4566
4653
|
|
4654
|
+
msgid "Must be a vaild URL"
|
4655
|
+
msgstr ""
|
4656
|
+
|
4567
4657
|
msgid "N/A"
|
4568
4658
|
msgstr "N/A"
|
4569
4659
|
|
@@ -4627,6 +4717,9 @@ msgstr ""
|
|
4627
4717
|
msgid "Name of the host"
|
4628
4718
|
msgstr ""
|
4629
4719
|
|
4720
|
+
msgid "Name of the product to mirror the remote repository to"
|
4721
|
+
msgstr ""
|
4722
|
+
|
4630
4723
|
msgid "Name of the repository"
|
4631
4724
|
msgstr ""
|
4632
4725
|
|
@@ -4735,6 +4828,9 @@ msgstr ""
|
|
4735
4828
|
msgid "No available repository or filter updates"
|
4736
4829
|
msgstr ""
|
4737
4830
|
|
4831
|
+
msgid "No change"
|
4832
|
+
msgstr ""
|
4833
|
+
|
4738
4834
|
msgid "No content"
|
4739
4835
|
msgstr ""
|
4740
4836
|
|
@@ -5161,6 +5257,9 @@ msgstr ""
|
|
5161
5257
|
msgid "Organization ID is required"
|
5162
5258
|
msgstr ""
|
5163
5259
|
|
5260
|
+
msgid "Organization ID or title"
|
5261
|
+
msgstr ""
|
5262
|
+
|
5164
5263
|
msgid "Organization Information not provided."
|
5165
5264
|
msgstr ""
|
5166
5265
|
|
@@ -5458,6 +5557,9 @@ msgstr ""
|
|
5458
5557
|
msgid "Physical"
|
5459
5558
|
msgstr ""
|
5460
5559
|
|
5560
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5561
|
+
msgstr ""
|
5562
|
+
|
5461
5563
|
msgid "Plan numeric identifier"
|
5462
5564
|
msgstr ""
|
5463
5565
|
|
@@ -5506,9 +5608,6 @@ msgstr ""
|
|
5506
5608
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5507
5609
|
msgstr ""
|
5508
5610
|
|
5509
|
-
msgid "Possible values: %s"
|
5510
|
-
msgstr ""
|
5511
|
-
|
5512
5611
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5513
5612
|
msgstr ""
|
5514
5613
|
|
@@ -6417,6 +6516,9 @@ msgstr ""
|
|
6417
6516
|
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."
|
6418
6517
|
msgstr ""
|
6419
6518
|
|
6519
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6520
|
+
msgstr ""
|
6521
|
+
|
6420
6522
|
msgid "Review and then click {submitBtnText}."
|
6421
6523
|
msgstr ""
|
6422
6524
|
|
@@ -6501,6 +6603,9 @@ msgstr ""
|
|
6501
6603
|
msgid "Saving alternate content source..."
|
6502
6604
|
msgstr ""
|
6503
6605
|
|
6606
|
+
msgid "Scan"
|
6607
|
+
msgstr ""
|
6608
|
+
|
6504
6609
|
msgid "Scan a flatpak remote"
|
6505
6610
|
msgstr ""
|
6506
6611
|
|
@@ -6600,6 +6705,9 @@ msgstr ""
|
|
6600
6705
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6601
6706
|
msgstr ""
|
6602
6707
|
|
6708
|
+
msgid "Select a product to mirror the repository into"
|
6709
|
+
msgstr ""
|
6710
|
+
|
6603
6711
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6604
6712
|
msgstr ""
|
6605
6713
|
|
@@ -6693,6 +6801,9 @@ msgstr ""
|
|
6693
6801
|
msgid "Select products to associate to this source."
|
6694
6802
|
msgstr ""
|
6695
6803
|
|
6804
|
+
msgid "Select repository sets"
|
6805
|
+
msgstr ""
|
6806
|
+
|
6696
6807
|
msgid "Select row"
|
6697
6808
|
msgstr ""
|
6698
6809
|
|
@@ -6741,6 +6852,9 @@ msgstr ""
|
|
6741
6852
|
msgid "Service level to be used for autoheal"
|
6742
6853
|
msgstr ""
|
6743
6854
|
|
6855
|
+
msgid "Set content overrides"
|
6856
|
+
msgstr ""
|
6857
|
+
|
6744
6858
|
msgid "Set content overrides for the host"
|
6745
6859
|
msgstr ""
|
6746
6860
|
|
@@ -6756,6 +6870,9 @@ msgstr ""
|
|
6756
6870
|
msgid "Set true to remove an override and reset it to 'default'"
|
6757
6871
|
msgstr ""
|
6758
6872
|
|
6873
|
+
msgid "Set up container registry certs"
|
6874
|
+
msgstr ""
|
6875
|
+
|
6759
6876
|
msgid "Sets the system purpose usage"
|
6760
6877
|
msgstr ""
|
6761
6878
|
|
@@ -7705,6 +7822,9 @@ msgstr ""
|
|
7705
7822
|
msgid "This Content View must be set to Import-only before performing an import"
|
7706
7823
|
msgstr ""
|
7707
7824
|
|
7825
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7826
|
+
msgstr ""
|
7827
|
+
|
7708
7828
|
msgid "This Host is not currently registered with subscription-manager."
|
7709
7829
|
msgstr ""
|
7710
7830
|
|
@@ -7867,6 +7987,9 @@ msgstr ""
|
|
7867
7987
|
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."
|
7868
7988
|
msgstr ""
|
7869
7989
|
|
7990
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7991
|
+
msgstr ""
|
7992
|
+
|
7870
7993
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7871
7994
|
msgstr ""
|
7872
7995
|
|
@@ -7969,6 +8092,9 @@ msgstr ""
|
|
7969
8092
|
msgid "URL of an OSTree repository."
|
7970
8093
|
msgstr ""
|
7971
8094
|
|
8095
|
+
msgid "URL:"
|
8096
|
+
msgstr ""
|
8097
|
+
|
7972
8098
|
msgid "UUID"
|
7973
8099
|
msgstr "UUID"
|
7974
8100
|
|
@@ -8044,6 +8170,9 @@ msgstr ""
|
|
8044
8170
|
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."
|
8045
8171
|
msgstr ""
|
8046
8172
|
|
8173
|
+
msgid "Unable to refresh host-repository mapping"
|
8174
|
+
msgstr ""
|
8175
|
+
|
8047
8176
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8048
8177
|
msgstr ""
|
8049
8178
|
|
@@ -8056,6 +8185,12 @@ msgstr ""
|
|
8056
8185
|
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."
|
8057
8186
|
msgstr ""
|
8058
8187
|
|
8188
|
+
msgid "Unable to update host-repository mapping"
|
8189
|
+
msgstr ""
|
8190
|
+
|
8191
|
+
msgid "Unable to update hosts"
|
8192
|
+
msgstr ""
|
8193
|
+
|
8059
8194
|
msgid "Unable to update the repository list"
|
8060
8195
|
msgstr ""
|
8061
8196
|
|
@@ -8092,6 +8227,9 @@ msgstr "Unlimited"
|
|
8092
8227
|
msgid "Unregister host %s before assigning an organization"
|
8093
8228
|
msgstr ""
|
8094
8229
|
|
8230
|
+
msgid "Unregister host %s before assigning an organization."
|
8231
|
+
msgstr ""
|
8232
|
+
|
8095
8233
|
msgid "Unregister the host as a subscription consumer"
|
8096
8234
|
msgstr ""
|
8097
8235
|
|
@@ -8362,6 +8500,9 @@ msgstr ""
|
|
8362
8500
|
msgid "Use HTTP proxies"
|
8363
8501
|
msgstr ""
|
8364
8502
|
|
8503
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8504
|
+
msgstr ""
|
8505
|
+
|
8365
8506
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8366
8507
|
msgstr ""
|
8367
8508
|
|
@@ -9133,6 +9274,9 @@ msgstr ""
|
|
9133
9274
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9134
9275
|
msgstr ""
|
9135
9276
|
|
9277
|
+
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."
|
9278
|
+
msgstr ""
|
9279
|
+
|
9136
9280
|
msgid "invalid: Repositories can only require one OS version."
|
9137
9281
|
msgstr ""
|
9138
9282
|
|
Binary file
|