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/cs_CZ/katello.po
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: katello 4.
|
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: Pavel Borecki <pavel.borecki@gmail.com>, 2024\n"
|
@@ -816,6 +816,9 @@ msgstr ""
|
|
816
816
|
msgid "Application"
|
817
817
|
msgstr ""
|
818
818
|
|
819
|
+
msgid "Application name"
|
820
|
+
msgstr ""
|
821
|
+
|
819
822
|
msgid "Apply"
|
820
823
|
msgstr "Použít"
|
821
824
|
|
@@ -1058,6 +1061,9 @@ msgstr ""
|
|
1058
1061
|
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."
|
1059
1062
|
msgstr ""
|
1060
1063
|
|
1064
|
+
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."
|
1065
|
+
msgstr ""
|
1066
|
+
|
1061
1067
|
msgid "Beta"
|
1062
1068
|
msgstr "Beta"
|
1063
1069
|
|
@@ -1217,6 +1223,9 @@ msgstr ""
|
|
1217
1223
|
msgid "Cannot add composite versions to another composite content view"
|
1218
1224
|
msgstr ""
|
1219
1225
|
|
1226
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1227
|
+
msgstr ""
|
1228
|
+
|
1220
1229
|
msgid "Cannot add content view environments from a different organization"
|
1221
1230
|
msgstr ""
|
1222
1231
|
|
@@ -1394,6 +1403,12 @@ msgstr ""
|
|
1394
1403
|
msgid "Change host content source"
|
1395
1404
|
msgstr ""
|
1396
1405
|
|
1406
|
+
msgid "Change the status of at least one repository."
|
1407
|
+
msgstr ""
|
1408
|
+
|
1409
|
+
msgid "Changed status"
|
1410
|
+
msgstr ""
|
1411
|
+
|
1397
1412
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1398
1413
|
msgstr ""
|
1399
1414
|
|
@@ -1688,6 +1703,9 @@ msgstr ""
|
|
1688
1703
|
msgid "Content override search parameters"
|
1689
1704
|
msgstr ""
|
1690
1705
|
|
1706
|
+
msgid "Content overrides updating."
|
1707
|
+
msgstr ""
|
1708
|
+
|
1691
1709
|
msgid "Content source"
|
1692
1710
|
msgstr ""
|
1693
1711
|
|
@@ -1871,6 +1889,9 @@ msgstr ""
|
|
1871
1889
|
msgid "Could not find environments for promotion"
|
1872
1890
|
msgstr "Nedaří se nalézt prostředí pro povýšení"
|
1873
1891
|
|
1892
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1893
|
+
msgstr ""
|
1894
|
+
|
1874
1895
|
msgid "Could not locate Pulp distribution."
|
1875
1896
|
msgstr ""
|
1876
1897
|
|
@@ -1982,6 +2003,9 @@ msgstr ""
|
|
1982
2003
|
msgid "Create Export History"
|
1983
2004
|
msgstr ""
|
1984
2005
|
|
2006
|
+
msgid "Create Flatpak Remote"
|
2007
|
+
msgstr ""
|
2008
|
+
|
1985
2009
|
msgid "Create Import History"
|
1986
2010
|
msgstr ""
|
1987
2011
|
|
@@ -2174,6 +2198,12 @@ msgstr ""
|
|
2174
2198
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2175
2199
|
msgstr ""
|
2176
2200
|
|
2201
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2202
|
+
msgstr ""
|
2203
|
+
|
2204
|
+
msgid "Default custom yum repository mirroring policy"
|
2205
|
+
msgstr ""
|
2206
|
+
|
2177
2207
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2178
2208
|
msgstr ""
|
2179
2209
|
|
@@ -2201,6 +2231,12 @@ msgstr ""
|
|
2201
2231
|
msgid "Default location for subscribed hosts"
|
2202
2232
|
msgstr ""
|
2203
2233
|
|
2234
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2235
|
+
msgstr ""
|
2236
|
+
|
2237
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2238
|
+
msgstr ""
|
2239
|
+
|
2204
2240
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2205
2241
|
msgstr ""
|
2206
2242
|
|
@@ -2255,6 +2291,9 @@ msgstr "Smazat"
|
|
2255
2291
|
msgid "Delete Activation Key"
|
2256
2292
|
msgstr "Smazat aktivační klíč"
|
2257
2293
|
|
2294
|
+
msgid "Delete Flatpak remote?"
|
2295
|
+
msgstr ""
|
2296
|
+
|
2258
2297
|
msgid "Delete Host upon unregister"
|
2259
2298
|
msgstr "Po zrušení registrace stroj smazat"
|
2260
2299
|
|
@@ -2498,12 +2537,18 @@ msgstr ""
|
|
2498
2537
|
msgid "Duration"
|
2499
2538
|
msgstr "Trvání"
|
2500
2539
|
|
2540
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2541
|
+
msgstr ""
|
2542
|
+
|
2501
2543
|
msgid "ERRATA ADVISORY"
|
2502
2544
|
msgstr ""
|
2503
2545
|
|
2504
2546
|
msgid "Edit"
|
2505
2547
|
msgstr "Upravit"
|
2506
2548
|
|
2549
|
+
msgid "Edit Flatpak Remote"
|
2550
|
+
msgstr ""
|
2551
|
+
|
2507
2552
|
msgid "Edit RPM rule"
|
2508
2553
|
msgstr ""
|
2509
2554
|
|
@@ -2963,15 +3008,33 @@ msgstr ""
|
|
2963
3008
|
msgid "Finished"
|
2964
3009
|
msgstr "Dokončeno"
|
2965
3010
|
|
3011
|
+
msgid "Flatpak Remote ${name} created"
|
3012
|
+
msgstr ""
|
3013
|
+
|
3014
|
+
msgid "Flatpak Remote Details"
|
3015
|
+
msgstr ""
|
3016
|
+
|
2966
3017
|
msgid "Flatpak Remotes"
|
2967
3018
|
msgstr ""
|
2968
3019
|
|
3020
|
+
msgid "Flatpak remote could not be deleted: "
|
3021
|
+
msgstr ""
|
3022
|
+
|
3023
|
+
msgid "Flatpak remote deleted"
|
3024
|
+
msgstr ""
|
3025
|
+
|
2969
3026
|
msgid "Flatpak remote numeric identifier"
|
2970
3027
|
msgstr ""
|
2971
3028
|
|
2972
3029
|
msgid "Flatpak remote repository numeric identifier"
|
2973
3030
|
msgstr ""
|
2974
3031
|
|
3032
|
+
msgid "Flatpak remote scan could not be started: "
|
3033
|
+
msgstr ""
|
3034
|
+
|
3035
|
+
msgid "Flatpak remote updated"
|
3036
|
+
msgstr ""
|
3037
|
+
|
2975
3038
|
msgid "Force"
|
2976
3039
|
msgstr ""
|
2977
3040
|
|
@@ -3271,6 +3334,9 @@ msgstr ""
|
|
3271
3334
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3272
3335
|
msgstr ""
|
3273
3336
|
|
3337
|
+
msgid "ID"
|
3338
|
+
msgstr ""
|
3339
|
+
|
3274
3340
|
msgid "ID of a HTTP Proxy"
|
3275
3341
|
msgstr ""
|
3276
3342
|
|
@@ -3999,6 +4065,9 @@ msgstr ""
|
|
3999
4065
|
msgid "Last checkin"
|
4000
4066
|
msgstr ""
|
4001
4067
|
|
4068
|
+
msgid "Last mirrored"
|
4069
|
+
msgstr ""
|
4070
|
+
|
4002
4071
|
msgid "Last published"
|
4003
4072
|
msgstr ""
|
4004
4073
|
|
@@ -4413,6 +4482,9 @@ msgstr ""
|
|
4413
4482
|
msgid "Manage packages"
|
4414
4483
|
msgstr ""
|
4415
4484
|
|
4485
|
+
msgid "Manage repository sets"
|
4486
|
+
msgstr ""
|
4487
|
+
|
4416
4488
|
msgid "Manifest"
|
4417
4489
|
msgstr ""
|
4418
4490
|
|
@@ -4517,12 +4589,21 @@ msgstr ""
|
|
4517
4589
|
msgid "Minimum version"
|
4518
4590
|
msgstr ""
|
4519
4591
|
|
4592
|
+
msgid "Mirror"
|
4593
|
+
msgstr ""
|
4594
|
+
|
4520
4595
|
msgid "Mirror Remote Repository"
|
4521
4596
|
msgstr ""
|
4522
4597
|
|
4598
|
+
msgid "Mirror Repository"
|
4599
|
+
msgstr ""
|
4600
|
+
|
4523
4601
|
msgid "Mirror a flatpak remote repository"
|
4524
4602
|
msgstr ""
|
4525
4603
|
|
4604
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4605
|
+
msgstr ""
|
4606
|
+
|
4526
4607
|
msgid "Missing activation key!"
|
4527
4608
|
msgstr ""
|
4528
4609
|
|
@@ -4565,9 +4646,18 @@ msgstr ""
|
|
4565
4646
|
msgid "Multi-entitlement"
|
4566
4647
|
msgstr ""
|
4567
4648
|
|
4649
|
+
msgid "Multi-environment activation key(s) affected"
|
4650
|
+
msgstr ""
|
4651
|
+
|
4652
|
+
msgid "Multi-environment host(s) affected"
|
4653
|
+
msgstr ""
|
4654
|
+
|
4568
4655
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4569
4656
|
msgstr ""
|
4570
4657
|
|
4658
|
+
msgid "Must be a vaild URL"
|
4659
|
+
msgstr ""
|
4660
|
+
|
4571
4661
|
msgid "N/A"
|
4572
4662
|
msgstr "Není"
|
4573
4663
|
|
@@ -4631,6 +4721,9 @@ msgstr ""
|
|
4631
4721
|
msgid "Name of the host"
|
4632
4722
|
msgstr "Název stroje"
|
4633
4723
|
|
4724
|
+
msgid "Name of the product to mirror the remote repository to"
|
4725
|
+
msgstr ""
|
4726
|
+
|
4634
4727
|
msgid "Name of the repository"
|
4635
4728
|
msgstr ""
|
4636
4729
|
|
@@ -4739,6 +4832,9 @@ msgstr ""
|
|
4739
4832
|
msgid "No available repository or filter updates"
|
4740
4833
|
msgstr ""
|
4741
4834
|
|
4835
|
+
msgid "No change"
|
4836
|
+
msgstr ""
|
4837
|
+
|
4742
4838
|
msgid "No content"
|
4743
4839
|
msgstr ""
|
4744
4840
|
|
@@ -5165,6 +5261,9 @@ msgstr "Identifikátor organizace"
|
|
5165
5261
|
msgid "Organization ID is required"
|
5166
5262
|
msgstr ""
|
5167
5263
|
|
5264
|
+
msgid "Organization ID or title"
|
5265
|
+
msgstr ""
|
5266
|
+
|
5168
5267
|
msgid "Organization Information not provided."
|
5169
5268
|
msgstr ""
|
5170
5269
|
|
@@ -5462,6 +5561,9 @@ msgstr ""
|
|
5462
5561
|
msgid "Physical"
|
5463
5562
|
msgstr "Fyzický"
|
5464
5563
|
|
5564
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5565
|
+
msgstr ""
|
5566
|
+
|
5465
5567
|
msgid "Plan numeric identifier"
|
5466
5568
|
msgstr "Číselný identifikátor plánu"
|
5467
5569
|
|
@@ -5510,9 +5612,6 @@ msgstr ""
|
|
5510
5612
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5511
5613
|
msgstr ""
|
5512
5614
|
|
5513
|
-
msgid "Possible values: %s"
|
5514
|
-
msgstr ""
|
5515
|
-
|
5516
5615
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5517
5616
|
msgstr ""
|
5518
5617
|
|
@@ -6421,6 +6520,9 @@ msgstr ""
|
|
6421
6520
|
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."
|
6422
6521
|
msgstr ""
|
6423
6522
|
|
6523
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6524
|
+
msgstr ""
|
6525
|
+
|
6424
6526
|
msgid "Review and then click {submitBtnText}."
|
6425
6527
|
msgstr ""
|
6426
6528
|
|
@@ -6505,6 +6607,9 @@ msgstr "Uložit"
|
|
6505
6607
|
msgid "Saving alternate content source..."
|
6506
6608
|
msgstr ""
|
6507
6609
|
|
6610
|
+
msgid "Scan"
|
6611
|
+
msgstr ""
|
6612
|
+
|
6508
6613
|
msgid "Scan a flatpak remote"
|
6509
6614
|
msgstr ""
|
6510
6615
|
|
@@ -6604,6 +6709,9 @@ msgstr ""
|
|
6604
6709
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6605
6710
|
msgstr ""
|
6606
6711
|
|
6712
|
+
msgid "Select a product to mirror the repository into"
|
6713
|
+
msgstr ""
|
6714
|
+
|
6607
6715
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6608
6716
|
msgstr ""
|
6609
6717
|
|
@@ -6697,6 +6805,9 @@ msgstr "Vybrat produkty"
|
|
6697
6805
|
msgid "Select products to associate to this source."
|
6698
6806
|
msgstr ""
|
6699
6807
|
|
6808
|
+
msgid "Select repository sets"
|
6809
|
+
msgstr ""
|
6810
|
+
|
6700
6811
|
msgid "Select row"
|
6701
6812
|
msgstr ""
|
6702
6813
|
|
@@ -6745,6 +6856,9 @@ msgstr ""
|
|
6745
6856
|
msgid "Service level to be used for autoheal"
|
6746
6857
|
msgstr ""
|
6747
6858
|
|
6859
|
+
msgid "Set content overrides"
|
6860
|
+
msgstr ""
|
6861
|
+
|
6748
6862
|
msgid "Set content overrides for the host"
|
6749
6863
|
msgstr ""
|
6750
6864
|
|
@@ -6760,6 +6874,9 @@ msgstr ""
|
|
6760
6874
|
msgid "Set true to remove an override and reset it to 'default'"
|
6761
6875
|
msgstr ""
|
6762
6876
|
|
6877
|
+
msgid "Set up container registry certs"
|
6878
|
+
msgstr ""
|
6879
|
+
|
6763
6880
|
msgid "Sets the system purpose usage"
|
6764
6881
|
msgstr "Nastaví využití účelu systému"
|
6765
6882
|
|
@@ -7709,6 +7826,9 @@ msgstr ""
|
|
7709
7826
|
msgid "This Content View must be set to Import-only before performing an import"
|
7710
7827
|
msgstr ""
|
7711
7828
|
|
7829
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7830
|
+
msgstr ""
|
7831
|
+
|
7712
7832
|
msgid "This Host is not currently registered with subscription-manager."
|
7713
7833
|
msgstr ""
|
7714
7834
|
|
@@ -7871,6 +7991,9 @@ msgstr ""
|
|
7871
7991
|
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."
|
7872
7992
|
msgstr ""
|
7873
7993
|
|
7994
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7995
|
+
msgstr ""
|
7996
|
+
|
7874
7997
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7875
7998
|
msgstr ""
|
7876
7999
|
|
@@ -7973,6 +8096,9 @@ msgstr ""
|
|
7973
8096
|
msgid "URL of an OSTree repository."
|
7974
8097
|
msgstr ""
|
7975
8098
|
|
8099
|
+
msgid "URL:"
|
8100
|
+
msgstr ""
|
8101
|
+
|
7976
8102
|
msgid "UUID"
|
7977
8103
|
msgstr ""
|
7978
8104
|
|
@@ -8048,6 +8174,9 @@ msgstr ""
|
|
8048
8174
|
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."
|
8049
8175
|
msgstr ""
|
8050
8176
|
|
8177
|
+
msgid "Unable to refresh host-repository mapping"
|
8178
|
+
msgstr ""
|
8179
|
+
|
8051
8180
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8052
8181
|
msgstr ""
|
8053
8182
|
|
@@ -8060,6 +8189,12 @@ msgstr ""
|
|
8060
8189
|
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."
|
8061
8190
|
msgstr ""
|
8062
8191
|
|
8192
|
+
msgid "Unable to update host-repository mapping"
|
8193
|
+
msgstr ""
|
8194
|
+
|
8195
|
+
msgid "Unable to update hosts"
|
8196
|
+
msgstr ""
|
8197
|
+
|
8063
8198
|
msgid "Unable to update the repository list"
|
8064
8199
|
msgstr ""
|
8065
8200
|
|
@@ -8096,6 +8231,9 @@ msgstr "Neomezený"
|
|
8096
8231
|
msgid "Unregister host %s before assigning an organization"
|
8097
8232
|
msgstr ""
|
8098
8233
|
|
8234
|
+
msgid "Unregister host %s before assigning an organization."
|
8235
|
+
msgstr ""
|
8236
|
+
|
8099
8237
|
msgid "Unregister the host as a subscription consumer"
|
8100
8238
|
msgstr ""
|
8101
8239
|
|
@@ -8366,6 +8504,9 @@ msgstr ""
|
|
8366
8504
|
msgid "Use HTTP proxies"
|
8367
8505
|
msgstr ""
|
8368
8506
|
|
8507
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8508
|
+
msgstr ""
|
8509
|
+
|
8369
8510
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8370
8511
|
msgstr ""
|
8371
8512
|
|
@@ -9137,6 +9278,9 @@ msgstr "instalace balíčků…"
|
|
9137
9278
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9138
9279
|
msgstr ""
|
9139
9280
|
|
9281
|
+
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."
|
9282
|
+
msgstr ""
|
9283
|
+
|
9140
9284
|
msgid "invalid: Repositories can only require one OS version."
|
9141
9285
|
msgstr ""
|
9142
9286
|
|