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/nl_NL/katello.po
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
#
|
16
16
|
msgid ""
|
17
17
|
msgstr ""
|
18
|
-
"Project-Id-Version: katello 4.
|
18
|
+
"Project-Id-Version: katello 4.18.0.pre.master\n"
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
21
21
|
"Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2023\n"
|
@@ -818,6 +818,9 @@ msgstr ""
|
|
818
818
|
msgid "Application"
|
819
819
|
msgstr ""
|
820
820
|
|
821
|
+
msgid "Application name"
|
822
|
+
msgstr ""
|
823
|
+
|
821
824
|
msgid "Apply"
|
822
825
|
msgstr ""
|
823
826
|
|
@@ -1060,6 +1063,9 @@ msgstr ""
|
|
1060
1063
|
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."
|
1061
1064
|
msgstr ""
|
1062
1065
|
|
1066
|
+
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."
|
1067
|
+
msgstr ""
|
1068
|
+
|
1063
1069
|
msgid "Beta"
|
1064
1070
|
msgstr ""
|
1065
1071
|
|
@@ -1219,6 +1225,9 @@ msgstr ""
|
|
1219
1225
|
msgid "Cannot add composite versions to another composite content view"
|
1220
1226
|
msgstr ""
|
1221
1227
|
|
1228
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1229
|
+
msgstr ""
|
1230
|
+
|
1222
1231
|
msgid "Cannot add content view environments from a different organization"
|
1223
1232
|
msgstr ""
|
1224
1233
|
|
@@ -1396,6 +1405,12 @@ msgstr ""
|
|
1396
1405
|
msgid "Change host content source"
|
1397
1406
|
msgstr ""
|
1398
1407
|
|
1408
|
+
msgid "Change the status of at least one repository."
|
1409
|
+
msgstr ""
|
1410
|
+
|
1411
|
+
msgid "Changed status"
|
1412
|
+
msgstr ""
|
1413
|
+
|
1399
1414
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1400
1415
|
msgstr ""
|
1401
1416
|
|
@@ -1690,6 +1705,9 @@ msgstr ""
|
|
1690
1705
|
msgid "Content override search parameters"
|
1691
1706
|
msgstr ""
|
1692
1707
|
|
1708
|
+
msgid "Content overrides updating."
|
1709
|
+
msgstr ""
|
1710
|
+
|
1693
1711
|
msgid "Content source"
|
1694
1712
|
msgstr ""
|
1695
1713
|
|
@@ -1873,6 +1891,9 @@ msgstr ""
|
|
1873
1891
|
msgid "Could not find environments for promotion"
|
1874
1892
|
msgstr ""
|
1875
1893
|
|
1894
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1895
|
+
msgstr ""
|
1896
|
+
|
1876
1897
|
msgid "Could not locate Pulp distribution."
|
1877
1898
|
msgstr ""
|
1878
1899
|
|
@@ -1984,6 +2005,9 @@ msgstr ""
|
|
1984
2005
|
msgid "Create Export History"
|
1985
2006
|
msgstr ""
|
1986
2007
|
|
2008
|
+
msgid "Create Flatpak Remote"
|
2009
|
+
msgstr ""
|
2010
|
+
|
1987
2011
|
msgid "Create Import History"
|
1988
2012
|
msgstr ""
|
1989
2013
|
|
@@ -2176,6 +2200,12 @@ msgstr ""
|
|
2176
2200
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2177
2201
|
msgstr ""
|
2178
2202
|
|
2203
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2204
|
+
msgstr ""
|
2205
|
+
|
2206
|
+
msgid "Default custom yum repository mirroring policy"
|
2207
|
+
msgstr ""
|
2208
|
+
|
2179
2209
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2180
2210
|
msgstr ""
|
2181
2211
|
|
@@ -2203,6 +2233,12 @@ msgstr ""
|
|
2203
2233
|
msgid "Default location for subscribed hosts"
|
2204
2234
|
msgstr ""
|
2205
2235
|
|
2236
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2237
|
+
msgstr ""
|
2238
|
+
|
2239
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2240
|
+
msgstr ""
|
2241
|
+
|
2206
2242
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2207
2243
|
msgstr ""
|
2208
2244
|
|
@@ -2257,6 +2293,9 @@ msgstr "Verwijderen"
|
|
2257
2293
|
msgid "Delete Activation Key"
|
2258
2294
|
msgstr ""
|
2259
2295
|
|
2296
|
+
msgid "Delete Flatpak remote?"
|
2297
|
+
msgstr ""
|
2298
|
+
|
2260
2299
|
msgid "Delete Host upon unregister"
|
2261
2300
|
msgstr ""
|
2262
2301
|
|
@@ -2500,12 +2539,18 @@ msgstr ""
|
|
2500
2539
|
msgid "Duration"
|
2501
2540
|
msgstr ""
|
2502
2541
|
|
2542
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2543
|
+
msgstr ""
|
2544
|
+
|
2503
2545
|
msgid "ERRATA ADVISORY"
|
2504
2546
|
msgstr ""
|
2505
2547
|
|
2506
2548
|
msgid "Edit"
|
2507
2549
|
msgstr "Bewerken"
|
2508
2550
|
|
2551
|
+
msgid "Edit Flatpak Remote"
|
2552
|
+
msgstr ""
|
2553
|
+
|
2509
2554
|
msgid "Edit RPM rule"
|
2510
2555
|
msgstr ""
|
2511
2556
|
|
@@ -2965,15 +3010,33 @@ msgstr ""
|
|
2965
3010
|
msgid "Finished"
|
2966
3011
|
msgstr ""
|
2967
3012
|
|
3013
|
+
msgid "Flatpak Remote ${name} created"
|
3014
|
+
msgstr ""
|
3015
|
+
|
3016
|
+
msgid "Flatpak Remote Details"
|
3017
|
+
msgstr ""
|
3018
|
+
|
2968
3019
|
msgid "Flatpak Remotes"
|
2969
3020
|
msgstr ""
|
2970
3021
|
|
3022
|
+
msgid "Flatpak remote could not be deleted: "
|
3023
|
+
msgstr ""
|
3024
|
+
|
3025
|
+
msgid "Flatpak remote deleted"
|
3026
|
+
msgstr ""
|
3027
|
+
|
2971
3028
|
msgid "Flatpak remote numeric identifier"
|
2972
3029
|
msgstr ""
|
2973
3030
|
|
2974
3031
|
msgid "Flatpak remote repository numeric identifier"
|
2975
3032
|
msgstr ""
|
2976
3033
|
|
3034
|
+
msgid "Flatpak remote scan could not be started: "
|
3035
|
+
msgstr ""
|
3036
|
+
|
3037
|
+
msgid "Flatpak remote updated"
|
3038
|
+
msgstr ""
|
3039
|
+
|
2977
3040
|
msgid "Force"
|
2978
3041
|
msgstr ""
|
2979
3042
|
|
@@ -3273,6 +3336,9 @@ msgstr ""
|
|
3273
3336
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3274
3337
|
msgstr ""
|
3275
3338
|
|
3339
|
+
msgid "ID"
|
3340
|
+
msgstr ""
|
3341
|
+
|
3276
3342
|
msgid "ID of a HTTP Proxy"
|
3277
3343
|
msgstr ""
|
3278
3344
|
|
@@ -4001,6 +4067,9 @@ msgstr ""
|
|
4001
4067
|
msgid "Last checkin"
|
4002
4068
|
msgstr ""
|
4003
4069
|
|
4070
|
+
msgid "Last mirrored"
|
4071
|
+
msgstr ""
|
4072
|
+
|
4004
4073
|
msgid "Last published"
|
4005
4074
|
msgstr ""
|
4006
4075
|
|
@@ -4415,6 +4484,9 @@ msgstr ""
|
|
4415
4484
|
msgid "Manage packages"
|
4416
4485
|
msgstr ""
|
4417
4486
|
|
4487
|
+
msgid "Manage repository sets"
|
4488
|
+
msgstr ""
|
4489
|
+
|
4418
4490
|
msgid "Manifest"
|
4419
4491
|
msgstr ""
|
4420
4492
|
|
@@ -4519,12 +4591,21 @@ msgstr ""
|
|
4519
4591
|
msgid "Minimum version"
|
4520
4592
|
msgstr ""
|
4521
4593
|
|
4594
|
+
msgid "Mirror"
|
4595
|
+
msgstr ""
|
4596
|
+
|
4522
4597
|
msgid "Mirror Remote Repository"
|
4523
4598
|
msgstr ""
|
4524
4599
|
|
4600
|
+
msgid "Mirror Repository"
|
4601
|
+
msgstr ""
|
4602
|
+
|
4525
4603
|
msgid "Mirror a flatpak remote repository"
|
4526
4604
|
msgstr ""
|
4527
4605
|
|
4606
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4607
|
+
msgstr ""
|
4608
|
+
|
4528
4609
|
msgid "Missing activation key!"
|
4529
4610
|
msgstr ""
|
4530
4611
|
|
@@ -4567,9 +4648,18 @@ msgstr ""
|
|
4567
4648
|
msgid "Multi-entitlement"
|
4568
4649
|
msgstr ""
|
4569
4650
|
|
4651
|
+
msgid "Multi-environment activation key(s) affected"
|
4652
|
+
msgstr ""
|
4653
|
+
|
4654
|
+
msgid "Multi-environment host(s) affected"
|
4655
|
+
msgstr ""
|
4656
|
+
|
4570
4657
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4571
4658
|
msgstr ""
|
4572
4659
|
|
4660
|
+
msgid "Must be a vaild URL"
|
4661
|
+
msgstr ""
|
4662
|
+
|
4573
4663
|
msgid "N/A"
|
4574
4664
|
msgstr "N/A"
|
4575
4665
|
|
@@ -4633,6 +4723,9 @@ msgstr ""
|
|
4633
4723
|
msgid "Name of the host"
|
4634
4724
|
msgstr ""
|
4635
4725
|
|
4726
|
+
msgid "Name of the product to mirror the remote repository to"
|
4727
|
+
msgstr ""
|
4728
|
+
|
4636
4729
|
msgid "Name of the repository"
|
4637
4730
|
msgstr ""
|
4638
4731
|
|
@@ -4741,6 +4834,9 @@ msgstr ""
|
|
4741
4834
|
msgid "No available repository or filter updates"
|
4742
4835
|
msgstr ""
|
4743
4836
|
|
4837
|
+
msgid "No change"
|
4838
|
+
msgstr ""
|
4839
|
+
|
4744
4840
|
msgid "No content"
|
4745
4841
|
msgstr ""
|
4746
4842
|
|
@@ -5167,6 +5263,9 @@ msgstr ""
|
|
5167
5263
|
msgid "Organization ID is required"
|
5168
5264
|
msgstr ""
|
5169
5265
|
|
5266
|
+
msgid "Organization ID or title"
|
5267
|
+
msgstr ""
|
5268
|
+
|
5170
5269
|
msgid "Organization Information not provided."
|
5171
5270
|
msgstr ""
|
5172
5271
|
|
@@ -5464,6 +5563,9 @@ msgstr ""
|
|
5464
5563
|
msgid "Physical"
|
5465
5564
|
msgstr ""
|
5466
5565
|
|
5566
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5567
|
+
msgstr ""
|
5568
|
+
|
5467
5569
|
msgid "Plan numeric identifier"
|
5468
5570
|
msgstr ""
|
5469
5571
|
|
@@ -5512,9 +5614,6 @@ msgstr ""
|
|
5512
5614
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5513
5615
|
msgstr ""
|
5514
5616
|
|
5515
|
-
msgid "Possible values: %s"
|
5516
|
-
msgstr ""
|
5517
|
-
|
5518
5617
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5519
5618
|
msgstr ""
|
5520
5619
|
|
@@ -6423,6 +6522,9 @@ msgstr ""
|
|
6423
6522
|
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."
|
6424
6523
|
msgstr ""
|
6425
6524
|
|
6525
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6526
|
+
msgstr ""
|
6527
|
+
|
6426
6528
|
msgid "Review and then click {submitBtnText}."
|
6427
6529
|
msgstr ""
|
6428
6530
|
|
@@ -6507,6 +6609,9 @@ msgstr "Opslaan"
|
|
6507
6609
|
msgid "Saving alternate content source..."
|
6508
6610
|
msgstr ""
|
6509
6611
|
|
6612
|
+
msgid "Scan"
|
6613
|
+
msgstr ""
|
6614
|
+
|
6510
6615
|
msgid "Scan a flatpak remote"
|
6511
6616
|
msgstr ""
|
6512
6617
|
|
@@ -6606,6 +6711,9 @@ msgstr ""
|
|
6606
6711
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6607
6712
|
msgstr ""
|
6608
6713
|
|
6714
|
+
msgid "Select a product to mirror the repository into"
|
6715
|
+
msgstr ""
|
6716
|
+
|
6609
6717
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6610
6718
|
msgstr ""
|
6611
6719
|
|
@@ -6699,6 +6807,9 @@ msgstr ""
|
|
6699
6807
|
msgid "Select products to associate to this source."
|
6700
6808
|
msgstr ""
|
6701
6809
|
|
6810
|
+
msgid "Select repository sets"
|
6811
|
+
msgstr ""
|
6812
|
+
|
6702
6813
|
msgid "Select row"
|
6703
6814
|
msgstr ""
|
6704
6815
|
|
@@ -6747,6 +6858,9 @@ msgstr ""
|
|
6747
6858
|
msgid "Service level to be used for autoheal"
|
6748
6859
|
msgstr ""
|
6749
6860
|
|
6861
|
+
msgid "Set content overrides"
|
6862
|
+
msgstr ""
|
6863
|
+
|
6750
6864
|
msgid "Set content overrides for the host"
|
6751
6865
|
msgstr ""
|
6752
6866
|
|
@@ -6762,6 +6876,9 @@ msgstr ""
|
|
6762
6876
|
msgid "Set true to remove an override and reset it to 'default'"
|
6763
6877
|
msgstr ""
|
6764
6878
|
|
6879
|
+
msgid "Set up container registry certs"
|
6880
|
+
msgstr ""
|
6881
|
+
|
6765
6882
|
msgid "Sets the system purpose usage"
|
6766
6883
|
msgstr ""
|
6767
6884
|
|
@@ -7711,6 +7828,9 @@ msgstr ""
|
|
7711
7828
|
msgid "This Content View must be set to Import-only before performing an import"
|
7712
7829
|
msgstr ""
|
7713
7830
|
|
7831
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7832
|
+
msgstr ""
|
7833
|
+
|
7714
7834
|
msgid "This Host is not currently registered with subscription-manager."
|
7715
7835
|
msgstr ""
|
7716
7836
|
|
@@ -7873,6 +7993,9 @@ msgstr ""
|
|
7873
7993
|
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."
|
7874
7994
|
msgstr ""
|
7875
7995
|
|
7996
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7997
|
+
msgstr ""
|
7998
|
+
|
7876
7999
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7877
8000
|
msgstr ""
|
7878
8001
|
|
@@ -7975,6 +8098,9 @@ msgstr ""
|
|
7975
8098
|
msgid "URL of an OSTree repository."
|
7976
8099
|
msgstr ""
|
7977
8100
|
|
8101
|
+
msgid "URL:"
|
8102
|
+
msgstr ""
|
8103
|
+
|
7978
8104
|
msgid "UUID"
|
7979
8105
|
msgstr ""
|
7980
8106
|
|
@@ -8050,6 +8176,9 @@ msgstr ""
|
|
8050
8176
|
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."
|
8051
8177
|
msgstr ""
|
8052
8178
|
|
8179
|
+
msgid "Unable to refresh host-repository mapping"
|
8180
|
+
msgstr ""
|
8181
|
+
|
8053
8182
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8054
8183
|
msgstr ""
|
8055
8184
|
|
@@ -8062,6 +8191,12 @@ msgstr ""
|
|
8062
8191
|
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."
|
8063
8192
|
msgstr ""
|
8064
8193
|
|
8194
|
+
msgid "Unable to update host-repository mapping"
|
8195
|
+
msgstr ""
|
8196
|
+
|
8197
|
+
msgid "Unable to update hosts"
|
8198
|
+
msgstr ""
|
8199
|
+
|
8065
8200
|
msgid "Unable to update the repository list"
|
8066
8201
|
msgstr ""
|
8067
8202
|
|
@@ -8098,6 +8233,9 @@ msgstr ""
|
|
8098
8233
|
msgid "Unregister host %s before assigning an organization"
|
8099
8234
|
msgstr ""
|
8100
8235
|
|
8236
|
+
msgid "Unregister host %s before assigning an organization."
|
8237
|
+
msgstr ""
|
8238
|
+
|
8101
8239
|
msgid "Unregister the host as a subscription consumer"
|
8102
8240
|
msgstr ""
|
8103
8241
|
|
@@ -8368,6 +8506,9 @@ msgstr ""
|
|
8368
8506
|
msgid "Use HTTP proxies"
|
8369
8507
|
msgstr ""
|
8370
8508
|
|
8509
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8510
|
+
msgstr ""
|
8511
|
+
|
8371
8512
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8372
8513
|
msgstr ""
|
8373
8514
|
|
@@ -9139,6 +9280,9 @@ msgstr ""
|
|
9139
9280
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9140
9281
|
msgstr ""
|
9141
9282
|
|
9283
|
+
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."
|
9284
|
+
msgstr ""
|
9285
|
+
|
9142
9286
|
msgid "invalid: Repositories can only require one OS version."
|
9143
9287
|
msgstr ""
|
9144
9288
|
|
Binary file
|