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/en/katello.po
CHANGED
@@ -152,6 +152,9 @@ msgstr ""
|
|
152
152
|
msgid "%s is unreachable. %s"
|
153
153
|
msgstr ""
|
154
154
|
|
155
|
+
msgid "%s was not found!"
|
156
|
+
msgstr ""
|
157
|
+
|
155
158
|
msgid "%{errata} (%{total} other errata)"
|
156
159
|
msgstr ""
|
157
160
|
|
@@ -407,6 +410,12 @@ msgstr ""
|
|
407
410
|
msgid "A backend service [ %s ] is unreachable"
|
408
411
|
msgstr ""
|
409
412
|
|
413
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
414
|
+
msgstr ""
|
415
|
+
|
416
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
417
|
+
msgstr ""
|
418
|
+
|
410
419
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
411
420
|
msgstr ""
|
412
421
|
|
@@ -515,7 +524,7 @@ msgstr ""
|
|
515
524
|
msgid "Activation keys can be managed {here}."
|
516
525
|
msgstr ""
|
517
526
|
|
518
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
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 or if you do not provide a host group."
|
519
528
|
msgstr ""
|
520
529
|
|
521
530
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -641,6 +650,9 @@ msgstr ""
|
|
641
650
|
msgid "Affected Repositories"
|
642
651
|
msgstr ""
|
643
652
|
|
653
|
+
msgid "Affected hosts"
|
654
|
+
msgstr ""
|
655
|
+
|
644
656
|
msgid "Affected repositories"
|
645
657
|
msgstr ""
|
646
658
|
|
@@ -680,7 +692,7 @@ msgstr ""
|
|
680
692
|
msgid "All versions will be removed from these environments"
|
681
693
|
msgstr ""
|
682
694
|
|
683
|
-
msgid "Allow a host to be
|
695
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
684
696
|
msgstr ""
|
685
697
|
|
686
698
|
msgid "Allow deleting repositories in published content views"
|
@@ -777,15 +789,24 @@ msgstr ""
|
|
777
789
|
msgid "Applicable Content Hosts"
|
778
790
|
msgstr ""
|
779
791
|
|
792
|
+
msgid "Applicable bugfix/enhancement errata"
|
793
|
+
msgstr ""
|
794
|
+
|
780
795
|
msgid "Applicable errata apply to at least one package installed on the host."
|
781
796
|
msgstr ""
|
782
797
|
|
798
|
+
msgid "Applicable security errata"
|
799
|
+
msgstr ""
|
800
|
+
|
783
801
|
msgid "Application"
|
784
802
|
msgstr ""
|
785
803
|
|
786
804
|
msgid "Apply"
|
787
805
|
msgstr ""
|
788
806
|
|
807
|
+
msgid "Apply errata"
|
808
|
+
msgstr ""
|
809
|
+
|
789
810
|
msgid "Apply erratum"
|
790
811
|
msgstr ""
|
791
812
|
|
@@ -852,6 +873,9 @@ msgstr ""
|
|
852
873
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
853
874
|
msgstr ""
|
854
875
|
|
876
|
+
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."
|
877
|
+
msgstr ""
|
878
|
+
|
855
879
|
msgid "Array of host ids"
|
856
880
|
msgstr ""
|
857
881
|
|
@@ -890,6 +914,9 @@ msgstr ""
|
|
890
914
|
msgid "Assign the release version to one or more hosts"
|
891
915
|
msgstr ""
|
892
916
|
|
917
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
918
|
+
msgstr ""
|
919
|
+
|
893
920
|
msgid "Associated location IDs"
|
894
921
|
msgstr ""
|
895
922
|
|
@@ -1085,6 +1112,9 @@ msgstr ""
|
|
1085
1112
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1086
1113
|
msgstr ""
|
1087
1114
|
|
1115
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1116
|
+
msgstr ""
|
1117
|
+
|
1088
1118
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1089
1119
|
msgstr ""
|
1090
1120
|
|
@@ -1226,6 +1256,9 @@ msgstr ""
|
|
1226
1256
|
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."
|
1227
1257
|
msgstr ""
|
1228
1258
|
|
1259
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1260
|
+
msgstr ""
|
1261
|
+
|
1229
1262
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1230
1263
|
msgstr ""
|
1231
1264
|
|
@@ -1256,6 +1289,9 @@ msgstr ""
|
|
1256
1289
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1257
1290
|
msgstr ""
|
1258
1291
|
|
1292
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1293
|
+
msgstr ""
|
1294
|
+
|
1259
1295
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1260
1296
|
msgstr ""
|
1261
1297
|
|
@@ -1274,6 +1310,12 @@ msgstr ""
|
|
1274
1310
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1275
1311
|
msgstr ""
|
1276
1312
|
|
1313
|
+
msgid "Cannot update properties of a container push repository"
|
1314
|
+
msgstr ""
|
1315
|
+
|
1316
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1317
|
+
msgstr ""
|
1318
|
+
|
1277
1319
|
msgid "Cannot upload Ansible collections."
|
1278
1320
|
msgstr ""
|
1279
1321
|
|
@@ -1319,10 +1361,10 @@ msgstr ""
|
|
1319
1361
|
msgid "Checksum of file to upload"
|
1320
1362
|
msgstr ""
|
1321
1363
|
|
1322
|
-
msgid "Checksum
|
1364
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1323
1365
|
msgstr ""
|
1324
1366
|
|
1325
|
-
msgid "Checksum
|
1367
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1326
1368
|
msgstr ""
|
1327
1369
|
|
1328
1370
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1355,6 +1397,9 @@ msgstr ""
|
|
1355
1397
|
msgid "Collapse All"
|
1356
1398
|
msgstr ""
|
1357
1399
|
|
1400
|
+
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."
|
1401
|
+
msgstr ""
|
1402
|
+
|
1358
1403
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1359
1404
|
msgstr ""
|
1360
1405
|
|
@@ -1367,6 +1412,9 @@ msgstr ""
|
|
1367
1412
|
msgid "Compare"
|
1368
1413
|
msgstr ""
|
1369
1414
|
|
1415
|
+
msgid "Completed pulp task protection days"
|
1416
|
+
msgstr ""
|
1417
|
+
|
1370
1418
|
msgid "Component"
|
1371
1419
|
msgstr ""
|
1372
1420
|
|
@@ -1595,6 +1643,9 @@ msgstr ""
|
|
1595
1643
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1596
1644
|
msgstr ""
|
1597
1645
|
|
1646
|
+
msgid "Content type does not support repo discovery"
|
1647
|
+
msgstr ""
|
1648
|
+
|
1598
1649
|
msgid "Content view"
|
1599
1650
|
msgstr ""
|
1600
1651
|
|
@@ -1625,10 +1676,10 @@ msgstr ""
|
|
1625
1676
|
msgid "Content view and lifecycle environment must be provided together"
|
1626
1677
|
msgstr ""
|
1627
1678
|
|
1628
|
-
msgid "Content view
|
1679
|
+
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."
|
1629
1680
|
msgstr ""
|
1630
1681
|
|
1631
|
-
msgid "Content view
|
1682
|
+
msgid "Content view environments"
|
1632
1683
|
msgstr ""
|
1633
1684
|
|
1634
1685
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1754,6 +1805,15 @@ msgstr ""
|
|
1754
1805
|
msgid "Could not find environments for promotion"
|
1755
1806
|
msgstr ""
|
1756
1807
|
|
1808
|
+
msgid "Could not locate Pulp distribution."
|
1809
|
+
msgstr ""
|
1810
|
+
|
1811
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1812
|
+
msgstr ""
|
1813
|
+
|
1814
|
+
msgid "Could not locate repository properties for content indexing."
|
1815
|
+
msgstr ""
|
1816
|
+
|
1757
1817
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1758
1818
|
msgstr ""
|
1759
1819
|
|
@@ -2282,7 +2342,7 @@ msgstr ""
|
|
2282
2342
|
msgid "Details"
|
2283
2343
|
msgstr ""
|
2284
2344
|
|
2285
|
-
msgid "Determining settings for ${name}"
|
2345
|
+
msgid "Determining settings for ${truncate(name)}"
|
2286
2346
|
msgstr ""
|
2287
2347
|
|
2288
2348
|
msgid "Digest"
|
@@ -2345,6 +2405,12 @@ msgstr ""
|
|
2345
2405
|
msgid "Download rate limit"
|
2346
2406
|
msgstr ""
|
2347
2407
|
|
2408
|
+
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."
|
2409
|
+
msgstr ""
|
2410
|
+
|
2411
|
+
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."
|
2412
|
+
msgstr ""
|
2413
|
+
|
2348
2414
|
msgid "Duplicate artifact detected"
|
2349
2415
|
msgstr ""
|
2350
2416
|
|
@@ -2543,6 +2609,12 @@ msgstr ""
|
|
2543
2609
|
msgid "Errata mail"
|
2544
2610
|
msgstr ""
|
2545
2611
|
|
2612
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2613
|
+
msgstr ""
|
2614
|
+
|
2615
|
+
msgid "Errata to apply"
|
2616
|
+
msgstr ""
|
2617
|
+
|
2546
2618
|
msgid "Errata to exclusively include in the action"
|
2547
2619
|
msgstr ""
|
2548
2620
|
|
@@ -2591,6 +2663,9 @@ msgstr ""
|
|
2591
2663
|
msgid "Exclude"
|
2592
2664
|
msgstr ""
|
2593
2665
|
|
2666
|
+
msgid "Exclude Refs"
|
2667
|
+
msgstr ""
|
2668
|
+
|
2594
2669
|
msgid "Exclude all RPMs not associated to any errata"
|
2595
2670
|
msgstr ""
|
2596
2671
|
|
@@ -3094,6 +3169,9 @@ msgstr ""
|
|
3094
3169
|
msgid "Hosts: "
|
3095
3170
|
msgstr ""
|
3096
3171
|
|
3172
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3173
|
+
msgstr ""
|
3174
|
+
|
3097
3175
|
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."
|
3098
3176
|
msgstr ""
|
3099
3177
|
|
@@ -3223,9 +3301,18 @@ msgstr ""
|
|
3223
3301
|
msgid "Id of the repository to limit verifying checksum on"
|
3224
3302
|
msgstr ""
|
3225
3303
|
|
3304
|
+
msgid "Id of the single content view to be associated with the host."
|
3305
|
+
msgstr ""
|
3306
|
+
|
3307
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3308
|
+
msgstr ""
|
3309
|
+
|
3226
3310
|
msgid "Id of the smart proxy"
|
3227
3311
|
msgstr ""
|
3228
3312
|
|
3313
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3314
|
+
msgstr ""
|
3315
|
+
|
3229
3316
|
msgid "Idenifier of the SSL CA Cert"
|
3230
3317
|
msgstr ""
|
3231
3318
|
|
@@ -3279,13 +3366,16 @@ msgstr ""
|
|
3279
3366
|
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"
|
3280
3367
|
msgstr ""
|
3281
3368
|
|
3369
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3370
|
+
msgstr ""
|
3371
|
+
|
3282
3372
|
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."
|
3283
3373
|
msgstr ""
|
3284
3374
|
|
3285
3375
|
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/...'."
|
3286
3376
|
msgstr ""
|
3287
3377
|
|
3288
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3378
|
+
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."
|
3289
3379
|
msgstr ""
|
3290
3380
|
|
3291
3381
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3408,6 +3498,9 @@ msgstr ""
|
|
3408
3498
|
msgid "Include"
|
3409
3499
|
msgstr ""
|
3410
3500
|
|
3501
|
+
msgid "Include Refs"
|
3502
|
+
msgstr ""
|
3503
|
+
|
3411
3504
|
msgid "Include all RPMs not associated to any errata"
|
3412
3505
|
msgstr ""
|
3413
3506
|
|
@@ -3507,9 +3600,15 @@ msgstr ""
|
|
3507
3600
|
msgid "Installable"
|
3508
3601
|
msgstr ""
|
3509
3602
|
|
3603
|
+
msgid "Installable bugfix/enhancement errata"
|
3604
|
+
msgstr ""
|
3605
|
+
|
3510
3606
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3511
3607
|
msgstr ""
|
3512
3608
|
|
3609
|
+
msgid "Installable security errata"
|
3610
|
+
msgstr ""
|
3611
|
+
|
3513
3612
|
msgid "Installable updates"
|
3514
3613
|
msgstr ""
|
3515
3614
|
|
@@ -3591,6 +3690,24 @@ msgstr ""
|
|
3591
3690
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3592
3691
|
msgstr ""
|
3593
3692
|
|
3693
|
+
msgid "Invalid format. Container name cannot be blank."
|
3694
|
+
msgstr ""
|
3695
|
+
|
3696
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3697
|
+
msgstr ""
|
3698
|
+
|
3699
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3700
|
+
msgstr ""
|
3701
|
+
|
3702
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3703
|
+
msgstr ""
|
3704
|
+
|
3705
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3706
|
+
msgstr ""
|
3707
|
+
|
3708
|
+
msgid "Invalid format. Product label cannot be blank."
|
3709
|
+
msgstr ""
|
3710
|
+
|
3594
3711
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3595
3712
|
msgstr ""
|
3596
3713
|
|
@@ -3867,6 +3984,9 @@ msgstr ""
|
|
3867
3984
|
msgid "List all organizations"
|
3868
3985
|
msgstr ""
|
3869
3986
|
|
3987
|
+
msgid "List all packages unique by name"
|
3988
|
+
msgstr ""
|
3989
|
+
|
3870
3990
|
msgid "List alternate content sources."
|
3871
3991
|
msgstr ""
|
3872
3992
|
|
@@ -4107,6 +4227,15 @@ msgstr ""
|
|
4107
4227
|
msgid "Manage Manifest"
|
4108
4228
|
msgstr ""
|
4109
4229
|
|
4230
|
+
msgid "Manage content"
|
4231
|
+
msgstr ""
|
4232
|
+
|
4233
|
+
msgid "Manage errata"
|
4234
|
+
msgstr ""
|
4235
|
+
|
4236
|
+
msgid "Manage packages"
|
4237
|
+
msgstr ""
|
4238
|
+
|
4110
4239
|
msgid "Manifest"
|
4111
4240
|
msgstr ""
|
4112
4241
|
|
@@ -4406,6 +4535,12 @@ msgstr ""
|
|
4406
4535
|
msgid "No available component content view updates"
|
4407
4536
|
msgstr ""
|
4408
4537
|
|
4538
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4539
|
+
msgstr ""
|
4540
|
+
|
4541
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4542
|
+
msgstr ""
|
4543
|
+
|
4409
4544
|
msgid "No available repository or filter updates"
|
4410
4545
|
msgstr ""
|
4411
4546
|
|
@@ -4460,6 +4595,9 @@ msgstr ""
|
|
4460
4595
|
msgid "No errata filter rules yet"
|
4461
4596
|
msgstr ""
|
4462
4597
|
|
4598
|
+
msgid "No errata found."
|
4599
|
+
msgstr ""
|
4600
|
+
|
4463
4601
|
msgid "No errata matching given search query"
|
4464
4602
|
msgstr ""
|
4465
4603
|
|
@@ -4499,6 +4637,9 @@ msgstr ""
|
|
4499
4637
|
msgid "No hosts were specified"
|
4500
4638
|
msgstr ""
|
4501
4639
|
|
4640
|
+
msgid "No installed debs found for search term '%s'"
|
4641
|
+
msgstr ""
|
4642
|
+
|
4502
4643
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4503
4644
|
msgstr ""
|
4504
4645
|
|
@@ -4670,6 +4811,12 @@ msgstr ""
|
|
4670
4811
|
msgid "No syncable repositories found for selected products and options."
|
4671
4812
|
msgstr ""
|
4672
4813
|
|
4814
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4815
|
+
msgstr ""
|
4816
|
+
|
4817
|
+
msgid "No upgradable packages found."
|
4818
|
+
msgstr ""
|
4819
|
+
|
4673
4820
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4674
4821
|
msgstr ""
|
4675
4822
|
|
@@ -4736,6 +4883,9 @@ msgstr ""
|
|
4736
4883
|
msgid "Number to Allocate"
|
4737
4884
|
msgstr ""
|
4738
4885
|
|
4886
|
+
msgid "OS"
|
4887
|
+
msgstr ""
|
4888
|
+
|
4739
4889
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4740
4890
|
msgstr ""
|
4741
4891
|
|
@@ -4823,15 +4973,24 @@ msgstr ""
|
|
4823
4973
|
msgid "Organization id"
|
4824
4974
|
msgstr ""
|
4825
4975
|
|
4976
|
+
msgid "Organization id not found: '%s'"
|
4977
|
+
msgstr ""
|
4978
|
+
|
4826
4979
|
msgid "Organization identifier"
|
4827
4980
|
msgstr ""
|
4828
4981
|
|
4829
4982
|
msgid "Organization label"
|
4830
4983
|
msgstr ""
|
4831
4984
|
|
4985
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
4986
|
+
msgstr ""
|
4987
|
+
|
4832
4988
|
msgid "Organization not found"
|
4833
4989
|
msgstr ""
|
4834
4990
|
|
4991
|
+
msgid "Organization not found: '%s'"
|
4992
|
+
msgstr ""
|
4993
|
+
|
4835
4994
|
msgid "Organization required"
|
4836
4995
|
msgstr ""
|
4837
4996
|
|
@@ -5021,6 +5180,15 @@ msgstr ""
|
|
5021
5180
|
msgid "Packages must be provided"
|
5022
5181
|
msgstr ""
|
5023
5182
|
|
5183
|
+
msgid "Packages to be removed"
|
5184
|
+
msgstr ""
|
5185
|
+
|
5186
|
+
msgid "Packages to be updated"
|
5187
|
+
msgstr ""
|
5188
|
+
|
5189
|
+
msgid "Packages to install"
|
5190
|
+
msgstr ""
|
5191
|
+
|
5024
5192
|
msgid "Packages will appear here when available."
|
5025
5193
|
msgstr ""
|
5026
5194
|
|
@@ -5132,10 +5300,10 @@ msgstr ""
|
|
5132
5300
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5133
5301
|
msgstr ""
|
5134
5302
|
|
5135
|
-
msgid "Prefer registered through
|
5303
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5136
5304
|
msgstr ""
|
5137
5305
|
|
5138
|
-
msgid "Prefer using a
|
5306
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5139
5307
|
msgstr ""
|
5140
5308
|
|
5141
5309
|
msgid "Prevent from further updates"
|
@@ -5191,15 +5359,24 @@ msgid ""
|
|
5191
5359
|
" this is not the same product id as the products api returns"
|
5192
5360
|
msgstr ""
|
5193
5361
|
|
5362
|
+
msgid "Product id not found: '%s'"
|
5363
|
+
msgstr ""
|
5364
|
+
|
5194
5365
|
msgid "Product label"
|
5195
5366
|
msgstr ""
|
5196
5367
|
|
5368
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5369
|
+
msgstr ""
|
5370
|
+
|
5197
5371
|
msgid "Product name"
|
5198
5372
|
msgstr ""
|
5199
5373
|
|
5200
5374
|
msgid "Product name as listed from a host's installed products"
|
5201
5375
|
msgstr ""
|
5202
5376
|
|
5377
|
+
msgid "Product not found: '%s'"
|
5378
|
+
msgstr ""
|
5379
|
+
|
5203
5380
|
msgid "Product the repository belongs to"
|
5204
5381
|
msgstr ""
|
5205
5382
|
|
@@ -5278,7 +5455,7 @@ msgstr ""
|
|
5278
5455
|
msgid "Publish"
|
5279
5456
|
msgstr ""
|
5280
5457
|
|
5281
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5458
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5282
5459
|
msgstr ""
|
5283
5460
|
|
5284
5461
|
msgid "Publish a content view"
|
@@ -5296,7 +5473,7 @@ msgstr ""
|
|
5296
5473
|
msgid "Published new version"
|
5297
5474
|
msgstr ""
|
5298
5475
|
|
5299
|
-
msgid "Publishing ${name}"
|
5476
|
+
msgid "Publishing ${truncate(name)}"
|
5300
5477
|
msgstr ""
|
5301
5478
|
|
5302
5479
|
msgid "Publishing content view"
|
@@ -5686,6 +5863,9 @@ msgstr ""
|
|
5686
5863
|
msgid "Remove package via Katello interface"
|
5687
5864
|
msgstr ""
|
5688
5865
|
|
5866
|
+
msgid "Remove packages"
|
5867
|
+
msgstr ""
|
5868
|
+
|
5689
5869
|
msgid "Remove packages via Katello interface"
|
5690
5870
|
msgstr ""
|
5691
5871
|
|
@@ -5797,6 +5977,9 @@ msgstr ""
|
|
5797
5977
|
msgid "Repository name"
|
5798
5978
|
msgstr ""
|
5799
5979
|
|
5980
|
+
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."
|
5981
|
+
msgstr ""
|
5982
|
+
|
5800
5983
|
msgid "Repository not found"
|
5801
5984
|
msgstr ""
|
5802
5985
|
|
@@ -5851,6 +6034,9 @@ msgstr ""
|
|
5851
6034
|
msgid "Republish repository metadata"
|
5852
6035
|
msgstr ""
|
5853
6036
|
|
6037
|
+
msgid "Requested access to '%s' is denied"
|
6038
|
+
msgstr ""
|
6039
|
+
|
5854
6040
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5855
6041
|
msgstr ""
|
5856
6042
|
|
@@ -5998,15 +6184,27 @@ msgstr ""
|
|
5998
6184
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5999
6185
|
msgstr ""
|
6000
6186
|
|
6187
|
+
msgid "Review"
|
6188
|
+
msgstr ""
|
6189
|
+
|
6001
6190
|
msgid "Review affected environment"
|
6002
6191
|
msgstr ""
|
6003
6192
|
|
6004
6193
|
msgid "Review affected environments"
|
6005
6194
|
msgstr ""
|
6006
6195
|
|
6196
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6197
|
+
msgstr ""
|
6198
|
+
|
6199
|
+
msgid "Review and then click {submitBtnText}."
|
6200
|
+
msgstr ""
|
6201
|
+
|
6007
6202
|
msgid "Review details"
|
6008
6203
|
msgstr ""
|
6009
6204
|
|
6205
|
+
msgid "Review hosts"
|
6206
|
+
msgstr ""
|
6207
|
+
|
6010
6208
|
msgid "Review the information below and click "
|
6011
6209
|
msgstr ""
|
6012
6210
|
|
@@ -6166,6 +6364,9 @@ msgstr ""
|
|
6166
6364
|
msgid "Select a source"
|
6167
6365
|
msgstr ""
|
6168
6366
|
|
6367
|
+
msgid "Select action"
|
6368
|
+
msgstr ""
|
6369
|
+
|
6169
6370
|
msgid "Select add-ons"
|
6170
6371
|
msgstr ""
|
6171
6372
|
|
@@ -6187,10 +6388,16 @@ msgstr ""
|
|
6187
6388
|
msgid "Select an organization"
|
6188
6389
|
msgstr ""
|
6189
6390
|
|
6391
|
+
msgid "Select at least one erratum."
|
6392
|
+
msgstr ""
|
6393
|
+
|
6394
|
+
msgid "Select at least one package."
|
6395
|
+
msgstr ""
|
6396
|
+
|
6190
6397
|
msgid "Select attributes for ${akDetails.name}"
|
6191
6398
|
msgstr ""
|
6192
6399
|
|
6193
|
-
msgid "Select available version of ${cvName} to use"
|
6400
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6194
6401
|
msgstr ""
|
6195
6402
|
|
6196
6403
|
msgid "Select available version of content views to use"
|
@@ -6202,6 +6409,12 @@ msgstr ""
|
|
6202
6409
|
msgid "Select environment"
|
6203
6410
|
msgstr ""
|
6204
6411
|
|
6412
|
+
msgid "Select errata"
|
6413
|
+
msgstr ""
|
6414
|
+
|
6415
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6416
|
+
msgstr ""
|
6417
|
+
|
6205
6418
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6206
6419
|
msgstr ""
|
6207
6420
|
|
@@ -6220,9 +6433,18 @@ msgstr ""
|
|
6220
6433
|
msgid "Select one"
|
6221
6434
|
msgstr ""
|
6222
6435
|
|
6436
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6437
|
+
msgstr ""
|
6438
|
+
|
6223
6439
|
msgid "Select packages to install to the host {hostName}."
|
6224
6440
|
msgstr ""
|
6225
6441
|
|
6442
|
+
msgid "Select packages to remove on the selected hosts."
|
6443
|
+
msgstr ""
|
6444
|
+
|
6445
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6446
|
+
msgstr ""
|
6447
|
+
|
6226
6448
|
msgid "Select page"
|
6227
6449
|
msgstr ""
|
6228
6450
|
|
@@ -6259,6 +6481,12 @@ msgstr ""
|
|
6259
6481
|
msgid "Selected environments "
|
6260
6482
|
msgstr ""
|
6261
6483
|
|
6484
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6485
|
+
msgstr ""
|
6486
|
+
|
6487
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6488
|
+
msgstr ""
|
6489
|
+
|
6262
6490
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6263
6491
|
msgstr ""
|
6264
6492
|
|
@@ -7262,6 +7490,9 @@ msgstr ""
|
|
7262
7490
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7263
7491
|
msgstr ""
|
7264
7492
|
|
7493
|
+
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."
|
7494
|
+
msgstr ""
|
7495
|
+
|
7265
7496
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7266
7497
|
msgstr ""
|
7267
7498
|
|
@@ -7274,6 +7505,9 @@ msgstr ""
|
|
7274
7505
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7275
7506
|
msgstr ""
|
7276
7507
|
|
7508
|
+
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."
|
7509
|
+
msgstr ""
|
7510
|
+
|
7277
7511
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7278
7512
|
msgstr ""
|
7279
7513
|
|
@@ -7355,6 +7589,9 @@ msgstr ""
|
|
7355
7589
|
msgid "Title"
|
7356
7590
|
msgstr ""
|
7357
7591
|
|
7592
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7593
|
+
msgstr ""
|
7594
|
+
|
7358
7595
|
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."
|
7359
7596
|
msgstr ""
|
7360
7597
|
|
@@ -7376,6 +7613,12 @@ msgstr ""
|
|
7376
7613
|
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."
|
7377
7614
|
msgstr ""
|
7378
7615
|
|
7616
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7617
|
+
msgstr ""
|
7618
|
+
|
7619
|
+
msgid "To manage packages, select an action."
|
7620
|
+
msgstr ""
|
7621
|
+
|
7379
7622
|
msgid "Total steps: "
|
7380
7623
|
msgstr ""
|
7381
7624
|
|
@@ -7595,9 +7838,6 @@ msgstr ""
|
|
7595
7838
|
msgid "Unsupported CDN resource"
|
7596
7839
|
msgstr ""
|
7597
7840
|
|
7598
|
-
msgid "Unsupported URL protocol %s."
|
7599
|
-
msgstr ""
|
7600
|
-
|
7601
7841
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7602
7842
|
msgstr ""
|
7603
7843
|
|
@@ -7775,6 +8015,12 @@ msgstr ""
|
|
7775
8015
|
msgid "Upgrade"
|
7776
8016
|
msgstr ""
|
7777
8017
|
|
8018
|
+
msgid "Upgrade all packages"
|
8019
|
+
msgstr ""
|
8020
|
+
|
8021
|
+
msgid "Upgrade packages"
|
8022
|
+
msgstr ""
|
8023
|
+
|
7778
8024
|
msgid "Upgrade via customized remote execution"
|
7779
8025
|
msgstr ""
|
7780
8026
|
|
@@ -7790,9 +8036,6 @@ msgstr ""
|
|
7790
8036
|
msgid "Upload a subscription manifest"
|
7791
8037
|
msgstr ""
|
7792
8038
|
|
7793
|
-
msgid "Upload content into the repository"
|
7794
|
-
msgstr ""
|
7795
|
-
|
7796
8039
|
msgid "Upload into"
|
7797
8040
|
msgstr ""
|
7798
8041
|
|
@@ -7961,9 +8204,6 @@ msgstr ""
|
|
7961
8204
|
msgid "Version details updated."
|
7962
8205
|
msgstr ""
|
7963
8206
|
|
7964
|
-
msgid "Version in use"
|
7965
|
-
msgstr ""
|
7966
|
-
|
7967
8207
|
msgid "Versions"
|
7968
8208
|
msgstr ""
|
7969
8209
|
|
@@ -8138,6 +8378,9 @@ msgstr ""
|
|
8138
8378
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8139
8379
|
msgstr ""
|
8140
8380
|
|
8381
|
+
msgid "You must select at least one host."
|
8382
|
+
msgstr ""
|
8383
|
+
|
8141
8384
|
msgid "You were not allowed to add %s"
|
8142
8385
|
msgstr ""
|
8143
8386
|
|
@@ -8156,6 +8399,9 @@ msgstr ""
|
|
8156
8399
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8157
8400
|
msgstr ""
|
8158
8401
|
|
8402
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8403
|
+
msgstr ""
|
8404
|
+
|
8159
8405
|
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."
|
8160
8406
|
msgstr ""
|
8161
8407
|
|
@@ -8597,6 +8843,9 @@ msgstr ""
|
|
8597
8843
|
msgid "initiating Pulp task"
|
8598
8844
|
msgstr ""
|
8599
8845
|
|
8846
|
+
msgid "installed"
|
8847
|
+
msgstr ""
|
8848
|
+
|
8600
8849
|
msgid "installing errata..."
|
8601
8850
|
msgstr ""
|
8602
8851
|
|
@@ -8951,6 +9200,9 @@ msgstr ""
|
|
8951
9200
|
msgid "update a filter"
|
8952
9201
|
msgstr ""
|
8953
9202
|
|
9203
|
+
msgid "updated"
|
9204
|
+
msgstr ""
|
9205
|
+
|
8954
9206
|
msgid "updating package group..."
|
8955
9207
|
msgstr ""
|
8956
9208
|
|