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/he_IL/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.17.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: ohadlevy <ohadlevy@gmail.com>, 2022\n"
|
@@ -472,9 +472,6 @@ msgstr ""
|
|
472
472
|
msgid "About page"
|
473
473
|
msgstr ""
|
474
474
|
|
475
|
-
msgid "Abstract async task"
|
476
|
-
msgstr ""
|
477
|
-
|
478
475
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
479
476
|
msgstr ""
|
480
477
|
|
@@ -791,6 +788,9 @@ msgstr ""
|
|
791
788
|
msgid "Ansible collections"
|
792
789
|
msgstr ""
|
793
790
|
|
791
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
792
|
+
msgstr ""
|
793
|
+
|
794
794
|
msgid "Applicability Batch Size"
|
795
795
|
msgstr ""
|
796
796
|
|
@@ -818,9 +818,6 @@ msgstr ""
|
|
818
818
|
msgid "Apply errata"
|
819
819
|
msgstr ""
|
820
820
|
|
821
|
-
msgid "Apply erratum"
|
822
|
-
msgstr ""
|
823
|
-
|
824
821
|
msgid "Apply to all repositories in the CV"
|
825
822
|
msgstr ""
|
826
823
|
|
@@ -988,9 +985,6 @@ msgstr ""
|
|
988
985
|
msgid "Auto Publish - Triggered by '%s'"
|
989
986
|
msgstr ""
|
990
987
|
|
991
|
-
msgid "Auto attach subscriptions"
|
992
|
-
msgstr ""
|
993
|
-
|
994
988
|
msgid "Auto publish"
|
995
989
|
msgstr ""
|
996
990
|
|
@@ -1240,13 +1234,19 @@ msgstr ""
|
|
1240
1234
|
msgid "Cannot add repositories to a composite content view"
|
1241
1235
|
msgstr ""
|
1242
1236
|
|
1237
|
+
msgid "Cannot add rolling content view to composite content view"
|
1238
|
+
msgstr ""
|
1239
|
+
|
1240
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1241
|
+
msgstr ""
|
1242
|
+
|
1243
1243
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1244
1244
|
msgstr ""
|
1245
1245
|
|
1246
1246
|
msgid "Cannot associate a component to a non composite content view"
|
1247
1247
|
msgstr ""
|
1248
1248
|
|
1249
|
-
msgid "Cannot be disabled because it is part of a
|
1249
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1250
1250
|
msgstr ""
|
1251
1251
|
|
1252
1252
|
msgid "Cannot calculate name for custom repos"
|
@@ -1468,9 +1468,6 @@ msgstr ""
|
|
1468
1468
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1469
1469
|
msgstr ""
|
1470
1470
|
|
1471
|
-
msgid "Commit upload"
|
1472
|
-
msgstr ""
|
1473
|
-
|
1474
1471
|
msgid "Compare"
|
1475
1472
|
msgstr ""
|
1476
1473
|
|
@@ -1489,9 +1486,6 @@ msgstr ""
|
|
1489
1486
|
msgid "Components"
|
1490
1487
|
msgstr ""
|
1491
1488
|
|
1492
|
-
msgid "Composite"
|
1493
|
-
msgstr ""
|
1494
|
-
|
1495
1489
|
msgid "Composite Content View"
|
1496
1490
|
msgstr ""
|
1497
1491
|
|
@@ -1522,15 +1516,6 @@ msgstr ""
|
|
1522
1516
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1523
1517
|
msgstr ""
|
1524
1518
|
|
1525
|
-
msgid "Consisting of multiple content views"
|
1526
|
-
msgstr ""
|
1527
|
-
|
1528
|
-
msgid "Consists of content views"
|
1529
|
-
msgstr ""
|
1530
|
-
|
1531
|
-
msgid "Consists of repositories"
|
1532
|
-
msgstr ""
|
1533
|
-
|
1534
1519
|
msgid "Consumed"
|
1535
1520
|
msgstr ""
|
1536
1521
|
|
@@ -1567,6 +1552,15 @@ msgstr ""
|
|
1567
1552
|
msgid "Container tags"
|
1568
1553
|
msgstr ""
|
1569
1554
|
|
1555
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1556
|
+
msgstr ""
|
1557
|
+
|
1558
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1559
|
+
msgstr ""
|
1560
|
+
|
1561
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1562
|
+
msgstr ""
|
1563
|
+
|
1570
1564
|
msgid "Content"
|
1571
1565
|
msgstr ""
|
1572
1566
|
|
@@ -1825,27 +1819,15 @@ msgstr ""
|
|
1825
1819
|
msgid "Copy"
|
1826
1820
|
msgstr ""
|
1827
1821
|
|
1828
|
-
msgid "Copy all units"
|
1829
|
-
msgstr ""
|
1830
|
-
|
1831
1822
|
msgid "Copy an activation key"
|
1832
1823
|
msgstr ""
|
1833
1824
|
|
1834
|
-
msgid "Copy content"
|
1835
|
-
msgstr ""
|
1836
|
-
|
1837
1825
|
msgid "Copy content view"
|
1838
1826
|
msgstr ""
|
1839
1827
|
|
1840
1828
|
msgid "Copy to clipboard"
|
1841
1829
|
msgstr ""
|
1842
1830
|
|
1843
|
-
msgid "Copy version"
|
1844
|
-
msgstr ""
|
1845
|
-
|
1846
|
-
msgid "Copy version units to library"
|
1847
|
-
msgstr ""
|
1848
|
-
|
1849
1831
|
msgid "Cores per socket"
|
1850
1832
|
msgstr ""
|
1851
1833
|
|
@@ -2053,21 +2035,12 @@ msgstr ""
|
|
2053
2035
|
msgid "Create content view"
|
2054
2036
|
msgstr ""
|
2055
2037
|
|
2056
|
-
msgid "Create exporter"
|
2057
|
-
msgstr ""
|
2058
|
-
|
2059
2038
|
msgid "Create filter"
|
2060
2039
|
msgstr ""
|
2061
2040
|
|
2062
2041
|
msgid "Create host collection"
|
2063
2042
|
msgstr ""
|
2064
2043
|
|
2065
|
-
msgid "Create import"
|
2066
|
-
msgstr ""
|
2067
|
-
|
2068
|
-
msgid "Create importer"
|
2069
|
-
msgstr ""
|
2070
|
-
|
2071
2044
|
msgid "Create new activation key"
|
2072
2045
|
msgstr ""
|
2073
2046
|
|
@@ -2077,12 +2050,6 @@ msgstr ""
|
|
2077
2050
|
msgid "Create package filter rule"
|
2078
2051
|
msgstr ""
|
2079
2052
|
|
2080
|
-
msgid "Create publication"
|
2081
|
-
msgstr ""
|
2082
|
-
|
2083
|
-
msgid "Create remote"
|
2084
|
-
msgstr ""
|
2085
|
-
|
2086
2053
|
msgid "Create rule"
|
2087
2054
|
msgstr ""
|
2088
2055
|
|
@@ -2200,7 +2167,7 @@ msgstr ""
|
|
2200
2167
|
msgid "Default System SLA"
|
2201
2168
|
msgstr ""
|
2202
2169
|
|
2203
|
-
msgid "Default content view versions cannot be promoted"
|
2170
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2204
2171
|
msgstr ""
|
2205
2172
|
|
2206
2173
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -2332,36 +2299,12 @@ msgstr ""
|
|
2332
2299
|
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."
|
2333
2300
|
msgstr ""
|
2334
2301
|
|
2335
|
-
msgid "Delete distributions"
|
2336
|
-
msgstr ""
|
2337
|
-
|
2338
2302
|
msgid "Delete manifest from Red Hat provider"
|
2339
2303
|
msgstr ""
|
2340
2304
|
|
2341
2305
|
msgid "Delete multiple filters from a content view"
|
2342
2306
|
msgstr ""
|
2343
2307
|
|
2344
|
-
msgid "Delete orphan alternate content sources"
|
2345
|
-
msgstr ""
|
2346
|
-
|
2347
|
-
msgid "Delete orphan distributions"
|
2348
|
-
msgstr ""
|
2349
|
-
|
2350
|
-
msgid "Delete orphan remotes"
|
2351
|
-
msgstr ""
|
2352
|
-
|
2353
|
-
msgid "Delete orphan repository versions"
|
2354
|
-
msgstr ""
|
2355
|
-
|
2356
|
-
msgid "Delete orphaned migrated repositories"
|
2357
|
-
msgstr ""
|
2358
|
-
|
2359
|
-
msgid "Delete remote"
|
2360
|
-
msgstr ""
|
2361
|
-
|
2362
|
-
msgid "Delete repository references"
|
2363
|
-
msgstr ""
|
2364
|
-
|
2365
2308
|
msgid "Delete version"
|
2366
2309
|
msgstr ""
|
2367
2310
|
|
@@ -2461,12 +2404,6 @@ msgstr ""
|
|
2461
2404
|
msgid "Destroy an environment in an organization"
|
2462
2405
|
msgstr ""
|
2463
2406
|
|
2464
|
-
msgid "Destroy exporter"
|
2465
|
-
msgstr ""
|
2466
|
-
|
2467
|
-
msgid "Destroy importer"
|
2468
|
-
msgstr ""
|
2469
|
-
|
2470
2407
|
msgid "Destroy one or more alternate content sources"
|
2471
2408
|
msgstr ""
|
2472
2409
|
|
@@ -2515,9 +2452,6 @@ msgstr ""
|
|
2515
2452
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2516
2453
|
msgstr ""
|
2517
2454
|
|
2518
|
-
msgid "Discover"
|
2519
|
-
msgstr ""
|
2520
|
-
|
2521
2455
|
msgid "Discover Repositories"
|
2522
2456
|
msgstr ""
|
2523
2457
|
|
@@ -2713,9 +2647,6 @@ msgstr ""
|
|
2713
2647
|
msgid "Environment cannot be in its own promotion path"
|
2714
2648
|
msgstr ""
|
2715
2649
|
|
2716
|
-
msgid "Environment contents refresh"
|
2717
|
-
msgstr ""
|
2718
|
-
|
2719
2650
|
msgid "Environment identifier"
|
2720
2651
|
msgstr ""
|
2721
2652
|
|
@@ -2755,9 +2686,6 @@ msgstr ""
|
|
2755
2686
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2756
2687
|
msgstr ""
|
2757
2688
|
|
2758
|
-
msgid "Errata mail"
|
2759
|
-
msgstr ""
|
2760
|
-
|
2761
2689
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2762
2690
|
msgstr ""
|
2763
2691
|
|
@@ -2917,9 +2845,6 @@ msgstr ""
|
|
2917
2845
|
msgid "Fetch installable errata for one or more hosts."
|
2918
2846
|
msgstr ""
|
2919
2847
|
|
2920
|
-
msgid "Fetch pxe files"
|
2921
|
-
msgstr ""
|
2922
|
-
|
2923
2848
|
msgid "Fetch traces for one or more hosts"
|
2924
2849
|
msgstr ""
|
2925
2850
|
|
@@ -3013,9 +2938,6 @@ msgstr ""
|
|
3013
2938
|
msgid "Filter versions that are components in the specified composite version"
|
3014
2939
|
msgstr ""
|
3015
2940
|
|
3016
|
-
msgid "Filtered index content"
|
3017
|
-
msgstr ""
|
3018
|
-
|
3019
2941
|
msgid "Filters"
|
3020
2942
|
msgstr ""
|
3021
2943
|
|
@@ -3108,9 +3030,6 @@ msgstr ""
|
|
3108
3030
|
msgid "Generate host applicability"
|
3109
3031
|
msgstr ""
|
3110
3032
|
|
3111
|
-
msgid "Generate metadata"
|
3112
|
-
msgstr ""
|
3113
|
-
|
3114
3033
|
msgid "Generate repository applicability"
|
3115
3034
|
msgstr ""
|
3116
3035
|
|
@@ -3348,12 +3267,6 @@ msgstr ""
|
|
3348
3267
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3349
3268
|
msgstr ""
|
3350
3269
|
|
3351
|
-
msgid "Hypervisors"
|
3352
|
-
msgstr ""
|
3353
|
-
|
3354
|
-
msgid "Hypervisors update"
|
3355
|
-
msgstr ""
|
3356
|
-
|
3357
3270
|
msgid "ID of a HTTP Proxy"
|
3358
3271
|
msgstr ""
|
3359
3272
|
|
@@ -3674,9 +3587,6 @@ msgstr ""
|
|
3674
3587
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3675
3588
|
msgstr ""
|
3676
3589
|
|
3677
|
-
msgid "Import migration"
|
3678
|
-
msgstr ""
|
3679
|
-
|
3680
3590
|
msgid "Import new manifest"
|
3681
3591
|
msgstr ""
|
3682
3592
|
|
@@ -3686,12 +3596,6 @@ msgstr ""
|
|
3686
3596
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3687
3597
|
msgstr ""
|
3688
3598
|
|
3689
|
-
msgid "Import repository upload"
|
3690
|
-
msgstr ""
|
3691
|
-
|
3692
|
-
msgid "Import upload"
|
3693
|
-
msgstr ""
|
3694
|
-
|
3695
3599
|
msgid "Import uploads into a repository"
|
3696
3600
|
msgstr ""
|
3697
3601
|
|
@@ -3758,9 +3662,6 @@ msgstr ""
|
|
3758
3662
|
msgid "Incremental Update incomplete."
|
3759
3663
|
msgstr ""
|
3760
3664
|
|
3761
|
-
msgid "Incremental Update of Content View Version(s) "
|
3762
|
-
msgstr ""
|
3763
|
-
|
3764
3665
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3765
3666
|
msgstr ""
|
3766
3667
|
|
@@ -3773,27 +3674,12 @@ msgstr ""
|
|
3773
3674
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3774
3675
|
msgstr ""
|
3775
3676
|
|
3776
|
-
msgid "Index content"
|
3777
|
-
msgstr ""
|
3778
|
-
|
3779
|
-
msgid "Index errata"
|
3780
|
-
msgstr ""
|
3781
|
-
|
3782
|
-
msgid "Index module streams"
|
3783
|
-
msgstr ""
|
3784
|
-
|
3785
|
-
msgid "Index package groups"
|
3786
|
-
msgstr ""
|
3787
|
-
|
3788
3677
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3789
3678
|
msgstr ""
|
3790
3679
|
|
3791
3680
|
msgid "Inherit from Repository"
|
3792
3681
|
msgstr ""
|
3793
3682
|
|
3794
|
-
msgid "Initialize"
|
3795
|
-
msgstr ""
|
3796
|
-
|
3797
3683
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3798
3684
|
msgstr ""
|
3799
3685
|
|
@@ -3869,9 +3755,6 @@ msgstr ""
|
|
3869
3755
|
msgid "Installing Package..."
|
3870
3756
|
msgstr ""
|
3871
3757
|
|
3872
|
-
msgid "Instance update"
|
3873
|
-
msgstr ""
|
3874
|
-
|
3875
3758
|
msgid "Instance-based"
|
3876
3759
|
msgstr ""
|
3877
3760
|
|
@@ -3980,6 +3863,27 @@ msgstr ""
|
|
3980
3863
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3981
3864
|
msgstr ""
|
3982
3865
|
|
3866
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3867
|
+
msgstr ""
|
3868
|
+
|
3869
|
+
msgid "It's not possible to copy a rolling content view."
|
3870
|
+
msgstr ""
|
3871
|
+
|
3872
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3873
|
+
msgstr ""
|
3874
|
+
|
3875
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "It's not possible to export a rolling content view."
|
3879
|
+
msgstr ""
|
3880
|
+
|
3881
|
+
msgid "It's not possible to promote a rolling content view."
|
3882
|
+
msgstr ""
|
3883
|
+
|
3884
|
+
msgid "It's not possible to publish a rolling content view."
|
3885
|
+
msgstr ""
|
3886
|
+
|
3983
3887
|
msgid "Job '${description}' completed"
|
3984
3888
|
msgstr ""
|
3985
3889
|
|
@@ -4598,9 +4502,6 @@ msgstr ""
|
|
4598
4502
|
msgid "Messaging connection"
|
4599
4503
|
msgstr ""
|
4600
4504
|
|
4601
|
-
msgid "Metadata generate"
|
4602
|
-
msgstr ""
|
4603
|
-
|
4604
4505
|
msgid ""
|
4605
4506
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4606
4507
|
"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."
|
@@ -4657,16 +4558,10 @@ msgstr ""
|
|
4657
4558
|
msgid "Multi Content View Environment"
|
4658
4559
|
msgstr ""
|
4659
4560
|
|
4660
|
-
msgid "Multi
|
4661
|
-
msgstr ""
|
4662
|
-
|
4663
|
-
msgid "Multi copy content"
|
4664
|
-
msgstr ""
|
4665
|
-
|
4666
|
-
msgid "Multi copy units"
|
4561
|
+
msgid "Multi-entitlement"
|
4667
4562
|
msgstr ""
|
4668
4563
|
|
4669
|
-
msgid "
|
4564
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4670
4565
|
msgstr ""
|
4671
4566
|
|
4672
4567
|
msgid "N/A"
|
@@ -5296,6 +5191,9 @@ msgstr ""
|
|
5296
5191
|
msgid "Organization required"
|
5297
5192
|
msgstr ""
|
5298
5193
|
|
5194
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5195
|
+
msgstr ""
|
5196
|
+
|
5299
5197
|
msgid "Orphaned Content Protection Time"
|
5300
5198
|
msgstr ""
|
5301
5199
|
|
@@ -5449,6 +5347,9 @@ msgstr ""
|
|
5449
5347
|
msgid "Package Update scheduled by %s"
|
5450
5348
|
msgstr ""
|
5451
5349
|
|
5350
|
+
msgid "Package actions will be transient"
|
5351
|
+
msgstr ""
|
5352
|
+
|
5452
5353
|
msgid "Package group update canceled"
|
5453
5354
|
msgstr ""
|
5454
5355
|
|
@@ -5841,9 +5742,6 @@ msgstr ""
|
|
5841
5742
|
msgid "Pulp task error"
|
5842
5743
|
msgstr ""
|
5843
5744
|
|
5844
|
-
msgid "Purge completed tasks"
|
5845
|
-
msgstr ""
|
5846
|
-
|
5847
5745
|
msgid "Python Package"
|
5848
5746
|
msgstr ""
|
5849
5747
|
|
@@ -5952,9 +5850,6 @@ msgstr ""
|
|
5952
5850
|
msgid "Reclaim Space"
|
5953
5851
|
msgstr ""
|
5954
5852
|
|
5955
|
-
msgid "Reclaim space"
|
5956
|
-
msgstr ""
|
5957
|
-
|
5958
5853
|
msgid "Reclaim space from On Demand repositories"
|
5959
5854
|
msgstr ""
|
5960
5855
|
|
@@ -6015,10 +5910,10 @@ msgstr ""
|
|
6015
5910
|
msgid "Refresh Manifest"
|
6016
5911
|
msgstr ""
|
6017
5912
|
|
6018
|
-
msgid "Refresh
|
5913
|
+
msgid "Refresh RollingCV Repo"
|
6019
5914
|
msgstr ""
|
6020
5915
|
|
6021
|
-
msgid "Refresh all
|
5916
|
+
msgid "Refresh all alternate content sources"
|
6022
5917
|
msgstr ""
|
6023
5918
|
|
6024
5919
|
msgid "Refresh alternate content sources"
|
@@ -6033,27 +5928,15 @@ msgstr ""
|
|
6033
5928
|
msgid "Refresh counts"
|
6034
5929
|
msgstr ""
|
6035
5930
|
|
6036
|
-
msgid "Refresh distribution"
|
6037
|
-
msgstr ""
|
6038
|
-
|
6039
5931
|
msgid "Refresh errata applicability"
|
6040
5932
|
msgstr ""
|
6041
5933
|
|
6042
|
-
msgid "Refresh if needed"
|
6043
|
-
msgstr ""
|
6044
|
-
|
6045
5934
|
msgid "Refresh package applicability"
|
6046
5935
|
msgstr ""
|
6047
5936
|
|
6048
5937
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
6049
5938
|
msgstr ""
|
6050
5939
|
|
6051
|
-
msgid "Refresh remote"
|
6052
|
-
msgstr ""
|
6053
|
-
|
6054
|
-
msgid "Refresh repos"
|
6055
|
-
msgstr ""
|
6056
|
-
|
6057
5940
|
msgid "Refresh source"
|
6058
5941
|
msgstr ""
|
6059
5942
|
|
@@ -6096,9 +5979,6 @@ msgstr ""
|
|
6096
5979
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
6097
5980
|
msgstr ""
|
6098
5981
|
|
6099
|
-
msgid "Reindex subscriptions"
|
6100
|
-
msgstr ""
|
6101
|
-
|
6102
5982
|
msgid "Related composite content views"
|
6103
5983
|
msgstr ""
|
6104
5984
|
|
@@ -6195,9 +6075,6 @@ msgstr ""
|
|
6195
6075
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6196
6076
|
msgstr ""
|
6197
6077
|
|
6198
|
-
msgid "Remove orphans"
|
6199
|
-
msgstr ""
|
6200
|
-
|
6201
6078
|
msgid "Remove package group via Katello interface"
|
6202
6079
|
msgstr ""
|
6203
6080
|
|
@@ -6225,12 +6102,6 @@ msgstr ""
|
|
6225
6102
|
msgid "Remove subscriptions from one or more hosts"
|
6226
6103
|
msgstr ""
|
6227
6104
|
|
6228
|
-
msgid "Remove units"
|
6229
|
-
msgstr ""
|
6230
|
-
|
6231
|
-
msgid "Remove unneeded repos"
|
6232
|
-
msgstr ""
|
6233
|
-
|
6234
6105
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6235
6106
|
msgstr ""
|
6236
6107
|
|
@@ -6255,9 +6126,6 @@ msgstr ""
|
|
6255
6126
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6256
6127
|
msgstr ""
|
6257
6128
|
|
6258
|
-
msgid "Repair"
|
6259
|
-
msgstr ""
|
6260
|
-
|
6261
6129
|
msgid "Replace content source on the target machine"
|
6262
6130
|
msgstr ""
|
6263
6131
|
|
@@ -6276,18 +6144,12 @@ msgstr ""
|
|
6276
6144
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6277
6145
|
msgstr ""
|
6278
6146
|
|
6279
|
-
msgid "Repositories certs reset"
|
6280
|
-
msgstr ""
|
6281
|
-
|
6282
6147
|
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."
|
6283
6148
|
msgstr ""
|
6284
6149
|
|
6285
6150
|
msgid "Repositories from published Content Views are not allowed."
|
6286
6151
|
msgstr ""
|
6287
6152
|
|
6288
|
-
msgid "Repositories gpg reset"
|
6289
|
-
msgstr ""
|
6290
|
-
|
6291
6153
|
msgid "Repository"
|
6292
6154
|
msgstr ""
|
6293
6155
|
|
@@ -6552,7 +6414,7 @@ msgstr ""
|
|
6552
6414
|
msgid "Review affected environments"
|
6553
6415
|
msgstr ""
|
6554
6416
|
|
6555
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6417
|
+
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."
|
6556
6418
|
msgstr ""
|
6557
6419
|
|
6558
6420
|
msgid "Review and then click {submitBtnText}."
|
@@ -6585,6 +6447,12 @@ msgstr ""
|
|
6585
6447
|
msgid "Rollback image digest"
|
6586
6448
|
msgstr ""
|
6587
6449
|
|
6450
|
+
msgid "Rolling content view"
|
6451
|
+
msgstr ""
|
6452
|
+
|
6453
|
+
msgid "Rolling content views"
|
6454
|
+
msgstr ""
|
6455
|
+
|
6588
6456
|
msgid "Rules to be added"
|
6589
6457
|
msgstr ""
|
6590
6458
|
|
@@ -6630,33 +6498,12 @@ msgstr ""
|
|
6630
6498
|
msgid "Save"
|
6631
6499
|
msgstr ""
|
6632
6500
|
|
6633
|
-
msgid "Save artifact"
|
6634
|
-
msgstr ""
|
6635
|
-
|
6636
|
-
msgid "Save distribution references"
|
6637
|
-
msgstr ""
|
6638
|
-
|
6639
|
-
msgid "Save publication"
|
6640
|
-
msgstr ""
|
6641
|
-
|
6642
|
-
msgid "Save version"
|
6643
|
-
msgstr ""
|
6644
|
-
|
6645
|
-
msgid "Save versions"
|
6646
|
-
msgstr ""
|
6647
|
-
|
6648
6501
|
msgid "Saving alternate content source..."
|
6649
6502
|
msgstr ""
|
6650
6503
|
|
6651
6504
|
msgid "Scan a flatpak remote"
|
6652
6505
|
msgstr ""
|
6653
6506
|
|
6654
|
-
msgid "Scan cdn"
|
6655
|
-
msgstr ""
|
6656
|
-
|
6657
|
-
msgid "Scan remote"
|
6658
|
-
msgstr ""
|
6659
|
-
|
6660
6507
|
msgid "Schema version 1"
|
6661
6508
|
msgstr ""
|
6662
6509
|
|
@@ -7038,9 +6885,6 @@ msgstr ""
|
|
7038
6885
|
msgid "Simplified"
|
7039
6886
|
msgstr ""
|
7040
6887
|
|
7041
|
-
msgid "Single content view consisting of e.g. repositories"
|
7042
|
-
msgstr ""
|
7043
|
-
|
7044
6888
|
msgid "Size of file to upload"
|
7045
6889
|
msgstr ""
|
7046
6890
|
|
@@ -7083,6 +6927,9 @@ msgstr ""
|
|
7083
6927
|
msgid "Solve dependencies"
|
7084
6928
|
msgstr ""
|
7085
6929
|
|
6930
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6931
|
+
msgstr ""
|
6932
|
+
|
7086
6933
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
7087
6934
|
msgstr ""
|
7088
6935
|
|
@@ -7446,9 +7293,6 @@ msgstr ""
|
|
7446
7293
|
msgid "Supported Content Types"
|
7447
7294
|
msgstr ""
|
7448
7295
|
|
7449
|
-
msgid "Sync"
|
7450
|
-
msgstr ""
|
7451
|
-
|
7452
7296
|
msgid "Sync Canceled"
|
7453
7297
|
msgstr ""
|
7454
7298
|
|
@@ -7503,9 +7347,6 @@ msgstr ""
|
|
7503
7347
|
msgid "Sync all repositories for a product"
|
7504
7348
|
msgstr ""
|
7505
7349
|
|
7506
|
-
msgid "Sync capsule"
|
7507
|
-
msgstr ""
|
7508
|
-
|
7509
7350
|
msgid "Sync complete."
|
7510
7351
|
msgstr ""
|
7511
7352
|
|
@@ -7524,9 +7365,6 @@ msgstr ""
|
|
7524
7365
|
msgid "Sync state"
|
7525
7366
|
msgstr ""
|
7526
7367
|
|
7527
|
-
msgid "Syncable export"
|
7528
|
-
msgstr ""
|
7529
|
-
|
7530
7368
|
msgid "Synced"
|
7531
7369
|
msgstr ""
|
7532
7370
|
|
@@ -7688,6 +7526,9 @@ msgid ""
|
|
7688
7526
|
" %{repos}"
|
7689
7527
|
msgstr ""
|
7690
7528
|
|
7529
|
+
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."
|
7530
|
+
msgstr ""
|
7531
|
+
|
7691
7532
|
msgid "The id of the content source"
|
7692
7533
|
msgstr ""
|
7693
7534
|
|
@@ -8032,9 +7873,6 @@ msgstr ""
|
|
8032
7873
|
msgid "To manage packages, select an action."
|
8033
7874
|
msgstr ""
|
8034
7875
|
|
8035
|
-
msgid "Toggle"
|
8036
|
-
msgstr ""
|
8037
|
-
|
8038
7876
|
msgid "Token/password for the flatpak remote"
|
8039
7877
|
msgstr ""
|
8040
7878
|
|
@@ -8167,6 +8005,12 @@ msgstr ""
|
|
8167
8005
|
msgid "Unable to detect puppet path"
|
8168
8006
|
msgstr ""
|
8169
8007
|
|
8008
|
+
msgid "Unable to find a content view with ID %s"
|
8009
|
+
msgstr ""
|
8010
|
+
|
8011
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8012
|
+
msgstr ""
|
8013
|
+
|
8170
8014
|
msgid "Unable to find product '%s' in organization '%s'"
|
8171
8015
|
msgstr ""
|
8172
8016
|
|
@@ -8326,27 +8170,15 @@ msgstr ""
|
|
8326
8170
|
msgid "Update content counts for the smart proxy"
|
8327
8171
|
msgstr ""
|
8328
8172
|
|
8329
|
-
msgid "Update content urls"
|
8330
|
-
msgstr ""
|
8331
|
-
|
8332
8173
|
msgid "Update content view environments for host"
|
8333
8174
|
msgstr ""
|
8334
8175
|
|
8335
8176
|
msgid "Update content view environments for host %s"
|
8336
8177
|
msgstr ""
|
8337
8178
|
|
8338
|
-
msgid "Update distributions"
|
8339
|
-
msgstr ""
|
8340
|
-
|
8341
8179
|
msgid "Update hosts manually"
|
8342
8180
|
msgstr ""
|
8343
8181
|
|
8344
|
-
msgid "Update http proxy"
|
8345
|
-
msgstr ""
|
8346
|
-
|
8347
|
-
msgid "Update http proxy details"
|
8348
|
-
msgstr ""
|
8349
|
-
|
8350
8182
|
msgid "Update installed packages, enabled repos, module inventory"
|
8351
8183
|
msgstr ""
|
8352
8184
|
|
@@ -8362,21 +8194,12 @@ msgstr ""
|
|
8362
8194
|
msgid "Update packages via Katello interface"
|
8363
8195
|
msgstr ""
|
8364
8196
|
|
8365
|
-
msgid "Update redhat repository"
|
8366
|
-
msgstr ""
|
8367
|
-
|
8368
8197
|
msgid "Update release version for host"
|
8369
8198
|
msgstr ""
|
8370
8199
|
|
8371
8200
|
msgid "Update release version for host %s"
|
8372
8201
|
msgstr ""
|
8373
8202
|
|
8374
|
-
msgid "Update remote"
|
8375
|
-
msgstr ""
|
8376
|
-
|
8377
|
-
msgid "Update repository"
|
8378
|
-
msgstr ""
|
8379
|
-
|
8380
8203
|
msgid "Update services requiring restart"
|
8381
8204
|
msgstr ""
|
8382
8205
|
|
@@ -8467,12 +8290,6 @@ msgstr ""
|
|
8467
8290
|
msgid "Upload a subscription manifest"
|
8468
8291
|
msgstr ""
|
8469
8292
|
|
8470
|
-
msgid "Upload content"
|
8471
|
-
msgstr ""
|
8472
|
-
|
8473
|
-
msgid "Upload file"
|
8474
|
-
msgstr ""
|
8475
|
-
|
8476
8293
|
msgid "Upload into"
|
8477
8294
|
msgstr ""
|
8478
8295
|
|
@@ -8482,9 +8299,6 @@ msgstr ""
|
|
8482
8299
|
msgid "Upload request id"
|
8483
8300
|
msgstr ""
|
8484
8301
|
|
8485
|
-
msgid "Upload tag"
|
8486
|
-
msgstr ""
|
8487
|
-
|
8488
8302
|
msgid "Upstream Candlepin"
|
8489
8303
|
msgstr ""
|
8490
8304
|
|
@@ -8599,9 +8413,6 @@ msgstr ""
|
|
8599
8413
|
msgid "Verify SSL"
|
8600
8414
|
msgstr ""
|
8601
8415
|
|
8602
|
-
msgid "Verify checksum"
|
8603
|
-
msgstr ""
|
8604
|
-
|
8605
8416
|
msgid "Verify checksum for content on smart proxy"
|
8606
8417
|
msgstr ""
|
8607
8418
|
|
@@ -8686,6 +8497,9 @@ msgstr ""
|
|
8686
8497
|
msgid "View content views"
|
8687
8498
|
msgstr ""
|
8688
8499
|
|
8500
|
+
msgid "View details"
|
8501
|
+
msgstr ""
|
8502
|
+
|
8689
8503
|
msgid "View documentation"
|
8690
8504
|
msgstr ""
|
8691
8505
|
|
@@ -8959,6 +8773,9 @@ msgstr ""
|
|
8959
8773
|
msgid "are only allowed for Yum repositories."
|
8960
8774
|
msgstr ""
|
8961
8775
|
|
8776
|
+
msgid "assign a new content source to the hosts"
|
8777
|
+
msgstr ""
|
8778
|
+
|
8962
8779
|
msgid "attempted to sync a non-library repository."
|
8963
8780
|
msgstr ""
|
8964
8781
|
|
@@ -9316,9 +9133,6 @@ msgstr ""
|
|
9316
9133
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9317
9134
|
msgstr ""
|
9318
9135
|
|
9319
|
-
msgid "invalid container image name"
|
9320
|
-
msgstr ""
|
9321
|
-
|
9322
9136
|
msgid "invalid: Repositories can only require one OS version."
|
9323
9137
|
msgstr ""
|
9324
9138
|
|