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/de_DE/katello.po
CHANGED
@@ -161,6 +161,9 @@ msgstr ""
|
|
161
161
|
msgid "%s is unreachable. %s"
|
162
162
|
msgstr ""
|
163
163
|
|
164
|
+
msgid "%s was not found!"
|
165
|
+
msgstr ""
|
166
|
+
|
164
167
|
msgid "%{errata} (%{total} other errata)"
|
165
168
|
msgstr ""
|
166
169
|
|
@@ -416,6 +419,12 @@ msgstr ""
|
|
416
419
|
msgid "A backend service [ %s ] is unreachable"
|
417
420
|
msgstr ""
|
418
421
|
|
422
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
423
|
+
msgstr ""
|
424
|
+
|
425
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
426
|
+
msgstr ""
|
427
|
+
|
419
428
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
420
429
|
msgstr ""
|
421
430
|
|
@@ -524,7 +533,7 @@ msgstr ""
|
|
524
533
|
msgid "Activation keys can be managed {here}."
|
525
534
|
msgstr ""
|
526
535
|
|
527
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
536
|
+
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."
|
528
537
|
msgstr ""
|
529
538
|
|
530
539
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -650,6 +659,9 @@ msgstr ""
|
|
650
659
|
msgid "Affected Repositories"
|
651
660
|
msgstr ""
|
652
661
|
|
662
|
+
msgid "Affected hosts"
|
663
|
+
msgstr ""
|
664
|
+
|
653
665
|
msgid "Affected repositories"
|
654
666
|
msgstr ""
|
655
667
|
|
@@ -689,7 +701,7 @@ msgstr ""
|
|
689
701
|
msgid "All versions will be removed from these environments"
|
690
702
|
msgstr ""
|
691
703
|
|
692
|
-
msgid "Allow a host to be
|
704
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
693
705
|
msgstr ""
|
694
706
|
|
695
707
|
msgid "Allow deleting repositories in published content views"
|
@@ -786,15 +798,24 @@ msgstr ""
|
|
786
798
|
msgid "Applicable Content Hosts"
|
787
799
|
msgstr ""
|
788
800
|
|
801
|
+
msgid "Applicable bugfix/enhancement errata"
|
802
|
+
msgstr ""
|
803
|
+
|
789
804
|
msgid "Applicable errata apply to at least one package installed on the host."
|
790
805
|
msgstr ""
|
791
806
|
|
807
|
+
msgid "Applicable security errata"
|
808
|
+
msgstr ""
|
809
|
+
|
792
810
|
msgid "Application"
|
793
811
|
msgstr ""
|
794
812
|
|
795
813
|
msgid "Apply"
|
796
814
|
msgstr ""
|
797
815
|
|
816
|
+
msgid "Apply errata"
|
817
|
+
msgstr ""
|
818
|
+
|
798
819
|
msgid "Apply erratum"
|
799
820
|
msgstr ""
|
800
821
|
|
@@ -861,6 +882,9 @@ msgstr ""
|
|
861
882
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
862
883
|
msgstr ""
|
863
884
|
|
885
|
+
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."
|
886
|
+
msgstr ""
|
887
|
+
|
864
888
|
msgid "Array of host ids"
|
865
889
|
msgstr ""
|
866
890
|
|
@@ -899,6 +923,9 @@ msgstr ""
|
|
899
923
|
msgid "Assign the release version to one or more hosts"
|
900
924
|
msgstr ""
|
901
925
|
|
926
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
927
|
+
msgstr ""
|
928
|
+
|
902
929
|
msgid "Associated location IDs"
|
903
930
|
msgstr ""
|
904
931
|
|
@@ -1094,6 +1121,9 @@ msgstr ""
|
|
1094
1121
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1095
1122
|
msgstr ""
|
1096
1123
|
|
1124
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1125
|
+
msgstr ""
|
1126
|
+
|
1097
1127
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1098
1128
|
msgstr ""
|
1099
1129
|
|
@@ -1235,6 +1265,9 @@ msgstr ""
|
|
1235
1265
|
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."
|
1236
1266
|
msgstr ""
|
1237
1267
|
|
1268
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1269
|
+
msgstr ""
|
1270
|
+
|
1238
1271
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1239
1272
|
msgstr ""
|
1240
1273
|
|
@@ -1265,6 +1298,9 @@ msgstr ""
|
|
1265
1298
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1266
1299
|
msgstr ""
|
1267
1300
|
|
1301
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1302
|
+
msgstr ""
|
1303
|
+
|
1268
1304
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1269
1305
|
msgstr ""
|
1270
1306
|
|
@@ -1283,6 +1319,12 @@ msgstr ""
|
|
1283
1319
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1284
1320
|
msgstr ""
|
1285
1321
|
|
1322
|
+
msgid "Cannot update properties of a container push repository"
|
1323
|
+
msgstr ""
|
1324
|
+
|
1325
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1326
|
+
msgstr ""
|
1327
|
+
|
1286
1328
|
msgid "Cannot upload Ansible collections."
|
1287
1329
|
msgstr ""
|
1288
1330
|
|
@@ -1328,10 +1370,10 @@ msgstr ""
|
|
1328
1370
|
msgid "Checksum of file to upload"
|
1329
1371
|
msgstr ""
|
1330
1372
|
|
1331
|
-
msgid "Checksum
|
1373
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1332
1374
|
msgstr ""
|
1333
1375
|
|
1334
|
-
msgid "Checksum
|
1376
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1335
1377
|
msgstr ""
|
1336
1378
|
|
1337
1379
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1364,6 +1406,9 @@ msgstr ""
|
|
1364
1406
|
msgid "Collapse All"
|
1365
1407
|
msgstr ""
|
1366
1408
|
|
1409
|
+
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."
|
1410
|
+
msgstr ""
|
1411
|
+
|
1367
1412
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1368
1413
|
msgstr ""
|
1369
1414
|
|
@@ -1376,6 +1421,9 @@ msgstr ""
|
|
1376
1421
|
msgid "Compare"
|
1377
1422
|
msgstr ""
|
1378
1423
|
|
1424
|
+
msgid "Completed pulp task protection days"
|
1425
|
+
msgstr ""
|
1426
|
+
|
1379
1427
|
msgid "Component"
|
1380
1428
|
msgstr ""
|
1381
1429
|
|
@@ -1604,6 +1652,9 @@ msgstr ""
|
|
1604
1652
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1605
1653
|
msgstr ""
|
1606
1654
|
|
1655
|
+
msgid "Content type does not support repo discovery"
|
1656
|
+
msgstr ""
|
1657
|
+
|
1607
1658
|
msgid "Content view"
|
1608
1659
|
msgstr ""
|
1609
1660
|
|
@@ -1634,10 +1685,10 @@ msgstr ""
|
|
1634
1685
|
msgid "Content view and lifecycle environment must be provided together"
|
1635
1686
|
msgstr ""
|
1636
1687
|
|
1637
|
-
msgid "Content view
|
1688
|
+
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."
|
1638
1689
|
msgstr ""
|
1639
1690
|
|
1640
|
-
msgid "Content view
|
1691
|
+
msgid "Content view environments"
|
1641
1692
|
msgstr ""
|
1642
1693
|
|
1643
1694
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1763,6 +1814,15 @@ msgstr ""
|
|
1763
1814
|
msgid "Could not find environments for promotion"
|
1764
1815
|
msgstr ""
|
1765
1816
|
|
1817
|
+
msgid "Could not locate Pulp distribution."
|
1818
|
+
msgstr ""
|
1819
|
+
|
1820
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1821
|
+
msgstr ""
|
1822
|
+
|
1823
|
+
msgid "Could not locate repository properties for content indexing."
|
1824
|
+
msgstr ""
|
1825
|
+
|
1766
1826
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1767
1827
|
msgstr ""
|
1768
1828
|
|
@@ -2291,7 +2351,7 @@ msgstr ""
|
|
2291
2351
|
msgid "Details"
|
2292
2352
|
msgstr "Details"
|
2293
2353
|
|
2294
|
-
msgid "Determining settings for ${name}"
|
2354
|
+
msgid "Determining settings for ${truncate(name)}"
|
2295
2355
|
msgstr ""
|
2296
2356
|
|
2297
2357
|
msgid "Digest"
|
@@ -2354,6 +2414,12 @@ msgstr ""
|
|
2354
2414
|
msgid "Download rate limit"
|
2355
2415
|
msgstr ""
|
2356
2416
|
|
2417
|
+
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."
|
2418
|
+
msgstr ""
|
2419
|
+
|
2420
|
+
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."
|
2421
|
+
msgstr ""
|
2422
|
+
|
2357
2423
|
msgid "Duplicate artifact detected"
|
2358
2424
|
msgstr ""
|
2359
2425
|
|
@@ -2552,6 +2618,12 @@ msgstr ""
|
|
2552
2618
|
msgid "Errata mail"
|
2553
2619
|
msgstr ""
|
2554
2620
|
|
2621
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2622
|
+
msgstr ""
|
2623
|
+
|
2624
|
+
msgid "Errata to apply"
|
2625
|
+
msgstr ""
|
2626
|
+
|
2555
2627
|
msgid "Errata to exclusively include in the action"
|
2556
2628
|
msgstr ""
|
2557
2629
|
|
@@ -2600,6 +2672,9 @@ msgstr ""
|
|
2600
2672
|
msgid "Exclude"
|
2601
2673
|
msgstr ""
|
2602
2674
|
|
2675
|
+
msgid "Exclude Refs"
|
2676
|
+
msgstr ""
|
2677
|
+
|
2603
2678
|
msgid "Exclude all RPMs not associated to any errata"
|
2604
2679
|
msgstr ""
|
2605
2680
|
|
@@ -3103,6 +3178,9 @@ msgstr ""
|
|
3103
3178
|
msgid "Hosts: "
|
3104
3179
|
msgstr ""
|
3105
3180
|
|
3181
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3182
|
+
msgstr ""
|
3183
|
+
|
3106
3184
|
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."
|
3107
3185
|
msgstr ""
|
3108
3186
|
|
@@ -3232,9 +3310,18 @@ msgstr ""
|
|
3232
3310
|
msgid "Id of the repository to limit verifying checksum on"
|
3233
3311
|
msgstr ""
|
3234
3312
|
|
3313
|
+
msgid "Id of the single content view to be associated with the host."
|
3314
|
+
msgstr ""
|
3315
|
+
|
3316
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3317
|
+
msgstr ""
|
3318
|
+
|
3235
3319
|
msgid "Id of the smart proxy"
|
3236
3320
|
msgstr ""
|
3237
3321
|
|
3322
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3323
|
+
msgstr ""
|
3324
|
+
|
3238
3325
|
msgid "Idenifier of the SSL CA Cert"
|
3239
3326
|
msgstr ""
|
3240
3327
|
|
@@ -3288,13 +3375,16 @@ msgstr ""
|
|
3288
3375
|
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"
|
3289
3376
|
msgstr ""
|
3290
3377
|
|
3378
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3379
|
+
msgstr ""
|
3380
|
+
|
3291
3381
|
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."
|
3292
3382
|
msgstr ""
|
3293
3383
|
|
3294
3384
|
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/...'."
|
3295
3385
|
msgstr ""
|
3296
3386
|
|
3297
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3387
|
+
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."
|
3298
3388
|
msgstr ""
|
3299
3389
|
|
3300
3390
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3417,6 +3507,9 @@ msgstr ""
|
|
3417
3507
|
msgid "Include"
|
3418
3508
|
msgstr ""
|
3419
3509
|
|
3510
|
+
msgid "Include Refs"
|
3511
|
+
msgstr ""
|
3512
|
+
|
3420
3513
|
msgid "Include all RPMs not associated to any errata"
|
3421
3514
|
msgstr ""
|
3422
3515
|
|
@@ -3516,9 +3609,15 @@ msgstr ""
|
|
3516
3609
|
msgid "Installable"
|
3517
3610
|
msgstr ""
|
3518
3611
|
|
3612
|
+
msgid "Installable bugfix/enhancement errata"
|
3613
|
+
msgstr ""
|
3614
|
+
|
3519
3615
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3520
3616
|
msgstr ""
|
3521
3617
|
|
3618
|
+
msgid "Installable security errata"
|
3619
|
+
msgstr ""
|
3620
|
+
|
3522
3621
|
msgid "Installable updates"
|
3523
3622
|
msgstr ""
|
3524
3623
|
|
@@ -3600,6 +3699,24 @@ msgstr ""
|
|
3600
3699
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3601
3700
|
msgstr ""
|
3602
3701
|
|
3702
|
+
msgid "Invalid format. Container name cannot be blank."
|
3703
|
+
msgstr ""
|
3704
|
+
|
3705
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3706
|
+
msgstr ""
|
3707
|
+
|
3708
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3709
|
+
msgstr ""
|
3710
|
+
|
3711
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3712
|
+
msgstr ""
|
3713
|
+
|
3714
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3715
|
+
msgstr ""
|
3716
|
+
|
3717
|
+
msgid "Invalid format. Product label cannot be blank."
|
3718
|
+
msgstr ""
|
3719
|
+
|
3603
3720
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3604
3721
|
msgstr ""
|
3605
3722
|
|
@@ -3876,6 +3993,9 @@ msgstr ""
|
|
3876
3993
|
msgid "List all organizations"
|
3877
3994
|
msgstr ""
|
3878
3995
|
|
3996
|
+
msgid "List all packages unique by name"
|
3997
|
+
msgstr ""
|
3998
|
+
|
3879
3999
|
msgid "List alternate content sources."
|
3880
4000
|
msgstr ""
|
3881
4001
|
|
@@ -4116,6 +4236,15 @@ msgstr ""
|
|
4116
4236
|
msgid "Manage Manifest"
|
4117
4237
|
msgstr ""
|
4118
4238
|
|
4239
|
+
msgid "Manage content"
|
4240
|
+
msgstr ""
|
4241
|
+
|
4242
|
+
msgid "Manage errata"
|
4243
|
+
msgstr ""
|
4244
|
+
|
4245
|
+
msgid "Manage packages"
|
4246
|
+
msgstr ""
|
4247
|
+
|
4119
4248
|
msgid "Manifest"
|
4120
4249
|
msgstr ""
|
4121
4250
|
|
@@ -4415,6 +4544,12 @@ msgstr ""
|
|
4415
4544
|
msgid "No available component content view updates"
|
4416
4545
|
msgstr ""
|
4417
4546
|
|
4547
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4548
|
+
msgstr ""
|
4549
|
+
|
4550
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4551
|
+
msgstr ""
|
4552
|
+
|
4418
4553
|
msgid "No available repository or filter updates"
|
4419
4554
|
msgstr ""
|
4420
4555
|
|
@@ -4469,6 +4604,9 @@ msgstr ""
|
|
4469
4604
|
msgid "No errata filter rules yet"
|
4470
4605
|
msgstr ""
|
4471
4606
|
|
4607
|
+
msgid "No errata found."
|
4608
|
+
msgstr ""
|
4609
|
+
|
4472
4610
|
msgid "No errata matching given search query"
|
4473
4611
|
msgstr ""
|
4474
4612
|
|
@@ -4508,6 +4646,9 @@ msgstr ""
|
|
4508
4646
|
msgid "No hosts were specified"
|
4509
4647
|
msgstr ""
|
4510
4648
|
|
4649
|
+
msgid "No installed debs found for search term '%s'"
|
4650
|
+
msgstr ""
|
4651
|
+
|
4511
4652
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4512
4653
|
msgstr ""
|
4513
4654
|
|
@@ -4679,6 +4820,12 @@ msgstr ""
|
|
4679
4820
|
msgid "No syncable repositories found for selected products and options."
|
4680
4821
|
msgstr ""
|
4681
4822
|
|
4823
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4824
|
+
msgstr ""
|
4825
|
+
|
4826
|
+
msgid "No upgradable packages found."
|
4827
|
+
msgstr ""
|
4828
|
+
|
4682
4829
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4683
4830
|
msgstr ""
|
4684
4831
|
|
@@ -4745,6 +4892,9 @@ msgstr ""
|
|
4745
4892
|
msgid "Number to Allocate"
|
4746
4893
|
msgstr ""
|
4747
4894
|
|
4895
|
+
msgid "OS"
|
4896
|
+
msgstr ""
|
4897
|
+
|
4748
4898
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4749
4899
|
msgstr ""
|
4750
4900
|
|
@@ -4832,15 +4982,24 @@ msgstr ""
|
|
4832
4982
|
msgid "Organization id"
|
4833
4983
|
msgstr ""
|
4834
4984
|
|
4985
|
+
msgid "Organization id not found: '%s'"
|
4986
|
+
msgstr ""
|
4987
|
+
|
4835
4988
|
msgid "Organization identifier"
|
4836
4989
|
msgstr ""
|
4837
4990
|
|
4838
4991
|
msgid "Organization label"
|
4839
4992
|
msgstr ""
|
4840
4993
|
|
4994
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
4995
|
+
msgstr ""
|
4996
|
+
|
4841
4997
|
msgid "Organization not found"
|
4842
4998
|
msgstr ""
|
4843
4999
|
|
5000
|
+
msgid "Organization not found: '%s'"
|
5001
|
+
msgstr ""
|
5002
|
+
|
4844
5003
|
msgid "Organization required"
|
4845
5004
|
msgstr ""
|
4846
5005
|
|
@@ -5030,6 +5189,15 @@ msgstr ""
|
|
5030
5189
|
msgid "Packages must be provided"
|
5031
5190
|
msgstr ""
|
5032
5191
|
|
5192
|
+
msgid "Packages to be removed"
|
5193
|
+
msgstr ""
|
5194
|
+
|
5195
|
+
msgid "Packages to be updated"
|
5196
|
+
msgstr ""
|
5197
|
+
|
5198
|
+
msgid "Packages to install"
|
5199
|
+
msgstr ""
|
5200
|
+
|
5033
5201
|
msgid "Packages will appear here when available."
|
5034
5202
|
msgstr ""
|
5035
5203
|
|
@@ -5141,10 +5309,10 @@ msgstr "Bitte warten..."
|
|
5141
5309
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5142
5310
|
msgstr ""
|
5143
5311
|
|
5144
|
-
msgid "Prefer registered through
|
5312
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5145
5313
|
msgstr ""
|
5146
5314
|
|
5147
|
-
msgid "Prefer using a
|
5315
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5148
5316
|
msgstr ""
|
5149
5317
|
|
5150
5318
|
msgid "Prevent from further updates"
|
@@ -5200,15 +5368,24 @@ msgid ""
|
|
5200
5368
|
" this is not the same product id as the products api returns"
|
5201
5369
|
msgstr ""
|
5202
5370
|
|
5371
|
+
msgid "Product id not found: '%s'"
|
5372
|
+
msgstr ""
|
5373
|
+
|
5203
5374
|
msgid "Product label"
|
5204
5375
|
msgstr ""
|
5205
5376
|
|
5377
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5378
|
+
msgstr ""
|
5379
|
+
|
5206
5380
|
msgid "Product name"
|
5207
5381
|
msgstr ""
|
5208
5382
|
|
5209
5383
|
msgid "Product name as listed from a host's installed products"
|
5210
5384
|
msgstr ""
|
5211
5385
|
|
5386
|
+
msgid "Product not found: '%s'"
|
5387
|
+
msgstr ""
|
5388
|
+
|
5212
5389
|
msgid "Product the repository belongs to"
|
5213
5390
|
msgstr ""
|
5214
5391
|
|
@@ -5287,7 +5464,7 @@ msgstr ""
|
|
5287
5464
|
msgid "Publish"
|
5288
5465
|
msgstr ""
|
5289
5466
|
|
5290
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5467
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5291
5468
|
msgstr ""
|
5292
5469
|
|
5293
5470
|
msgid "Publish a content view"
|
@@ -5305,7 +5482,7 @@ msgstr ""
|
|
5305
5482
|
msgid "Published new version"
|
5306
5483
|
msgstr ""
|
5307
5484
|
|
5308
|
-
msgid "Publishing ${name}"
|
5485
|
+
msgid "Publishing ${truncate(name)}"
|
5309
5486
|
msgstr ""
|
5310
5487
|
|
5311
5488
|
msgid "Publishing content view"
|
@@ -5695,6 +5872,9 @@ msgstr ""
|
|
5695
5872
|
msgid "Remove package via Katello interface"
|
5696
5873
|
msgstr ""
|
5697
5874
|
|
5875
|
+
msgid "Remove packages"
|
5876
|
+
msgstr ""
|
5877
|
+
|
5698
5878
|
msgid "Remove packages via Katello interface"
|
5699
5879
|
msgstr ""
|
5700
5880
|
|
@@ -5806,6 +5986,9 @@ msgstr ""
|
|
5806
5986
|
msgid "Repository name"
|
5807
5987
|
msgstr ""
|
5808
5988
|
|
5989
|
+
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."
|
5990
|
+
msgstr ""
|
5991
|
+
|
5809
5992
|
msgid "Repository not found"
|
5810
5993
|
msgstr ""
|
5811
5994
|
|
@@ -5860,6 +6043,9 @@ msgstr ""
|
|
5860
6043
|
msgid "Republish repository metadata"
|
5861
6044
|
msgstr ""
|
5862
6045
|
|
6046
|
+
msgid "Requested access to '%s' is denied"
|
6047
|
+
msgstr ""
|
6048
|
+
|
5863
6049
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5864
6050
|
msgstr ""
|
5865
6051
|
|
@@ -6007,15 +6193,27 @@ msgstr ""
|
|
6007
6193
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6008
6194
|
msgstr ""
|
6009
6195
|
|
6196
|
+
msgid "Review"
|
6197
|
+
msgstr ""
|
6198
|
+
|
6010
6199
|
msgid "Review affected environment"
|
6011
6200
|
msgstr ""
|
6012
6201
|
|
6013
6202
|
msgid "Review affected environments"
|
6014
6203
|
msgstr ""
|
6015
6204
|
|
6205
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6206
|
+
msgstr ""
|
6207
|
+
|
6208
|
+
msgid "Review and then click {submitBtnText}."
|
6209
|
+
msgstr ""
|
6210
|
+
|
6016
6211
|
msgid "Review details"
|
6017
6212
|
msgstr ""
|
6018
6213
|
|
6214
|
+
msgid "Review hosts"
|
6215
|
+
msgstr ""
|
6216
|
+
|
6019
6217
|
msgid "Review the information below and click "
|
6020
6218
|
msgstr ""
|
6021
6219
|
|
@@ -6175,6 +6373,9 @@ msgstr ""
|
|
6175
6373
|
msgid "Select a source"
|
6176
6374
|
msgstr ""
|
6177
6375
|
|
6376
|
+
msgid "Select action"
|
6377
|
+
msgstr ""
|
6378
|
+
|
6178
6379
|
msgid "Select add-ons"
|
6179
6380
|
msgstr ""
|
6180
6381
|
|
@@ -6196,10 +6397,16 @@ msgstr ""
|
|
6196
6397
|
msgid "Select an organization"
|
6197
6398
|
msgstr ""
|
6198
6399
|
|
6400
|
+
msgid "Select at least one erratum."
|
6401
|
+
msgstr ""
|
6402
|
+
|
6403
|
+
msgid "Select at least one package."
|
6404
|
+
msgstr ""
|
6405
|
+
|
6199
6406
|
msgid "Select attributes for ${akDetails.name}"
|
6200
6407
|
msgstr ""
|
6201
6408
|
|
6202
|
-
msgid "Select available version of ${cvName} to use"
|
6409
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6203
6410
|
msgstr ""
|
6204
6411
|
|
6205
6412
|
msgid "Select available version of content views to use"
|
@@ -6211,6 +6418,12 @@ msgstr ""
|
|
6211
6418
|
msgid "Select environment"
|
6212
6419
|
msgstr ""
|
6213
6420
|
|
6421
|
+
msgid "Select errata"
|
6422
|
+
msgstr ""
|
6423
|
+
|
6424
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6425
|
+
msgstr ""
|
6426
|
+
|
6214
6427
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6215
6428
|
msgstr ""
|
6216
6429
|
|
@@ -6229,9 +6442,18 @@ msgstr ""
|
|
6229
6442
|
msgid "Select one"
|
6230
6443
|
msgstr ""
|
6231
6444
|
|
6445
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6446
|
+
msgstr ""
|
6447
|
+
|
6232
6448
|
msgid "Select packages to install to the host {hostName}."
|
6233
6449
|
msgstr ""
|
6234
6450
|
|
6451
|
+
msgid "Select packages to remove on the selected hosts."
|
6452
|
+
msgstr ""
|
6453
|
+
|
6454
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6455
|
+
msgstr ""
|
6456
|
+
|
6235
6457
|
msgid "Select page"
|
6236
6458
|
msgstr ""
|
6237
6459
|
|
@@ -6268,6 +6490,12 @@ msgstr ""
|
|
6268
6490
|
msgid "Selected environments "
|
6269
6491
|
msgstr ""
|
6270
6492
|
|
6493
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6494
|
+
msgstr ""
|
6495
|
+
|
6496
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6497
|
+
msgstr ""
|
6498
|
+
|
6271
6499
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6272
6500
|
msgstr ""
|
6273
6501
|
|
@@ -7271,6 +7499,9 @@ msgstr ""
|
|
7271
7499
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7272
7500
|
msgstr ""
|
7273
7501
|
|
7502
|
+
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."
|
7503
|
+
msgstr ""
|
7504
|
+
|
7274
7505
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7275
7506
|
msgstr ""
|
7276
7507
|
|
@@ -7283,6 +7514,9 @@ msgstr ""
|
|
7283
7514
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7284
7515
|
msgstr ""
|
7285
7516
|
|
7517
|
+
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."
|
7518
|
+
msgstr ""
|
7519
|
+
|
7286
7520
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7287
7521
|
msgstr ""
|
7288
7522
|
|
@@ -7364,6 +7598,9 @@ msgstr ""
|
|
7364
7598
|
msgid "Title"
|
7365
7599
|
msgstr ""
|
7366
7600
|
|
7601
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7602
|
+
msgstr ""
|
7603
|
+
|
7367
7604
|
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."
|
7368
7605
|
msgstr ""
|
7369
7606
|
|
@@ -7385,6 +7622,12 @@ msgstr ""
|
|
7385
7622
|
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."
|
7386
7623
|
msgstr ""
|
7387
7624
|
|
7625
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7626
|
+
msgstr ""
|
7627
|
+
|
7628
|
+
msgid "To manage packages, select an action."
|
7629
|
+
msgstr ""
|
7630
|
+
|
7388
7631
|
msgid "Total steps: "
|
7389
7632
|
msgstr ""
|
7390
7633
|
|
@@ -7604,9 +7847,6 @@ msgstr ""
|
|
7604
7847
|
msgid "Unsupported CDN resource"
|
7605
7848
|
msgstr ""
|
7606
7849
|
|
7607
|
-
msgid "Unsupported URL protocol %s."
|
7608
|
-
msgstr ""
|
7609
|
-
|
7610
7850
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7611
7851
|
msgstr ""
|
7612
7852
|
|
@@ -7784,6 +8024,12 @@ msgstr ""
|
|
7784
8024
|
msgid "Upgrade"
|
7785
8025
|
msgstr ""
|
7786
8026
|
|
8027
|
+
msgid "Upgrade all packages"
|
8028
|
+
msgstr ""
|
8029
|
+
|
8030
|
+
msgid "Upgrade packages"
|
8031
|
+
msgstr ""
|
8032
|
+
|
7787
8033
|
msgid "Upgrade via customized remote execution"
|
7788
8034
|
msgstr ""
|
7789
8035
|
|
@@ -7799,9 +8045,6 @@ msgstr ""
|
|
7799
8045
|
msgid "Upload a subscription manifest"
|
7800
8046
|
msgstr ""
|
7801
8047
|
|
7802
|
-
msgid "Upload content into the repository"
|
7803
|
-
msgstr ""
|
7804
|
-
|
7805
8048
|
msgid "Upload into"
|
7806
8049
|
msgstr ""
|
7807
8050
|
|
@@ -7970,9 +8213,6 @@ msgstr ""
|
|
7970
8213
|
msgid "Version details updated."
|
7971
8214
|
msgstr ""
|
7972
8215
|
|
7973
|
-
msgid "Version in use"
|
7974
|
-
msgstr ""
|
7975
|
-
|
7976
8216
|
msgid "Versions"
|
7977
8217
|
msgstr ""
|
7978
8218
|
|
@@ -8147,6 +8387,9 @@ msgstr ""
|
|
8147
8387
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8148
8388
|
msgstr ""
|
8149
8389
|
|
8390
|
+
msgid "You must select at least one host."
|
8391
|
+
msgstr ""
|
8392
|
+
|
8150
8393
|
msgid "You were not allowed to add %s"
|
8151
8394
|
msgstr ""
|
8152
8395
|
|
@@ -8165,6 +8408,9 @@ msgstr ""
|
|
8165
8408
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8166
8409
|
msgstr ""
|
8167
8410
|
|
8411
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8412
|
+
msgstr ""
|
8413
|
+
|
8168
8414
|
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."
|
8169
8415
|
msgstr ""
|
8170
8416
|
|
@@ -8606,6 +8852,9 @@ msgstr ""
|
|
8606
8852
|
msgid "initiating Pulp task"
|
8607
8853
|
msgstr ""
|
8608
8854
|
|
8855
|
+
msgid "installed"
|
8856
|
+
msgstr ""
|
8857
|
+
|
8609
8858
|
msgid "installing errata..."
|
8610
8859
|
msgstr ""
|
8611
8860
|
|
@@ -8960,6 +9209,9 @@ msgstr ""
|
|
8960
9209
|
msgid "update a filter"
|
8961
9210
|
msgstr ""
|
8962
9211
|
|
9212
|
+
msgid "updated"
|
9213
|
+
msgstr ""
|
9214
|
+
|
8963
9215
|
msgid "updating package group..."
|
8964
9216
|
msgstr ""
|
8965
9217
|
|