katello 4.16.1 → 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 +82 -31
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ca/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/cs/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/de/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/el/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/en/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/en_US/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/es/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/fr/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/gl/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/gu/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/hi/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/id/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/it/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/ja/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/ka/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/kn/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ko/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/mr/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/or/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pa/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pl/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pt/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ro/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ru/katello.js +84 -33
- data/app/assets/javascripts/katello/locale/sl/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/ta/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/te/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/tr/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/vi/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/zh/katello.js +82 -31
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +83 -32
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +84 -33
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -3
- 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/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/bastion_katello.pot +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +93 -60
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +94 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +93 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +254 -192
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +90 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +113 -52
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +93 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +101 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +93 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +91 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +90 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +92 -33
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
- 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 +186 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +82 -31
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +82 -31
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +82 -31
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +82 -31
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +83 -32
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +82 -31
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +82 -31
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +82 -31
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +82 -31
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +82 -31
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +84 -33
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +82 -31
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +82 -31
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +82 -31
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +83 -32
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +82 -31
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +84 -33
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +82 -31
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +82 -31
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +82 -31
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +85 -34
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +83 -32
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +82 -31
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1232 -1140
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +82 -31
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +82 -31
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +82 -31
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +82 -31
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +82 -31
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +82 -31
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +82 -31
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +84 -33
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +82 -31
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +82 -31
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +82 -31
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +82 -31
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +82 -31
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +85 -34
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +82 -31
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +84 -33
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +82 -31
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +82 -31
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +82 -31
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +82 -31
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +82 -31
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +82 -31
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +82 -31
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +83 -32
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +85 -34
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- 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 +125 -53
- data/app/models/katello/yum_metadata_file.rb +0 -22
- data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
data/locale/zh/katello.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: katello 4.
|
8
|
+
"Project-Id-Version: katello 4.17.0.pre.master\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
11
11
|
"Language-Team: Chinese (https://app.transifex.com/foreman/teams/114/zh/)\n"
|
@@ -782,6 +782,9 @@ msgstr ""
|
|
782
782
|
msgid "Ansible collections"
|
783
783
|
msgstr ""
|
784
784
|
|
785
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
786
|
+
msgstr ""
|
787
|
+
|
785
788
|
msgid "Applicability Batch Size"
|
786
789
|
msgstr ""
|
787
790
|
|
@@ -809,9 +812,6 @@ msgstr ""
|
|
809
812
|
msgid "Apply errata"
|
810
813
|
msgstr ""
|
811
814
|
|
812
|
-
msgid "Apply erratum"
|
813
|
-
msgstr ""
|
814
|
-
|
815
815
|
msgid "Apply to all repositories in the CV"
|
816
816
|
msgstr ""
|
817
817
|
|
@@ -1228,13 +1228,19 @@ msgstr ""
|
|
1228
1228
|
msgid "Cannot add repositories to a composite content view"
|
1229
1229
|
msgstr ""
|
1230
1230
|
|
1231
|
+
msgid "Cannot add rolling content view to composite content view"
|
1232
|
+
msgstr ""
|
1233
|
+
|
1234
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1235
|
+
msgstr ""
|
1236
|
+
|
1231
1237
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1232
1238
|
msgstr ""
|
1233
1239
|
|
1234
1240
|
msgid "Cannot associate a component to a non composite content view"
|
1235
1241
|
msgstr ""
|
1236
1242
|
|
1237
|
-
msgid "Cannot be disabled because it is part of a
|
1243
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1238
1244
|
msgstr ""
|
1239
1245
|
|
1240
1246
|
msgid "Cannot calculate name for custom repos"
|
@@ -1474,9 +1480,6 @@ msgstr ""
|
|
1474
1480
|
msgid "Components"
|
1475
1481
|
msgstr ""
|
1476
1482
|
|
1477
|
-
msgid "Composite"
|
1478
|
-
msgstr ""
|
1479
|
-
|
1480
1483
|
msgid "Composite Content View"
|
1481
1484
|
msgstr ""
|
1482
1485
|
|
@@ -1507,15 +1510,6 @@ msgstr ""
|
|
1507
1510
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1508
1511
|
msgstr ""
|
1509
1512
|
|
1510
|
-
msgid "Consisting of multiple content views"
|
1511
|
-
msgstr ""
|
1512
|
-
|
1513
|
-
msgid "Consists of content views"
|
1514
|
-
msgstr ""
|
1515
|
-
|
1516
|
-
msgid "Consists of repositories"
|
1517
|
-
msgstr ""
|
1518
|
-
|
1519
1513
|
msgid "Consumed"
|
1520
1514
|
msgstr ""
|
1521
1515
|
|
@@ -1552,6 +1546,15 @@ msgstr ""
|
|
1552
1546
|
msgid "Container tags"
|
1553
1547
|
msgstr ""
|
1554
1548
|
|
1549
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1550
|
+
msgstr ""
|
1551
|
+
|
1552
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1553
|
+
msgstr ""
|
1554
|
+
|
1555
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1556
|
+
msgstr ""
|
1557
|
+
|
1555
1558
|
msgid "Content"
|
1556
1559
|
msgstr ""
|
1557
1560
|
|
@@ -2158,7 +2161,7 @@ msgstr ""
|
|
2158
2161
|
msgid "Default System SLA"
|
2159
2162
|
msgstr ""
|
2160
2163
|
|
2161
|
-
msgid "Default content view versions cannot be promoted"
|
2164
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2162
2165
|
msgstr ""
|
2163
2166
|
|
2164
2167
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -3707,7 +3710,7 @@ msgstr ""
|
|
3707
3710
|
msgid "Installable bugfix/enhancement errata"
|
3708
3711
|
msgstr ""
|
3709
3712
|
|
3710
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3713
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3711
3714
|
msgstr ""
|
3712
3715
|
|
3713
3716
|
msgid "Installable security errata"
|
@@ -3854,6 +3857,27 @@ msgstr ""
|
|
3854
3857
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3855
3858
|
msgstr ""
|
3856
3859
|
|
3860
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3861
|
+
msgstr ""
|
3862
|
+
|
3863
|
+
msgid "It's not possible to copy a rolling content view."
|
3864
|
+
msgstr ""
|
3865
|
+
|
3866
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3867
|
+
msgstr ""
|
3868
|
+
|
3869
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3870
|
+
msgstr ""
|
3871
|
+
|
3872
|
+
msgid "It's not possible to export a rolling content view."
|
3873
|
+
msgstr ""
|
3874
|
+
|
3875
|
+
msgid "It's not possible to promote a rolling content view."
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "It's not possible to publish a rolling content view."
|
3879
|
+
msgstr ""
|
3880
|
+
|
3857
3881
|
msgid "Job '${description}' completed"
|
3858
3882
|
msgstr ""
|
3859
3883
|
|
@@ -4531,6 +4555,9 @@ msgstr ""
|
|
4531
4555
|
msgid "Multi-entitlement"
|
4532
4556
|
msgstr ""
|
4533
4557
|
|
4558
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4559
|
+
msgstr ""
|
4560
|
+
|
4534
4561
|
msgid "N/A"
|
4535
4562
|
msgstr ""
|
4536
4563
|
|
@@ -4894,7 +4921,7 @@ msgstr ""
|
|
4894
4921
|
msgid "No packages available to install"
|
4895
4922
|
msgstr ""
|
4896
4923
|
|
4897
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4924
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4898
4925
|
msgstr ""
|
4899
4926
|
|
4900
4927
|
msgid "No packages removed"
|
@@ -5158,6 +5185,9 @@ msgstr ""
|
|
5158
5185
|
msgid "Organization required"
|
5159
5186
|
msgstr ""
|
5160
5187
|
|
5188
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5189
|
+
msgstr ""
|
5190
|
+
|
5161
5191
|
msgid "Orphaned Content Protection Time"
|
5162
5192
|
msgstr ""
|
5163
5193
|
|
@@ -5311,6 +5341,9 @@ msgstr ""
|
|
5311
5341
|
msgid "Package Update scheduled by %s"
|
5312
5342
|
msgstr ""
|
5313
5343
|
|
5344
|
+
msgid "Package actions will be transient"
|
5345
|
+
msgstr ""
|
5346
|
+
|
5314
5347
|
msgid "Package group update canceled"
|
5315
5348
|
msgstr ""
|
5316
5349
|
|
@@ -5871,6 +5904,9 @@ msgstr ""
|
|
5871
5904
|
msgid "Refresh Manifest"
|
5872
5905
|
msgstr ""
|
5873
5906
|
|
5907
|
+
msgid "Refresh RollingCV Repo"
|
5908
|
+
msgstr ""
|
5909
|
+
|
5874
5910
|
msgid "Refresh all alternate content sources"
|
5875
5911
|
msgstr ""
|
5876
5912
|
|
@@ -6372,7 +6408,7 @@ msgstr ""
|
|
6372
6408
|
msgid "Review affected environments"
|
6373
6409
|
msgstr ""
|
6374
6410
|
|
6375
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6411
|
+
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."
|
6376
6412
|
msgstr ""
|
6377
6413
|
|
6378
6414
|
msgid "Review and then click {submitBtnText}."
|
@@ -6405,6 +6441,12 @@ msgstr ""
|
|
6405
6441
|
msgid "Rollback image digest"
|
6406
6442
|
msgstr ""
|
6407
6443
|
|
6444
|
+
msgid "Rolling content view"
|
6445
|
+
msgstr ""
|
6446
|
+
|
6447
|
+
msgid "Rolling content views"
|
6448
|
+
msgstr ""
|
6449
|
+
|
6408
6450
|
msgid "Rules to be added"
|
6409
6451
|
msgstr ""
|
6410
6452
|
|
@@ -6837,9 +6879,6 @@ msgstr ""
|
|
6837
6879
|
msgid "Simplified"
|
6838
6880
|
msgstr ""
|
6839
6881
|
|
6840
|
-
msgid "Single content view consisting of e.g. repositories"
|
6841
|
-
msgstr ""
|
6842
|
-
|
6843
6882
|
msgid "Size of file to upload"
|
6844
6883
|
msgstr ""
|
6845
6884
|
|
@@ -6882,6 +6921,9 @@ msgstr ""
|
|
6882
6921
|
msgid "Solve dependencies"
|
6883
6922
|
msgstr ""
|
6884
6923
|
|
6924
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6925
|
+
msgstr ""
|
6926
|
+
|
6885
6927
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
6886
6928
|
msgstr ""
|
6887
6929
|
|
@@ -7478,6 +7520,9 @@ msgid ""
|
|
7478
7520
|
" %{repos}"
|
7479
7521
|
msgstr ""
|
7480
7522
|
|
7523
|
+
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."
|
7524
|
+
msgstr ""
|
7525
|
+
|
7481
7526
|
msgid "The id of the content source"
|
7482
7527
|
msgstr ""
|
7483
7528
|
|
@@ -7699,7 +7744,7 @@ msgstr ""
|
|
7699
7744
|
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7700
7745
|
msgstr ""
|
7701
7746
|
|
7702
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7747
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7703
7748
|
msgstr ""
|
7704
7749
|
|
7705
7750
|
msgid "This host does not have any Module streams."
|
@@ -7744,9 +7789,6 @@ msgstr ""
|
|
7744
7789
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7745
7790
|
msgstr ""
|
7746
7791
|
|
7747
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7748
|
-
msgstr ""
|
7749
|
-
|
7750
7792
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7751
7793
|
msgstr ""
|
7752
7794
|
|
@@ -7957,6 +7999,12 @@ msgstr ""
|
|
7957
7999
|
msgid "Unable to detect puppet path"
|
7958
8000
|
msgstr ""
|
7959
8001
|
|
8002
|
+
msgid "Unable to find a content view with ID %s"
|
8003
|
+
msgstr ""
|
8004
|
+
|
8005
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8006
|
+
msgstr ""
|
8007
|
+
|
7960
8008
|
msgid "Unable to find product '%s' in organization '%s'"
|
7961
8009
|
msgstr ""
|
7962
8010
|
|
@@ -8443,6 +8491,9 @@ msgstr ""
|
|
8443
8491
|
msgid "View content views"
|
8444
8492
|
msgstr ""
|
8445
8493
|
|
8494
|
+
msgid "View details"
|
8495
|
+
msgstr ""
|
8496
|
+
|
8446
8497
|
msgid "View documentation"
|
8447
8498
|
msgstr ""
|
8448
8499
|
|
@@ -8716,6 +8767,9 @@ msgstr ""
|
|
8716
8767
|
msgid "are only allowed for Yum repositories."
|
8717
8768
|
msgstr ""
|
8718
8769
|
|
8770
|
+
msgid "assign a new content source to the hosts"
|
8771
|
+
msgstr ""
|
8772
|
+
|
8719
8773
|
msgid "attempted to sync a non-library repository."
|
8720
8774
|
msgstr ""
|
8721
8775
|
|
@@ -9073,9 +9127,6 @@ msgstr ""
|
|
9073
9127
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9074
9128
|
msgstr ""
|
9075
9129
|
|
9076
|
-
msgid "invalid container image name"
|
9077
|
-
msgstr ""
|
9078
|
-
|
9079
9130
|
msgid "invalid: Repositories can only require one OS version."
|
9080
9131
|
msgstr ""
|
9081
9132
|
|
File without changes
|
Binary file
|
data/locale/zh_CN/katello.po
CHANGED
@@ -796,6 +796,9 @@ msgstr "Ansible 集合"
|
|
796
796
|
msgid "Ansible collections"
|
797
797
|
msgstr "Ansible 集合"
|
798
798
|
|
799
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
800
|
+
msgstr ""
|
801
|
+
|
799
802
|
msgid "Applicability Batch Size"
|
800
803
|
msgstr "适用批次数量"
|
801
804
|
|
@@ -823,9 +826,6 @@ msgstr "应用"
|
|
823
826
|
msgid "Apply errata"
|
824
827
|
msgstr ""
|
825
828
|
|
826
|
-
msgid "Apply erratum"
|
827
|
-
msgstr ""
|
828
|
-
|
829
829
|
msgid "Apply to all repositories in the CV"
|
830
830
|
msgstr "应用到 CV 中的所有软件仓库"
|
831
831
|
|
@@ -1241,13 +1241,19 @@ msgstr ""
|
|
1241
1241
|
msgid "Cannot add repositories to a composite content view"
|
1242
1242
|
msgstr "无法将仓库添加到复合内容视图"
|
1243
1243
|
|
1244
|
+
msgid "Cannot add rolling content view to composite content view"
|
1245
|
+
msgstr ""
|
1246
|
+
|
1247
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1248
|
+
msgstr ""
|
1249
|
+
|
1244
1250
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1245
1251
|
msgstr ""
|
1246
1252
|
|
1247
1253
|
msgid "Cannot associate a component to a non composite content view"
|
1248
1254
|
msgstr "无法将一个组件和一个非复合内容视图相关联"
|
1249
1255
|
|
1250
|
-
msgid "Cannot be disabled because it is part of a
|
1256
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1251
1257
|
msgstr ""
|
1252
1258
|
|
1253
1259
|
msgid "Cannot calculate name for custom repos"
|
@@ -1487,9 +1493,6 @@ msgstr "组件版本: '%{cvv}', 产品:'%{product}', 仓库:'%{repo}' "
|
|
1487
1493
|
msgid "Components"
|
1488
1494
|
msgstr "组件"
|
1489
1495
|
|
1490
|
-
msgid "Composite"
|
1491
|
-
msgstr "组成"
|
1492
|
-
|
1493
1496
|
msgid "Composite Content View"
|
1494
1497
|
msgstr "复合内容视图"
|
1495
1498
|
|
@@ -1520,15 +1523,6 @@ msgstr "确认删除清单"
|
|
1520
1523
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1521
1524
|
msgstr "考虑将生命周期环境的注册表名称特征改为更具体。"
|
1522
1525
|
|
1523
|
-
msgid "Consisting of multiple content views"
|
1524
|
-
msgstr "由多个组件内容视图组成"
|
1525
|
-
|
1526
|
-
msgid "Consists of content views"
|
1527
|
-
msgstr "由内容视图组成"
|
1528
|
-
|
1529
|
-
msgid "Consists of repositories"
|
1530
|
-
msgstr "由仓库组成"
|
1531
|
-
|
1532
1526
|
msgid "Consumed"
|
1533
1527
|
msgstr "已消耗"
|
1534
1528
|
|
@@ -1565,6 +1559,15 @@ msgstr "容器清单"
|
|
1565
1559
|
msgid "Container tags"
|
1566
1560
|
msgstr "容器标签"
|
1567
1561
|
|
1562
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1563
|
+
msgstr ""
|
1564
|
+
|
1565
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1566
|
+
msgstr ""
|
1567
|
+
|
1568
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1569
|
+
msgstr ""
|
1570
|
+
|
1568
1571
|
msgid "Content"
|
1569
1572
|
msgstr "内容"
|
1570
1573
|
|
@@ -2171,8 +2174,8 @@ msgstr "默认的智能代理下载策略"
|
|
2171
2174
|
msgid "Default System SLA"
|
2172
2175
|
msgstr "默认系统 SLA"
|
2173
2176
|
|
2174
|
-
msgid "Default content view versions cannot be promoted"
|
2175
|
-
msgstr "
|
2177
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2178
|
+
msgstr ""
|
2176
2179
|
|
2177
2180
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2178
2181
|
msgstr "智能代理同步默认下载策略('inherit'、immediate' 或'on_demand')"
|
@@ -3722,7 +3725,7 @@ msgstr "可安装"
|
|
3722
3725
|
msgid "Installable bugfix/enhancement errata"
|
3723
3726
|
msgstr ""
|
3724
3727
|
|
3725
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3728
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3726
3729
|
msgstr ""
|
3727
3730
|
|
3728
3731
|
msgid "Installable security errata"
|
@@ -3869,6 +3872,27 @@ msgstr "出自"
|
|
3869
3872
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3870
3873
|
msgstr ""
|
3871
3874
|
|
3875
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3876
|
+
msgstr ""
|
3877
|
+
|
3878
|
+
msgid "It's not possible to copy a rolling content view."
|
3879
|
+
msgstr ""
|
3880
|
+
|
3881
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3882
|
+
msgstr ""
|
3883
|
+
|
3884
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3885
|
+
msgstr ""
|
3886
|
+
|
3887
|
+
msgid "It's not possible to export a rolling content view."
|
3888
|
+
msgstr ""
|
3889
|
+
|
3890
|
+
msgid "It's not possible to promote a rolling content view."
|
3891
|
+
msgstr ""
|
3892
|
+
|
3893
|
+
msgid "It's not possible to publish a rolling content view."
|
3894
|
+
msgstr ""
|
3895
|
+
|
3872
3896
|
msgid "Job '${description}' completed"
|
3873
3897
|
msgstr "作为 '${description}' 已完成"
|
3874
3898
|
|
@@ -4546,6 +4570,9 @@ msgstr ""
|
|
4546
4570
|
msgid "Multi-entitlement"
|
4547
4571
|
msgstr "多权利"
|
4548
4572
|
|
4573
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4574
|
+
msgstr ""
|
4575
|
+
|
4549
4576
|
msgid "N/A"
|
4550
4577
|
msgstr "不适用"
|
4551
4578
|
|
@@ -4915,7 +4942,7 @@ msgstr "没有软件包"
|
|
4915
4942
|
msgid "No packages available to install"
|
4916
4943
|
msgstr "没有可安装的软件包"
|
4917
4944
|
|
4918
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4945
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4919
4946
|
msgstr ""
|
4920
4947
|
|
4921
4948
|
msgid "No packages removed"
|
@@ -5179,6 +5206,9 @@ msgstr ""
|
|
5179
5206
|
msgid "Organization required"
|
5180
5207
|
msgstr "需要的机构"
|
5181
5208
|
|
5209
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5210
|
+
msgstr ""
|
5211
|
+
|
5182
5212
|
msgid "Orphaned Content Protection Time"
|
5183
5213
|
msgstr "孤立的内容保护时间"
|
5184
5214
|
|
@@ -5332,6 +5362,9 @@ msgstr "软件包更新超时"
|
|
5332
5362
|
msgid "Package Update scheduled by %s"
|
5333
5363
|
msgstr "%s调度的软件包更新"
|
5334
5364
|
|
5365
|
+
msgid "Package actions will be transient"
|
5366
|
+
msgstr ""
|
5367
|
+
|
5335
5368
|
msgid "Package group update canceled"
|
5336
5369
|
msgstr "软件包组更新已取消"
|
5337
5370
|
|
@@ -5894,6 +5927,9 @@ msgstr "为 %s 刷新内容主机状态"
|
|
5894
5927
|
msgid "Refresh Manifest"
|
5895
5928
|
msgstr "刷新清单"
|
5896
5929
|
|
5930
|
+
msgid "Refresh RollingCV Repo"
|
5931
|
+
msgstr ""
|
5932
|
+
|
5897
5933
|
msgid "Refresh all alternate content sources"
|
5898
5934
|
msgstr ""
|
5899
5935
|
|
@@ -6395,7 +6431,7 @@ msgstr "检查受影响的环境"
|
|
6395
6431
|
msgid "Review affected environments"
|
6396
6432
|
msgstr "检查受影响的环境"
|
6397
6433
|
|
6398
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6434
|
+
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."
|
6399
6435
|
msgstr ""
|
6400
6436
|
|
6401
6437
|
msgid "Review and then click {submitBtnText}."
|
@@ -6428,6 +6464,12 @@ msgstr ""
|
|
6428
6464
|
msgid "Rollback image digest"
|
6429
6465
|
msgstr ""
|
6430
6466
|
|
6467
|
+
msgid "Rolling content view"
|
6468
|
+
msgstr ""
|
6469
|
+
|
6470
|
+
msgid "Rolling content views"
|
6471
|
+
msgstr ""
|
6472
|
+
|
6431
6473
|
msgid "Rules to be added"
|
6432
6474
|
msgstr "要添加的规则"
|
6433
6475
|
|
@@ -6860,9 +6902,6 @@ msgstr ""
|
|
6860
6902
|
msgid "Simplified"
|
6861
6903
|
msgstr "简化的"
|
6862
6904
|
|
6863
|
-
msgid "Single content view consisting of e.g. repositories"
|
6864
|
-
msgstr "包含例如仓库的单一内容视图"
|
6865
|
-
|
6866
6905
|
msgid "Size of file to upload"
|
6867
6906
|
msgstr "要上传的文件大小"
|
6868
6907
|
|
@@ -6905,6 +6944,9 @@ msgstr "在内容视图发布中默认解决 RPM 的依赖关系,默认为 fal
|
|
6905
6944
|
msgid "Solve dependencies"
|
6906
6945
|
msgstr "解决依赖关系"
|
6907
6946
|
|
6947
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6948
|
+
msgstr ""
|
6949
|
+
|
6908
6950
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
6909
6951
|
msgstr ""
|
6910
6952
|
|
@@ -7501,6 +7543,9 @@ msgid ""
|
|
7501
7543
|
" %{repos}"
|
7502
7544
|
msgstr "导入元数据中提供的以下存储库的内容类型或供应商类型不正确。在导入 %{repos} 之前,请确保导出和导入存储库的类型相同"
|
7503
7545
|
|
7546
|
+
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."
|
7547
|
+
msgstr ""
|
7548
|
+
|
7504
7549
|
msgid "The id of the content source"
|
7505
7550
|
msgstr "内容源的 id"
|
7506
7551
|
|
@@ -7722,8 +7767,8 @@ msgstr ""
|
|
7722
7767
|
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7723
7768
|
msgstr ""
|
7724
7769
|
|
7725
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7726
|
-
msgstr "
|
7770
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7771
|
+
msgstr ""
|
7727
7772
|
|
7728
7773
|
msgid "This host does not have any Module streams."
|
7729
7774
|
msgstr "此主机没有任何模块流。"
|
@@ -7767,9 +7812,6 @@ msgstr "没有连接的仓库"
|
|
7767
7812
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7768
7813
|
msgstr ""
|
7769
7814
|
|
7770
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7771
|
-
msgstr ""
|
7772
|
-
|
7773
7815
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7774
7816
|
msgstr "不建议使用此仓库。使用前,请参阅 %(anchorBegin)s文档%(anchorEnd)s"
|
7775
7817
|
|
@@ -7980,6 +8022,12 @@ msgstr "无法检测到 pulp 存储"
|
|
7980
8022
|
msgid "Unable to detect puppet path"
|
7981
8023
|
msgstr "无法检测到 puppet 路径"
|
7982
8024
|
|
8025
|
+
msgid "Unable to find a content view with ID %s"
|
8026
|
+
msgstr ""
|
8027
|
+
|
8028
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8029
|
+
msgstr ""
|
8030
|
+
|
7983
8031
|
msgid "Unable to find product '%s' in organization '%s'"
|
7984
8032
|
msgstr "在机构 '%s' 中找不到产品 '%s'"
|
7985
8033
|
|
@@ -8466,6 +8514,9 @@ msgstr "查看方法"
|
|
8466
8514
|
msgid "View content views"
|
8467
8515
|
msgstr ""
|
8468
8516
|
|
8517
|
+
msgid "View details"
|
8518
|
+
msgstr ""
|
8519
|
+
|
8469
8520
|
msgid "View documentation"
|
8470
8521
|
msgstr ""
|
8471
8522
|
|
@@ -8739,6 +8790,9 @@ msgstr "机构"
|
|
8739
8790
|
msgid "are only allowed for Yum repositories."
|
8740
8791
|
msgstr "仅允许用于Yum存储库。"
|
8741
8792
|
|
8793
|
+
msgid "assign a new content source to the hosts"
|
8794
|
+
msgstr ""
|
8795
|
+
|
8742
8796
|
msgid "attempted to sync a non-library repository."
|
8743
8797
|
msgstr ""
|
8744
8798
|
|
@@ -9096,9 +9150,6 @@ msgstr "正在安装软件包..."
|
|
9096
9150
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9097
9151
|
msgstr "解析指定的对象只返回与特定对象关联的仓库。只支持 'content_view' 和 'content_view_version'。"
|
9098
9152
|
|
9099
|
-
msgid "invalid container image name"
|
9100
|
-
msgstr "无效的容器镜像名称"
|
9101
|
-
|
9102
9153
|
msgid "invalid: Repositories can only require one OS version."
|
9103
9154
|
msgstr "无效:存储库只能要求一个操作系统版本。"
|
9104
9155
|
|
File without changes
|
Binary file
|