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
@@ -1233,6 +1233,7 @@ msgstr ""
|
|
1233
1233
|
msgid "Complete Sync"
|
1234
1234
|
msgstr ""
|
1235
1235
|
|
1236
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1236
1237
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
1237
1238
|
msgid "Completed {{ repository.last_sync_words }} ago"
|
1238
1239
|
msgstr ""
|
@@ -3292,6 +3293,11 @@ msgid "Please make sure a Content View is selected."
|
|
3292
3293
|
msgstr ""
|
3293
3294
|
|
3294
3295
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
3296
|
+
msgid ""
|
3297
|
+
"Please select a lifecycle environment. Lifecycle environment and content "
|
3298
|
+
"view must be provided together."
|
3299
|
+
msgstr ""
|
3300
|
+
|
3295
3301
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
3296
3302
|
msgid "Please select an environment."
|
3297
3303
|
msgstr "請選擇一個環境。"
|
@@ -65,9 +65,12 @@ angular.module('Bastion.repositories').controller('NewRepositoryController',
|
|
65
65
|
};
|
66
66
|
|
67
67
|
$scope.repository = new Repository({'product_id': $scope.$stateParams.productId, unprotected: true,
|
68
|
-
'checksum_type': null,
|
69
|
-
'
|
70
|
-
'
|
68
|
+
'checksum_type': null,
|
69
|
+
'verify_ssl_on_sync': true,
|
70
|
+
'download_policy': BastionConfig.defaultDownloadPolicy,
|
71
|
+
'arch': null,
|
72
|
+
'mirroring_policy': null,
|
73
|
+
'include_tags': '', 'exclude_tags': '*-source'});
|
71
74
|
|
72
75
|
$scope.product = Product.get({id: $scope.$stateParams.productId}, function () {
|
73
76
|
$scope.page.loading = false;
|
@@ -99,6 +102,13 @@ angular.module('Bastion.repositories').controller('NewRepositoryController',
|
|
99
102
|
option.value = "";
|
100
103
|
});
|
101
104
|
}
|
105
|
+
/* eslint-disable camelcase */
|
106
|
+
if ($scope.repository.content_type === 'yum') {
|
107
|
+
$scope.repository.mirroring_policy = BastionConfig.defaultYumMirroringPolicy;
|
108
|
+
} else {
|
109
|
+
$scope.repository.mirroring_policy = BastionConfig.defaultNonYumMirroringPolicy;
|
110
|
+
}
|
111
|
+
/* eslint-enable camelcase */
|
102
112
|
});
|
103
113
|
|
104
114
|
$scope.handleFiles = function (element) {
|
@@ -36,6 +36,8 @@ module BastionKatello
|
|
36
36
|
'defaultDownloadPolicy' => !Foreman.in_rake? && db_migrated && Setting['default_download_policy'],
|
37
37
|
'remoteExecutionPresent' => true,
|
38
38
|
'hostToolingEnabled' => true,
|
39
|
+
'defaultYumMirroringPolicy' => !Foreman.in_rake? && db_migrated && Setting['default_yum_mirroring_policy'],
|
40
|
+
'defaultNonYumMirroringPolicy' => !Foreman.in_rake? && db_migrated && Setting['default_non_yum_mirroring_policy'],
|
39
41
|
}
|
40
42
|
end
|
41
43
|
)
|
data/lib/katello/engine.rb
CHANGED
@@ -220,7 +220,6 @@ module Katello
|
|
220
220
|
|
221
221
|
::RemoteExecutionProxySelector.prepend Katello::Concerns::RemoteExecutionProxySelectorExtensions
|
222
222
|
|
223
|
-
load 'katello/repository_types.rb'
|
224
223
|
load 'katello/scheduled_jobs.rb'
|
225
224
|
|
226
225
|
Katello::EventQueue.register_event(Katello::Events::ImportPool::EVENT_TYPE, Katello::Events::ImportPool)
|
@@ -250,7 +250,7 @@ module Katello
|
|
250
250
|
@plugin.permission :view_products,
|
251
251
|
{
|
252
252
|
'katello/products' => [:auto_complete, :auto_complete_search],
|
253
|
-
'katello/api/v2/products' => [:index, :show, :auto_complete_search],
|
253
|
+
'katello/api/v2/products' => [:index, :show, :auto_complete_search, :auto_complete_name],
|
254
254
|
'katello/api/v2/repositories' => [:index, :show, :repository_types, :content_types, :auto_complete_search, :cancel],
|
255
255
|
'katello/api/v2/packages' => [:index, :thindex, :show, :auto_complete_search, :auto_complete_name, :auto_complete_arch, :compare],
|
256
256
|
'katello/api/v2/srpms' => [:index, :show, :auto_complete_search, :compare],
|
data/lib/katello/plugin.rb
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
require 'katello/permission_creator'
|
2
|
-
require 'katello/repository_types'
|
3
2
|
# rubocop:disable Metrics/BlockLength
|
4
3
|
|
5
4
|
Foreman::Plugin.register :katello do
|
@@ -79,6 +78,15 @@ Foreman::Plugin.register :katello do
|
|
79
78
|
:engine => Katello::Engine,
|
80
79
|
:turbolinks => false
|
81
80
|
|
81
|
+
menu :top_menu,
|
82
|
+
:flatpak_remotes,
|
83
|
+
:caption => N_('Flatpak Remotes'),
|
84
|
+
:url_hash => {:controller => 'katello/api/v2/flatpak_remotes',
|
85
|
+
:action => 'index'},
|
86
|
+
:url => '/flatpak_remotes',
|
87
|
+
:engine => Katello::Engine,
|
88
|
+
:turbolinks => false
|
89
|
+
|
82
90
|
divider :top_menu, :caption => N_('Lifecycle'), :parent => :content_menu
|
83
91
|
|
84
92
|
menu :top_menu,
|
@@ -316,7 +324,7 @@ Foreman::Plugin.register :katello do
|
|
316
324
|
extend_allowed_registration_vars :lifecycle_environment_id
|
317
325
|
extend_allowed_registration_vars :force
|
318
326
|
extend_allowed_registration_vars :ignore_subman_errors
|
319
|
-
|
327
|
+
extend_allowed_registration_vars :setup_container_registry_certs
|
320
328
|
extend_page "smart_proxies/show" do |cx|
|
321
329
|
cx.add_pagelet :details_content,
|
322
330
|
:name => _('Storage'),
|
@@ -358,6 +366,8 @@ Foreman::Plugin.register :katello do
|
|
358
366
|
text_method: 'name_and_url',
|
359
367
|
}]
|
360
368
|
download_policies = proc { hashify_parameters(::Katello::RootRepository::DOWNLOAD_POLICIES) }
|
369
|
+
mirroring_policies = proc { hashify_parameters(::Katello::RootRepository::MIRRORING_POLICIES) }
|
370
|
+
non_yum_mirroring_policies = proc { hashify_parameters(::Katello::RootRepository::NON_YUM_MIRRORING_POLICIES) }
|
361
371
|
proxy_download_policies = proc { hashify_parameters(::SmartProxy::DOWNLOAD_POLICIES) }
|
362
372
|
export_formats = proc { hashify_parameters(::Katello::Pulp3::ContentViewVersion::Export::FORMATS) }
|
363
373
|
|
@@ -523,6 +533,20 @@ Foreman::Plugin.register :katello do
|
|
523
533
|
description: N_("Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"),
|
524
534
|
collection: proxy_download_policies
|
525
535
|
|
536
|
+
setting 'default_yum_mirroring_policy',
|
537
|
+
type: :string,
|
538
|
+
default: "mirror_content_only",
|
539
|
+
full_name: N_('Default custom yum repository mirroring policy'),
|
540
|
+
description: N_("Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"),
|
541
|
+
collection: mirroring_policies
|
542
|
+
|
543
|
+
setting 'default_non_yum_mirroring_policy',
|
544
|
+
type: :string,
|
545
|
+
default: "mirror_content_only",
|
546
|
+
full_name: N_('Default custom non-yum repository mirroring policy'),
|
547
|
+
description: N_("Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"),
|
548
|
+
collection: non_yum_mirroring_policies
|
549
|
+
|
526
550
|
setting 'validate_host_lce_content_source_coherence',
|
527
551
|
type: :boolean,
|
528
552
|
default: true,
|
data/lib/katello/version.rb
CHANGED
data/lib/katello.rb
CHANGED
@@ -28,5 +28,29 @@ module ProxyAPI
|
|
28
28
|
rescue => e
|
29
29
|
raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to get users"))
|
30
30
|
end
|
31
|
+
|
32
|
+
def update_hosts(args)
|
33
|
+
# put '/v2/update_hosts/?'
|
34
|
+
@url += "/update_hosts"
|
35
|
+
parse put(args)
|
36
|
+
rescue => e
|
37
|
+
raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to update hosts"))
|
38
|
+
end
|
39
|
+
|
40
|
+
def host_repository_mapping(args)
|
41
|
+
# put '/v2/update_host_repository_mapping/?'
|
42
|
+
@url += "/host_repository_mapping"
|
43
|
+
parse put(args)
|
44
|
+
rescue => e
|
45
|
+
raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to refresh host-repository mapping"))
|
46
|
+
end
|
47
|
+
|
48
|
+
def update_host_repositories(args)
|
49
|
+
# put '/v2/update_host_repositories/?'
|
50
|
+
@url += "/update_host_repositories"
|
51
|
+
parse put(args)
|
52
|
+
rescue => e
|
53
|
+
raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to update host-repository mapping"))
|
54
|
+
end
|
31
55
|
end
|
32
56
|
end
|
Binary file
|
data/locale/bn/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.
|
11
|
+
"Project-Id-Version: katello 4.18.0.pre.master\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
|
@@ -810,6 +810,9 @@ msgstr ""
|
|
810
810
|
msgid "Application"
|
811
811
|
msgstr ""
|
812
812
|
|
813
|
+
msgid "Application name"
|
814
|
+
msgstr ""
|
815
|
+
|
813
816
|
msgid "Apply"
|
814
817
|
msgstr ""
|
815
818
|
|
@@ -1052,6 +1055,9 @@ msgstr ""
|
|
1052
1055
|
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."
|
1053
1056
|
msgstr ""
|
1054
1057
|
|
1058
|
+
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."
|
1059
|
+
msgstr ""
|
1060
|
+
|
1055
1061
|
msgid "Beta"
|
1056
1062
|
msgstr "বিটা"
|
1057
1063
|
|
@@ -1211,6 +1217,9 @@ msgstr ""
|
|
1211
1217
|
msgid "Cannot add composite versions to another composite content view"
|
1212
1218
|
msgstr ""
|
1213
1219
|
|
1220
|
+
msgid "Cannot add container push repositories to a rolling content view"
|
1221
|
+
msgstr ""
|
1222
|
+
|
1214
1223
|
msgid "Cannot add content view environments from a different organization"
|
1215
1224
|
msgstr ""
|
1216
1225
|
|
@@ -1388,6 +1397,12 @@ msgstr ""
|
|
1388
1397
|
msgid "Change host content source"
|
1389
1398
|
msgstr ""
|
1390
1399
|
|
1400
|
+
msgid "Change the status of at least one repository."
|
1401
|
+
msgstr ""
|
1402
|
+
|
1403
|
+
msgid "Changed status"
|
1404
|
+
msgstr ""
|
1405
|
+
|
1391
1406
|
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1392
1407
|
msgstr ""
|
1393
1408
|
|
@@ -1682,6 +1697,9 @@ msgstr ""
|
|
1682
1697
|
msgid "Content override search parameters"
|
1683
1698
|
msgstr ""
|
1684
1699
|
|
1700
|
+
msgid "Content overrides updating."
|
1701
|
+
msgstr ""
|
1702
|
+
|
1685
1703
|
msgid "Content source"
|
1686
1704
|
msgstr ""
|
1687
1705
|
|
@@ -1865,6 +1883,9 @@ msgstr ""
|
|
1865
1883
|
msgid "Could not find environments for promotion"
|
1866
1884
|
msgstr ""
|
1867
1885
|
|
1886
|
+
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
1887
|
+
msgstr ""
|
1888
|
+
|
1868
1889
|
msgid "Could not locate Pulp distribution."
|
1869
1890
|
msgstr ""
|
1870
1891
|
|
@@ -1976,6 +1997,9 @@ msgstr ""
|
|
1976
1997
|
msgid "Create Export History"
|
1977
1998
|
msgstr ""
|
1978
1999
|
|
2000
|
+
msgid "Create Flatpak Remote"
|
2001
|
+
msgstr ""
|
2002
|
+
|
1979
2003
|
msgid "Create Import History"
|
1980
2004
|
msgstr ""
|
1981
2005
|
|
@@ -2168,6 +2192,12 @@ msgstr ""
|
|
2168
2192
|
msgid "Default and Rolling content view versions cannot be promoted"
|
2169
2193
|
msgstr ""
|
2170
2194
|
|
2195
|
+
msgid "Default custom non-yum repository mirroring policy"
|
2196
|
+
msgstr ""
|
2197
|
+
|
2198
|
+
msgid "Default custom yum repository mirroring policy"
|
2199
|
+
msgstr ""
|
2200
|
+
|
2171
2201
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2172
2202
|
msgstr ""
|
2173
2203
|
|
@@ -2195,6 +2225,12 @@ msgstr ""
|
|
2195
2225
|
msgid "Default location for subscribed hosts"
|
2196
2226
|
msgstr ""
|
2197
2227
|
|
2228
|
+
msgid "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')"
|
2229
|
+
msgstr ""
|
2230
|
+
|
2231
|
+
msgid "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')"
|
2232
|
+
msgstr ""
|
2233
|
+
|
2198
2234
|
msgid "Default partitioning table for new Operating Systems created from synced content"
|
2199
2235
|
msgstr ""
|
2200
2236
|
|
@@ -2249,6 +2285,9 @@ msgstr "মুছে ফেলুন"
|
|
2249
2285
|
msgid "Delete Activation Key"
|
2250
2286
|
msgstr ""
|
2251
2287
|
|
2288
|
+
msgid "Delete Flatpak remote?"
|
2289
|
+
msgstr ""
|
2290
|
+
|
2252
2291
|
msgid "Delete Host upon unregister"
|
2253
2292
|
msgstr ""
|
2254
2293
|
|
@@ -2492,12 +2531,18 @@ msgstr ""
|
|
2492
2531
|
msgid "Duration"
|
2493
2532
|
msgstr "অবকাল"
|
2494
2533
|
|
2534
|
+
msgid "During incremental update, the previous content view version '%s' could not be found."
|
2535
|
+
msgstr ""
|
2536
|
+
|
2495
2537
|
msgid "ERRATA ADVISORY"
|
2496
2538
|
msgstr ""
|
2497
2539
|
|
2498
2540
|
msgid "Edit"
|
2499
2541
|
msgstr ""
|
2500
2542
|
|
2543
|
+
msgid "Edit Flatpak Remote"
|
2544
|
+
msgstr ""
|
2545
|
+
|
2501
2546
|
msgid "Edit RPM rule"
|
2502
2547
|
msgstr ""
|
2503
2548
|
|
@@ -2957,15 +3002,33 @@ msgstr ""
|
|
2957
3002
|
msgid "Finished"
|
2958
3003
|
msgstr ""
|
2959
3004
|
|
3005
|
+
msgid "Flatpak Remote ${name} created"
|
3006
|
+
msgstr ""
|
3007
|
+
|
3008
|
+
msgid "Flatpak Remote Details"
|
3009
|
+
msgstr ""
|
3010
|
+
|
2960
3011
|
msgid "Flatpak Remotes"
|
2961
3012
|
msgstr ""
|
2962
3013
|
|
3014
|
+
msgid "Flatpak remote could not be deleted: "
|
3015
|
+
msgstr ""
|
3016
|
+
|
3017
|
+
msgid "Flatpak remote deleted"
|
3018
|
+
msgstr ""
|
3019
|
+
|
2963
3020
|
msgid "Flatpak remote numeric identifier"
|
2964
3021
|
msgstr ""
|
2965
3022
|
|
2966
3023
|
msgid "Flatpak remote repository numeric identifier"
|
2967
3024
|
msgstr ""
|
2968
3025
|
|
3026
|
+
msgid "Flatpak remote scan could not be started: "
|
3027
|
+
msgstr ""
|
3028
|
+
|
3029
|
+
msgid "Flatpak remote updated"
|
3030
|
+
msgstr ""
|
3031
|
+
|
2969
3032
|
msgid "Force"
|
2970
3033
|
msgstr ""
|
2971
3034
|
|
@@ -3265,6 +3328,9 @@ msgstr ""
|
|
3265
3328
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3266
3329
|
msgstr ""
|
3267
3330
|
|
3331
|
+
msgid "ID"
|
3332
|
+
msgstr ""
|
3333
|
+
|
3268
3334
|
msgid "ID of a HTTP Proxy"
|
3269
3335
|
msgstr ""
|
3270
3336
|
|
@@ -3993,6 +4059,9 @@ msgstr ""
|
|
3993
4059
|
msgid "Last checkin"
|
3994
4060
|
msgstr ""
|
3995
4061
|
|
4062
|
+
msgid "Last mirrored"
|
4063
|
+
msgstr ""
|
4064
|
+
|
3996
4065
|
msgid "Last published"
|
3997
4066
|
msgstr ""
|
3998
4067
|
|
@@ -4407,6 +4476,9 @@ msgstr ""
|
|
4407
4476
|
msgid "Manage packages"
|
4408
4477
|
msgstr ""
|
4409
4478
|
|
4479
|
+
msgid "Manage repository sets"
|
4480
|
+
msgstr ""
|
4481
|
+
|
4410
4482
|
msgid "Manifest"
|
4411
4483
|
msgstr ""
|
4412
4484
|
|
@@ -4511,12 +4583,21 @@ msgstr ""
|
|
4511
4583
|
msgid "Minimum version"
|
4512
4584
|
msgstr ""
|
4513
4585
|
|
4586
|
+
msgid "Mirror"
|
4587
|
+
msgstr ""
|
4588
|
+
|
4514
4589
|
msgid "Mirror Remote Repository"
|
4515
4590
|
msgstr ""
|
4516
4591
|
|
4592
|
+
msgid "Mirror Repository"
|
4593
|
+
msgstr ""
|
4594
|
+
|
4517
4595
|
msgid "Mirror a flatpak remote repository"
|
4518
4596
|
msgstr ""
|
4519
4597
|
|
4598
|
+
msgid "Mirroring will import the remote flatpak repository"
|
4599
|
+
msgstr ""
|
4600
|
+
|
4520
4601
|
msgid "Missing activation key!"
|
4521
4602
|
msgstr ""
|
4522
4603
|
|
@@ -4559,9 +4640,18 @@ msgstr ""
|
|
4559
4640
|
msgid "Multi-entitlement"
|
4560
4641
|
msgstr ""
|
4561
4642
|
|
4643
|
+
msgid "Multi-environment activation key(s) affected"
|
4644
|
+
msgstr ""
|
4645
|
+
|
4646
|
+
msgid "Multi-environment host(s) affected"
|
4647
|
+
msgstr ""
|
4648
|
+
|
4562
4649
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4563
4650
|
msgstr ""
|
4564
4651
|
|
4652
|
+
msgid "Must be a vaild URL"
|
4653
|
+
msgstr ""
|
4654
|
+
|
4565
4655
|
msgid "N/A"
|
4566
4656
|
msgstr ""
|
4567
4657
|
|
@@ -4625,6 +4715,9 @@ msgstr ""
|
|
4625
4715
|
msgid "Name of the host"
|
4626
4716
|
msgstr ""
|
4627
4717
|
|
4718
|
+
msgid "Name of the product to mirror the remote repository to"
|
4719
|
+
msgstr ""
|
4720
|
+
|
4628
4721
|
msgid "Name of the repository"
|
4629
4722
|
msgstr ""
|
4630
4723
|
|
@@ -4733,6 +4826,9 @@ msgstr ""
|
|
4733
4826
|
msgid "No available repository or filter updates"
|
4734
4827
|
msgstr ""
|
4735
4828
|
|
4829
|
+
msgid "No change"
|
4830
|
+
msgstr ""
|
4831
|
+
|
4736
4832
|
msgid "No content"
|
4737
4833
|
msgstr ""
|
4738
4834
|
|
@@ -5159,6 +5255,9 @@ msgstr ""
|
|
5159
5255
|
msgid "Organization ID is required"
|
5160
5256
|
msgstr ""
|
5161
5257
|
|
5258
|
+
msgid "Organization ID or title"
|
5259
|
+
msgstr ""
|
5260
|
+
|
5162
5261
|
msgid "Organization Information not provided."
|
5163
5262
|
msgstr ""
|
5164
5263
|
|
@@ -5456,6 +5555,9 @@ msgstr "অনুমতি প্রত্যাখ্যান করা হয়
|
|
5456
5555
|
msgid "Physical"
|
5457
5556
|
msgstr ""
|
5458
5557
|
|
5558
|
+
msgid "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password."
|
5559
|
+
msgstr ""
|
5560
|
+
|
5459
5561
|
msgid "Plan numeric identifier"
|
5460
5562
|
msgstr ""
|
5461
5563
|
|
@@ -5504,9 +5606,6 @@ msgstr ""
|
|
5504
5606
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5505
5607
|
msgstr ""
|
5506
5608
|
|
5507
|
-
msgid "Possible values: %s"
|
5508
|
-
msgstr ""
|
5509
|
-
|
5510
5609
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
5511
5610
|
msgstr ""
|
5512
5611
|
|
@@ -6415,6 +6514,9 @@ msgstr ""
|
|
6415
6514
|
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."
|
6416
6515
|
msgstr ""
|
6417
6516
|
|
6517
|
+
msgid "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts."
|
6518
|
+
msgstr ""
|
6519
|
+
|
6418
6520
|
msgid "Review and then click {submitBtnText}."
|
6419
6521
|
msgstr ""
|
6420
6522
|
|
@@ -6499,6 +6601,9 @@ msgstr ""
|
|
6499
6601
|
msgid "Saving alternate content source..."
|
6500
6602
|
msgstr ""
|
6501
6603
|
|
6604
|
+
msgid "Scan"
|
6605
|
+
msgstr ""
|
6606
|
+
|
6502
6607
|
msgid "Scan a flatpak remote"
|
6503
6608
|
msgstr ""
|
6504
6609
|
|
@@ -6598,6 +6703,9 @@ msgstr ""
|
|
6598
6703
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6599
6704
|
msgstr ""
|
6600
6705
|
|
6706
|
+
msgid "Select a product to mirror the repository into"
|
6707
|
+
msgstr ""
|
6708
|
+
|
6601
6709
|
msgid "Select a provider to install katello-host-tools-tracer"
|
6602
6710
|
msgstr ""
|
6603
6711
|
|
@@ -6691,6 +6799,9 @@ msgstr ""
|
|
6691
6799
|
msgid "Select products to associate to this source."
|
6692
6800
|
msgstr ""
|
6693
6801
|
|
6802
|
+
msgid "Select repository sets"
|
6803
|
+
msgstr ""
|
6804
|
+
|
6694
6805
|
msgid "Select row"
|
6695
6806
|
msgstr ""
|
6696
6807
|
|
@@ -6739,6 +6850,9 @@ msgstr ""
|
|
6739
6850
|
msgid "Service level to be used for autoheal"
|
6740
6851
|
msgstr ""
|
6741
6852
|
|
6853
|
+
msgid "Set content overrides"
|
6854
|
+
msgstr ""
|
6855
|
+
|
6742
6856
|
msgid "Set content overrides for the host"
|
6743
6857
|
msgstr ""
|
6744
6858
|
|
@@ -6754,6 +6868,9 @@ msgstr ""
|
|
6754
6868
|
msgid "Set true to remove an override and reset it to 'default'"
|
6755
6869
|
msgstr ""
|
6756
6870
|
|
6871
|
+
msgid "Set up container registry certs"
|
6872
|
+
msgstr ""
|
6873
|
+
|
6757
6874
|
msgid "Sets the system purpose usage"
|
6758
6875
|
msgstr ""
|
6759
6876
|
|
@@ -7703,6 +7820,9 @@ msgstr ""
|
|
7703
7820
|
msgid "This Content View must be set to Import-only before performing an import"
|
7704
7821
|
msgstr ""
|
7705
7822
|
|
7823
|
+
msgid "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use"
|
7824
|
+
msgstr ""
|
7825
|
+
|
7706
7826
|
msgid "This Host is not currently registered with subscription-manager."
|
7707
7827
|
msgstr ""
|
7708
7828
|
|
@@ -7865,6 +7985,9 @@ msgstr ""
|
|
7865
7985
|
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."
|
7866
7986
|
msgstr ""
|
7867
7987
|
|
7988
|
+
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
7989
|
+
msgstr ""
|
7990
|
+
|
7868
7991
|
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7869
7992
|
msgstr ""
|
7870
7993
|
|
@@ -7967,6 +8090,9 @@ msgstr ""
|
|
7967
8090
|
msgid "URL of an OSTree repository."
|
7968
8091
|
msgstr ""
|
7969
8092
|
|
8093
|
+
msgid "URL:"
|
8094
|
+
msgstr ""
|
8095
|
+
|
7970
8096
|
msgid "UUID"
|
7971
8097
|
msgstr ""
|
7972
8098
|
|
@@ -8042,6 +8168,9 @@ msgstr ""
|
|
8042
8168
|
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."
|
8043
8169
|
msgstr ""
|
8044
8170
|
|
8171
|
+
msgid "Unable to refresh host-repository mapping"
|
8172
|
+
msgstr ""
|
8173
|
+
|
8045
8174
|
msgid "Unable to send errata e-mail notification: %{error}"
|
8046
8175
|
msgstr ""
|
8047
8176
|
|
@@ -8054,6 +8183,12 @@ msgstr ""
|
|
8054
8183
|
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."
|
8055
8184
|
msgstr ""
|
8056
8185
|
|
8186
|
+
msgid "Unable to update host-repository mapping"
|
8187
|
+
msgstr ""
|
8188
|
+
|
8189
|
+
msgid "Unable to update hosts"
|
8190
|
+
msgstr ""
|
8191
|
+
|
8057
8192
|
msgid "Unable to update the repository list"
|
8058
8193
|
msgstr ""
|
8059
8194
|
|
@@ -8090,6 +8225,9 @@ msgstr ""
|
|
8090
8225
|
msgid "Unregister host %s before assigning an organization"
|
8091
8226
|
msgstr ""
|
8092
8227
|
|
8228
|
+
msgid "Unregister host %s before assigning an organization."
|
8229
|
+
msgstr ""
|
8230
|
+
|
8093
8231
|
msgid "Unregister the host as a subscription consumer"
|
8094
8232
|
msgstr ""
|
8095
8233
|
|
@@ -8360,6 +8498,9 @@ msgstr ""
|
|
8360
8498
|
msgid "Use HTTP proxies"
|
8361
8499
|
msgstr ""
|
8362
8500
|
|
8501
|
+
msgid "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host"
|
8502
|
+
msgstr ""
|
8503
|
+
|
8363
8504
|
msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
|
8364
8505
|
msgstr ""
|
8365
8506
|
|
@@ -9131,6 +9272,9 @@ msgstr "প্যাকেজ ইনস্টল করা হচ্ছে..."
|
|
9131
9272
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9132
9273
|
msgstr ""
|
9133
9274
|
|
9275
|
+
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."
|
9276
|
+
msgstr ""
|
9277
|
+
|
9134
9278
|
msgid "invalid: Repositories can only require one OS version."
|
9135
9279
|
msgstr ""
|
9136
9280
|
|
Binary file
|