katello 4.13.1 → 4.14.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
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 +12 -8
- data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
- data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
- data/app/controllers/katello/api/v2/api_controller.rb +7 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
- data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
- data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
- data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
- data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
- data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
- data/app/controllers/katello/application_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
- data/app/controllers/katello/remote_execution_controller.rb +53 -58
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
- data/app/helpers/katello/katello_urls_helper.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
- data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/katello/content_view/publish.rb +1 -0
- data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
- data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
- data/app/lib/actions/katello/foreman/content_update.rb +4 -6
- data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
- data/app/lib/actions/katello/repository/create.rb +4 -4
- data/app/lib/actions/katello/repository/import_upload.rb +4 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
- data/app/lib/actions/katello/repository/update.rb +3 -3
- data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
- data/app/lib/actions/middleware/backend_services_check.rb +3 -2
- data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
- data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
- data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/http_resource.rb +1 -0
- data/app/lib/katello/lazy_accessor.rb +1 -1
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/pool.rb +1 -2
- data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +3 -2
- data/app/lib/katello/resources/discovery/yum.rb +3 -3
- data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
- data/app/lib/katello/util/data.rb +3 -2
- data/app/lib/katello/util/errata.rb +4 -3
- data/app/lib/katello/util/package.rb +3 -3
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/lib/katello/util/report_table.rb +3 -2
- data/app/lib/katello/util/url_matcher.rb +1 -1
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
- data/app/lib/katello/validators/prior_validator.rb +2 -2
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
- data/app/models/katello/activation_key.rb +4 -6
- data/app/models/katello/alternate_content_source.rb +1 -1
- data/app/models/katello/authorization/host_tracer.rb +1 -2
- data/app/models/katello/candlepin/repository_mapper.rb +2 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
- data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
- data/app/models/katello/concerns/location_extensions.rb +2 -4
- data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_environment.rb +19 -4
- data/app/models/katello/content_view_environment_content_facet.rb +11 -0
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/event.rb +1 -1
- data/app/models/katello/glue/provider.rb +1 -2
- data/app/models/katello/hash_util.rb +1 -1
- data/app/models/katello/host/content_facet.rb +16 -3
- data/app/models/katello/host/subscription_facet.rb +27 -4
- data/app/models/katello/host_collection.rb +12 -8
- data/app/models/katello/pool.rb +5 -1
- data/app/models/katello/product.rb +7 -4
- data/app/models/katello/provider.rb +1 -2
- data/app/models/katello/repository.rb +18 -4
- data/app/models/katello/root_repository.rb +19 -0
- data/app/models/katello/rpm.rb +2 -2
- data/app/models/katello/subscription_facet_pool.rb +1 -1
- data/app/models/katello/sync_plan.rb +5 -4
- data/app/models/katello/task_status.rb +18 -18
- data/app/presenters/katello/product_host_count_presenter.rb +10 -0
- data/app/services/katello/candlepin/consumer.rb +11 -11
- data/app/services/katello/candlepin/message_handler.rb +3 -2
- data/app/services/katello/content_unit_indexer.rb +6 -0
- data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/api/docker.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
- data/app/services/katello/pulp3/repository/apt.rb +4 -16
- data/app/services/katello/pulp3/repository/yum.rb +9 -5
- data/app/services/katello/pulp3/repository.rb +2 -2
- data/app/services/katello/pulp3/repository_mirror.rb +2 -9
- data/app/services/katello/pulp3/task.rb +4 -2
- data/app/services/katello/registration_manager.rb +13 -3
- data/app/services/katello/smart_proxy_helper.rb +1 -0
- data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
- data/app/views/foreman/job_templates/install_errata.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
- data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/upload_profile.erb +2 -0
- data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
- data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
- data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
- data/config/routes/api/v2.rb +3 -1
- data/config/routes.rb +1 -3
- data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
- data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
- data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
- data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
- data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
- data/db/seeds.d/102-organizations.rb +5 -7
- data/db/seeds.d/150-module_job_templates.rb +7 -9
- data/db/seeds.d/75-job_templates.rb +9 -16
- data/engines/bastion_katello/README.md +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
- data/lib/katello/engine.rb +1 -8
- data/lib/katello/permission_creator.rb +3 -2
- data/lib/katello/plugin.rb +31 -27
- data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
- data/lib/katello/tasks/reset.rake +3 -4
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -2
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +274 -22
- data/locale/bn_IN/katello.po +274 -22
- data/locale/ca/katello.po +274 -22
- data/locale/cs/katello.po +274 -22
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +280 -28
- data/locale/de_AT/katello.po +274 -22
- data/locale/de_DE/katello.po +274 -22
- data/locale/el/katello.po +274 -22
- data/locale/en/katello.po +274 -22
- data/locale/en_GB/katello.po +274 -22
- data/locale/en_US/katello.po +274 -22
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +283 -31
- data/locale/gl/katello.po +274 -22
- data/locale/gu/katello.po +274 -22
- data/locale/he_IL/katello.po +274 -22
- data/locale/hi/katello.po +274 -22
- data/locale/id/katello.po +274 -22
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +274 -22
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +283 -31
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +274 -22
- data/locale/ml_IN/katello.po +274 -22
- data/locale/mr/katello.po +274 -22
- data/locale/nl_NL/katello.po +274 -22
- data/locale/or/katello.po +274 -22
- data/locale/pa/katello.po +274 -22
- data/locale/pl/katello.po +274 -22
- data/locale/pl_PL/katello.po +274 -22
- data/locale/pt/katello.po +274 -22
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +274 -22
- data/locale/sl/katello.po +274 -22
- data/locale/sv_SE/katello.po +274 -22
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +274 -22
- data/locale/ta_IN/katello.po +274 -22
- data/locale/te/katello.po +274 -22
- data/locale/tr/katello.po +274 -22
- data/locale/vi/katello.po +274 -22
- data/locale/vi_VN/katello.po +274 -22
- data/locale/zh/katello.po +274 -22
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +274 -22
- data/webpack/ForemanColumnExtensions/index.js +44 -1
- data/webpack/components/Table/TableWrapper.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +75 -31
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
- data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
- data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
- data/webpack/global_index.js +11 -3
- data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
- data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
- data/webpack/scenes/Tasks/helpers.js +1 -1
- metadata +24 -63
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/app/lib/katello/util/http_helper.rb +0 -15
- data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
- data/app/models/katello/repository.rb.bak +0 -978
- data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
- data/lib/katello/tasks/update_repository_expiry.rake +0 -114
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/global_test_setup.js.bak +0 -59
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/zh/katello.po
CHANGED
@@ -151,6 +151,9 @@ msgstr ""
|
|
151
151
|
msgid "%s is unreachable. %s"
|
152
152
|
msgstr ""
|
153
153
|
|
154
|
+
msgid "%s was not found!"
|
155
|
+
msgstr ""
|
156
|
+
|
154
157
|
msgid "%{errata} (%{total} other errata)"
|
155
158
|
msgstr ""
|
156
159
|
|
@@ -406,6 +409,12 @@ msgstr ""
|
|
406
409
|
msgid "A backend service [ %s ] is unreachable"
|
407
410
|
msgstr ""
|
408
411
|
|
412
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
413
|
+
msgstr ""
|
414
|
+
|
415
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
416
|
+
msgstr ""
|
417
|
+
|
409
418
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
410
419
|
msgstr ""
|
411
420
|
|
@@ -514,7 +523,7 @@ msgstr ""
|
|
514
523
|
msgid "Activation keys can be managed {here}."
|
515
524
|
msgstr ""
|
516
525
|
|
517
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
526
|
+
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
|
518
527
|
msgstr ""
|
519
528
|
|
520
529
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -640,6 +649,9 @@ msgstr ""
|
|
640
649
|
msgid "Affected Repositories"
|
641
650
|
msgstr ""
|
642
651
|
|
652
|
+
msgid "Affected hosts"
|
653
|
+
msgstr ""
|
654
|
+
|
643
655
|
msgid "Affected repositories"
|
644
656
|
msgstr ""
|
645
657
|
|
@@ -679,7 +691,7 @@ msgstr ""
|
|
679
691
|
msgid "All versions will be removed from these environments"
|
680
692
|
msgstr ""
|
681
693
|
|
682
|
-
msgid "Allow a host to be
|
694
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
683
695
|
msgstr ""
|
684
696
|
|
685
697
|
msgid "Allow deleting repositories in published content views"
|
@@ -776,15 +788,24 @@ msgstr ""
|
|
776
788
|
msgid "Applicable Content Hosts"
|
777
789
|
msgstr ""
|
778
790
|
|
791
|
+
msgid "Applicable bugfix/enhancement errata"
|
792
|
+
msgstr ""
|
793
|
+
|
779
794
|
msgid "Applicable errata apply to at least one package installed on the host."
|
780
795
|
msgstr ""
|
781
796
|
|
797
|
+
msgid "Applicable security errata"
|
798
|
+
msgstr ""
|
799
|
+
|
782
800
|
msgid "Application"
|
783
801
|
msgstr ""
|
784
802
|
|
785
803
|
msgid "Apply"
|
786
804
|
msgstr ""
|
787
805
|
|
806
|
+
msgid "Apply errata"
|
807
|
+
msgstr ""
|
808
|
+
|
788
809
|
msgid "Apply erratum"
|
789
810
|
msgstr ""
|
790
811
|
|
@@ -851,6 +872,9 @@ msgstr ""
|
|
851
872
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
852
873
|
msgstr ""
|
853
874
|
|
875
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
876
|
+
msgstr ""
|
877
|
+
|
854
878
|
msgid "Array of host ids"
|
855
879
|
msgstr ""
|
856
880
|
|
@@ -889,6 +913,9 @@ msgstr ""
|
|
889
913
|
msgid "Assign the release version to one or more hosts"
|
890
914
|
msgstr ""
|
891
915
|
|
916
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
917
|
+
msgstr ""
|
918
|
+
|
892
919
|
msgid "Associated location IDs"
|
893
920
|
msgstr ""
|
894
921
|
|
@@ -1084,6 +1111,9 @@ msgstr ""
|
|
1084
1111
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1085
1112
|
msgstr ""
|
1086
1113
|
|
1114
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1115
|
+
msgstr ""
|
1116
|
+
|
1087
1117
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1088
1118
|
msgstr ""
|
1089
1119
|
|
@@ -1225,6 +1255,9 @@ msgstr ""
|
|
1225
1255
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1226
1256
|
msgstr ""
|
1227
1257
|
|
1258
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1259
|
+
msgstr ""
|
1260
|
+
|
1228
1261
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1229
1262
|
msgstr ""
|
1230
1263
|
|
@@ -1255,6 +1288,9 @@ msgstr ""
|
|
1255
1288
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1256
1289
|
msgstr ""
|
1257
1290
|
|
1291
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1292
|
+
msgstr ""
|
1293
|
+
|
1258
1294
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1259
1295
|
msgstr ""
|
1260
1296
|
|
@@ -1273,6 +1309,12 @@ msgstr ""
|
|
1273
1309
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1274
1310
|
msgstr ""
|
1275
1311
|
|
1312
|
+
msgid "Cannot update properties of a container push repository"
|
1313
|
+
msgstr ""
|
1314
|
+
|
1315
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1316
|
+
msgstr ""
|
1317
|
+
|
1276
1318
|
msgid "Cannot upload Ansible collections."
|
1277
1319
|
msgstr ""
|
1278
1320
|
|
@@ -1318,10 +1360,10 @@ msgstr ""
|
|
1318
1360
|
msgid "Checksum of file to upload"
|
1319
1361
|
msgstr ""
|
1320
1362
|
|
1321
|
-
msgid "Checksum
|
1363
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1322
1364
|
msgstr ""
|
1323
1365
|
|
1324
|
-
msgid "Checksum
|
1366
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1325
1367
|
msgstr ""
|
1326
1368
|
|
1327
1369
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1354,6 +1396,9 @@ msgstr ""
|
|
1354
1396
|
msgid "Collapse All"
|
1355
1397
|
msgstr ""
|
1356
1398
|
|
1399
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1400
|
+
msgstr ""
|
1401
|
+
|
1357
1402
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1358
1403
|
msgstr ""
|
1359
1404
|
|
@@ -1366,6 +1411,9 @@ msgstr ""
|
|
1366
1411
|
msgid "Compare"
|
1367
1412
|
msgstr ""
|
1368
1413
|
|
1414
|
+
msgid "Completed pulp task protection days"
|
1415
|
+
msgstr ""
|
1416
|
+
|
1369
1417
|
msgid "Component"
|
1370
1418
|
msgstr ""
|
1371
1419
|
|
@@ -1594,6 +1642,9 @@ msgstr ""
|
|
1594
1642
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1595
1643
|
msgstr ""
|
1596
1644
|
|
1645
|
+
msgid "Content type does not support repo discovery"
|
1646
|
+
msgstr ""
|
1647
|
+
|
1597
1648
|
msgid "Content view"
|
1598
1649
|
msgstr ""
|
1599
1650
|
|
@@ -1624,10 +1675,10 @@ msgstr ""
|
|
1624
1675
|
msgid "Content view and lifecycle environment must be provided together"
|
1625
1676
|
msgstr ""
|
1626
1677
|
|
1627
|
-
msgid "Content view
|
1678
|
+
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1628
1679
|
msgstr ""
|
1629
1680
|
|
1630
|
-
msgid "Content view
|
1681
|
+
msgid "Content view environments"
|
1631
1682
|
msgstr ""
|
1632
1683
|
|
1633
1684
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1753,6 +1804,15 @@ msgstr ""
|
|
1753
1804
|
msgid "Could not find environments for promotion"
|
1754
1805
|
msgstr ""
|
1755
1806
|
|
1807
|
+
msgid "Could not locate Pulp distribution."
|
1808
|
+
msgstr ""
|
1809
|
+
|
1810
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1811
|
+
msgstr ""
|
1812
|
+
|
1813
|
+
msgid "Could not locate repository properties for content indexing."
|
1814
|
+
msgstr ""
|
1815
|
+
|
1756
1816
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1757
1817
|
msgstr ""
|
1758
1818
|
|
@@ -2281,7 +2341,7 @@ msgstr ""
|
|
2281
2341
|
msgid "Details"
|
2282
2342
|
msgstr ""
|
2283
2343
|
|
2284
|
-
msgid "Determining settings for ${name}"
|
2344
|
+
msgid "Determining settings for ${truncate(name)}"
|
2285
2345
|
msgstr ""
|
2286
2346
|
|
2287
2347
|
msgid "Digest"
|
@@ -2344,6 +2404,12 @@ msgstr ""
|
|
2344
2404
|
msgid "Download rate limit"
|
2345
2405
|
msgstr ""
|
2346
2406
|
|
2407
|
+
msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
|
2408
|
+
msgstr ""
|
2409
|
+
|
2410
|
+
msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
|
2411
|
+
msgstr ""
|
2412
|
+
|
2347
2413
|
msgid "Duplicate artifact detected"
|
2348
2414
|
msgstr ""
|
2349
2415
|
|
@@ -2542,6 +2608,12 @@ msgstr ""
|
|
2542
2608
|
msgid "Errata mail"
|
2543
2609
|
msgstr ""
|
2544
2610
|
|
2611
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2612
|
+
msgstr ""
|
2613
|
+
|
2614
|
+
msgid "Errata to apply"
|
2615
|
+
msgstr ""
|
2616
|
+
|
2545
2617
|
msgid "Errata to exclusively include in the action"
|
2546
2618
|
msgstr ""
|
2547
2619
|
|
@@ -2590,6 +2662,9 @@ msgstr ""
|
|
2590
2662
|
msgid "Exclude"
|
2591
2663
|
msgstr ""
|
2592
2664
|
|
2665
|
+
msgid "Exclude Refs"
|
2666
|
+
msgstr ""
|
2667
|
+
|
2593
2668
|
msgid "Exclude all RPMs not associated to any errata"
|
2594
2669
|
msgstr ""
|
2595
2670
|
|
@@ -3093,6 +3168,9 @@ msgstr ""
|
|
3093
3168
|
msgid "Hosts: "
|
3094
3169
|
msgstr ""
|
3095
3170
|
|
3171
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3172
|
+
msgstr ""
|
3173
|
+
|
3096
3174
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
3097
3175
|
msgstr ""
|
3098
3176
|
|
@@ -3222,9 +3300,18 @@ msgstr ""
|
|
3222
3300
|
msgid "Id of the repository to limit verifying checksum on"
|
3223
3301
|
msgstr ""
|
3224
3302
|
|
3303
|
+
msgid "Id of the single content view to be associated with the host."
|
3304
|
+
msgstr ""
|
3305
|
+
|
3306
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3307
|
+
msgstr ""
|
3308
|
+
|
3225
3309
|
msgid "Id of the smart proxy"
|
3226
3310
|
msgstr ""
|
3227
3311
|
|
3312
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3313
|
+
msgstr ""
|
3314
|
+
|
3228
3315
|
msgid "Idenifier of the SSL CA Cert"
|
3229
3316
|
msgstr ""
|
3230
3317
|
|
@@ -3278,13 +3365,16 @@ msgstr ""
|
|
3278
3365
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3279
3366
|
msgstr ""
|
3280
3367
|
|
3368
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3369
|
+
msgstr ""
|
3370
|
+
|
3281
3371
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3282
3372
|
msgstr ""
|
3283
3373
|
|
3284
3374
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3285
3375
|
msgstr ""
|
3286
3376
|
|
3287
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3377
|
+
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3288
3378
|
msgstr ""
|
3289
3379
|
|
3290
3380
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3407,6 +3497,9 @@ msgstr ""
|
|
3407
3497
|
msgid "Include"
|
3408
3498
|
msgstr ""
|
3409
3499
|
|
3500
|
+
msgid "Include Refs"
|
3501
|
+
msgstr ""
|
3502
|
+
|
3410
3503
|
msgid "Include all RPMs not associated to any errata"
|
3411
3504
|
msgstr ""
|
3412
3505
|
|
@@ -3506,9 +3599,15 @@ msgstr ""
|
|
3506
3599
|
msgid "Installable"
|
3507
3600
|
msgstr ""
|
3508
3601
|
|
3602
|
+
msgid "Installable bugfix/enhancement errata"
|
3603
|
+
msgstr ""
|
3604
|
+
|
3509
3605
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3510
3606
|
msgstr ""
|
3511
3607
|
|
3608
|
+
msgid "Installable security errata"
|
3609
|
+
msgstr ""
|
3610
|
+
|
3512
3611
|
msgid "Installable updates"
|
3513
3612
|
msgstr ""
|
3514
3613
|
|
@@ -3590,6 +3689,24 @@ msgstr ""
|
|
3590
3689
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3591
3690
|
msgstr ""
|
3592
3691
|
|
3692
|
+
msgid "Invalid format. Container name cannot be blank."
|
3693
|
+
msgstr ""
|
3694
|
+
|
3695
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3696
|
+
msgstr ""
|
3697
|
+
|
3698
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3699
|
+
msgstr ""
|
3700
|
+
|
3701
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3702
|
+
msgstr ""
|
3703
|
+
|
3704
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3705
|
+
msgstr ""
|
3706
|
+
|
3707
|
+
msgid "Invalid format. Product label cannot be blank."
|
3708
|
+
msgstr ""
|
3709
|
+
|
3593
3710
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3594
3711
|
msgstr ""
|
3595
3712
|
|
@@ -3866,6 +3983,9 @@ msgstr ""
|
|
3866
3983
|
msgid "List all organizations"
|
3867
3984
|
msgstr ""
|
3868
3985
|
|
3986
|
+
msgid "List all packages unique by name"
|
3987
|
+
msgstr ""
|
3988
|
+
|
3869
3989
|
msgid "List alternate content sources."
|
3870
3990
|
msgstr ""
|
3871
3991
|
|
@@ -4106,6 +4226,15 @@ msgstr ""
|
|
4106
4226
|
msgid "Manage Manifest"
|
4107
4227
|
msgstr ""
|
4108
4228
|
|
4229
|
+
msgid "Manage content"
|
4230
|
+
msgstr ""
|
4231
|
+
|
4232
|
+
msgid "Manage errata"
|
4233
|
+
msgstr ""
|
4234
|
+
|
4235
|
+
msgid "Manage packages"
|
4236
|
+
msgstr ""
|
4237
|
+
|
4109
4238
|
msgid "Manifest"
|
4110
4239
|
msgstr ""
|
4111
4240
|
|
@@ -4405,6 +4534,12 @@ msgstr ""
|
|
4405
4534
|
msgid "No available component content view updates"
|
4406
4535
|
msgstr ""
|
4407
4536
|
|
4537
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4538
|
+
msgstr ""
|
4539
|
+
|
4540
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4541
|
+
msgstr ""
|
4542
|
+
|
4408
4543
|
msgid "No available repository or filter updates"
|
4409
4544
|
msgstr ""
|
4410
4545
|
|
@@ -4459,6 +4594,9 @@ msgstr ""
|
|
4459
4594
|
msgid "No errata filter rules yet"
|
4460
4595
|
msgstr ""
|
4461
4596
|
|
4597
|
+
msgid "No errata found."
|
4598
|
+
msgstr ""
|
4599
|
+
|
4462
4600
|
msgid "No errata matching given search query"
|
4463
4601
|
msgstr ""
|
4464
4602
|
|
@@ -4498,6 +4636,9 @@ msgstr ""
|
|
4498
4636
|
msgid "No hosts were specified"
|
4499
4637
|
msgstr ""
|
4500
4638
|
|
4639
|
+
msgid "No installed debs found for search term '%s'"
|
4640
|
+
msgstr ""
|
4641
|
+
|
4501
4642
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4502
4643
|
msgstr ""
|
4503
4644
|
|
@@ -4669,6 +4810,12 @@ msgstr ""
|
|
4669
4810
|
msgid "No syncable repositories found for selected products and options."
|
4670
4811
|
msgstr ""
|
4671
4812
|
|
4813
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4814
|
+
msgstr ""
|
4815
|
+
|
4816
|
+
msgid "No upgradable packages found."
|
4817
|
+
msgstr ""
|
4818
|
+
|
4672
4819
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4673
4820
|
msgstr ""
|
4674
4821
|
|
@@ -4735,6 +4882,9 @@ msgstr ""
|
|
4735
4882
|
msgid "Number to Allocate"
|
4736
4883
|
msgstr ""
|
4737
4884
|
|
4885
|
+
msgid "OS"
|
4886
|
+
msgstr ""
|
4887
|
+
|
4738
4888
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4739
4889
|
msgstr ""
|
4740
4890
|
|
@@ -4822,15 +4972,24 @@ msgstr ""
|
|
4822
4972
|
msgid "Organization id"
|
4823
4973
|
msgstr ""
|
4824
4974
|
|
4975
|
+
msgid "Organization id not found: '%s'"
|
4976
|
+
msgstr ""
|
4977
|
+
|
4825
4978
|
msgid "Organization identifier"
|
4826
4979
|
msgstr ""
|
4827
4980
|
|
4828
4981
|
msgid "Organization label"
|
4829
4982
|
msgstr ""
|
4830
4983
|
|
4984
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
4985
|
+
msgstr ""
|
4986
|
+
|
4831
4987
|
msgid "Organization not found"
|
4832
4988
|
msgstr ""
|
4833
4989
|
|
4990
|
+
msgid "Organization not found: '%s'"
|
4991
|
+
msgstr ""
|
4992
|
+
|
4834
4993
|
msgid "Organization required"
|
4835
4994
|
msgstr ""
|
4836
4995
|
|
@@ -5020,6 +5179,15 @@ msgstr ""
|
|
5020
5179
|
msgid "Packages must be provided"
|
5021
5180
|
msgstr ""
|
5022
5181
|
|
5182
|
+
msgid "Packages to be removed"
|
5183
|
+
msgstr ""
|
5184
|
+
|
5185
|
+
msgid "Packages to be updated"
|
5186
|
+
msgstr ""
|
5187
|
+
|
5188
|
+
msgid "Packages to install"
|
5189
|
+
msgstr ""
|
5190
|
+
|
5023
5191
|
msgid "Packages will appear here when available."
|
5024
5192
|
msgstr ""
|
5025
5193
|
|
@@ -5131,10 +5299,10 @@ msgstr ""
|
|
5131
5299
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5132
5300
|
msgstr ""
|
5133
5301
|
|
5134
|
-
msgid "Prefer registered through
|
5302
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5135
5303
|
msgstr ""
|
5136
5304
|
|
5137
|
-
msgid "Prefer using a
|
5305
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5138
5306
|
msgstr ""
|
5139
5307
|
|
5140
5308
|
msgid "Prevent from further updates"
|
@@ -5190,15 +5358,24 @@ msgid ""
|
|
5190
5358
|
" this is not the same product id as the products api returns"
|
5191
5359
|
msgstr ""
|
5192
5360
|
|
5361
|
+
msgid "Product id not found: '%s'"
|
5362
|
+
msgstr ""
|
5363
|
+
|
5193
5364
|
msgid "Product label"
|
5194
5365
|
msgstr ""
|
5195
5366
|
|
5367
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5368
|
+
msgstr ""
|
5369
|
+
|
5196
5370
|
msgid "Product name"
|
5197
5371
|
msgstr ""
|
5198
5372
|
|
5199
5373
|
msgid "Product name as listed from a host's installed products"
|
5200
5374
|
msgstr ""
|
5201
5375
|
|
5376
|
+
msgid "Product not found: '%s'"
|
5377
|
+
msgstr ""
|
5378
|
+
|
5202
5379
|
msgid "Product the repository belongs to"
|
5203
5380
|
msgstr ""
|
5204
5381
|
|
@@ -5277,7 +5454,7 @@ msgstr ""
|
|
5277
5454
|
msgid "Publish"
|
5278
5455
|
msgstr ""
|
5279
5456
|
|
5280
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5457
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5281
5458
|
msgstr ""
|
5282
5459
|
|
5283
5460
|
msgid "Publish a content view"
|
@@ -5295,7 +5472,7 @@ msgstr ""
|
|
5295
5472
|
msgid "Published new version"
|
5296
5473
|
msgstr ""
|
5297
5474
|
|
5298
|
-
msgid "Publishing ${name}"
|
5475
|
+
msgid "Publishing ${truncate(name)}"
|
5299
5476
|
msgstr ""
|
5300
5477
|
|
5301
5478
|
msgid "Publishing content view"
|
@@ -5685,6 +5862,9 @@ msgstr ""
|
|
5685
5862
|
msgid "Remove package via Katello interface"
|
5686
5863
|
msgstr ""
|
5687
5864
|
|
5865
|
+
msgid "Remove packages"
|
5866
|
+
msgstr ""
|
5867
|
+
|
5688
5868
|
msgid "Remove packages via Katello interface"
|
5689
5869
|
msgstr ""
|
5690
5870
|
|
@@ -5796,6 +5976,9 @@ msgstr ""
|
|
5796
5976
|
msgid "Repository name"
|
5797
5977
|
msgstr ""
|
5798
5978
|
|
5979
|
+
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
5980
|
+
msgstr ""
|
5981
|
+
|
5799
5982
|
msgid "Repository not found"
|
5800
5983
|
msgstr ""
|
5801
5984
|
|
@@ -5850,6 +6033,9 @@ msgstr ""
|
|
5850
6033
|
msgid "Republish repository metadata"
|
5851
6034
|
msgstr ""
|
5852
6035
|
|
6036
|
+
msgid "Requested access to '%s' is denied"
|
6037
|
+
msgstr ""
|
6038
|
+
|
5853
6039
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5854
6040
|
msgstr ""
|
5855
6041
|
|
@@ -5997,15 +6183,27 @@ msgstr ""
|
|
5997
6183
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5998
6184
|
msgstr ""
|
5999
6185
|
|
6186
|
+
msgid "Review"
|
6187
|
+
msgstr ""
|
6188
|
+
|
6000
6189
|
msgid "Review affected environment"
|
6001
6190
|
msgstr ""
|
6002
6191
|
|
6003
6192
|
msgid "Review affected environments"
|
6004
6193
|
msgstr ""
|
6005
6194
|
|
6195
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6196
|
+
msgstr ""
|
6197
|
+
|
6198
|
+
msgid "Review and then click {submitBtnText}."
|
6199
|
+
msgstr ""
|
6200
|
+
|
6006
6201
|
msgid "Review details"
|
6007
6202
|
msgstr ""
|
6008
6203
|
|
6204
|
+
msgid "Review hosts"
|
6205
|
+
msgstr ""
|
6206
|
+
|
6009
6207
|
msgid "Review the information below and click "
|
6010
6208
|
msgstr ""
|
6011
6209
|
|
@@ -6165,6 +6363,9 @@ msgstr ""
|
|
6165
6363
|
msgid "Select a source"
|
6166
6364
|
msgstr ""
|
6167
6365
|
|
6366
|
+
msgid "Select action"
|
6367
|
+
msgstr ""
|
6368
|
+
|
6168
6369
|
msgid "Select add-ons"
|
6169
6370
|
msgstr ""
|
6170
6371
|
|
@@ -6186,10 +6387,16 @@ msgstr ""
|
|
6186
6387
|
msgid "Select an organization"
|
6187
6388
|
msgstr ""
|
6188
6389
|
|
6390
|
+
msgid "Select at least one erratum."
|
6391
|
+
msgstr ""
|
6392
|
+
|
6393
|
+
msgid "Select at least one package."
|
6394
|
+
msgstr ""
|
6395
|
+
|
6189
6396
|
msgid "Select attributes for ${akDetails.name}"
|
6190
6397
|
msgstr ""
|
6191
6398
|
|
6192
|
-
msgid "Select available version of ${cvName} to use"
|
6399
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6193
6400
|
msgstr ""
|
6194
6401
|
|
6195
6402
|
msgid "Select available version of content views to use"
|
@@ -6201,6 +6408,12 @@ msgstr ""
|
|
6201
6408
|
msgid "Select environment"
|
6202
6409
|
msgstr ""
|
6203
6410
|
|
6411
|
+
msgid "Select errata"
|
6412
|
+
msgstr ""
|
6413
|
+
|
6414
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6415
|
+
msgstr ""
|
6416
|
+
|
6204
6417
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6205
6418
|
msgstr ""
|
6206
6419
|
|
@@ -6219,9 +6432,18 @@ msgstr ""
|
|
6219
6432
|
msgid "Select one"
|
6220
6433
|
msgstr ""
|
6221
6434
|
|
6435
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6436
|
+
msgstr ""
|
6437
|
+
|
6222
6438
|
msgid "Select packages to install to the host {hostName}."
|
6223
6439
|
msgstr ""
|
6224
6440
|
|
6441
|
+
msgid "Select packages to remove on the selected hosts."
|
6442
|
+
msgstr ""
|
6443
|
+
|
6444
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6445
|
+
msgstr ""
|
6446
|
+
|
6225
6447
|
msgid "Select page"
|
6226
6448
|
msgstr ""
|
6227
6449
|
|
@@ -6258,6 +6480,12 @@ msgstr ""
|
|
6258
6480
|
msgid "Selected environments "
|
6259
6481
|
msgstr ""
|
6260
6482
|
|
6483
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6484
|
+
msgstr ""
|
6485
|
+
|
6486
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6487
|
+
msgstr ""
|
6488
|
+
|
6261
6489
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6262
6490
|
msgstr ""
|
6263
6491
|
|
@@ -7261,6 +7489,9 @@ msgstr ""
|
|
7261
7489
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7262
7490
|
msgstr ""
|
7263
7491
|
|
7492
|
+
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7493
|
+
msgstr ""
|
7494
|
+
|
7264
7495
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7265
7496
|
msgstr ""
|
7266
7497
|
|
@@ -7273,6 +7504,9 @@ msgstr ""
|
|
7273
7504
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7274
7505
|
msgstr ""
|
7275
7506
|
|
7507
|
+
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
7508
|
+
msgstr ""
|
7509
|
+
|
7276
7510
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7277
7511
|
msgstr ""
|
7278
7512
|
|
@@ -7354,6 +7588,9 @@ msgstr ""
|
|
7354
7588
|
msgid "Title"
|
7355
7589
|
msgstr ""
|
7356
7590
|
|
7591
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7592
|
+
msgstr ""
|
7593
|
+
|
7357
7594
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
7358
7595
|
msgstr ""
|
7359
7596
|
|
@@ -7375,6 +7612,12 @@ msgstr ""
|
|
7375
7612
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7376
7613
|
msgstr ""
|
7377
7614
|
|
7615
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7616
|
+
msgstr ""
|
7617
|
+
|
7618
|
+
msgid "To manage packages, select an action."
|
7619
|
+
msgstr ""
|
7620
|
+
|
7378
7621
|
msgid "Total steps: "
|
7379
7622
|
msgstr ""
|
7380
7623
|
|
@@ -7594,9 +7837,6 @@ msgstr ""
|
|
7594
7837
|
msgid "Unsupported CDN resource"
|
7595
7838
|
msgstr ""
|
7596
7839
|
|
7597
|
-
msgid "Unsupported URL protocol %s."
|
7598
|
-
msgstr ""
|
7599
|
-
|
7600
7840
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7601
7841
|
msgstr ""
|
7602
7842
|
|
@@ -7774,6 +8014,12 @@ msgstr ""
|
|
7774
8014
|
msgid "Upgrade"
|
7775
8015
|
msgstr ""
|
7776
8016
|
|
8017
|
+
msgid "Upgrade all packages"
|
8018
|
+
msgstr ""
|
8019
|
+
|
8020
|
+
msgid "Upgrade packages"
|
8021
|
+
msgstr ""
|
8022
|
+
|
7777
8023
|
msgid "Upgrade via customized remote execution"
|
7778
8024
|
msgstr ""
|
7779
8025
|
|
@@ -7789,9 +8035,6 @@ msgstr ""
|
|
7789
8035
|
msgid "Upload a subscription manifest"
|
7790
8036
|
msgstr ""
|
7791
8037
|
|
7792
|
-
msgid "Upload content into the repository"
|
7793
|
-
msgstr ""
|
7794
|
-
|
7795
8038
|
msgid "Upload into"
|
7796
8039
|
msgstr ""
|
7797
8040
|
|
@@ -7960,9 +8203,6 @@ msgstr ""
|
|
7960
8203
|
msgid "Version details updated."
|
7961
8204
|
msgstr ""
|
7962
8205
|
|
7963
|
-
msgid "Version in use"
|
7964
|
-
msgstr ""
|
7965
|
-
|
7966
8206
|
msgid "Versions"
|
7967
8207
|
msgstr ""
|
7968
8208
|
|
@@ -8137,6 +8377,9 @@ msgstr ""
|
|
8137
8377
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8138
8378
|
msgstr ""
|
8139
8379
|
|
8380
|
+
msgid "You must select at least one host."
|
8381
|
+
msgstr ""
|
8382
|
+
|
8140
8383
|
msgid "You were not allowed to add %s"
|
8141
8384
|
msgstr ""
|
8142
8385
|
|
@@ -8155,6 +8398,9 @@ msgstr ""
|
|
8155
8398
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8156
8399
|
msgstr ""
|
8157
8400
|
|
8401
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8402
|
+
msgstr ""
|
8403
|
+
|
8158
8404
|
msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
|
8159
8405
|
msgstr ""
|
8160
8406
|
|
@@ -8596,6 +8842,9 @@ msgstr ""
|
|
8596
8842
|
msgid "initiating Pulp task"
|
8597
8843
|
msgstr ""
|
8598
8844
|
|
8845
|
+
msgid "installed"
|
8846
|
+
msgstr ""
|
8847
|
+
|
8599
8848
|
msgid "installing errata..."
|
8600
8849
|
msgstr ""
|
8601
8850
|
|
@@ -8950,6 +9199,9 @@ msgstr ""
|
|
8950
9199
|
msgid "update a filter"
|
8951
9200
|
msgstr ""
|
8952
9201
|
|
9202
|
+
msgid "updated"
|
9203
|
+
msgstr ""
|
9204
|
+
|
8953
9205
|
msgid "updating package group..."
|
8954
9206
|
msgstr ""
|
8955
9207
|
|