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/zh/katello.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: katello 4.
|
8
|
+
"Project-Id-Version: katello 4.18.0.pre.master\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
11
11
|
"Language-Team: Chinese (https://app.transifex.com/foreman/teams/114/zh/)\n"
|
@@ -806,6 +806,9 @@ msgstr ""
|
|
806
806
|
msgid "Application"
|
807
807
|
msgstr ""
|
808
808
|
|
809
|
+
msgid "Application name"
|
810
|
+
msgstr ""
|
811
|
+
|
809
812
|
msgid "Apply"
|
810
813
|
msgstr ""
|
811
814
|
|
@@ -1048,6 +1051,9 @@ msgstr ""
|
|
1048
1051
|
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."
|
1049
1052
|
msgstr ""
|
1050
1053
|
|
1054
|
+
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."
|
1055
|
+
msgstr ""
|
1056
|
+
|
1051
1057
|
msgid "Beta"
|
1052
1058
|
msgstr ""
|
1053
1059
|
|
@@ -1207,6 +1213,9 @@ msgstr ""
|
|
1207
1213
|
msgid "Cannot add composite versions to another composite content view"
|
1208
1214
|
msgstr ""
|
1209
1215
|
|
1216
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1217
|
+
msgstr ""
|
1218
|
+
|
1210
1219
|
msgid "Cannot add content view environments from a different organization"
|
1211
1220
|
msgstr ""
|
1212
1221
|
|
@@ -1384,6 +1393,12 @@ msgstr ""
|
|
1384
1393
|
msgid "Change host content source"
|
1385
1394
|
msgstr ""
|
1386
1395
|
|
1396
|
+
msgid "Change the status of at least one repository."
|
1397
|
+
msgstr ""
|
1398
|
+
|
1399
|
+
msgid "Changed status"
|
1400
|
+
msgstr ""
|
1401
|
+
|
1387
1402
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1388
1403
|
msgstr ""
|
1389
1404
|
|
@@ -1678,6 +1693,9 @@ msgstr ""
|
|
1678
1693
|
msgid "Content override search parameters"
|
1679
1694
|
msgstr ""
|
1680
1695
|
|
1696
|
+
msgid "Content overrides updating."
|
1697
|
+
msgstr ""
|
1698
|
+
|
1681
1699
|
msgid "Content source"
|
1682
1700
|
msgstr ""
|
1683
1701
|
|
@@ -1861,6 +1879,9 @@ msgstr ""
|
|
1861
1879
|
msgid "Could not find environments for promotion"
|
1862
1880
|
msgstr ""
|
1863
1881
|
|
1882
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1883
|
+
msgstr ""
|
1884
|
+
|
1864
1885
|
msgid "Could not locate Pulp distribution."
|
1865
1886
|
msgstr ""
|
1866
1887
|
|
@@ -1972,6 +1993,9 @@ msgstr ""
|
|
1972
1993
|
msgid "Create Export History"
|
1973
1994
|
msgstr ""
|
1974
1995
|
|
1996
|
+
msgid "Create Flatpak Remote"
|
1997
|
+
msgstr ""
|
1998
|
+
|
1975
1999
|
msgid "Create Import History"
|
1976
2000
|
msgstr ""
|
1977
2001
|
|
@@ -2164,6 +2188,12 @@ msgstr ""
|
|
2164
2188
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2165
2189
|
msgstr ""
|
2166
2190
|
|
2191
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2192
|
+
msgstr ""
|
2193
|
+
|
2194
|
+
msgid "Default custom yum repository mirroring policy"
|
2195
|
+
msgstr ""
|
2196
|
+
|
2167
2197
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2168
2198
|
msgstr ""
|
2169
2199
|
|
@@ -2191,6 +2221,12 @@ msgstr ""
|
|
2191
2221
|
msgid "Default location for subscribed hosts"
|
2192
2222
|
msgstr ""
|
2193
2223
|
|
2224
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2225
|
+
msgstr ""
|
2226
|
+
|
2227
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2228
|
+
msgstr ""
|
2229
|
+
|
2194
2230
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2195
2231
|
msgstr ""
|
2196
2232
|
|
@@ -2245,6 +2281,9 @@ msgstr ""
|
|
2245
2281
|
msgid "Delete Activation Key"
|
2246
2282
|
msgstr ""
|
2247
2283
|
|
2284
|
+
msgid "Delete Flatpak remote?"
|
2285
|
+
msgstr ""
|
2286
|
+
|
2248
2287
|
msgid "Delete Host upon unregister"
|
2249
2288
|
msgstr ""
|
2250
2289
|
|
@@ -2488,12 +2527,18 @@ msgstr ""
|
|
2488
2527
|
msgid "Duration"
|
2489
2528
|
msgstr ""
|
2490
2529
|
|
2530
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2531
|
+
msgstr ""
|
2532
|
+
|
2491
2533
|
msgid "ERRATA ADVISORY"
|
2492
2534
|
msgstr ""
|
2493
2535
|
|
2494
2536
|
msgid "Edit"
|
2495
2537
|
msgstr ""
|
2496
2538
|
|
2539
|
+
msgid "Edit Flatpak Remote"
|
2540
|
+
msgstr ""
|
2541
|
+
|
2497
2542
|
msgid "Edit RPM rule"
|
2498
2543
|
msgstr ""
|
2499
2544
|
|
@@ -2953,15 +2998,33 @@ msgstr ""
|
|
2953
2998
|
msgid "Finished"
|
2954
2999
|
msgstr ""
|
2955
3000
|
|
3001
|
+
msgid "Flatpak Remote ${name} created"
|
3002
|
+
msgstr ""
|
3003
|
+
|
3004
|
+
msgid "Flatpak Remote Details"
|
3005
|
+
msgstr ""
|
3006
|
+
|
2956
3007
|
msgid "Flatpak Remotes"
|
2957
3008
|
msgstr ""
|
2958
3009
|
|
3010
|
+
msgid "Flatpak remote could not be deleted: "
|
3011
|
+
msgstr ""
|
3012
|
+
|
3013
|
+
msgid "Flatpak remote deleted"
|
3014
|
+
msgstr ""
|
3015
|
+
|
2959
3016
|
msgid "Flatpak remote numeric identifier"
|
2960
3017
|
msgstr ""
|
2961
3018
|
|
2962
3019
|
msgid "Flatpak remote repository numeric identifier"
|
2963
3020
|
msgstr ""
|
2964
3021
|
|
3022
|
+
msgid "Flatpak remote scan could not be started: "
|
3023
|
+
msgstr ""
|
3024
|
+
|
3025
|
+
msgid "Flatpak remote updated"
|
3026
|
+
msgstr ""
|
3027
|
+
|
2965
3028
|
msgid "Force"
|
2966
3029
|
msgstr ""
|
2967
3030
|
|
@@ -3261,6 +3324,9 @@ msgstr ""
|
|
3261
3324
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3262
3325
|
msgstr ""
|
3263
3326
|
|
3327
|
+
msgid "ID"
|
3328
|
+
msgstr ""
|
3329
|
+
|
3264
3330
|
msgid "ID of a HTTP Proxy"
|
3265
3331
|
msgstr ""
|
3266
3332
|
|
@@ -3989,6 +4055,9 @@ msgstr ""
|
|
3989
4055
|
msgid "Last checkin"
|
3990
4056
|
msgstr ""
|
3991
4057
|
|
4058
|
+
msgid "Last mirrored"
|
4059
|
+
msgstr ""
|
4060
|
+
|
3992
4061
|
msgid "Last published"
|
3993
4062
|
msgstr ""
|
3994
4063
|
|
@@ -4403,6 +4472,9 @@ msgstr ""
|
|
4403
4472
|
msgid "Manage packages"
|
4404
4473
|
msgstr ""
|
4405
4474
|
|
4475
|
+
msgid "Manage repository sets"
|
4476
|
+
msgstr ""
|
4477
|
+
|
4406
4478
|
msgid "Manifest"
|
4407
4479
|
msgstr ""
|
4408
4480
|
|
@@ -4507,12 +4579,21 @@ msgstr ""
|
|
4507
4579
|
msgid "Minimum version"
|
4508
4580
|
msgstr ""
|
4509
4581
|
|
4582
|
+
msgid "Mirror"
|
4583
|
+
msgstr ""
|
4584
|
+
|
4510
4585
|
msgid "Mirror Remote Repository"
|
4511
4586
|
msgstr ""
|
4512
4587
|
|
4588
|
+
msgid "Mirror Repository"
|
4589
|
+
msgstr ""
|
4590
|
+
|
4513
4591
|
msgid "Mirror a flatpak remote repository"
|
4514
4592
|
msgstr ""
|
4515
4593
|
|
4594
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4595
|
+
msgstr ""
|
4596
|
+
|
4516
4597
|
msgid "Missing activation key!"
|
4517
4598
|
msgstr ""
|
4518
4599
|
|
@@ -4555,9 +4636,18 @@ msgstr ""
|
|
4555
4636
|
msgid "Multi-entitlement"
|
4556
4637
|
msgstr ""
|
4557
4638
|
|
4639
|
+
msgid "Multi-environment activation key(s) affected"
|
4640
|
+
msgstr ""
|
4641
|
+
|
4642
|
+
msgid "Multi-environment host(s) affected"
|
4643
|
+
msgstr ""
|
4644
|
+
|
4558
4645
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4559
4646
|
msgstr ""
|
4560
4647
|
|
4648
|
+
msgid "Must be a vaild URL"
|
4649
|
+
msgstr ""
|
4650
|
+
|
4561
4651
|
msgid "N/A"
|
4562
4652
|
msgstr ""
|
4563
4653
|
|
@@ -4621,6 +4711,9 @@ msgstr ""
|
|
4621
4711
|
msgid "Name of the host"
|
4622
4712
|
msgstr ""
|
4623
4713
|
|
4714
|
+
msgid "Name of the product to mirror the remote repository to"
|
4715
|
+
msgstr ""
|
4716
|
+
|
4624
4717
|
msgid "Name of the repository"
|
4625
4718
|
msgstr ""
|
4626
4719
|
|
@@ -4729,6 +4822,9 @@ msgstr ""
|
|
4729
4822
|
msgid "No available repository or filter updates"
|
4730
4823
|
msgstr ""
|
4731
4824
|
|
4825
|
+
msgid "No change"
|
4826
|
+
msgstr ""
|
4827
|
+
|
4732
4828
|
msgid "No content"
|
4733
4829
|
msgstr ""
|
4734
4830
|
|
@@ -5155,6 +5251,9 @@ msgstr ""
|
|
5155
5251
|
msgid "Organization ID is required"
|
5156
5252
|
msgstr ""
|
5157
5253
|
|
5254
|
+
msgid "Organization ID or title"
|
5255
|
+
msgstr ""
|
5256
|
+
|
5158
5257
|
msgid "Organization Information not provided."
|
5159
5258
|
msgstr ""
|
5160
5259
|
|
@@ -5452,6 +5551,9 @@ msgstr ""
|
|
5452
5551
|
msgid "Physical"
|
5453
5552
|
msgstr ""
|
5454
5553
|
|
5554
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5555
|
+
msgstr ""
|
5556
|
+
|
5455
5557
|
msgid "Plan numeric identifier"
|
5456
5558
|
msgstr ""
|
5457
5559
|
|
@@ -5500,9 +5602,6 @@ msgstr ""
|
|
5500
5602
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5501
5603
|
msgstr ""
|
5502
5604
|
|
5503
|
-
msgid "Possible values: %s"
|
5504
|
-
msgstr ""
|
5505
|
-
|
5506
5605
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5507
5606
|
msgstr ""
|
5508
5607
|
|
@@ -6411,6 +6510,9 @@ msgstr ""
|
|
6411
6510
|
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."
|
6412
6511
|
msgstr ""
|
6413
6512
|
|
6513
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6514
|
+
msgstr ""
|
6515
|
+
|
6414
6516
|
msgid "Review and then click {submitBtnText}."
|
6415
6517
|
msgstr ""
|
6416
6518
|
|
@@ -6495,6 +6597,9 @@ msgstr ""
|
|
6495
6597
|
msgid "Saving alternate content source..."
|
6496
6598
|
msgstr ""
|
6497
6599
|
|
6600
|
+
msgid "Scan"
|
6601
|
+
msgstr ""
|
6602
|
+
|
6498
6603
|
msgid "Scan a flatpak remote"
|
6499
6604
|
msgstr ""
|
6500
6605
|
|
@@ -6594,6 +6699,9 @@ msgstr ""
|
|
6594
6699
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6595
6700
|
msgstr ""
|
6596
6701
|
|
6702
|
+
msgid "Select a product to mirror the repository into"
|
6703
|
+
msgstr ""
|
6704
|
+
|
6597
6705
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6598
6706
|
msgstr ""
|
6599
6707
|
|
@@ -6687,6 +6795,9 @@ msgstr ""
|
|
6687
6795
|
msgid "Select products to associate to this source."
|
6688
6796
|
msgstr ""
|
6689
6797
|
|
6798
|
+
msgid "Select repository sets"
|
6799
|
+
msgstr ""
|
6800
|
+
|
6690
6801
|
msgid "Select row"
|
6691
6802
|
msgstr ""
|
6692
6803
|
|
@@ -6735,6 +6846,9 @@ msgstr ""
|
|
6735
6846
|
msgid "Service level to be used for autoheal"
|
6736
6847
|
msgstr ""
|
6737
6848
|
|
6849
|
+
msgid "Set content overrides"
|
6850
|
+
msgstr ""
|
6851
|
+
|
6738
6852
|
msgid "Set content overrides for the host"
|
6739
6853
|
msgstr ""
|
6740
6854
|
|
@@ -6750,6 +6864,9 @@ msgstr ""
|
|
6750
6864
|
msgid "Set true to remove an override and reset it to 'default'"
|
6751
6865
|
msgstr ""
|
6752
6866
|
|
6867
|
+
msgid "Set up container registry certs"
|
6868
|
+
msgstr ""
|
6869
|
+
|
6753
6870
|
msgid "Sets the system purpose usage"
|
6754
6871
|
msgstr ""
|
6755
6872
|
|
@@ -7699,6 +7816,9 @@ msgstr ""
|
|
7699
7816
|
msgid "This Content View must be set to Import-only before performing an import"
|
7700
7817
|
msgstr ""
|
7701
7818
|
|
7819
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7820
|
+
msgstr ""
|
7821
|
+
|
7702
7822
|
msgid "This Host is not currently registered with subscription-manager."
|
7703
7823
|
msgstr ""
|
7704
7824
|
|
@@ -7861,6 +7981,9 @@ msgstr ""
|
|
7861
7981
|
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."
|
7862
7982
|
msgstr ""
|
7863
7983
|
|
7984
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7985
|
+
msgstr ""
|
7986
|
+
|
7864
7987
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7865
7988
|
msgstr ""
|
7866
7989
|
|
@@ -7963,6 +8086,9 @@ msgstr ""
|
|
7963
8086
|
msgid "URL of an OSTree repository."
|
7964
8087
|
msgstr ""
|
7965
8088
|
|
8089
|
+
msgid "URL:"
|
8090
|
+
msgstr ""
|
8091
|
+
|
7966
8092
|
msgid "UUID"
|
7967
8093
|
msgstr ""
|
7968
8094
|
|
@@ -8038,6 +8164,9 @@ msgstr ""
|
|
8038
8164
|
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."
|
8039
8165
|
msgstr ""
|
8040
8166
|
|
8167
|
+
msgid "Unable to refresh host-repository mapping"
|
8168
|
+
msgstr ""
|
8169
|
+
|
8041
8170
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8042
8171
|
msgstr ""
|
8043
8172
|
|
@@ -8050,6 +8179,12 @@ msgstr ""
|
|
8050
8179
|
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."
|
8051
8180
|
msgstr ""
|
8052
8181
|
|
8182
|
+
msgid "Unable to update host-repository mapping"
|
8183
|
+
msgstr ""
|
8184
|
+
|
8185
|
+
msgid "Unable to update hosts"
|
8186
|
+
msgstr ""
|
8187
|
+
|
8053
8188
|
msgid "Unable to update the repository list"
|
8054
8189
|
msgstr ""
|
8055
8190
|
|
@@ -8086,6 +8221,9 @@ msgstr ""
|
|
8086
8221
|
msgid "Unregister host %s before assigning an organization"
|
8087
8222
|
msgstr ""
|
8088
8223
|
|
8224
|
+
msgid "Unregister host %s before assigning an organization."
|
8225
|
+
msgstr ""
|
8226
|
+
|
8089
8227
|
msgid "Unregister the host as a subscription consumer"
|
8090
8228
|
msgstr ""
|
8091
8229
|
|
@@ -8356,6 +8494,9 @@ msgstr ""
|
|
8356
8494
|
msgid "Use HTTP proxies"
|
8357
8495
|
msgstr ""
|
8358
8496
|
|
8497
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8498
|
+
msgstr ""
|
8499
|
+
|
8359
8500
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8360
8501
|
msgstr ""
|
8361
8502
|
|
@@ -9127,6 +9268,9 @@ msgstr ""
|
|
9127
9268
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9128
9269
|
msgstr ""
|
9129
9270
|
|
9271
|
+
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."
|
9272
|
+
msgstr ""
|
9273
|
+
|
9130
9274
|
msgid "invalid: Repositories can only require one OS version."
|
9131
9275
|
msgstr ""
|
9132
9276
|
|