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/ja/katello.po
CHANGED
@@ -797,6 +797,9 @@ msgstr "Ansible コレクション"
|
|
797
797
|
msgid "Ansible collections"
|
798
798
|
msgstr "Ansible コレクション"
|
799
799
|
|
800
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
801
|
+
msgstr ""
|
802
|
+
|
800
803
|
msgid "Applicability Batch Size"
|
801
804
|
msgstr "適用可能なバッチサイズ"
|
802
805
|
|
@@ -824,9 +827,6 @@ msgstr "適用"
|
|
824
827
|
msgid "Apply errata"
|
825
828
|
msgstr ""
|
826
829
|
|
827
|
-
msgid "Apply erratum"
|
828
|
-
msgstr ""
|
829
|
-
|
830
830
|
msgid "Apply to all repositories in the CV"
|
831
831
|
msgstr "CV のすべてのリポジトリーへの適用"
|
832
832
|
|
@@ -1242,13 +1242,19 @@ msgstr ""
|
|
1242
1242
|
msgid "Cannot add repositories to a composite content view"
|
1243
1243
|
msgstr "リポジトリーを複合コンテンツビューに追加できません"
|
1244
1244
|
|
1245
|
+
msgid "Cannot add rolling content view to composite content view"
|
1246
|
+
msgstr ""
|
1247
|
+
|
1248
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1249
|
+
msgstr ""
|
1250
|
+
|
1245
1251
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1246
1252
|
msgstr ""
|
1247
1253
|
|
1248
1254
|
msgid "Cannot associate a component to a non composite content view"
|
1249
1255
|
msgstr "コンポーネントを複合コンテンツビュー以外に関連付けできません"
|
1250
1256
|
|
1251
|
-
msgid "Cannot be disabled because it is part of a
|
1257
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1252
1258
|
msgstr ""
|
1253
1259
|
|
1254
1260
|
msgid "Cannot calculate name for custom repos"
|
@@ -1488,9 +1494,6 @@ msgstr "コンポーネントのバージョン: '%{cvv}'、製品: '%{product}'
|
|
1488
1494
|
msgid "Components"
|
1489
1495
|
msgstr "コンポーネント"
|
1490
1496
|
|
1491
|
-
msgid "Composite"
|
1492
|
-
msgstr "複合"
|
1493
|
-
|
1494
1497
|
msgid "Composite Content View"
|
1495
1498
|
msgstr "複合コンテンツビュー"
|
1496
1499
|
|
@@ -1521,15 +1524,6 @@ msgstr "マニフェスト削除の確定"
|
|
1521
1524
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1522
1525
|
msgstr "ライフサイクル環境のレジストリー名のパターンをより具体的な名前に変更することをご検討ください。"
|
1523
1526
|
|
1524
|
-
msgid "Consisting of multiple content views"
|
1525
|
-
msgstr "複数のコンテンツビューで構成されます"
|
1526
|
-
|
1527
|
-
msgid "Consists of content views"
|
1528
|
-
msgstr "コンテンツビューで構成"
|
1529
|
-
|
1530
|
-
msgid "Consists of repositories"
|
1531
|
-
msgstr "リポジトリーで構成"
|
1532
|
-
|
1533
1527
|
msgid "Consumed"
|
1534
1528
|
msgstr "使用済み"
|
1535
1529
|
|
@@ -1566,6 +1560,15 @@ msgstr "コンテナーマニフェスト"
|
|
1566
1560
|
msgid "Container tags"
|
1567
1561
|
msgstr "コンテナータグ"
|
1568
1562
|
|
1563
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1564
|
+
msgstr ""
|
1565
|
+
|
1566
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1567
|
+
msgstr ""
|
1568
|
+
|
1569
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1570
|
+
msgstr ""
|
1571
|
+
|
1569
1572
|
msgid "Content"
|
1570
1573
|
msgstr "コンテンツ"
|
1571
1574
|
|
@@ -2172,8 +2175,8 @@ msgstr "デフォルトの Smart Proxy ダウンロードポリシー"
|
|
2172
2175
|
msgid "Default System SLA"
|
2173
2176
|
msgstr "デフォルトのシステム SLA"
|
2174
2177
|
|
2175
|
-
msgid "Default content view versions cannot be promoted"
|
2176
|
-
msgstr "
|
2178
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2179
|
+
msgstr ""
|
2177
2180
|
|
2178
2181
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2179
2182
|
msgstr "Smart Proxy 同期のデフォルトのダウンロードポリシー ('inherit'、'immediate'、または 'on_demand' のいずれか)"
|
@@ -3723,7 +3726,7 @@ msgstr "インストール可能"
|
|
3723
3726
|
msgid "Installable bugfix/enhancement errata"
|
3724
3727
|
msgstr ""
|
3725
3728
|
|
3726
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3729
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3727
3730
|
msgstr ""
|
3728
3731
|
|
3729
3732
|
msgid "Installable security errata"
|
@@ -3870,6 +3873,27 @@ msgstr "発行元"
|
|
3870
3873
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3871
3874
|
msgstr ""
|
3872
3875
|
|
3876
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3877
|
+
msgstr ""
|
3878
|
+
|
3879
|
+
msgid "It's not possible to copy a rolling content view."
|
3880
|
+
msgstr ""
|
3881
|
+
|
3882
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3883
|
+
msgstr ""
|
3884
|
+
|
3885
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3886
|
+
msgstr ""
|
3887
|
+
|
3888
|
+
msgid "It's not possible to export a rolling content view."
|
3889
|
+
msgstr ""
|
3890
|
+
|
3891
|
+
msgid "It's not possible to promote a rolling content view."
|
3892
|
+
msgstr ""
|
3893
|
+
|
3894
|
+
msgid "It's not possible to publish a rolling content view."
|
3895
|
+
msgstr ""
|
3896
|
+
|
3873
3897
|
msgid "Job '${description}' completed"
|
3874
3898
|
msgstr "ジョブ '${description}' が完了しました"
|
3875
3899
|
|
@@ -4547,6 +4571,9 @@ msgstr ""
|
|
4547
4571
|
msgid "Multi-entitlement"
|
4548
4572
|
msgstr "マルチエンタイトルメント"
|
4549
4573
|
|
4574
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4575
|
+
msgstr ""
|
4576
|
+
|
4550
4577
|
msgid "N/A"
|
4551
4578
|
msgstr "N/A"
|
4552
4579
|
|
@@ -4916,7 +4943,7 @@ msgstr "パッケージがありません"
|
|
4916
4943
|
msgid "No packages available to install"
|
4917
4944
|
msgstr "インストール可能なパッケージはありません"
|
4918
4945
|
|
4919
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4946
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4920
4947
|
msgstr ""
|
4921
4948
|
|
4922
4949
|
msgid "No packages removed"
|
@@ -5180,6 +5207,9 @@ msgstr ""
|
|
5180
5207
|
msgid "Organization required"
|
5181
5208
|
msgstr "必要な組織"
|
5182
5209
|
|
5210
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5211
|
+
msgstr ""
|
5212
|
+
|
5183
5213
|
msgid "Orphaned Content Protection Time"
|
5184
5214
|
msgstr "単独コンテンツの保護時間"
|
5185
5215
|
|
@@ -5333,6 +5363,9 @@ msgstr "パッケージの更新がタイムアウトになりました"
|
|
5333
5363
|
msgid "Package Update scheduled by %s"
|
5334
5364
|
msgstr "%s によりパッケージの更新がスケジュールされました"
|
5335
5365
|
|
5366
|
+
msgid "Package actions will be transient"
|
5367
|
+
msgstr ""
|
5368
|
+
|
5336
5369
|
msgid "Package group update canceled"
|
5337
5370
|
msgstr "パッケージグループの更新が取り消されました"
|
5338
5371
|
|
@@ -5895,6 +5928,9 @@ msgstr "%s のコンテンツホストステータスのリフレッシュ"
|
|
5895
5928
|
msgid "Refresh Manifest"
|
5896
5929
|
msgstr "マニフェストの更新"
|
5897
5930
|
|
5931
|
+
msgid "Refresh RollingCV Repo"
|
5932
|
+
msgstr ""
|
5933
|
+
|
5898
5934
|
msgid "Refresh all alternate content sources"
|
5899
5935
|
msgstr ""
|
5900
5936
|
|
@@ -6396,7 +6432,7 @@ msgstr "影響を受ける環境の確認"
|
|
6396
6432
|
msgid "Review affected environments"
|
6397
6433
|
msgstr "影響を受ける環境を確認"
|
6398
6434
|
|
6399
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6435
|
+
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."
|
6400
6436
|
msgstr ""
|
6401
6437
|
|
6402
6438
|
msgid "Review and then click {submitBtnText}."
|
@@ -6429,6 +6465,12 @@ msgstr ""
|
|
6429
6465
|
msgid "Rollback image digest"
|
6430
6466
|
msgstr ""
|
6431
6467
|
|
6468
|
+
msgid "Rolling content view"
|
6469
|
+
msgstr ""
|
6470
|
+
|
6471
|
+
msgid "Rolling content views"
|
6472
|
+
msgstr ""
|
6473
|
+
|
6432
6474
|
msgid "Rules to be added"
|
6433
6475
|
msgstr "追加するルール"
|
6434
6476
|
|
@@ -6861,9 +6903,6 @@ msgstr ""
|
|
6861
6903
|
msgid "Simplified"
|
6862
6904
|
msgstr "簡易"
|
6863
6905
|
|
6864
|
-
msgid "Single content view consisting of e.g. repositories"
|
6865
|
-
msgstr "リポジトリー (例) で構成される単一コンテンツビュー"
|
6866
|
-
|
6867
6906
|
msgid "Size of file to upload"
|
6868
6907
|
msgstr "アップロードするファイルのサイズ"
|
6869
6908
|
|
@@ -6906,6 +6945,9 @@ msgstr "コンテンツビューの公開時にデフォルトでは RPM 依存
|
|
6906
6945
|
msgid "Solve dependencies"
|
6907
6946
|
msgstr "依存関係の解決"
|
6908
6947
|
|
6948
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6949
|
+
msgstr ""
|
6950
|
+
|
6909
6951
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
6910
6952
|
msgstr ""
|
6911
6953
|
|
@@ -7504,6 +7546,9 @@ msgstr ""
|
|
7504
7546
|
"インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\n"
|
7505
7547
|
" %%{repos}"
|
7506
7548
|
|
7549
|
+
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."
|
7550
|
+
msgstr ""
|
7551
|
+
|
7507
7552
|
msgid "The id of the content source"
|
7508
7553
|
msgstr "コンテンツソースの ID"
|
7509
7554
|
|
@@ -7727,8 +7772,8 @@ msgstr ""
|
|
7727
7772
|
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."
|
7728
7773
|
msgstr ""
|
7729
7774
|
|
7730
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7731
|
-
msgstr "
|
7775
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7776
|
+
msgstr ""
|
7732
7777
|
|
7733
7778
|
msgid "This host does not have any Module streams."
|
7734
7779
|
msgstr "このホストにはモジュールストリームがありません。"
|
@@ -7772,9 +7817,6 @@ msgstr "これは、リンクされたリポジトリーではありません"
|
|
7772
7817
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7773
7818
|
msgstr ""
|
7774
7819
|
|
7775
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7776
|
-
msgstr ""
|
7777
|
-
|
7778
7820
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7779
7821
|
msgstr "このリポジトリーは推奨されていません。使用する前に、 %(anchorBegin)sドキュメント%(anchorEnd)s を追加で参照してください。"
|
7780
7822
|
|
@@ -7985,6 +8027,12 @@ msgstr "Pulp ストレージを検出できません"
|
|
7985
8027
|
msgid "Unable to detect puppet path"
|
7986
8028
|
msgstr "Puppet パスを検出できません"
|
7987
8029
|
|
8030
|
+
msgid "Unable to find a content view with ID %s"
|
8031
|
+
msgstr ""
|
8032
|
+
|
8033
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8034
|
+
msgstr ""
|
8035
|
+
|
7988
8036
|
msgid "Unable to find product '%s' in organization '%s'"
|
7989
8037
|
msgstr "組織 '%s' で製品 '%s' が見つかりません"
|
7990
8038
|
|
@@ -8471,6 +8519,9 @@ msgstr "表示"
|
|
8471
8519
|
msgid "View content views"
|
8472
8520
|
msgstr ""
|
8473
8521
|
|
8522
|
+
msgid "View details"
|
8523
|
+
msgstr ""
|
8524
|
+
|
8474
8525
|
msgid "View documentation"
|
8475
8526
|
msgstr ""
|
8476
8527
|
|
@@ -8744,6 +8795,9 @@ msgstr "組織"
|
|
8744
8795
|
msgid "are only allowed for Yum repositories."
|
8745
8796
|
msgstr "Yum リポジトリーでのみ許可されています。"
|
8746
8797
|
|
8798
|
+
msgid "assign a new content source to the hosts"
|
8799
|
+
msgstr ""
|
8800
|
+
|
8747
8801
|
msgid "attempted to sync a non-library repository."
|
8748
8802
|
msgstr ""
|
8749
8803
|
|
@@ -9101,9 +9155,6 @@ msgstr "パッケージをインストールしています..."
|
|
9101
9155
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9102
9156
|
msgstr "指定のオブジェクトを解釈して、指定のオブジェクトに関連付け可能なリポジトリーのみを返します。'content_view' と 'content_view_version' のみがサポートされます。"
|
9103
9157
|
|
9104
|
-
msgid "invalid container image name"
|
9105
|
-
msgstr "無効なコンテナーイメージ名"
|
9106
|
-
|
9107
9158
|
msgid "invalid: Repositories can only require one OS version."
|
9108
9159
|
msgstr "無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
|
9109
9160
|
|
File without changes
|
Binary file
|
data/locale/ka/katello.po
CHANGED
@@ -790,6 +790,9 @@ msgstr "Ansible-ის კოლექცია"
|
|
790
790
|
msgid "Ansible collections"
|
791
791
|
msgstr "Ansible-ის კოლექციები"
|
792
792
|
|
793
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
794
|
+
msgstr ""
|
795
|
+
|
793
796
|
msgid "Applicability Batch Size"
|
794
797
|
msgstr ""
|
795
798
|
|
@@ -817,9 +820,6 @@ msgstr "გამოყენება"
|
|
817
820
|
msgid "Apply errata"
|
818
821
|
msgstr ""
|
819
822
|
|
820
|
-
msgid "Apply erratum"
|
821
|
-
msgstr ""
|
822
|
-
|
823
823
|
msgid "Apply to all repositories in the CV"
|
824
824
|
msgstr "CV-ში ჩამოთვლილ ყველა რეპოზიტორიაზე გადატარება"
|
825
825
|
|
@@ -1236,13 +1236,19 @@ msgstr ""
|
|
1236
1236
|
msgid "Cannot add repositories to a composite content view"
|
1237
1237
|
msgstr "რეპოზიტორიების კომპოზიტურ შემცველობის ხედში ჩამატება შეუძლებელია"
|
1238
1238
|
|
1239
|
+
msgid "Cannot add rolling content view to composite content view"
|
1240
|
+
msgstr ""
|
1241
|
+
|
1242
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1243
|
+
msgstr ""
|
1244
|
+
|
1239
1245
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1240
1246
|
msgstr ""
|
1241
1247
|
|
1242
1248
|
msgid "Cannot associate a component to a non composite content view"
|
1243
1249
|
msgstr ""
|
1244
1250
|
|
1245
|
-
msgid "Cannot be disabled because it is part of a
|
1251
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1246
1252
|
msgstr ""
|
1247
1253
|
|
1248
1254
|
msgid "Cannot calculate name for custom repos"
|
@@ -1482,9 +1488,6 @@ msgstr "კომპონენტის ვერსია: '%{cvv}', პრ
|
|
1482
1488
|
msgid "Components"
|
1483
1489
|
msgstr "კომპონენტები"
|
1484
1490
|
|
1485
|
-
msgid "Composite"
|
1486
|
-
msgstr "კომპოზიტი"
|
1487
|
-
|
1488
1491
|
msgid "Composite Content View"
|
1489
1492
|
msgstr "კომპოზიტური შემცველობის ხედი"
|
1490
1493
|
|
@@ -1515,15 +1518,6 @@ msgstr "დაადასტურეთ მანიფესტის წა
|
|
1515
1518
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1516
1519
|
msgstr ""
|
1517
1520
|
|
1518
|
-
msgid "Consisting of multiple content views"
|
1519
|
-
msgstr "შედგება მრავალი შემცველობის ხედისგან"
|
1520
|
-
|
1521
|
-
msgid "Consists of content views"
|
1522
|
-
msgstr "შედგება შემცველობის ხედებისგან"
|
1523
|
-
|
1524
|
-
msgid "Consists of repositories"
|
1525
|
-
msgstr "შედგება რეპოზიტორიებისგან"
|
1526
|
-
|
1527
1521
|
msgid "Consumed"
|
1528
1522
|
msgstr "მოხმარებულია"
|
1529
1523
|
|
@@ -1560,6 +1554,15 @@ msgstr "კონტეინერის მანიფესტები"
|
|
1560
1554
|
msgid "Container tags"
|
1561
1555
|
msgstr "კონტეინერის ჭდეები"
|
1562
1556
|
|
1557
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1558
|
+
msgstr ""
|
1559
|
+
|
1560
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1561
|
+
msgstr ""
|
1562
|
+
|
1563
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1564
|
+
msgstr ""
|
1565
|
+
|
1563
1566
|
msgid "Content"
|
1564
1567
|
msgstr "შემცველობა"
|
1565
1568
|
|
@@ -2166,8 +2169,8 @@ msgstr ""
|
|
2166
2169
|
msgid "Default System SLA"
|
2167
2170
|
msgstr "სისტემის ნაგულისხმები SLA"
|
2168
2171
|
|
2169
|
-
msgid "Default content view versions cannot be promoted"
|
2170
|
-
msgstr "
|
2172
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2173
|
+
msgstr ""
|
2171
2174
|
|
2172
2175
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2173
2176
|
msgstr ""
|
@@ -3715,7 +3718,7 @@ msgstr "დაყენებადი"
|
|
3715
3718
|
msgid "Installable bugfix/enhancement errata"
|
3716
3719
|
msgstr ""
|
3717
3720
|
|
3718
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3721
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3719
3722
|
msgstr ""
|
3720
3723
|
|
3721
3724
|
msgid "Installable security errata"
|
@@ -3862,6 +3865,27 @@ msgstr "გამომცემელი"
|
|
3862
3865
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3863
3866
|
msgstr ""
|
3864
3867
|
|
3868
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3869
|
+
msgstr ""
|
3870
|
+
|
3871
|
+
msgid "It's not possible to copy a rolling content view."
|
3872
|
+
msgstr ""
|
3873
|
+
|
3874
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3875
|
+
msgstr ""
|
3876
|
+
|
3877
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3878
|
+
msgstr ""
|
3879
|
+
|
3880
|
+
msgid "It's not possible to export a rolling content view."
|
3881
|
+
msgstr ""
|
3882
|
+
|
3883
|
+
msgid "It's not possible to promote a rolling content view."
|
3884
|
+
msgstr ""
|
3885
|
+
|
3886
|
+
msgid "It's not possible to publish a rolling content view."
|
3887
|
+
msgstr ""
|
3888
|
+
|
3865
3889
|
msgid "Job '${description}' completed"
|
3866
3890
|
msgstr "დავალება '${description}' დასრულდა"
|
3867
3891
|
|
@@ -4539,6 +4563,9 @@ msgstr ""
|
|
4539
4563
|
msgid "Multi-entitlement"
|
4540
4564
|
msgstr ""
|
4541
4565
|
|
4566
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4567
|
+
msgstr ""
|
4568
|
+
|
4542
4569
|
msgid "N/A"
|
4543
4570
|
msgstr "N/A"
|
4544
4571
|
|
@@ -4902,7 +4929,7 @@ msgstr "პაკეტების გარეშე"
|
|
4902
4929
|
msgid "No packages available to install"
|
4903
4930
|
msgstr "დასაყენებელი პაკეტები მიუწვდომელია"
|
4904
4931
|
|
4905
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4932
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4906
4933
|
msgstr ""
|
4907
4934
|
|
4908
4935
|
msgid "No packages removed"
|
@@ -5166,6 +5193,9 @@ msgstr ""
|
|
5166
5193
|
msgid "Organization required"
|
5167
5194
|
msgstr "ორგანიზაციის მითითება აუცილებელია"
|
5168
5195
|
|
5196
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5197
|
+
msgstr ""
|
5198
|
+
|
5169
5199
|
msgid "Orphaned Content Protection Time"
|
5170
5200
|
msgstr ""
|
5171
5201
|
|
@@ -5319,6 +5349,9 @@ msgstr "პაკეტის განახლების ვადა გა
|
|
5319
5349
|
msgid "Package Update scheduled by %s"
|
5320
5350
|
msgstr "პაკეტის განახლება შესრულების რიგშია %s-ის მიერ"
|
5321
5351
|
|
5352
|
+
msgid "Package actions will be transient"
|
5353
|
+
msgstr ""
|
5354
|
+
|
5322
5355
|
msgid "Package group update canceled"
|
5323
5356
|
msgstr "პაკეტის ჯგუფის განახლება გაუქმდა"
|
5324
5357
|
|
@@ -5879,6 +5912,9 @@ msgstr "შემცველობის ჰოსტის სტატუს
|
|
5879
5912
|
msgid "Refresh Manifest"
|
5880
5913
|
msgstr "მანიფესტის განახლება"
|
5881
5914
|
|
5915
|
+
msgid "Refresh RollingCV Repo"
|
5916
|
+
msgstr ""
|
5917
|
+
|
5882
5918
|
msgid "Refresh all alternate content sources"
|
5883
5919
|
msgstr ""
|
5884
5920
|
|
@@ -6380,7 +6416,7 @@ msgstr "მოყოლილი გარემოს გადახედვ
|
|
6380
6416
|
msgid "Review affected environments"
|
6381
6417
|
msgstr "მოყოლილი გარემოების გადახედვა"
|
6382
6418
|
|
6383
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6419
|
+
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."
|
6384
6420
|
msgstr ""
|
6385
6421
|
|
6386
6422
|
msgid "Review and then click {submitBtnText}."
|
@@ -6413,6 +6449,12 @@ msgstr ""
|
|
6413
6449
|
msgid "Rollback image digest"
|
6414
6450
|
msgstr ""
|
6415
6451
|
|
6452
|
+
msgid "Rolling content view"
|
6453
|
+
msgstr ""
|
6454
|
+
|
6455
|
+
msgid "Rolling content views"
|
6456
|
+
msgstr ""
|
6457
|
+
|
6416
6458
|
msgid "Rules to be added"
|
6417
6459
|
msgstr "დაემატება წესები"
|
6418
6460
|
|
@@ -6845,9 +6887,6 @@ msgstr ""
|
|
6845
6887
|
msgid "Simplified"
|
6846
6888
|
msgstr "გამარტივებული"
|
6847
6889
|
|
6848
|
-
msgid "Single content view consisting of e.g. repositories"
|
6849
|
-
msgstr "ერთი შემცველობის ხედი, შედგენილი, მაგალითად, რეპოზიტორიებისგან"
|
6850
|
-
|
6851
6890
|
msgid "Size of file to upload"
|
6852
6891
|
msgstr "ასატვირთი ფაილის ზომა"
|
6853
6892
|
|
@@ -6890,6 +6929,9 @@ msgstr ""
|
|
6890
6929
|
msgid "Solve dependencies"
|
6891
6930
|
msgstr "დამოკიდებულებების ამოხსნა"
|
6892
6931
|
|
6932
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6933
|
+
msgstr ""
|
6934
|
+
|
6893
6935
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
6894
6936
|
msgstr ""
|
6895
6937
|
|
@@ -7486,6 +7528,9 @@ msgid ""
|
|
7486
7528
|
" %{repos}"
|
7487
7529
|
msgstr ""
|
7488
7530
|
|
7531
|
+
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."
|
7532
|
+
msgstr ""
|
7533
|
+
|
7489
7534
|
msgid "The id of the content source"
|
7490
7535
|
msgstr "შემცველობის წყაროს ID"
|
7491
7536
|
|
@@ -7707,7 +7752,7 @@ msgstr ""
|
|
7707
7752
|
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."
|
7708
7753
|
msgstr ""
|
7709
7754
|
|
7710
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7755
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7711
7756
|
msgstr ""
|
7712
7757
|
|
7713
7758
|
msgid "This host does not have any Module streams."
|
@@ -7752,9 +7797,6 @@ msgstr "ბმულ რეპოზიტორიას არ წარმო
|
|
7752
7797
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7753
7798
|
msgstr ""
|
7754
7799
|
|
7755
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7756
|
-
msgstr ""
|
7757
|
-
|
7758
7800
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7759
7801
|
msgstr ""
|
7760
7802
|
|
@@ -7965,6 +8007,12 @@ msgstr "Pulp-ის საცავის პოვნა შეუძლებ
|
|
7965
8007
|
msgid "Unable to detect puppet path"
|
7966
8008
|
msgstr "Puppet-ის ბილიკის პოვნა შეუძლებელია"
|
7967
8009
|
|
8010
|
+
msgid "Unable to find a content view with ID %s"
|
8011
|
+
msgstr ""
|
8012
|
+
|
8013
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8014
|
+
msgstr ""
|
8015
|
+
|
7968
8016
|
msgid "Unable to find product '%s' in organization '%s'"
|
7969
8017
|
msgstr "ორგანიზაციაში %2$s პროდუქტი %1$s არ არსებობს"
|
7970
8018
|
|
@@ -8451,6 +8499,9 @@ msgstr "დალაგება"
|
|
8451
8499
|
msgid "View content views"
|
8452
8500
|
msgstr ""
|
8453
8501
|
|
8502
|
+
msgid "View details"
|
8503
|
+
msgstr ""
|
8504
|
+
|
8454
8505
|
msgid "View documentation"
|
8455
8506
|
msgstr ""
|
8456
8507
|
|
@@ -8724,6 +8775,9 @@ msgstr "ორგანიზაცია"
|
|
8724
8775
|
msgid "are only allowed for Yum repositories."
|
8725
8776
|
msgstr "დაშვებულია მხოლოდ Yum-ის რეპოზიტორიებისთვის."
|
8726
8777
|
|
8778
|
+
msgid "assign a new content source to the hosts"
|
8779
|
+
msgstr ""
|
8780
|
+
|
8727
8781
|
msgid "attempted to sync a non-library repository."
|
8728
8782
|
msgstr ""
|
8729
8783
|
|
@@ -9081,9 +9135,6 @@ msgstr "პაკეტების დაყენება..."
|
|
9081
9135
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9082
9136
|
msgstr ""
|
9083
9137
|
|
9084
|
-
msgid "invalid container image name"
|
9085
|
-
msgstr "კონტეინერის ასლის არასწორი სახელი"
|
9086
|
-
|
9087
9138
|
msgid "invalid: Repositories can only require one OS version."
|
9088
9139
|
msgstr "არასწორია: რეპოზიტორიებს შეიძლება ოს-ის მხოლოდ ერთი ვერსია სჭირდებოდეთ."
|
9089
9140
|
|
File without changes
|