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
@@ -45,6 +45,9 @@
|
|
45
45
|
return angular.isDefined(this.repositoryType(desiredType));
|
46
46
|
};
|
47
47
|
|
48
|
+
this.repositoryType = this.repositoryType.bind(this);
|
49
|
+
this.repositoryTypeEnabled = this.repositoryTypeEnabled.bind(this);
|
50
|
+
|
48
51
|
this.pulp3Supported = function(desiredType) {
|
49
52
|
var found = _.find(repositoryTypes, function(type) {
|
50
53
|
return type.id === desiredType;
|
data/lib/katello/engine.rb
CHANGED
@@ -132,9 +132,17 @@ module Katello
|
|
132
132
|
|
133
133
|
config.to_prepare do
|
134
134
|
Katello::CandlepinEventListener.client_factory = proc do
|
135
|
+
settings = ActiveRecord::Base.connection_pool.with_connection do
|
136
|
+
SETTINGS[:katello][:candlepin_events].merge(
|
137
|
+
ssl_key_file: Setting[:ssl_priv_key],
|
138
|
+
ssl_cert_file: Setting[:ssl_certificate],
|
139
|
+
ssl_ca_file: Setting[:ssl_ca_file]
|
140
|
+
)
|
141
|
+
end
|
142
|
+
|
135
143
|
Katello::Messaging::Connection.create(
|
136
144
|
connection_class: Katello::Messaging::StompConnection,
|
137
|
-
settings:
|
145
|
+
settings: settings
|
138
146
|
)
|
139
147
|
end
|
140
148
|
|
@@ -38,7 +38,7 @@ Katello::RepositoryTypeManager.register('python') do
|
|
38
38
|
pulpcore_name: "python.python",
|
39
39
|
model_class: Katello::GenericContentUnit,
|
40
40
|
pulp3_api: PulpPythonClient::ContentPackagesApi,
|
41
|
-
pulp3_model: PulpPythonClient::
|
41
|
+
pulp3_model: PulpPythonClient::PythonPythonPackageContentResponse,
|
42
42
|
pulp3_service_class: Katello::Pulp3::GenericContentUnit,
|
43
43
|
model_name: lambda { |pulp_unit| pulp_unit["name"] },
|
44
44
|
model_version: lambda { |pulp_unit| pulp_unit["version"] },
|
@@ -38,7 +38,7 @@ namespace :katello do
|
|
38
38
|
|
39
39
|
repos.find_each.with_index do |repo, index|
|
40
40
|
puts "Processing Repository #{index + 1}/#{repos.count}: #{repo.name} (#{repo.id})"
|
41
|
-
unless repo_exists?(repo)
|
41
|
+
unless repo_exists?(repo) || repo.content_view.rolling
|
42
42
|
handle_missing_repo(repo)
|
43
43
|
end
|
44
44
|
end
|
data/lib/katello/version.rb
CHANGED
@@ -0,0 +1,186 @@
|
|
1
|
+
# Autogenerated!
|
2
|
+
_("Abstract async task")
|
3
|
+
_("Add rolling repo clone")
|
4
|
+
_("Attach subscriptions")
|
5
|
+
_("Auto attach subscriptions")
|
6
|
+
_("Bulk generate applicability for hosts")
|
7
|
+
_("Commit upload")
|
8
|
+
_("Copy all units")
|
9
|
+
_("Copy content")
|
10
|
+
_("Copy version units to library")
|
11
|
+
_("Copy version")
|
12
|
+
_("Create Alternate Content Source")
|
13
|
+
_("Create Container Push Repository Root")
|
14
|
+
_("Create Export History")
|
15
|
+
_("Create Import History")
|
16
|
+
_("Create Syncable Export History")
|
17
|
+
_("Create exporter")
|
18
|
+
_("Create import")
|
19
|
+
_("Create importer")
|
20
|
+
_("Create publication")
|
21
|
+
_("Create remote")
|
22
|
+
_("Create remote")
|
23
|
+
_("Create")
|
24
|
+
_("Create")
|
25
|
+
_("Create")
|
26
|
+
_("Create")
|
27
|
+
_("Create")
|
28
|
+
_("Create")
|
29
|
+
_("Create")
|
30
|
+
_("Delete Activation Key")
|
31
|
+
_("Delete Lifecycle Environment")
|
32
|
+
_("Delete Manifest")
|
33
|
+
_("Delete Product")
|
34
|
+
_("Delete distributions")
|
35
|
+
_("Delete orphan alternate content sources")
|
36
|
+
_("Delete orphan distributions")
|
37
|
+
_("Delete orphan remotes")
|
38
|
+
_("Delete orphan repository versions")
|
39
|
+
_("Delete orphaned migrated repositories")
|
40
|
+
_("Delete remote")
|
41
|
+
_("Delete remote")
|
42
|
+
_("Delete repository references")
|
43
|
+
_("Delete version")
|
44
|
+
_("Delete")
|
45
|
+
_("Delete")
|
46
|
+
_("Delete")
|
47
|
+
_("Delete")
|
48
|
+
_("Delete")
|
49
|
+
_("Delete")
|
50
|
+
_("Delete")
|
51
|
+
_("Destroy Alternate Content Source")
|
52
|
+
_("Destroy Content Host")
|
53
|
+
_("Destroy exporter")
|
54
|
+
_("Destroy importer")
|
55
|
+
_("Destroy")
|
56
|
+
_("Disable Simple Content Access")
|
57
|
+
_("Disable")
|
58
|
+
_("Discover")
|
59
|
+
_("Enable Simple Content Access")
|
60
|
+
_("Enable")
|
61
|
+
_("Environment contents refresh")
|
62
|
+
_("Errata mail")
|
63
|
+
_("Errata mail")
|
64
|
+
_("Export Library")
|
65
|
+
_("Export Repository")
|
66
|
+
_("Export")
|
67
|
+
_("Export")
|
68
|
+
_("Export")
|
69
|
+
_("Fetch pxe files")
|
70
|
+
_("Filtered index content")
|
71
|
+
_("Generate host applicability")
|
72
|
+
_("Generate metadata")
|
73
|
+
_("Generate metadata")
|
74
|
+
_("Generate repository applicability")
|
75
|
+
_("Hypervisors update")
|
76
|
+
_("Hypervisors")
|
77
|
+
_("Import Content View Version")
|
78
|
+
_("Import Default Content View")
|
79
|
+
_("Import Manifest")
|
80
|
+
_("Import Repository")
|
81
|
+
_("Import migration")
|
82
|
+
_("Import repository upload")
|
83
|
+
_("Import upload")
|
84
|
+
_("Import upload")
|
85
|
+
_("Import")
|
86
|
+
_("Incremental Update of Content View Version(s) ")
|
87
|
+
_("Incremental Update")
|
88
|
+
_("Index content")
|
89
|
+
_("Index errata")
|
90
|
+
_("Index module streams")
|
91
|
+
_("Index package groups")
|
92
|
+
_("Initialize")
|
93
|
+
_("Instance update")
|
94
|
+
_("Metadata generate")
|
95
|
+
_("Mirror Remote Repository")
|
96
|
+
_("Multi copy all units")
|
97
|
+
_("Multi copy content")
|
98
|
+
_("Multi copy units")
|
99
|
+
_("Product Create")
|
100
|
+
_("Promote")
|
101
|
+
_("Promotion to Environment")
|
102
|
+
_("Publish Lifecycle Environment Container Repositories")
|
103
|
+
_("Publish")
|
104
|
+
_("Purge completed tasks")
|
105
|
+
_("Reclaim space")
|
106
|
+
_("Reclaim space")
|
107
|
+
_("Refresh Alternate Content Source")
|
108
|
+
_("Refresh Manifest")
|
109
|
+
_("Refresh RollingCV Repo")
|
110
|
+
_("Refresh all distributions")
|
111
|
+
_("Refresh distribution")
|
112
|
+
_("Refresh distribution")
|
113
|
+
_("Refresh if needed")
|
114
|
+
_("Refresh remote")
|
115
|
+
_("Refresh remote")
|
116
|
+
_("Refresh repos")
|
117
|
+
_("Refresh")
|
118
|
+
_("Refresh")
|
119
|
+
_("Refresh")
|
120
|
+
_("Reindex subscriptions")
|
121
|
+
_("Remove Content")
|
122
|
+
_("Remove Version")
|
123
|
+
_("Remove Versions and Associations")
|
124
|
+
_("Remove from Environment")
|
125
|
+
_("Remove orphans")
|
126
|
+
_("Remove orphans")
|
127
|
+
_("Remove rolling repo clone")
|
128
|
+
_("Remove subscriptions")
|
129
|
+
_("Remove units")
|
130
|
+
_("Remove units")
|
131
|
+
_("Remove unneeded repos")
|
132
|
+
_("Repair")
|
133
|
+
_("Repositories certs reset")
|
134
|
+
_("Repositories gpg reset")
|
135
|
+
_("Republish Version Repositories")
|
136
|
+
_("Run Sync Plan:")
|
137
|
+
_("Save artifact")
|
138
|
+
_("Save distribution references")
|
139
|
+
_("Save publication")
|
140
|
+
_("Save version")
|
141
|
+
_("Save versions")
|
142
|
+
_("Scan cdn")
|
143
|
+
_("Scan remote")
|
144
|
+
_("Sync capsule")
|
145
|
+
_("Sync")
|
146
|
+
_("Sync")
|
147
|
+
_("Sync")
|
148
|
+
_("Syncable export")
|
149
|
+
_("Synchronize smart proxy")
|
150
|
+
_("Synchronize")
|
151
|
+
_("Toggle")
|
152
|
+
_("Update Alternate Content Source")
|
153
|
+
_("Update CDN Configuration")
|
154
|
+
_("Update Content Counts")
|
155
|
+
_("Update Content Overrides")
|
156
|
+
_("Update content urls")
|
157
|
+
_("Update content view environments for host")
|
158
|
+
_("Update distributions")
|
159
|
+
_("Update http proxy details")
|
160
|
+
_("Update http proxy")
|
161
|
+
_("Update redhat repository")
|
162
|
+
_("Update release version for host")
|
163
|
+
_("Update remote")
|
164
|
+
_("Update remote")
|
165
|
+
_("Update repository")
|
166
|
+
_("Update")
|
167
|
+
_("Update")
|
168
|
+
_("Update")
|
169
|
+
_("Update")
|
170
|
+
_("Update")
|
171
|
+
_("Update")
|
172
|
+
_("Update")
|
173
|
+
_("Update")
|
174
|
+
_("Update")
|
175
|
+
_("Updating System Purpose for host")
|
176
|
+
_("Updating repository authentication configuration")
|
177
|
+
_("Updating repository authentication configuration")
|
178
|
+
_("Upload content")
|
179
|
+
_("Upload file")
|
180
|
+
_("Upload into")
|
181
|
+
_("Upload into")
|
182
|
+
_("Upload tag")
|
183
|
+
_("Verify checksum for content on smart proxy")
|
184
|
+
_("Verify checksum of version repositories")
|
185
|
+
_("Verify checksum")
|
186
|
+
_("Verify checksum")
|
Binary file
|
data/locale/bn/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.
|
11
|
+
"Project-Id-Version: katello 4.17.0.pre.master\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
|
@@ -786,6 +786,9 @@ msgstr ""
|
|
786
786
|
msgid "Ansible collections"
|
787
787
|
msgstr ""
|
788
788
|
|
789
|
+
msgid "Any updates to image mode host(s) will be lost on the next reboot."
|
790
|
+
msgstr ""
|
791
|
+
|
789
792
|
msgid "Applicability Batch Size"
|
790
793
|
msgstr ""
|
791
794
|
|
@@ -813,9 +816,6 @@ msgstr ""
|
|
813
816
|
msgid "Apply errata"
|
814
817
|
msgstr ""
|
815
818
|
|
816
|
-
msgid "Apply erratum"
|
817
|
-
msgstr ""
|
818
|
-
|
819
819
|
msgid "Apply to all repositories in the CV"
|
820
820
|
msgstr ""
|
821
821
|
|
@@ -1232,13 +1232,19 @@ msgstr ""
|
|
1232
1232
|
msgid "Cannot add repositories to a composite content view"
|
1233
1233
|
msgstr ""
|
1234
1234
|
|
1235
|
+
msgid "Cannot add rolling content view to composite content view"
|
1236
|
+
msgstr ""
|
1237
|
+
|
1238
|
+
msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
|
1239
|
+
msgstr ""
|
1240
|
+
|
1235
1241
|
msgid "Cannot associate a Red Hat provider with a custom product"
|
1236
1242
|
msgstr ""
|
1237
1243
|
|
1238
1244
|
msgid "Cannot associate a component to a non composite content view"
|
1239
1245
|
msgstr ""
|
1240
1246
|
|
1241
|
-
msgid "Cannot be disabled because it is part of a
|
1247
|
+
msgid "Cannot be disabled because it is part of a content view"
|
1242
1248
|
msgstr ""
|
1243
1249
|
|
1244
1250
|
msgid "Cannot calculate name for custom repos"
|
@@ -1478,9 +1484,6 @@ msgstr ""
|
|
1478
1484
|
msgid "Components"
|
1479
1485
|
msgstr ""
|
1480
1486
|
|
1481
|
-
msgid "Composite"
|
1482
|
-
msgstr ""
|
1483
|
-
|
1484
1487
|
msgid "Composite Content View"
|
1485
1488
|
msgstr ""
|
1486
1489
|
|
@@ -1511,15 +1514,6 @@ msgstr ""
|
|
1511
1514
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1512
1515
|
msgstr ""
|
1513
1516
|
|
1514
|
-
msgid "Consisting of multiple content views"
|
1515
|
-
msgstr ""
|
1516
|
-
|
1517
|
-
msgid "Consists of content views"
|
1518
|
-
msgstr ""
|
1519
|
-
|
1520
|
-
msgid "Consists of repositories"
|
1521
|
-
msgstr ""
|
1522
|
-
|
1523
1517
|
msgid "Consumed"
|
1524
1518
|
msgstr ""
|
1525
1519
|
|
@@ -1556,6 +1550,15 @@ msgstr ""
|
|
1556
1550
|
msgid "Container tags"
|
1557
1551
|
msgstr ""
|
1558
1552
|
|
1553
|
+
msgid "Contains content views. You must choose the version to use for each content view."
|
1554
|
+
msgstr ""
|
1555
|
+
|
1556
|
+
msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
|
1557
|
+
msgstr ""
|
1558
|
+
|
1559
|
+
msgid "Contains repositories. Versions are published and optionally filtered."
|
1560
|
+
msgstr ""
|
1561
|
+
|
1559
1562
|
msgid "Content"
|
1560
1563
|
msgstr "তথ্য"
|
1561
1564
|
|
@@ -2162,7 +2165,7 @@ msgstr ""
|
|
2162
2165
|
msgid "Default System SLA"
|
2163
2166
|
msgstr ""
|
2164
2167
|
|
2165
|
-
msgid "Default content view versions cannot be promoted"
|
2168
|
+
msgid "Default and Rolling content view versions cannot be promoted"
|
2166
2169
|
msgstr ""
|
2167
2170
|
|
2168
2171
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
@@ -3711,7 +3714,7 @@ msgstr ""
|
|
3711
3714
|
msgid "Installable bugfix/enhancement errata"
|
3712
3715
|
msgstr ""
|
3713
3716
|
|
3714
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3717
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3715
3718
|
msgstr ""
|
3716
3719
|
|
3717
3720
|
msgid "Installable security errata"
|
@@ -3858,6 +3861,27 @@ msgstr ""
|
|
3858
3861
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
3859
3862
|
msgstr ""
|
3860
3863
|
|
3864
|
+
msgid "It's not possible to bulk remove versions from a rolling content view."
|
3865
|
+
msgstr ""
|
3866
|
+
|
3867
|
+
msgid "It's not possible to copy a rolling content view."
|
3868
|
+
msgstr ""
|
3869
|
+
|
3870
|
+
msgid "It's not possible to create a filter for a rolling content view."
|
3871
|
+
msgstr ""
|
3872
|
+
|
3873
|
+
msgid "It's not possible to destroy a version of a rolling content view."
|
3874
|
+
msgstr ""
|
3875
|
+
|
3876
|
+
msgid "It's not possible to export a rolling content view."
|
3877
|
+
msgstr ""
|
3878
|
+
|
3879
|
+
msgid "It's not possible to promote a rolling content view."
|
3880
|
+
msgstr ""
|
3881
|
+
|
3882
|
+
msgid "It's not possible to publish a rolling content view."
|
3883
|
+
msgstr ""
|
3884
|
+
|
3861
3885
|
msgid "Job '${description}' completed"
|
3862
3886
|
msgstr ""
|
3863
3887
|
|
@@ -4535,6 +4559,9 @@ msgstr ""
|
|
4535
4559
|
msgid "Multi-entitlement"
|
4536
4560
|
msgstr ""
|
4537
4561
|
|
4562
|
+
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
4563
|
+
msgstr ""
|
4564
|
+
|
4538
4565
|
msgid "N/A"
|
4539
4566
|
msgstr ""
|
4540
4567
|
|
@@ -4898,7 +4925,7 @@ msgstr ""
|
|
4898
4925
|
msgid "No packages available to install"
|
4899
4926
|
msgstr ""
|
4900
4927
|
|
4901
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4928
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4902
4929
|
msgstr ""
|
4903
4930
|
|
4904
4931
|
msgid "No packages removed"
|
@@ -5162,6 +5189,9 @@ msgstr ""
|
|
5162
5189
|
msgid "Organization required"
|
5163
5190
|
msgstr ""
|
5164
5191
|
|
5192
|
+
msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
|
5193
|
+
msgstr ""
|
5194
|
+
|
5165
5195
|
msgid "Orphaned Content Protection Time"
|
5166
5196
|
msgstr ""
|
5167
5197
|
|
@@ -5315,6 +5345,9 @@ msgstr "প্যাকেজ আপডেটের সময়সীমা উত
|
|
5315
5345
|
msgid "Package Update scheduled by %s"
|
5316
5346
|
msgstr "%s দ্বারা নির্ধারিত প্যাকেজ আপডেট"
|
5317
5347
|
|
5348
|
+
msgid "Package actions will be transient"
|
5349
|
+
msgstr ""
|
5350
|
+
|
5318
5351
|
msgid "Package group update canceled"
|
5319
5352
|
msgstr "প্যাকেজ সংকলন আপডেট বাতিল করা হয়েছে"
|
5320
5353
|
|
@@ -5875,6 +5908,9 @@ msgstr ""
|
|
5875
5908
|
msgid "Refresh Manifest"
|
5876
5909
|
msgstr ""
|
5877
5910
|
|
5911
|
+
msgid "Refresh RollingCV Repo"
|
5912
|
+
msgstr ""
|
5913
|
+
|
5878
5914
|
msgid "Refresh all alternate content sources"
|
5879
5915
|
msgstr ""
|
5880
5916
|
|
@@ -6376,7 +6412,7 @@ msgstr ""
|
|
6376
6412
|
msgid "Review affected environments"
|
6377
6413
|
msgstr ""
|
6378
6414
|
|
6379
|
-
msgid "Review and optionally exclude hosts from your selection."
|
6415
|
+
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."
|
6380
6416
|
msgstr ""
|
6381
6417
|
|
6382
6418
|
msgid "Review and then click {submitBtnText}."
|
@@ -6409,6 +6445,12 @@ msgstr ""
|
|
6409
6445
|
msgid "Rollback image digest"
|
6410
6446
|
msgstr ""
|
6411
6447
|
|
6448
|
+
msgid "Rolling content view"
|
6449
|
+
msgstr ""
|
6450
|
+
|
6451
|
+
msgid "Rolling content views"
|
6452
|
+
msgstr ""
|
6453
|
+
|
6412
6454
|
msgid "Rules to be added"
|
6413
6455
|
msgstr ""
|
6414
6456
|
|
@@ -6841,9 +6883,6 @@ msgstr ""
|
|
6841
6883
|
msgid "Simplified"
|
6842
6884
|
msgstr ""
|
6843
6885
|
|
6844
|
-
msgid "Single content view consisting of e.g. repositories"
|
6845
|
-
msgstr ""
|
6846
|
-
|
6847
6886
|
msgid "Size of file to upload"
|
6848
6887
|
msgstr ""
|
6849
6888
|
|
@@ -6886,6 +6925,9 @@ msgstr ""
|
|
6886
6925
|
msgid "Solve dependencies"
|
6887
6926
|
msgstr ""
|
6888
6927
|
|
6928
|
+
msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
|
6929
|
+
msgstr ""
|
6930
|
+
|
6889
6931
|
msgid "Some environments are disabled because they are not associated with the host's content source."
|
6890
6932
|
msgstr ""
|
6891
6933
|
|
@@ -7482,6 +7524,9 @@ msgid ""
|
|
7482
7524
|
" %{repos}"
|
7483
7525
|
msgstr ""
|
7484
7526
|
|
7527
|
+
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."
|
7528
|
+
msgstr ""
|
7529
|
+
|
7485
7530
|
msgid "The id of the content source"
|
7486
7531
|
msgstr ""
|
7487
7532
|
|
@@ -7703,7 +7748,7 @@ msgstr ""
|
|
7703
7748
|
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."
|
7704
7749
|
msgstr ""
|
7705
7750
|
|
7706
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7751
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7707
7752
|
msgstr ""
|
7708
7753
|
|
7709
7754
|
msgid "This host does not have any Module streams."
|
@@ -7748,9 +7793,6 @@ msgstr ""
|
|
7748
7793
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7749
7794
|
msgstr ""
|
7750
7795
|
|
7751
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7752
|
-
msgstr ""
|
7753
|
-
|
7754
7796
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7755
7797
|
msgstr ""
|
7756
7798
|
|
@@ -7961,6 +8003,12 @@ msgstr ""
|
|
7961
8003
|
msgid "Unable to detect puppet path"
|
7962
8004
|
msgstr ""
|
7963
8005
|
|
8006
|
+
msgid "Unable to find a content view with ID %s"
|
8007
|
+
msgstr ""
|
8008
|
+
|
8009
|
+
msgid "Unable to find a lifecycle environment with ID %s"
|
8010
|
+
msgstr ""
|
8011
|
+
|
7964
8012
|
msgid "Unable to find product '%s' in organization '%s'"
|
7965
8013
|
msgstr ""
|
7966
8014
|
|
@@ -8447,6 +8495,9 @@ msgstr ""
|
|
8447
8495
|
msgid "View content views"
|
8448
8496
|
msgstr ""
|
8449
8497
|
|
8498
|
+
msgid "View details"
|
8499
|
+
msgstr ""
|
8500
|
+
|
8450
8501
|
msgid "View documentation"
|
8451
8502
|
msgstr ""
|
8452
8503
|
|
@@ -8720,6 +8771,9 @@ msgstr ""
|
|
8720
8771
|
msgid "are only allowed for Yum repositories."
|
8721
8772
|
msgstr ""
|
8722
8773
|
|
8774
|
+
msgid "assign a new content source to the hosts"
|
8775
|
+
msgstr ""
|
8776
|
+
|
8723
8777
|
msgid "attempted to sync a non-library repository."
|
8724
8778
|
msgstr ""
|
8725
8779
|
|
@@ -9077,9 +9131,6 @@ msgstr "প্যাকেজ ইনস্টল করা হচ্ছে..."
|
|
9077
9131
|
msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
|
9078
9132
|
msgstr ""
|
9079
9133
|
|
9080
|
-
msgid "invalid container image name"
|
9081
|
-
msgstr ""
|
9082
|
-
|
9083
9134
|
msgid "invalid: Repositories can only require one OS version."
|
9084
9135
|
msgstr ""
|
9085
9136
|
|
File without changes
|
Binary file
|