katello 4.16.3 → 4.17.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/hosts/host_and_hostgroup_edit.js +5 -3
- data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
- data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
- data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
- data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
- data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
- data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
- data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
- data/app/lib/actions/katello/content_view/create.rb +3 -0
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
- data/app/lib/actions/katello/content_view/remove.rb +8 -4
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
- data/app/lib/actions/katello/content_view/update.rb +8 -0
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
- data/app/lib/actions/katello/repository/import_upload.rb +5 -0
- data/app/lib/actions/katello/repository/sync.rb +8 -4
- data/app/lib/actions/katello/repository/upload_files.rb +7 -1
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
- data/app/lib/katello/errors.rb +8 -0
- data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
- data/app/models/katello/authorization/repository.rb +11 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
- data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
- data/app/models/katello/content_view.rb +14 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_environment.rb +1 -0
- data/app/models/katello/content_view_version.rb +3 -2
- data/app/models/katello/host/content_facet.rb +18 -5
- data/app/models/katello/product_content.rb +3 -1
- data/app/models/katello/repository.rb +3 -3
- data/app/services/katello/content_unit_indexer.rb +1 -1
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +6 -0
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
- data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
- data/app/services/katello/smart_proxy_helper.rb +6 -1
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
- data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
- data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
- data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
- data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
- data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
- data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
- data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
- data/lib/katello/engine.rb +9 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/tasks/repository.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +3 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +77 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +77 -263
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +77 -263
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +77 -263
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +77 -263
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +91 -277
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +77 -263
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +77 -263
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +77 -263
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +77 -263
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +77 -263
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +77 -263
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +245 -432
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +77 -263
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +906 -1092
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +77 -263
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +77 -263
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +77 -263
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +77 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +77 -263
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +78 -264
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +634 -822
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +474 -662
- data/locale/katello.pot +1194 -1472
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +77 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2125 -2324
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +77 -263
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +77 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +77 -263
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +77 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +77 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +77 -263
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +77 -263
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +77 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +258 -445
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +77 -263
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +77 -263
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +78 -264
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +77 -263
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +77 -263
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +77 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +77 -263
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +77 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +77 -263
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +77 -263
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +77 -263
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +77 -263
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +632 -824
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +78 -264
- data/webpack/ForemanColumnExtensions/index.js +12 -4
- data/webpack/components/ActivationKeysSearch/index.js +6 -7
- data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
- data/webpack/components/Bookmark/Bookmark.scss +3 -3
- data/webpack/components/Bookmark/index.js +7 -2
- data/webpack/components/EditableSwitch.js +1 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
- data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
- data/webpack/components/Errata/index.js +1 -24
- data/webpack/components/Loading.js +10 -6
- data/webpack/components/Packages/index.js +2 -1
- data/webpack/components/SelectAllCheckbox/index.js +7 -3
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
- data/webpack/components/Table/EmptyStateMessage.js +12 -14
- data/webpack/components/Table/MainTable.js +8 -7
- data/webpack/components/Table/MainTable.scss +4 -4
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
- data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
- data/webpack/containers/Application/overrides.scss +7 -7
- data/webpack/ouia_id_check.js +15 -11
- data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
- data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
- data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
- data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
- data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
- data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
- data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
- data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
- metadata +72 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
data/locale/en/katello.po
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"PO-Revision-Date: 2025-05-02 12:55+0000\n"
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
14
|
"Language: \n"
|
@@ -468,9 +468,6 @@ msgstr ""
|
|
468
468
|
msgid "About page"
|
469
469
|
msgstr ""
|
470
470
|
|
471
|
-
msgid "Abstract async task"
|
472
|
-
msgstr ""
|
473
|
-
|
474
471
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
475
472
|
msgstr ""
|
476
473
|
|
@@ -787,6 +784,9 @@ msgstr ""
|
|
787
784
|
msgid "Ansible collections"
|
788
785
|
msgstr ""
|
789
786
|
|
787
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
788
|
+
msgstr ""
|
789
|
+
|
790
790
|
msgid "Applicability Batch Size"
|
791
791
|
msgstr ""
|
792
792
|
|
@@ -814,9 +814,6 @@ msgstr ""
|
|
814
814
|
msgid "Apply errata"
|
815
815
|
msgstr ""
|
816
816
|
|
817
|
-
msgid "Apply erratum"
|
818
|
-
msgstr ""
|
819
|
-
|
820
817
|
msgid "Apply to all repositories in the CV"
|
821
818
|
msgstr ""
|
822
819
|
|
@@ -984,9 +981,6 @@ msgstr ""
|
|
984
981
|
msgid "Auto Publish - Triggered by '%s'"
|
985
982
|
msgstr ""
|
986
983
|
|
987
|
-
msgid "Auto attach subscriptions"
|
988
|
-
msgstr ""
|
989
|
-
|
990
984
|
msgid "Auto publish"
|
991
985
|
msgstr ""
|
992
986
|
|
@@ -1236,13 +1230,19 @@ msgstr ""
|
|
1236
1230
|
msgid "Cannot add repositories to a composite content view"
|
1237
1231
|
msgstr ""
|
1238
1232
|
|
1233
|
+
msgid "Cannot add rolling content view to composite content view"
|
1234
|
+
msgstr ""
|
1235
|
+
|
1236
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1237
|
+
msgstr ""
|
1238
|
+
|
1239
1239
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1240
1240
|
msgstr ""
|
1241
1241
|
|
1242
1242
|
msgid "Cannot associate a component to a non composite content view"
|
1243
1243
|
msgstr ""
|
1244
1244
|
|
1245
|
-
msgid "Cannot be disabled because it is part of a
|
1245
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1246
1246
|
msgstr ""
|
1247
1247
|
|
1248
1248
|
msgid "Cannot calculate name for custom repos"
|
@@ -1464,9 +1464,6 @@ msgstr ""
|
|
1464
1464
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1465
1465
|
msgstr ""
|
1466
1466
|
|
1467
|
-
msgid "Commit upload"
|
1468
|
-
msgstr ""
|
1469
|
-
|
1470
1467
|
msgid "Compare"
|
1471
1468
|
msgstr ""
|
1472
1469
|
|
@@ -1485,9 +1482,6 @@ msgstr ""
|
|
1485
1482
|
msgid "Components"
|
1486
1483
|
msgstr ""
|
1487
1484
|
|
1488
|
-
msgid "Composite"
|
1489
|
-
msgstr ""
|
1490
|
-
|
1491
1485
|
msgid "Composite Content View"
|
1492
1486
|
msgstr ""
|
1493
1487
|
|
@@ -1518,15 +1512,6 @@ msgstr ""
|
|
1518
1512
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1519
1513
|
msgstr ""
|
1520
1514
|
|
1521
|
-
msgid "Consisting of multiple content views"
|
1522
|
-
msgstr ""
|
1523
|
-
|
1524
|
-
msgid "Consists of content views"
|
1525
|
-
msgstr ""
|
1526
|
-
|
1527
|
-
msgid "Consists of repositories"
|
1528
|
-
msgstr ""
|
1529
|
-
|
1530
1515
|
msgid "Consumed"
|
1531
1516
|
msgstr ""
|
1532
1517
|
|
@@ -1563,6 +1548,15 @@ msgstr ""
|
|
1563
1548
|
msgid "Container tags"
|
1564
1549
|
msgstr ""
|
1565
1550
|
|
1551
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1552
|
+
msgstr ""
|
1553
|
+
|
1554
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1555
|
+
msgstr ""
|
1556
|
+
|
1557
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1558
|
+
msgstr ""
|
1559
|
+
|
1566
1560
|
msgid "Content"
|
1567
1561
|
msgstr ""
|
1568
1562
|
|
@@ -1821,27 +1815,15 @@ msgstr ""
|
|
1821
1815
|
msgid "Copy"
|
1822
1816
|
msgstr ""
|
1823
1817
|
|
1824
|
-
msgid "Copy all units"
|
1825
|
-
msgstr ""
|
1826
|
-
|
1827
1818
|
msgid "Copy an activation key"
|
1828
1819
|
msgstr ""
|
1829
1820
|
|
1830
|
-
msgid "Copy content"
|
1831
|
-
msgstr ""
|
1832
|
-
|
1833
1821
|
msgid "Copy content view"
|
1834
1822
|
msgstr ""
|
1835
1823
|
|
1836
1824
|
msgid "Copy to clipboard"
|
1837
1825
|
msgstr ""
|
1838
1826
|
|
1839
|
-
msgid "Copy version"
|
1840
|
-
msgstr ""
|
1841
|
-
|
1842
|
-
msgid "Copy version units to library"
|
1843
|
-
msgstr ""
|
1844
|
-
|
1845
1827
|
msgid "Cores per socket"
|
1846
1828
|
msgstr ""
|
1847
1829
|
|
@@ -2049,21 +2031,12 @@ msgstr ""
|
|
2049
2031
|
msgid "Create content view"
|
2050
2032
|
msgstr ""
|
2051
2033
|
|
2052
|
-
msgid "Create exporter"
|
2053
|
-
msgstr ""
|
2054
|
-
|
2055
2034
|
msgid "Create filter"
|
2056
2035
|
msgstr ""
|
2057
2036
|
|
2058
2037
|
msgid "Create host collection"
|
2059
2038
|
msgstr ""
|
2060
2039
|
|
2061
|
-
msgid "Create import"
|
2062
|
-
msgstr ""
|
2063
|
-
|
2064
|
-
msgid "Create importer"
|
2065
|
-
msgstr ""
|
2066
|
-
|
2067
2040
|
msgid "Create new activation key"
|
2068
2041
|
msgstr ""
|
2069
2042
|
|
@@ -2073,12 +2046,6 @@ msgstr ""
|
|
2073
2046
|
msgid "Create package filter rule"
|
2074
2047
|
msgstr ""
|
2075
2048
|
|
2076
|
-
msgid "Create publication"
|
2077
|
-
msgstr ""
|
2078
|
-
|
2079
|
-
msgid "Create remote"
|
2080
|
-
msgstr ""
|
2081
|
-
|
2082
2049
|
msgid "Create rule"
|
2083
2050
|
msgstr ""
|
2084
2051
|
|
@@ -2196,7 +2163,7 @@ msgstr ""
|
|
2196
2163
|
msgid "Default System SLA"
|
2197
2164
|
msgstr ""
|
2198
2165
|
|
2199
|
-
msgid "Default content view versions cannot be promoted"
|
2166
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2200
2167
|
msgstr ""
|
2201
2168
|
|
2202
2169
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2328,36 +2295,12 @@ msgstr ""
|
|
2328
2295
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2329
2296
|
msgstr ""
|
2330
2297
|
|
2331
|
-
msgid "Delete distributions"
|
2332
|
-
msgstr ""
|
2333
|
-
|
2334
2298
|
msgid "Delete manifest from Red Hat provider"
|
2335
2299
|
msgstr ""
|
2336
2300
|
|
2337
2301
|
msgid "Delete multiple filters from a content view"
|
2338
2302
|
msgstr ""
|
2339
2303
|
|
2340
|
-
msgid "Delete orphan alternate content sources"
|
2341
|
-
msgstr ""
|
2342
|
-
|
2343
|
-
msgid "Delete orphan distributions"
|
2344
|
-
msgstr ""
|
2345
|
-
|
2346
|
-
msgid "Delete orphan remotes"
|
2347
|
-
msgstr ""
|
2348
|
-
|
2349
|
-
msgid "Delete orphan repository versions"
|
2350
|
-
msgstr ""
|
2351
|
-
|
2352
|
-
msgid "Delete orphaned migrated repositories"
|
2353
|
-
msgstr ""
|
2354
|
-
|
2355
|
-
msgid "Delete remote"
|
2356
|
-
msgstr ""
|
2357
|
-
|
2358
|
-
msgid "Delete repository references"
|
2359
|
-
msgstr ""
|
2360
|
-
|
2361
2304
|
msgid "Delete version"
|
2362
2305
|
msgstr ""
|
2363
2306
|
|
@@ -2457,12 +2400,6 @@ msgstr ""
|
|
2457
2400
|
msgid "Destroy an environment in an organization"
|
2458
2401
|
msgstr ""
|
2459
2402
|
|
2460
|
-
msgid "Destroy exporter"
|
2461
|
-
msgstr ""
|
2462
|
-
|
2463
|
-
msgid "Destroy importer"
|
2464
|
-
msgstr ""
|
2465
|
-
|
2466
2403
|
msgid "Destroy one or more alternate content sources"
|
2467
2404
|
msgstr ""
|
2468
2405
|
|
@@ -2511,9 +2448,6 @@ msgstr ""
|
|
2511
2448
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2512
2449
|
msgstr ""
|
2513
2450
|
|
2514
|
-
msgid "Discover"
|
2515
|
-
msgstr ""
|
2516
|
-
|
2517
2451
|
msgid "Discover Repositories"
|
2518
2452
|
msgstr ""
|
2519
2453
|
|
@@ -2709,9 +2643,6 @@ msgstr ""
|
|
2709
2643
|
msgid "Environment cannot be in its own promotion path"
|
2710
2644
|
msgstr ""
|
2711
2645
|
|
2712
|
-
msgid "Environment contents refresh"
|
2713
|
-
msgstr ""
|
2714
|
-
|
2715
2646
|
msgid "Environment identifier"
|
2716
2647
|
msgstr ""
|
2717
2648
|
|
@@ -2751,9 +2682,6 @@ msgstr ""
|
|
2751
2682
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2752
2683
|
msgstr ""
|
2753
2684
|
|
2754
|
-
msgid "Errata mail"
|
2755
|
-
msgstr ""
|
2756
|
-
|
2757
2685
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2758
2686
|
msgstr ""
|
2759
2687
|
|
@@ -2913,9 +2841,6 @@ msgstr ""
|
|
2913
2841
|
msgid "Fetch installable errata for one or more hosts."
|
2914
2842
|
msgstr ""
|
2915
2843
|
|
2916
|
-
msgid "Fetch pxe files"
|
2917
|
-
msgstr ""
|
2918
|
-
|
2919
2844
|
msgid "Fetch traces for one or more hosts"
|
2920
2845
|
msgstr ""
|
2921
2846
|
|
@@ -3009,9 +2934,6 @@ msgstr ""
|
|
3009
2934
|
msgid "Filter versions that are components in the specified composite version"
|
3010
2935
|
msgstr ""
|
3011
2936
|
|
3012
|
-
msgid "Filtered index content"
|
3013
|
-
msgstr ""
|
3014
|
-
|
3015
2937
|
msgid "Filters"
|
3016
2938
|
msgstr ""
|
3017
2939
|
|
@@ -3104,9 +3026,6 @@ msgstr ""
|
|
3104
3026
|
msgid "Generate host applicability"
|
3105
3027
|
msgstr ""
|
3106
3028
|
|
3107
|
-
msgid "Generate metadata"
|
3108
|
-
msgstr ""
|
3109
|
-
|
3110
3029
|
msgid "Generate repository applicability"
|
3111
3030
|
msgstr ""
|
3112
3031
|
|
@@ -3344,12 +3263,6 @@ msgstr ""
|
|
3344
3263
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3345
3264
|
msgstr ""
|
3346
3265
|
|
3347
|
-
msgid "Hypervisors"
|
3348
|
-
msgstr ""
|
3349
|
-
|
3350
|
-
msgid "Hypervisors update"
|
3351
|
-
msgstr ""
|
3352
|
-
|
3353
3266
|
msgid "ID of a HTTP Proxy"
|
3354
3267
|
msgstr ""
|
3355
3268
|
|
@@ -3670,9 +3583,6 @@ msgstr ""
|
|
3670
3583
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3671
3584
|
msgstr ""
|
3672
3585
|
|
3673
|
-
msgid "Import migration"
|
3674
|
-
msgstr ""
|
3675
|
-
|
3676
3586
|
msgid "Import new manifest"
|
3677
3587
|
msgstr ""
|
3678
3588
|
|
@@ -3682,12 +3592,6 @@ msgstr ""
|
|
3682
3592
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3683
3593
|
msgstr ""
|
3684
3594
|
|
3685
|
-
msgid "Import repository upload"
|
3686
|
-
msgstr ""
|
3687
|
-
|
3688
|
-
msgid "Import upload"
|
3689
|
-
msgstr ""
|
3690
|
-
|
3691
3595
|
msgid "Import uploads into a repository"
|
3692
3596
|
msgstr ""
|
3693
3597
|
|
@@ -3754,9 +3658,6 @@ msgstr ""
|
|
3754
3658
|
msgid "Incremental Update incomplete."
|
3755
3659
|
msgstr ""
|
3756
3660
|
|
3757
|
-
msgid "Incremental Update of Content View Version(s) "
|
3758
|
-
msgstr ""
|
3759
|
-
|
3760
3661
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3761
3662
|
msgstr ""
|
3762
3663
|
|
@@ -3769,27 +3670,12 @@ msgstr ""
|
|
3769
3670
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3770
3671
|
msgstr ""
|
3771
3672
|
|
3772
|
-
msgid "Index content"
|
3773
|
-
msgstr ""
|
3774
|
-
|
3775
|
-
msgid "Index errata"
|
3776
|
-
msgstr ""
|
3777
|
-
|
3778
|
-
msgid "Index module streams"
|
3779
|
-
msgstr ""
|
3780
|
-
|
3781
|
-
msgid "Index package groups"
|
3782
|
-
msgstr ""
|
3783
|
-
|
3784
3673
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3785
3674
|
msgstr ""
|
3786
3675
|
|
3787
3676
|
msgid "Inherit from Repository"
|
3788
3677
|
msgstr ""
|
3789
3678
|
|
3790
|
-
msgid "Initialize"
|
3791
|
-
msgstr ""
|
3792
|
-
|
3793
3679
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3794
3680
|
msgstr ""
|
3795
3681
|
|
@@ -3865,9 +3751,6 @@ msgstr ""
|
|
3865
3751
|
msgid "Installing Package..."
|
3866
3752
|
msgstr ""
|
3867
3753
|
|
3868
|
-
msgid "Instance update"
|
3869
|
-
msgstr ""
|
3870
|
-
|
3871
3754
|
msgid "Instance-based"
|
3872
3755
|
msgstr ""
|
3873
3756
|
|
@@ -3976,6 +3859,27 @@ msgstr ""
|
|
3976
3859
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3977
3860
|
msgstr ""
|
3978
3861
|
|
3862
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3863
|
+
msgstr ""
|
3864
|
+
|
3865
|
+
msgid "It's not possible to copy a rolling content view."
|
3866
|
+
msgstr ""
|
3867
|
+
|
3868
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3869
|
+
msgstr ""
|
3870
|
+
|
3871
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3872
|
+
msgstr ""
|
3873
|
+
|
3874
|
+
msgid "It's not possible to export a rolling content view."
|
3875
|
+
msgstr ""
|
3876
|
+
|
3877
|
+
msgid "It's not possible to promote a rolling content view."
|
3878
|
+
msgstr ""
|
3879
|
+
|
3880
|
+
msgid "It's not possible to publish a rolling content view."
|
3881
|
+
msgstr ""
|
3882
|
+
|
3979
3883
|
msgid "Job '${description}' completed"
|
3980
3884
|
msgstr ""
|
3981
3885
|
|
@@ -4594,9 +4498,6 @@ msgstr ""
|
|
4594
4498
|
msgid "Messaging connection"
|
4595
4499
|
msgstr ""
|
4596
4500
|
|
4597
|
-
msgid "Metadata generate"
|
4598
|
-
msgstr ""
|
4599
|
-
|
4600
4501
|
msgid ""
|
4601
4502
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4602
4503
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
@@ -4653,16 +4554,10 @@ msgstr ""
|
|
4653
4554
|
msgid "Multi Content View Environment"
|
4654
4555
|
msgstr ""
|
4655
4556
|
|
4656
|
-
msgid "Multi
|
4657
|
-
msgstr ""
|
4658
|
-
|
4659
|
-
msgid "Multi copy content"
|
4660
|
-
msgstr ""
|
4661
|
-
|
4662
|
-
msgid "Multi copy units"
|
4557
|
+
msgid "Multi-entitlement"
|
4663
4558
|
msgstr ""
|
4664
4559
|
|
4665
|
-
msgid "
|
4560
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4666
4561
|
msgstr ""
|
4667
4562
|
|
4668
4563
|
msgid "N/A"
|
@@ -5292,6 +5187,9 @@ msgstr ""
|
|
5292
5187
|
msgid "Organization required"
|
5293
5188
|
msgstr ""
|
5294
5189
|
|
5190
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5191
|
+
msgstr ""
|
5192
|
+
|
5295
5193
|
msgid "Orphaned Content Protection Time"
|
5296
5194
|
msgstr ""
|
5297
5195
|
|
@@ -5445,6 +5343,9 @@ msgstr ""
|
|
5445
5343
|
msgid "Package Update scheduled by %s"
|
5446
5344
|
msgstr ""
|
5447
5345
|
|
5346
|
+
msgid "Package actions will be transient"
|
5347
|
+
msgstr ""
|
5348
|
+
|
5448
5349
|
msgid "Package group update canceled"
|
5449
5350
|
msgstr ""
|
5450
5351
|
|
@@ -5837,9 +5738,6 @@ msgstr ""
|
|
5837
5738
|
msgid "Pulp task error"
|
5838
5739
|
msgstr ""
|
5839
5740
|
|
5840
|
-
msgid "Purge completed tasks"
|
5841
|
-
msgstr ""
|
5842
|
-
|
5843
5741
|
msgid "Python Package"
|
5844
5742
|
msgstr ""
|
5845
5743
|
|
@@ -5948,9 +5846,6 @@ msgstr ""
|
|
5948
5846
|
msgid "Reclaim Space"
|
5949
5847
|
msgstr ""
|
5950
5848
|
|
5951
|
-
msgid "Reclaim space"
|
5952
|
-
msgstr ""
|
5953
|
-
|
5954
5849
|
msgid "Reclaim space from On Demand repositories"
|
5955
5850
|
msgstr ""
|
5956
5851
|
|
@@ -6011,10 +5906,10 @@ msgstr ""
|
|
6011
5906
|
msgid "Refresh Manifest"
|
6012
5907
|
msgstr ""
|
6013
5908
|
|
6014
|
-
msgid "Refresh
|
5909
|
+
msgid "Refresh RollingCV Repo"
|
6015
5910
|
msgstr ""
|
6016
5911
|
|
6017
|
-
msgid "Refresh all
|
5912
|
+
msgid "Refresh all alternate content sources"
|
6018
5913
|
msgstr ""
|
6019
5914
|
|
6020
5915
|
msgid "Refresh alternate content sources"
|
@@ -6029,27 +5924,15 @@ msgstr ""
|
|
6029
5924
|
msgid "Refresh counts"
|
6030
5925
|
msgstr ""
|
6031
5926
|
|
6032
|
-
msgid "Refresh distribution"
|
6033
|
-
msgstr ""
|
6034
|
-
|
6035
5927
|
msgid "Refresh errata applicability"
|
6036
5928
|
msgstr ""
|
6037
5929
|
|
6038
|
-
msgid "Refresh if needed"
|
6039
|
-
msgstr ""
|
6040
|
-
|
6041
5930
|
msgid "Refresh package applicability"
|
6042
5931
|
msgstr ""
|
6043
5932
|
|
6044
5933
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
6045
5934
|
msgstr ""
|
6046
5935
|
|
6047
|
-
msgid "Refresh remote"
|
6048
|
-
msgstr ""
|
6049
|
-
|
6050
|
-
msgid "Refresh repos"
|
6051
|
-
msgstr ""
|
6052
|
-
|
6053
5936
|
msgid "Refresh source"
|
6054
5937
|
msgstr ""
|
6055
5938
|
|
@@ -6092,9 +5975,6 @@ msgstr ""
|
|
6092
5975
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6093
5976
|
msgstr ""
|
6094
5977
|
|
6095
|
-
msgid "Reindex subscriptions"
|
6096
|
-
msgstr ""
|
6097
|
-
|
6098
5978
|
msgid "Related composite content views"
|
6099
5979
|
msgstr ""
|
6100
5980
|
|
@@ -6191,9 +6071,6 @@ msgstr ""
|
|
6191
6071
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6192
6072
|
msgstr ""
|
6193
6073
|
|
6194
|
-
msgid "Remove orphans"
|
6195
|
-
msgstr ""
|
6196
|
-
|
6197
6074
|
msgid "Remove package group via Katello interface"
|
6198
6075
|
msgstr ""
|
6199
6076
|
|
@@ -6221,12 +6098,6 @@ msgstr ""
|
|
6221
6098
|
msgid "Remove subscriptions from one or more hosts"
|
6222
6099
|
msgstr ""
|
6223
6100
|
|
6224
|
-
msgid "Remove units"
|
6225
|
-
msgstr ""
|
6226
|
-
|
6227
|
-
msgid "Remove unneeded repos"
|
6228
|
-
msgstr ""
|
6229
|
-
|
6230
6101
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6231
6102
|
msgstr ""
|
6232
6103
|
|
@@ -6251,9 +6122,6 @@ msgstr ""
|
|
6251
6122
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6252
6123
|
msgstr ""
|
6253
6124
|
|
6254
|
-
msgid "Repair"
|
6255
|
-
msgstr ""
|
6256
|
-
|
6257
6125
|
msgid "Replace content source on the target machine"
|
6258
6126
|
msgstr ""
|
6259
6127
|
|
@@ -6272,18 +6140,12 @@ msgstr ""
|
|
6272
6140
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6273
6141
|
msgstr ""
|
6274
6142
|
|
6275
|
-
msgid "Repositories certs reset"
|
6276
|
-
msgstr ""
|
6277
|
-
|
6278
6143
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
6279
6144
|
msgstr ""
|
6280
6145
|
|
6281
6146
|
msgid "Repositories from published Content Views are not allowed."
|
6282
6147
|
msgstr ""
|
6283
6148
|
|
6284
|
-
msgid "Repositories gpg reset"
|
6285
|
-
msgstr ""
|
6286
|
-
|
6287
6149
|
msgid "Repository"
|
6288
6150
|
msgstr ""
|
6289
6151
|
|
@@ -6548,7 +6410,7 @@ msgstr ""
|
|
6548
6410
|
msgid "Review affected environments"
|
6549
6411
|
msgstr ""
|
6550
6412
|
|
6551
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6413
|
+
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."
|
6552
6414
|
msgstr ""
|
6553
6415
|
|
6554
6416
|
msgid "Review and then click {submitBtnText}."
|
@@ -6581,6 +6443,12 @@ msgstr ""
|
|
6581
6443
|
msgid "Rollback image digest"
|
6582
6444
|
msgstr ""
|
6583
6445
|
|
6446
|
+
msgid "Rolling content view"
|
6447
|
+
msgstr ""
|
6448
|
+
|
6449
|
+
msgid "Rolling content views"
|
6450
|
+
msgstr ""
|
6451
|
+
|
6584
6452
|
msgid "Rules to be added"
|
6585
6453
|
msgstr ""
|
6586
6454
|
|
@@ -6626,33 +6494,12 @@ msgstr ""
|
|
6626
6494
|
msgid "Save"
|
6627
6495
|
msgstr ""
|
6628
6496
|
|
6629
|
-
msgid "Save artifact"
|
6630
|
-
msgstr ""
|
6631
|
-
|
6632
|
-
msgid "Save distribution references"
|
6633
|
-
msgstr ""
|
6634
|
-
|
6635
|
-
msgid "Save publication"
|
6636
|
-
msgstr ""
|
6637
|
-
|
6638
|
-
msgid "Save version"
|
6639
|
-
msgstr ""
|
6640
|
-
|
6641
|
-
msgid "Save versions"
|
6642
|
-
msgstr ""
|
6643
|
-
|
6644
6497
|
msgid "Saving alternate content source..."
|
6645
6498
|
msgstr ""
|
6646
6499
|
|
6647
6500
|
msgid "Scan a flatpak remote"
|
6648
6501
|
msgstr ""
|
6649
6502
|
|
6650
|
-
msgid "Scan cdn"
|
6651
|
-
msgstr ""
|
6652
|
-
|
6653
|
-
msgid "Scan remote"
|
6654
|
-
msgstr ""
|
6655
|
-
|
6656
6503
|
msgid "Schema version 1"
|
6657
6504
|
msgstr ""
|
6658
6505
|
|
@@ -7034,9 +6881,6 @@ msgstr ""
|
|
7034
6881
|
msgid "Simplified"
|
7035
6882
|
msgstr ""
|
7036
6883
|
|
7037
|
-
msgid "Single content view consisting of e.g. repositories"
|
7038
|
-
msgstr ""
|
7039
|
-
|
7040
6884
|
msgid "Size of file to upload"
|
7041
6885
|
msgstr ""
|
7042
6886
|
|
@@ -7079,6 +6923,9 @@ msgstr ""
|
|
7079
6923
|
msgid "Solve dependencies"
|
7080
6924
|
msgstr ""
|
7081
6925
|
|
6926
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6927
|
+
msgstr ""
|
6928
|
+
|
7082
6929
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7083
6930
|
msgstr ""
|
7084
6931
|
|
@@ -7442,9 +7289,6 @@ msgstr ""
|
|
7442
7289
|
msgid "Supported Content Types"
|
7443
7290
|
msgstr ""
|
7444
7291
|
|
7445
|
-
msgid "Sync"
|
7446
|
-
msgstr ""
|
7447
|
-
|
7448
7292
|
msgid "Sync Canceled"
|
7449
7293
|
msgstr ""
|
7450
7294
|
|
@@ -7499,9 +7343,6 @@ msgstr ""
|
|
7499
7343
|
msgid "Sync all repositories for a product"
|
7500
7344
|
msgstr ""
|
7501
7345
|
|
7502
|
-
msgid "Sync capsule"
|
7503
|
-
msgstr ""
|
7504
|
-
|
7505
7346
|
msgid "Sync complete."
|
7506
7347
|
msgstr ""
|
7507
7348
|
|
@@ -7520,9 +7361,6 @@ msgstr ""
|
|
7520
7361
|
msgid "Sync state"
|
7521
7362
|
msgstr ""
|
7522
7363
|
|
7523
|
-
msgid "Syncable export"
|
7524
|
-
msgstr ""
|
7525
|
-
|
7526
7364
|
msgid "Synced"
|
7527
7365
|
msgstr ""
|
7528
7366
|
|
@@ -7684,6 +7522,9 @@ msgid ""
|
|
7684
7522
|
" %{repos}"
|
7685
7523
|
msgstr ""
|
7686
7524
|
|
7525
|
+
msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
|
7526
|
+
msgstr ""
|
7527
|
+
|
7687
7528
|
msgid "The id of the content source"
|
7688
7529
|
msgstr ""
|
7689
7530
|
|
@@ -8028,9 +7869,6 @@ msgstr ""
|
|
8028
7869
|
msgid "To manage packages, select an action."
|
8029
7870
|
msgstr ""
|
8030
7871
|
|
8031
|
-
msgid "Toggle"
|
8032
|
-
msgstr ""
|
8033
|
-
|
8034
7872
|
msgid "Token/password for the flatpak remote"
|
8035
7873
|
msgstr ""
|
8036
7874
|
|
@@ -8163,6 +8001,12 @@ msgstr ""
|
|
8163
8001
|
msgid "Unable to detect puppet path"
|
8164
8002
|
msgstr ""
|
8165
8003
|
|
8004
|
+
msgid "Unable to find a content view with ID %s"
|
8005
|
+
msgstr ""
|
8006
|
+
|
8007
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8008
|
+
msgstr ""
|
8009
|
+
|
8166
8010
|
msgid "Unable to find product '%s' in organization '%s'"
|
8167
8011
|
msgstr ""
|
8168
8012
|
|
@@ -8322,27 +8166,15 @@ msgstr ""
|
|
8322
8166
|
msgid "Update content counts for the smart proxy"
|
8323
8167
|
msgstr ""
|
8324
8168
|
|
8325
|
-
msgid "Update content urls"
|
8326
|
-
msgstr ""
|
8327
|
-
|
8328
8169
|
msgid "Update content view environments for host"
|
8329
8170
|
msgstr ""
|
8330
8171
|
|
8331
8172
|
msgid "Update content view environments for host %s"
|
8332
8173
|
msgstr ""
|
8333
8174
|
|
8334
|
-
msgid "Update distributions"
|
8335
|
-
msgstr ""
|
8336
|
-
|
8337
8175
|
msgid "Update hosts manually"
|
8338
8176
|
msgstr ""
|
8339
8177
|
|
8340
|
-
msgid "Update http proxy"
|
8341
|
-
msgstr ""
|
8342
|
-
|
8343
|
-
msgid "Update http proxy details"
|
8344
|
-
msgstr ""
|
8345
|
-
|
8346
8178
|
msgid "Update installed packages, enabled repos, module inventory"
|
8347
8179
|
msgstr ""
|
8348
8180
|
|
@@ -8358,21 +8190,12 @@ msgstr ""
|
|
8358
8190
|
msgid "Update packages via Katello interface"
|
8359
8191
|
msgstr ""
|
8360
8192
|
|
8361
|
-
msgid "Update redhat repository"
|
8362
|
-
msgstr ""
|
8363
|
-
|
8364
8193
|
msgid "Update release version for host"
|
8365
8194
|
msgstr ""
|
8366
8195
|
|
8367
8196
|
msgid "Update release version for host %s"
|
8368
8197
|
msgstr ""
|
8369
8198
|
|
8370
|
-
msgid "Update remote"
|
8371
|
-
msgstr ""
|
8372
|
-
|
8373
|
-
msgid "Update repository"
|
8374
|
-
msgstr ""
|
8375
|
-
|
8376
8199
|
msgid "Update services requiring restart"
|
8377
8200
|
msgstr ""
|
8378
8201
|
|
@@ -8463,12 +8286,6 @@ msgstr ""
|
|
8463
8286
|
msgid "Upload a subscription manifest"
|
8464
8287
|
msgstr ""
|
8465
8288
|
|
8466
|
-
msgid "Upload content"
|
8467
|
-
msgstr ""
|
8468
|
-
|
8469
|
-
msgid "Upload file"
|
8470
|
-
msgstr ""
|
8471
|
-
|
8472
8289
|
msgid "Upload into"
|
8473
8290
|
msgstr ""
|
8474
8291
|
|
@@ -8478,9 +8295,6 @@ msgstr ""
|
|
8478
8295
|
msgid "Upload request id"
|
8479
8296
|
msgstr ""
|
8480
8297
|
|
8481
|
-
msgid "Upload tag"
|
8482
|
-
msgstr ""
|
8483
|
-
|
8484
8298
|
msgid "Upstream Candlepin"
|
8485
8299
|
msgstr ""
|
8486
8300
|
|
@@ -8595,9 +8409,6 @@ msgstr ""
|
|
8595
8409
|
msgid "Verify SSL"
|
8596
8410
|
msgstr ""
|
8597
8411
|
|
8598
|
-
msgid "Verify checksum"
|
8599
|
-
msgstr ""
|
8600
|
-
|
8601
8412
|
msgid "Verify checksum for content on smart proxy"
|
8602
8413
|
msgstr ""
|
8603
8414
|
|
@@ -8682,6 +8493,9 @@ msgstr ""
|
|
8682
8493
|
msgid "View content views"
|
8683
8494
|
msgstr ""
|
8684
8495
|
|
8496
|
+
msgid "View details"
|
8497
|
+
msgstr ""
|
8498
|
+
|
8685
8499
|
msgid "View documentation"
|
8686
8500
|
msgstr ""
|
8687
8501
|
|
@@ -8955,6 +8769,9 @@ msgstr ""
|
|
8955
8769
|
msgid "are only allowed for Yum repositories."
|
8956
8770
|
msgstr ""
|
8957
8771
|
|
8772
|
+
msgid "assign a new content source to the hosts"
|
8773
|
+
msgstr ""
|
8774
|
+
|
8958
8775
|
msgid "attempted to sync a non-library repository."
|
8959
8776
|
msgstr ""
|
8960
8777
|
|
@@ -9312,9 +9129,6 @@ msgstr ""
|
|
9312
9129
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9313
9130
|
msgstr ""
|
9314
9131
|
|
9315
|
-
msgid "invalid container image name"
|
9316
|
-
msgstr ""
|
9317
|
-
|
9318
9132
|
msgid "invalid: Repositories can only require one OS version."
|
9319
9133
|
msgstr ""
|
9320
9134
|
|