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
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.
|
6
|
+
"Project-Id-Version": "katello 4.17.0.pre.master",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
9
|
"Last-Translator": "Andika Triwidada <andika@gmail.com>, 2024",
|
@@ -465,9 +465,6 @@
|
|
465
465
|
"About page": [
|
466
466
|
""
|
467
467
|
],
|
468
|
-
"Abstract async task": [
|
469
|
-
""
|
470
|
-
],
|
471
468
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
472
469
|
""
|
473
470
|
],
|
@@ -780,6 +777,9 @@
|
|
780
777
|
"Ansible collections": [
|
781
778
|
""
|
782
779
|
],
|
780
|
+
"Any updates to image mode host(s) will be lost on the next reboot.": [
|
781
|
+
""
|
782
|
+
],
|
783
783
|
"Applicability Batch Size": [
|
784
784
|
""
|
785
785
|
],
|
@@ -807,9 +807,6 @@
|
|
807
807
|
"Apply errata": [
|
808
808
|
""
|
809
809
|
],
|
810
|
-
"Apply erratum": [
|
811
|
-
""
|
812
|
-
],
|
813
810
|
"Apply to all repositories in the CV": [
|
814
811
|
""
|
815
812
|
],
|
@@ -976,9 +973,6 @@
|
|
976
973
|
"Auto Publish - Triggered by '%s'": [
|
977
974
|
""
|
978
975
|
],
|
979
|
-
"Auto attach subscriptions": [
|
980
|
-
""
|
981
|
-
],
|
982
976
|
"Auto publish": [
|
983
977
|
""
|
984
978
|
],
|
@@ -1228,13 +1222,19 @@
|
|
1228
1222
|
"Cannot add repositories to a composite content view": [
|
1229
1223
|
""
|
1230
1224
|
],
|
1225
|
+
"Cannot add rolling content view to composite content view": [
|
1226
|
+
""
|
1227
|
+
],
|
1228
|
+
"Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
|
1229
|
+
""
|
1230
|
+
],
|
1231
1231
|
"Cannot associate a Red Hat provider with a custom product": [
|
1232
1232
|
""
|
1233
1233
|
],
|
1234
1234
|
"Cannot associate a component to a non composite content view": [
|
1235
1235
|
""
|
1236
1236
|
],
|
1237
|
-
"Cannot be disabled because it is part of a
|
1237
|
+
"Cannot be disabled because it is part of a content view": [
|
1238
1238
|
""
|
1239
1239
|
],
|
1240
1240
|
"Cannot calculate name for custom repos": [
|
@@ -1456,9 +1456,6 @@
|
|
1456
1456
|
"Comma-separated list of tags to sync for a container image repository": [
|
1457
1457
|
""
|
1458
1458
|
],
|
1459
|
-
"Commit upload": [
|
1460
|
-
""
|
1461
|
-
],
|
1462
1459
|
"Compare": [
|
1463
1460
|
""
|
1464
1461
|
],
|
@@ -1477,9 +1474,6 @@
|
|
1477
1474
|
"Components": [
|
1478
1475
|
"Komponen"
|
1479
1476
|
],
|
1480
|
-
"Composite": [
|
1481
|
-
""
|
1482
|
-
],
|
1483
1477
|
"Composite Content View": [
|
1484
1478
|
""
|
1485
1479
|
],
|
@@ -1510,15 +1504,6 @@
|
|
1510
1504
|
"Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
|
1511
1505
|
""
|
1512
1506
|
],
|
1513
|
-
"Consisting of multiple content views": [
|
1514
|
-
""
|
1515
|
-
],
|
1516
|
-
"Consists of content views": [
|
1517
|
-
""
|
1518
|
-
],
|
1519
|
-
"Consists of repositories": [
|
1520
|
-
""
|
1521
|
-
],
|
1522
1507
|
"Consumed": [
|
1523
1508
|
""
|
1524
1509
|
],
|
@@ -1555,6 +1540,15 @@
|
|
1555
1540
|
"Container tags": [
|
1556
1541
|
""
|
1557
1542
|
],
|
1543
|
+
"Contains content views. You must choose the version to use for each content view.": [
|
1544
|
+
""
|
1545
|
+
],
|
1546
|
+
"Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
|
1547
|
+
""
|
1548
|
+
],
|
1549
|
+
"Contains repositories. Versions are published and optionally filtered.": [
|
1550
|
+
""
|
1551
|
+
],
|
1558
1552
|
"Content": [
|
1559
1553
|
""
|
1560
1554
|
],
|
@@ -1813,27 +1807,15 @@
|
|
1813
1807
|
"Copy": [
|
1814
1808
|
""
|
1815
1809
|
],
|
1816
|
-
"Copy all units": [
|
1817
|
-
""
|
1818
|
-
],
|
1819
1810
|
"Copy an activation key": [
|
1820
1811
|
""
|
1821
1812
|
],
|
1822
|
-
"Copy content": [
|
1823
|
-
""
|
1824
|
-
],
|
1825
1813
|
"Copy content view": [
|
1826
1814
|
""
|
1827
1815
|
],
|
1828
1816
|
"Copy to clipboard": [
|
1829
1817
|
""
|
1830
1818
|
],
|
1831
|
-
"Copy version": [
|
1832
|
-
""
|
1833
|
-
],
|
1834
|
-
"Copy version units to library": [
|
1835
|
-
""
|
1836
|
-
],
|
1837
1819
|
"Cores per socket": [
|
1838
1820
|
""
|
1839
1821
|
],
|
@@ -2041,21 +2023,12 @@
|
|
2041
2023
|
"Create content view": [
|
2042
2024
|
""
|
2043
2025
|
],
|
2044
|
-
"Create exporter": [
|
2045
|
-
""
|
2046
|
-
],
|
2047
2026
|
"Create filter": [
|
2048
2027
|
""
|
2049
2028
|
],
|
2050
2029
|
"Create host collection": [
|
2051
2030
|
""
|
2052
2031
|
],
|
2053
|
-
"Create import": [
|
2054
|
-
""
|
2055
|
-
],
|
2056
|
-
"Create importer": [
|
2057
|
-
""
|
2058
|
-
],
|
2059
2032
|
"Create new activation key": [
|
2060
2033
|
""
|
2061
2034
|
],
|
@@ -2065,12 +2038,6 @@
|
|
2065
2038
|
"Create package filter rule": [
|
2066
2039
|
""
|
2067
2040
|
],
|
2068
|
-
"Create publication": [
|
2069
|
-
""
|
2070
|
-
],
|
2071
|
-
"Create remote": [
|
2072
|
-
""
|
2073
|
-
],
|
2074
2041
|
"Create rule": [
|
2075
2042
|
""
|
2076
2043
|
],
|
@@ -2188,7 +2155,7 @@
|
|
2188
2155
|
"Default System SLA": [
|
2189
2156
|
""
|
2190
2157
|
],
|
2191
|
-
"Default content view versions cannot be promoted": [
|
2158
|
+
"Default and Rolling content view versions cannot be promoted": [
|
2192
2159
|
""
|
2193
2160
|
],
|
2194
2161
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
|
@@ -2320,36 +2287,12 @@
|
|
2320
2287
|
"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.": [
|
2321
2288
|
""
|
2322
2289
|
],
|
2323
|
-
"Delete distributions": [
|
2324
|
-
""
|
2325
|
-
],
|
2326
2290
|
"Delete manifest from Red Hat provider": [
|
2327
2291
|
""
|
2328
2292
|
],
|
2329
2293
|
"Delete multiple filters from a content view": [
|
2330
2294
|
""
|
2331
2295
|
],
|
2332
|
-
"Delete orphan alternate content sources": [
|
2333
|
-
""
|
2334
|
-
],
|
2335
|
-
"Delete orphan distributions": [
|
2336
|
-
""
|
2337
|
-
],
|
2338
|
-
"Delete orphan remotes": [
|
2339
|
-
""
|
2340
|
-
],
|
2341
|
-
"Delete orphan repository versions": [
|
2342
|
-
""
|
2343
|
-
],
|
2344
|
-
"Delete orphaned migrated repositories": [
|
2345
|
-
""
|
2346
|
-
],
|
2347
|
-
"Delete remote": [
|
2348
|
-
""
|
2349
|
-
],
|
2350
|
-
"Delete repository references": [
|
2351
|
-
""
|
2352
|
-
],
|
2353
2296
|
"Delete version": [
|
2354
2297
|
""
|
2355
2298
|
],
|
@@ -2449,12 +2392,6 @@
|
|
2449
2392
|
"Destroy an environment in an organization": [
|
2450
2393
|
""
|
2451
2394
|
],
|
2452
|
-
"Destroy exporter": [
|
2453
|
-
""
|
2454
|
-
],
|
2455
|
-
"Destroy importer": [
|
2456
|
-
""
|
2457
|
-
],
|
2458
2395
|
"Destroy one or more alternate content sources": [
|
2459
2396
|
""
|
2460
2397
|
],
|
@@ -2503,9 +2440,6 @@
|
|
2503
2440
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2504
2441
|
""
|
2505
2442
|
],
|
2506
|
-
"Discover": [
|
2507
|
-
""
|
2508
|
-
],
|
2509
2443
|
"Discover Repositories": [
|
2510
2444
|
""
|
2511
2445
|
],
|
@@ -2701,9 +2635,6 @@
|
|
2701
2635
|
"Environment cannot be in its own promotion path": [
|
2702
2636
|
""
|
2703
2637
|
],
|
2704
|
-
"Environment contents refresh": [
|
2705
|
-
""
|
2706
|
-
],
|
2707
2638
|
"Environment identifier": [
|
2708
2639
|
""
|
2709
2640
|
],
|
@@ -2743,9 +2674,6 @@
|
|
2743
2674
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2744
2675
|
""
|
2745
2676
|
],
|
2746
|
-
"Errata mail": [
|
2747
|
-
""
|
2748
|
-
],
|
2749
2677
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2750
2678
|
""
|
2751
2679
|
],
|
@@ -2905,9 +2833,6 @@
|
|
2905
2833
|
"Fetch installable errata for one or more hosts.": [
|
2906
2834
|
""
|
2907
2835
|
],
|
2908
|
-
"Fetch pxe files": [
|
2909
|
-
""
|
2910
|
-
],
|
2911
2836
|
"Fetch traces for one or more hosts": [
|
2912
2837
|
""
|
2913
2838
|
],
|
@@ -3001,9 +2926,6 @@
|
|
3001
2926
|
"Filter versions that are components in the specified composite version": [
|
3002
2927
|
""
|
3003
2928
|
],
|
3004
|
-
"Filtered index content": [
|
3005
|
-
""
|
3006
|
-
],
|
3007
2929
|
"Filters": [
|
3008
2930
|
""
|
3009
2931
|
],
|
@@ -3094,9 +3016,6 @@
|
|
3094
3016
|
"Generate host applicability": [
|
3095
3017
|
""
|
3096
3018
|
],
|
3097
|
-
"Generate metadata": [
|
3098
|
-
""
|
3099
|
-
],
|
3100
3019
|
"Generate repository applicability": [
|
3101
3020
|
""
|
3102
3021
|
],
|
@@ -3334,12 +3253,6 @@
|
|
3334
3253
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3335
3254
|
""
|
3336
3255
|
],
|
3337
|
-
"Hypervisors": [
|
3338
|
-
""
|
3339
|
-
],
|
3340
|
-
"Hypervisors update": [
|
3341
|
-
""
|
3342
|
-
],
|
3343
3256
|
"ID of a HTTP Proxy": [
|
3344
3257
|
""
|
3345
3258
|
],
|
@@ -3658,9 +3571,6 @@
|
|
3658
3571
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3659
3572
|
""
|
3660
3573
|
],
|
3661
|
-
"Import migration": [
|
3662
|
-
""
|
3663
|
-
],
|
3664
3574
|
"Import new manifest": [
|
3665
3575
|
""
|
3666
3576
|
],
|
@@ -3670,12 +3580,6 @@
|
|
3670
3580
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3671
3581
|
""
|
3672
3582
|
],
|
3673
|
-
"Import repository upload": [
|
3674
|
-
""
|
3675
|
-
],
|
3676
|
-
"Import upload": [
|
3677
|
-
""
|
3678
|
-
],
|
3679
3583
|
"Import uploads into a repository": [
|
3680
3584
|
""
|
3681
3585
|
],
|
@@ -3742,9 +3646,6 @@
|
|
3742
3646
|
"Incremental Update incomplete.": [
|
3743
3647
|
""
|
3744
3648
|
],
|
3745
|
-
"Incremental Update of Content View Version(s) ": [
|
3746
|
-
""
|
3747
|
-
],
|
3748
3649
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3749
3650
|
""
|
3750
3651
|
],
|
@@ -3757,27 +3658,12 @@
|
|
3757
3658
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3758
3659
|
""
|
3759
3660
|
],
|
3760
|
-
"Index content": [
|
3761
|
-
""
|
3762
|
-
],
|
3763
|
-
"Index errata": [
|
3764
|
-
""
|
3765
|
-
],
|
3766
|
-
"Index module streams": [
|
3767
|
-
""
|
3768
|
-
],
|
3769
|
-
"Index package groups": [
|
3770
|
-
""
|
3771
|
-
],
|
3772
3661
|
"Informable Type must be one of the following [ %{list} ]": [
|
3773
3662
|
""
|
3774
3663
|
],
|
3775
3664
|
"Inherit from Repository": [
|
3776
3665
|
""
|
3777
3666
|
],
|
3778
|
-
"Initialize": [
|
3779
|
-
""
|
3780
|
-
],
|
3781
3667
|
"Initiate a sync of the products attached to the sync plan": [
|
3782
3668
|
""
|
3783
3669
|
],
|
@@ -3853,9 +3739,6 @@
|
|
3853
3739
|
"Installing Package...": [
|
3854
3740
|
""
|
3855
3741
|
],
|
3856
|
-
"Instance update": [
|
3857
|
-
""
|
3858
|
-
],
|
3859
3742
|
"Instance-based": [
|
3860
3743
|
""
|
3861
3744
|
],
|
@@ -3964,6 +3847,27 @@
|
|
3964
3847
|
"It is only allowed for Non-Redhat Yum repositories.": [
|
3965
3848
|
""
|
3966
3849
|
],
|
3850
|
+
"It's not possible to bulk remove versions from a rolling content view.": [
|
3851
|
+
""
|
3852
|
+
],
|
3853
|
+
"It's not possible to copy a rolling content view.": [
|
3854
|
+
""
|
3855
|
+
],
|
3856
|
+
"It's not possible to create a filter for a rolling content view.": [
|
3857
|
+
""
|
3858
|
+
],
|
3859
|
+
"It's not possible to destroy a version of a rolling content view.": [
|
3860
|
+
""
|
3861
|
+
],
|
3862
|
+
"It's not possible to export a rolling content view.": [
|
3863
|
+
""
|
3864
|
+
],
|
3865
|
+
"It's not possible to promote a rolling content view.": [
|
3866
|
+
""
|
3867
|
+
],
|
3868
|
+
"It's not possible to publish a rolling content view.": [
|
3869
|
+
""
|
3870
|
+
],
|
3967
3871
|
"Job '${description}' completed": [
|
3968
3872
|
""
|
3969
3873
|
],
|
@@ -4582,9 +4486,6 @@
|
|
4582
4486
|
"Messaging connection": [
|
4583
4487
|
""
|
4584
4488
|
],
|
4585
|
-
"Metadata generate": [
|
4586
|
-
""
|
4587
|
-
],
|
4588
4489
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
4589
4490
|
""
|
4590
4491
|
],
|
@@ -4639,16 +4540,10 @@
|
|
4639
4540
|
"Multi Content View Environment": [
|
4640
4541
|
""
|
4641
4542
|
],
|
4642
|
-
"Multi
|
4643
|
-
""
|
4644
|
-
],
|
4645
|
-
"Multi copy content": [
|
4646
|
-
""
|
4647
|
-
],
|
4648
|
-
"Multi copy units": [
|
4543
|
+
"Multi-entitlement": [
|
4649
4544
|
""
|
4650
4545
|
],
|
4651
|
-
"
|
4546
|
+
"Must be Ascii alphanumeric, '_' or '-'": [
|
4652
4547
|
""
|
4653
4548
|
],
|
4654
4549
|
"N/A": [
|
@@ -5272,6 +5167,9 @@
|
|
5272
5167
|
"Organization required": [
|
5273
5168
|
""
|
5274
5169
|
],
|
5170
|
+
"Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
|
5171
|
+
""
|
5172
|
+
],
|
5275
5173
|
"Orphaned Content Protection Time": [
|
5276
5174
|
""
|
5277
5175
|
],
|
@@ -5425,6 +5323,9 @@
|
|
5425
5323
|
"Package Update scheduled by %s": [
|
5426
5324
|
""
|
5427
5325
|
],
|
5326
|
+
"Package actions will be transient": [
|
5327
|
+
""
|
5328
|
+
],
|
5428
5329
|
"Package group update canceled": [
|
5429
5330
|
""
|
5430
5331
|
],
|
@@ -5815,9 +5716,6 @@
|
|
5815
5716
|
"Pulp task error": [
|
5816
5717
|
""
|
5817
5718
|
],
|
5818
|
-
"Purge completed tasks": [
|
5819
|
-
""
|
5820
|
-
],
|
5821
5719
|
"Python Package": [
|
5822
5720
|
""
|
5823
5721
|
],
|
@@ -5926,9 +5824,6 @@
|
|
5926
5824
|
"Reclaim Space": [
|
5927
5825
|
""
|
5928
5826
|
],
|
5929
|
-
"Reclaim space": [
|
5930
|
-
""
|
5931
|
-
],
|
5932
5827
|
"Reclaim space from On Demand repositories": [
|
5933
5828
|
""
|
5934
5829
|
],
|
@@ -5989,10 +5884,10 @@
|
|
5989
5884
|
"Refresh Manifest": [
|
5990
5885
|
""
|
5991
5886
|
],
|
5992
|
-
"Refresh
|
5887
|
+
"Refresh RollingCV Repo": [
|
5993
5888
|
""
|
5994
5889
|
],
|
5995
|
-
"Refresh all
|
5890
|
+
"Refresh all alternate content sources": [
|
5996
5891
|
""
|
5997
5892
|
],
|
5998
5893
|
"Refresh alternate content sources": [
|
@@ -6007,27 +5902,15 @@
|
|
6007
5902
|
"Refresh counts": [
|
6008
5903
|
""
|
6009
5904
|
],
|
6010
|
-
"Refresh distribution": [
|
6011
|
-
""
|
6012
|
-
],
|
6013
5905
|
"Refresh errata applicability": [
|
6014
5906
|
""
|
6015
5907
|
],
|
6016
|
-
"Refresh if needed": [
|
6017
|
-
""
|
6018
|
-
],
|
6019
5908
|
"Refresh package applicability": [
|
6020
5909
|
""
|
6021
5910
|
],
|
6022
5911
|
"Refresh previously imported manifest for Red Hat provider": [
|
6023
5912
|
""
|
6024
5913
|
],
|
6025
|
-
"Refresh remote": [
|
6026
|
-
""
|
6027
|
-
],
|
6028
|
-
"Refresh repos": [
|
6029
|
-
""
|
6030
|
-
],
|
6031
5914
|
"Refresh source": [
|
6032
5915
|
""
|
6033
5916
|
],
|
@@ -6070,9 +5953,6 @@
|
|
6070
5953
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
6071
5954
|
""
|
6072
5955
|
],
|
6073
|
-
"Reindex subscriptions": [
|
6074
|
-
""
|
6075
|
-
],
|
6076
5956
|
"Related composite content views": [
|
6077
5957
|
""
|
6078
5958
|
],
|
@@ -6169,9 +6049,6 @@
|
|
6169
6049
|
"Remove one or more subscriptions from an upstream manifest": [
|
6170
6050
|
""
|
6171
6051
|
],
|
6172
|
-
"Remove orphans": [
|
6173
|
-
""
|
6174
|
-
],
|
6175
6052
|
"Remove package group via Katello interface": [
|
6176
6053
|
""
|
6177
6054
|
],
|
@@ -6199,12 +6076,6 @@
|
|
6199
6076
|
"Remove subscriptions from one or more hosts": [
|
6200
6077
|
""
|
6201
6078
|
],
|
6202
|
-
"Remove units": [
|
6203
|
-
""
|
6204
|
-
],
|
6205
|
-
"Remove unneeded repos": [
|
6206
|
-
""
|
6207
|
-
],
|
6208
6079
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6209
6080
|
""
|
6210
6081
|
],
|
@@ -6229,9 +6100,6 @@
|
|
6229
6100
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6230
6101
|
""
|
6231
6102
|
],
|
6232
|
-
"Repair": [
|
6233
|
-
""
|
6234
|
-
],
|
6235
6103
|
"Replace content source on the target machine": [
|
6236
6104
|
""
|
6237
6105
|
],
|
@@ -6250,18 +6118,12 @@
|
|
6250
6118
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6251
6119
|
""
|
6252
6120
|
],
|
6253
|
-
"Repositories certs reset": [
|
6254
|
-
""
|
6255
|
-
],
|
6256
6121
|
"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.": [
|
6257
6122
|
""
|
6258
6123
|
],
|
6259
6124
|
"Repositories from published Content Views are not allowed.": [
|
6260
6125
|
""
|
6261
6126
|
],
|
6262
|
-
"Repositories gpg reset": [
|
6263
|
-
""
|
6264
|
-
],
|
6265
6127
|
"Repository": [
|
6266
6128
|
""
|
6267
6129
|
],
|
@@ -6526,7 +6388,7 @@
|
|
6526
6388
|
"Review affected environments": [
|
6527
6389
|
""
|
6528
6390
|
],
|
6529
|
-
"Review and optionally exclude hosts from your selection.": [
|
6391
|
+
"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.": [
|
6530
6392
|
""
|
6531
6393
|
],
|
6532
6394
|
"Review and then click {submitBtnText}.": [
|
@@ -6559,6 +6421,12 @@
|
|
6559
6421
|
"Rollback image digest": [
|
6560
6422
|
""
|
6561
6423
|
],
|
6424
|
+
"Rolling content view": [
|
6425
|
+
""
|
6426
|
+
],
|
6427
|
+
"Rolling content views": [
|
6428
|
+
""
|
6429
|
+
],
|
6562
6430
|
"Rules to be added": [
|
6563
6431
|
""
|
6564
6432
|
],
|
@@ -6604,33 +6472,12 @@
|
|
6604
6472
|
"Save": [
|
6605
6473
|
""
|
6606
6474
|
],
|
6607
|
-
"Save artifact": [
|
6608
|
-
""
|
6609
|
-
],
|
6610
|
-
"Save distribution references": [
|
6611
|
-
""
|
6612
|
-
],
|
6613
|
-
"Save publication": [
|
6614
|
-
""
|
6615
|
-
],
|
6616
|
-
"Save version": [
|
6617
|
-
""
|
6618
|
-
],
|
6619
|
-
"Save versions": [
|
6620
|
-
""
|
6621
|
-
],
|
6622
6475
|
"Saving alternate content source...": [
|
6623
6476
|
""
|
6624
6477
|
],
|
6625
6478
|
"Scan a flatpak remote": [
|
6626
6479
|
""
|
6627
6480
|
],
|
6628
|
-
"Scan cdn": [
|
6629
|
-
""
|
6630
|
-
],
|
6631
|
-
"Scan remote": [
|
6632
|
-
""
|
6633
|
-
],
|
6634
6481
|
"Schema version 1": [
|
6635
6482
|
""
|
6636
6483
|
],
|
@@ -7012,9 +6859,6 @@
|
|
7012
6859
|
"Simplified": [
|
7013
6860
|
""
|
7014
6861
|
],
|
7015
|
-
"Single content view consisting of e.g. repositories": [
|
7016
|
-
""
|
7017
|
-
],
|
7018
6862
|
"Size of file to upload": [
|
7019
6863
|
""
|
7020
6864
|
],
|
@@ -7057,6 +6901,9 @@
|
|
7057
6901
|
"Solve dependencies": [
|
7058
6902
|
""
|
7059
6903
|
],
|
6904
|
+
"Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
|
6905
|
+
""
|
6906
|
+
],
|
7060
6907
|
"Some environments are disabled because they are not associated with the host's content source.": [
|
7061
6908
|
""
|
7062
6909
|
],
|
@@ -7420,9 +7267,6 @@
|
|
7420
7267
|
"Supported Content Types": [
|
7421
7268
|
""
|
7422
7269
|
],
|
7423
|
-
"Sync": [
|
7424
|
-
""
|
7425
|
-
],
|
7426
7270
|
"Sync Canceled": [
|
7427
7271
|
""
|
7428
7272
|
],
|
@@ -7477,9 +7321,6 @@
|
|
7477
7321
|
"Sync all repositories for a product": [
|
7478
7322
|
""
|
7479
7323
|
],
|
7480
|
-
"Sync capsule": [
|
7481
|
-
""
|
7482
|
-
],
|
7483
7324
|
"Sync complete.": [
|
7484
7325
|
""
|
7485
7326
|
],
|
@@ -7498,9 +7339,6 @@
|
|
7498
7339
|
"Sync state": [
|
7499
7340
|
""
|
7500
7341
|
],
|
7501
|
-
"Syncable export": [
|
7502
|
-
""
|
7503
|
-
],
|
7504
7342
|
"Synced": [
|
7505
7343
|
""
|
7506
7344
|
],
|
@@ -7660,6 +7498,9 @@
|
|
7660
7498
|
"The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\\n %{repos}": [
|
7661
7499
|
""
|
7662
7500
|
],
|
7501
|
+
"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.": [
|
7502
|
+
""
|
7503
|
+
],
|
7663
7504
|
"The id of the content source": [
|
7664
7505
|
""
|
7665
7506
|
],
|
@@ -8002,9 +7843,6 @@
|
|
8002
7843
|
"To manage packages, select an action.": [
|
8003
7844
|
""
|
8004
7845
|
],
|
8005
|
-
"Toggle": [
|
8006
|
-
""
|
8007
|
-
],
|
8008
7846
|
"Token/password for the flatpak remote": [
|
8009
7847
|
""
|
8010
7848
|
],
|
@@ -8137,6 +7975,12 @@
|
|
8137
7975
|
"Unable to detect puppet path": [
|
8138
7976
|
""
|
8139
7977
|
],
|
7978
|
+
"Unable to find a content view with ID %s": [
|
7979
|
+
""
|
7980
|
+
],
|
7981
|
+
"Unable to find a lifecycle environment with ID %s": [
|
7982
|
+
""
|
7983
|
+
],
|
8140
7984
|
"Unable to find product '%s' in organization '%s'": [
|
8141
7985
|
""
|
8142
7986
|
],
|
@@ -8296,27 +8140,15 @@
|
|
8296
8140
|
"Update content counts for the smart proxy": [
|
8297
8141
|
""
|
8298
8142
|
],
|
8299
|
-
"Update content urls": [
|
8300
|
-
""
|
8301
|
-
],
|
8302
8143
|
"Update content view environments for host": [
|
8303
8144
|
""
|
8304
8145
|
],
|
8305
8146
|
"Update content view environments for host %s": [
|
8306
8147
|
""
|
8307
8148
|
],
|
8308
|
-
"Update distributions": [
|
8309
|
-
""
|
8310
|
-
],
|
8311
8149
|
"Update hosts manually": [
|
8312
8150
|
""
|
8313
8151
|
],
|
8314
|
-
"Update http proxy": [
|
8315
|
-
""
|
8316
|
-
],
|
8317
|
-
"Update http proxy details": [
|
8318
|
-
""
|
8319
|
-
],
|
8320
8152
|
"Update installed packages, enabled repos, module inventory": [
|
8321
8153
|
""
|
8322
8154
|
],
|
@@ -8332,21 +8164,12 @@
|
|
8332
8164
|
"Update packages via Katello interface": [
|
8333
8165
|
""
|
8334
8166
|
],
|
8335
|
-
"Update redhat repository": [
|
8336
|
-
""
|
8337
|
-
],
|
8338
8167
|
"Update release version for host": [
|
8339
8168
|
""
|
8340
8169
|
],
|
8341
8170
|
"Update release version for host %s": [
|
8342
8171
|
""
|
8343
8172
|
],
|
8344
|
-
"Update remote": [
|
8345
|
-
""
|
8346
|
-
],
|
8347
|
-
"Update repository": [
|
8348
|
-
""
|
8349
|
-
],
|
8350
8173
|
"Update services requiring restart": [
|
8351
8174
|
""
|
8352
8175
|
],
|
@@ -8437,12 +8260,6 @@
|
|
8437
8260
|
"Upload a subscription manifest": [
|
8438
8261
|
""
|
8439
8262
|
],
|
8440
|
-
"Upload content": [
|
8441
|
-
""
|
8442
|
-
],
|
8443
|
-
"Upload file": [
|
8444
|
-
""
|
8445
|
-
],
|
8446
8263
|
"Upload into": [
|
8447
8264
|
""
|
8448
8265
|
],
|
@@ -8452,9 +8269,6 @@
|
|
8452
8269
|
"Upload request id": [
|
8453
8270
|
""
|
8454
8271
|
],
|
8455
|
-
"Upload tag": [
|
8456
|
-
""
|
8457
|
-
],
|
8458
8272
|
"Upstream Candlepin": [
|
8459
8273
|
""
|
8460
8274
|
],
|
@@ -8569,9 +8383,6 @@
|
|
8569
8383
|
"Verify SSL": [
|
8570
8384
|
""
|
8571
8385
|
],
|
8572
|
-
"Verify checksum": [
|
8573
|
-
""
|
8574
|
-
],
|
8575
8386
|
"Verify checksum for content on smart proxy": [
|
8576
8387
|
""
|
8577
8388
|
],
|
@@ -8656,6 +8467,9 @@
|
|
8656
8467
|
"View content views": [
|
8657
8468
|
""
|
8658
8469
|
],
|
8470
|
+
"View details": [
|
8471
|
+
""
|
8472
|
+
],
|
8659
8473
|
"View documentation": [
|
8660
8474
|
""
|
8661
8475
|
],
|
@@ -8929,6 +8743,9 @@
|
|
8929
8743
|
"are only allowed for Yum repositories.": [
|
8930
8744
|
""
|
8931
8745
|
],
|
8746
|
+
"assign a new content source to the hosts": [
|
8747
|
+
""
|
8748
|
+
],
|
8932
8749
|
"attempted to sync a non-library repository.": [
|
8933
8750
|
""
|
8934
8751
|
],
|
@@ -9286,9 +9103,6 @@
|
|
9286
9103
|
"interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported.": [
|
9287
9104
|
""
|
9288
9105
|
],
|
9289
|
-
"invalid container image name": [
|
9290
|
-
""
|
9291
|
-
],
|
9292
9106
|
"invalid: Repositories can only require one OS version.": [
|
9293
9107
|
""
|
9294
9108
|
],
|