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/katello.po
CHANGED
@@ -176,6 +176,9 @@ msgstr ""
|
|
176
176
|
msgid "%s is unreachable. %s"
|
177
177
|
msgstr "%s ist unerreichbar. %s"
|
178
178
|
|
179
|
+
msgid "%s was not found!"
|
180
|
+
msgstr ""
|
181
|
+
|
179
182
|
msgid "%{errata} (%{total} other errata)"
|
180
183
|
msgstr "%{errata} (%{total} weitere Errata)"
|
181
184
|
|
@@ -431,6 +434,12 @@ msgstr ""
|
|
431
434
|
msgid "A backend service [ %s ] is unreachable"
|
432
435
|
msgstr "Ein Back-End-Dienst [ %s ] kann nicht erreicht werden"
|
433
436
|
|
437
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
438
|
+
msgstr ""
|
439
|
+
|
440
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
441
|
+
msgstr ""
|
442
|
+
|
434
443
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
435
444
|
msgstr "In dieser Inhaltsansicht ist eine große Anzahl von Errata nicht angewendet; nur die ersten 100 werden angezeigt."
|
436
445
|
|
@@ -539,8 +548,8 @@ msgstr ""
|
|
539
548
|
msgid "Activation keys can be managed {here}."
|
540
549
|
msgstr ""
|
541
550
|
|
542
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
543
|
-
msgstr "
|
551
|
+
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."
|
552
|
+
msgstr ""
|
544
553
|
|
545
554
|
msgid "Activation keys may be used during {system_registration}."
|
546
555
|
msgstr ""
|
@@ -665,6 +674,9 @@ msgstr "Zusätzlicher Inhalt"
|
|
665
674
|
msgid "Affected Repositories"
|
666
675
|
msgstr "Betroffene Repositorys"
|
667
676
|
|
677
|
+
msgid "Affected hosts"
|
678
|
+
msgstr ""
|
679
|
+
|
668
680
|
msgid "Affected repositories"
|
669
681
|
msgstr ""
|
670
682
|
|
@@ -704,7 +716,7 @@ msgstr ""
|
|
704
716
|
msgid "All versions will be removed from these environments"
|
705
717
|
msgstr ""
|
706
718
|
|
707
|
-
msgid "Allow a host to be
|
719
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
708
720
|
msgstr ""
|
709
721
|
|
710
722
|
msgid "Allow deleting repositories in published content views"
|
@@ -803,15 +815,24 @@ msgstr "Relevant"
|
|
803
815
|
msgid "Applicable Content Hosts"
|
804
816
|
msgstr "Anwendbare Inhalts-Hosts"
|
805
817
|
|
818
|
+
msgid "Applicable bugfix/enhancement errata"
|
819
|
+
msgstr ""
|
820
|
+
|
806
821
|
msgid "Applicable errata apply to at least one package installed on the host."
|
807
822
|
msgstr ""
|
808
823
|
|
824
|
+
msgid "Applicable security errata"
|
825
|
+
msgstr ""
|
826
|
+
|
809
827
|
msgid "Application"
|
810
828
|
msgstr "Anwendung"
|
811
829
|
|
812
830
|
msgid "Apply"
|
813
831
|
msgstr "Anwenden"
|
814
832
|
|
833
|
+
msgid "Apply errata"
|
834
|
+
msgstr ""
|
835
|
+
|
815
836
|
msgid "Apply erratum"
|
816
837
|
msgstr ""
|
817
838
|
|
@@ -878,6 +899,9 @@ msgstr "Array der Komponenten zum hinzufügen"
|
|
878
899
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
879
900
|
msgstr "Array der Kontent-View Komponenten ID zum entfernen. Identifizierer der Komponenten-Assoziation "
|
880
901
|
|
902
|
+
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."
|
903
|
+
msgstr ""
|
904
|
+
|
881
905
|
msgid "Array of host ids"
|
882
906
|
msgstr "Array der Host-IDs"
|
883
907
|
|
@@ -916,6 +940,9 @@ msgstr "Weisen Sie die Umgebungs- und Inhaltsansicht einem oder mehreren Hosts z
|
|
916
940
|
msgid "Assign the release version to one or more hosts"
|
917
941
|
msgstr "Weisen Sie die Release-Version einem oder mehreren Hosts zu"
|
918
942
|
|
943
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
944
|
+
msgstr ""
|
945
|
+
|
919
946
|
msgid "Associated location IDs"
|
920
947
|
msgstr "Zugehörige Standort-IDs"
|
921
948
|
|
@@ -1111,6 +1138,9 @@ msgstr "Relevante Errata basierend auf einer bestimmten Inhaltsansicht berechnen
|
|
1111
1138
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1112
1139
|
msgstr "Relevante Errata basierend auf einer bestimmten Umgebung berechnen"
|
1113
1140
|
|
1141
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1142
|
+
msgstr ""
|
1143
|
+
|
1114
1144
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1115
1145
|
msgstr ""
|
1116
1146
|
|
@@ -1252,6 +1282,9 @@ msgstr ""
|
|
1252
1282
|
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."
|
1253
1283
|
msgstr ""
|
1254
1284
|
|
1285
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1286
|
+
msgstr ""
|
1287
|
+
|
1255
1288
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1256
1289
|
msgstr "Inkrementelle Aktualisierung auf Verbund-Inhaltsansichtsversion kann nicht durchgeführt werden (%{name} Version %{version}"
|
1257
1290
|
|
@@ -1282,6 +1315,9 @@ msgstr "Inhalte aus einem nicht benutzerdefinierten Repository können nicht ent
|
|
1282
1315
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1283
1316
|
msgstr "Inhaltsansicht kann nicht aus Umgebung entfernt werden. Inhaltsansicht \"%{view}\" befindet sich nicht in Lebenszyklusumgebung \"%{env}\"."
|
1284
1317
|
|
1318
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1319
|
+
msgstr ""
|
1320
|
+
|
1285
1321
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1286
1322
|
msgstr "Attribut %{attr} kann für Inhaltstyp %{type} nicht festgelegt werden"
|
1287
1323
|
|
@@ -1300,6 +1336,12 @@ msgstr "Inhalte für Verbundansichten können nicht angegeben werden"
|
|
1300
1336
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1301
1337
|
msgstr "file://-Repositorys können nicht mit der On-Demand-Download-Richtlinie synchronisiert werden"
|
1302
1338
|
|
1339
|
+
msgid "Cannot update properties of a container push repository"
|
1340
|
+
msgstr ""
|
1341
|
+
|
1342
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1343
|
+
msgstr ""
|
1344
|
+
|
1303
1345
|
msgid "Cannot upload Ansible collections."
|
1304
1346
|
msgstr ""
|
1305
1347
|
|
@@ -1345,12 +1387,12 @@ msgstr ""
|
|
1345
1387
|
msgid "Checksum of file to upload"
|
1346
1388
|
msgstr "Checksumme der Datei zum hochladen"
|
1347
1389
|
|
1348
|
-
msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
|
1349
|
-
msgstr "Prüfsumme des Repositorys, derzeit werden 'sha1' & 'sha256' unterstützt"
|
1350
|
-
|
1351
1390
|
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1352
1391
|
msgstr "Der Prüfsummentyp kann nicht für Yum-Repositorys mit On-Demand-Download-Richtlinie festgelegt werden."
|
1353
1392
|
|
1393
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1394
|
+
msgstr ""
|
1395
|
+
|
1354
1396
|
msgid "Choose content credentials if required for this RHUI source."
|
1355
1397
|
msgstr ""
|
1356
1398
|
|
@@ -1381,6 +1423,9 @@ msgstr "Schließen"
|
|
1381
1423
|
msgid "Collapse All"
|
1382
1424
|
msgstr "Alle einklappen"
|
1383
1425
|
|
1426
|
+
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."
|
1427
|
+
msgstr ""
|
1428
|
+
|
1384
1429
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1385
1430
|
msgstr ""
|
1386
1431
|
|
@@ -1393,6 +1438,9 @@ msgstr ""
|
|
1393
1438
|
msgid "Compare"
|
1394
1439
|
msgstr "Vergleichen"
|
1395
1440
|
|
1441
|
+
msgid "Completed pulp task protection days"
|
1442
|
+
msgstr ""
|
1443
|
+
|
1396
1444
|
msgid "Component"
|
1397
1445
|
msgstr "Komponente"
|
1398
1446
|
|
@@ -1621,6 +1669,9 @@ msgstr "Inhaltstyp %{content_type_string} gehört nicht zu einem aktivierten Rep
|
|
1621
1669
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1622
1670
|
msgstr "Inhaltstyp %{content_type} ist nicht kompatibel mit Repositorys vom Typ %{repo_type}"
|
1623
1671
|
|
1672
|
+
msgid "Content type does not support repo discovery"
|
1673
|
+
msgstr ""
|
1674
|
+
|
1624
1675
|
msgid "Content view"
|
1625
1676
|
msgstr "Inhaltsansicht"
|
1626
1677
|
|
@@ -1651,10 +1702,10 @@ msgstr ""
|
|
1651
1702
|
msgid "Content view and lifecycle environment must be provided together"
|
1652
1703
|
msgstr ""
|
1653
1704
|
|
1654
|
-
msgid "Content view
|
1705
|
+
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."
|
1655
1706
|
msgstr ""
|
1656
1707
|
|
1657
|
-
msgid "Content view
|
1708
|
+
msgid "Content view environments"
|
1658
1709
|
msgstr ""
|
1659
1710
|
|
1660
1711
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1780,6 +1831,15 @@ msgstr "Nicht alle angegebenen Errata-IDs konnten gefunden werden: %s"
|
|
1780
1831
|
msgid "Could not find environments for promotion"
|
1781
1832
|
msgstr "Keine Umgebungen für Förderung gefunden"
|
1782
1833
|
|
1834
|
+
msgid "Could not locate Pulp distribution."
|
1835
|
+
msgstr ""
|
1836
|
+
|
1837
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1838
|
+
msgstr ""
|
1839
|
+
|
1840
|
+
msgid "Could not locate repository properties for content indexing."
|
1841
|
+
msgstr ""
|
1842
|
+
|
1783
1843
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1784
1844
|
msgstr "Die Lebenszyklusumgebung konnte nicht vom Smart Proxy entfernt werden"
|
1785
1845
|
|
@@ -2308,8 +2368,8 @@ msgstr "Ein oder mehrere Repositorys löschen"
|
|
2308
2368
|
msgid "Details"
|
2309
2369
|
msgstr "Details"
|
2310
2370
|
|
2311
|
-
msgid "Determining settings for ${name}"
|
2312
|
-
msgstr "
|
2371
|
+
msgid "Determining settings for ${truncate(name)}"
|
2372
|
+
msgstr ""
|
2313
2373
|
|
2314
2374
|
msgid "Digest"
|
2315
2375
|
msgstr ""
|
@@ -2371,6 +2431,12 @@ msgstr "Debug-Zertifikat herunterladen"
|
|
2371
2431
|
msgid "Download rate limit"
|
2372
2432
|
msgstr ""
|
2373
2433
|
|
2434
|
+
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."
|
2435
|
+
msgstr ""
|
2436
|
+
|
2437
|
+
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."
|
2438
|
+
msgstr ""
|
2439
|
+
|
2374
2440
|
msgid "Duplicate artifact detected"
|
2375
2441
|
msgstr ""
|
2376
2442
|
|
@@ -2569,6 +2635,12 @@ msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
|
2569
2635
|
msgid "Errata mail"
|
2570
2636
|
msgstr "Errata-E-Mail"
|
2571
2637
|
|
2638
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2639
|
+
msgstr ""
|
2640
|
+
|
2641
|
+
msgid "Errata to apply"
|
2642
|
+
msgstr ""
|
2643
|
+
|
2572
2644
|
msgid "Errata to exclusively include in the action"
|
2573
2645
|
msgstr "Errata, die ausschließlich in die Aktion aufgenommen werden sollen"
|
2574
2646
|
|
@@ -2617,6 +2689,9 @@ msgstr "Überschreitet die verfügbare Menge"
|
|
2617
2689
|
msgid "Exclude"
|
2618
2690
|
msgstr "Ausschließen"
|
2619
2691
|
|
2692
|
+
msgid "Exclude Refs"
|
2693
|
+
msgstr ""
|
2694
|
+
|
2620
2695
|
msgid "Exclude all RPMs not associated to any errata"
|
2621
2696
|
msgstr ""
|
2622
2697
|
|
@@ -3122,6 +3197,9 @@ msgstr "Hosts mit installierbaren Errata"
|
|
3122
3197
|
msgid "Hosts: "
|
3123
3198
|
msgstr "Hosts:"
|
3124
3199
|
|
3200
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3201
|
+
msgstr ""
|
3202
|
+
|
3125
3203
|
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."
|
3126
3204
|
msgstr ""
|
3127
3205
|
|
@@ -3251,9 +3329,18 @@ msgstr ""
|
|
3251
3329
|
msgid "Id of the repository to limit verifying checksum on"
|
3252
3330
|
msgstr ""
|
3253
3331
|
|
3332
|
+
msgid "Id of the single content view to be associated with the host."
|
3333
|
+
msgstr ""
|
3334
|
+
|
3335
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3336
|
+
msgstr ""
|
3337
|
+
|
3254
3338
|
msgid "Id of the smart proxy"
|
3255
3339
|
msgstr "ID des Smart Proxy"
|
3256
3340
|
|
3341
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3342
|
+
msgstr ""
|
3343
|
+
|
3257
3344
|
msgid "Idenifier of the SSL CA Cert"
|
3258
3345
|
msgstr "Kennung des SSL-CA-Zertifikats"
|
3259
3346
|
|
@@ -3307,13 +3394,16 @@ msgstr ""
|
|
3307
3394
|
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"
|
3308
3395
|
msgstr ""
|
3309
3396
|
|
3397
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3398
|
+
msgstr ""
|
3399
|
+
|
3310
3400
|
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."
|
3311
3401
|
msgstr ""
|
3312
3402
|
|
3313
3403
|
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/...'."
|
3314
3404
|
msgstr ""
|
3315
3405
|
|
3316
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3406
|
+
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."
|
3317
3407
|
msgstr ""
|
3318
3408
|
|
3319
3409
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3436,6 +3526,9 @@ msgstr "Im Gange"
|
|
3436
3526
|
msgid "Include"
|
3437
3527
|
msgstr "Einschließen"
|
3438
3528
|
|
3529
|
+
msgid "Include Refs"
|
3530
|
+
msgstr ""
|
3531
|
+
|
3439
3532
|
msgid "Include all RPMs not associated to any errata"
|
3440
3533
|
msgstr ""
|
3441
3534
|
|
@@ -3535,9 +3628,15 @@ msgstr ""
|
|
3535
3628
|
msgid "Installable"
|
3536
3629
|
msgstr "Installierbar"
|
3537
3630
|
|
3631
|
+
msgid "Installable bugfix/enhancement errata"
|
3632
|
+
msgstr ""
|
3633
|
+
|
3538
3634
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3539
3635
|
msgstr ""
|
3540
3636
|
|
3637
|
+
msgid "Installable security errata"
|
3638
|
+
msgstr ""
|
3639
|
+
|
3541
3640
|
msgid "Installable updates"
|
3542
3641
|
msgstr ""
|
3543
3642
|
|
@@ -3619,6 +3718,24 @@ msgstr ""
|
|
3619
3718
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3620
3719
|
msgstr "Ungültige Regel angegeben, \"version\" kann nicht in demselben Tupel angegeben werden wie \"min_version\" oder \"max_version\""
|
3621
3720
|
|
3721
|
+
msgid "Invalid format. Container name cannot be blank."
|
3722
|
+
msgstr ""
|
3723
|
+
|
3724
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3725
|
+
msgstr ""
|
3726
|
+
|
3727
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3728
|
+
msgstr ""
|
3729
|
+
|
3730
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3731
|
+
msgstr ""
|
3732
|
+
|
3733
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3734
|
+
msgstr ""
|
3735
|
+
|
3736
|
+
msgid "Invalid format. Product label cannot be blank."
|
3737
|
+
msgstr ""
|
3738
|
+
|
3622
3739
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3623
3740
|
msgstr ""
|
3624
3741
|
|
@@ -3895,6 +4012,9 @@ msgstr "Alle :resource_id auflisten"
|
|
3895
4012
|
msgid "List all organizations"
|
3896
4013
|
msgstr "Alle Organisationen auflisten"
|
3897
4014
|
|
4015
|
+
msgid "List all packages unique by name"
|
4016
|
+
msgstr ""
|
4017
|
+
|
3898
4018
|
msgid "List alternate content sources."
|
3899
4019
|
msgstr ""
|
3900
4020
|
|
@@ -4135,6 +4255,15 @@ msgstr "Stellen Sie sicher, dass alle Komponenteninhaltsansichten veröffentlich
|
|
4135
4255
|
msgid "Manage Manifest"
|
4136
4256
|
msgstr "Manifest verwalten"
|
4137
4257
|
|
4258
|
+
msgid "Manage content"
|
4259
|
+
msgstr ""
|
4260
|
+
|
4261
|
+
msgid "Manage errata"
|
4262
|
+
msgstr ""
|
4263
|
+
|
4264
|
+
msgid "Manage packages"
|
4265
|
+
msgstr ""
|
4266
|
+
|
4138
4267
|
msgid "Manifest"
|
4139
4268
|
msgstr "Manifest"
|
4140
4269
|
|
@@ -4438,6 +4567,12 @@ msgstr "Keine Artefakte zum Anzeigen"
|
|
4438
4567
|
msgid "No available component content view updates"
|
4439
4568
|
msgstr ""
|
4440
4569
|
|
4570
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4571
|
+
msgstr ""
|
4572
|
+
|
4573
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4574
|
+
msgstr ""
|
4575
|
+
|
4441
4576
|
msgid "No available repository or filter updates"
|
4442
4577
|
msgstr ""
|
4443
4578
|
|
@@ -4492,6 +4627,9 @@ msgstr "Keine Umgebungen"
|
|
4492
4627
|
msgid "No errata filter rules yet"
|
4493
4628
|
msgstr ""
|
4494
4629
|
|
4630
|
+
msgid "No errata found."
|
4631
|
+
msgstr ""
|
4632
|
+
|
4495
4633
|
msgid "No errata matching given search query"
|
4496
4634
|
msgstr ""
|
4497
4635
|
|
@@ -4531,6 +4669,9 @@ msgstr "Keine beim Subscription-Manager registrierten Hosts in der Auswahl gefun
|
|
4531
4669
|
msgid "No hosts were specified"
|
4532
4670
|
msgstr ""
|
4533
4671
|
|
4672
|
+
msgid "No installed debs found for search term '%s'"
|
4673
|
+
msgstr ""
|
4674
|
+
|
4534
4675
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4535
4676
|
msgstr "Keine installierten Pakete und/oder aktivierten Repositorys wurden von %s gemeldet."
|
4536
4677
|
|
@@ -4702,6 +4843,12 @@ msgstr "Keine Abonnements entsprechen Ihren Suchkriterien."
|
|
4702
4843
|
msgid "No syncable repositories found for selected products and options."
|
4703
4844
|
msgstr "Für ausgewählte Produkte und Optionen wurden keine synchronisierbaren Repositorys gefunden."
|
4704
4845
|
|
4846
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4847
|
+
msgstr ""
|
4848
|
+
|
4849
|
+
msgid "No upgradable packages found."
|
4850
|
+
msgstr ""
|
4851
|
+
|
4705
4852
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4706
4853
|
msgstr "Keine Upload-Parameter angegeben. Es ist ein Array von zu importierenden Uploads erforderlich."
|
4707
4854
|
|
@@ -4768,6 +4915,9 @@ msgstr "Anzahl der Ergebnisse pro Seite, die zurückgegeben werden sollen."
|
|
4768
4915
|
msgid "Number to Allocate"
|
4769
4916
|
msgstr "Zuzuweisende Nummer"
|
4770
4917
|
|
4918
|
+
msgid "OS"
|
4919
|
+
msgstr ""
|
4920
|
+
|
4771
4921
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4772
4922
|
msgstr ""
|
4773
4923
|
|
@@ -4855,15 +5005,24 @@ msgstr "Organisation darf nicht leer sein."
|
|
4855
5005
|
msgid "Organization id"
|
4856
5006
|
msgstr "Organisations-ID"
|
4857
5007
|
|
5008
|
+
msgid "Organization id not found: '%s'"
|
5009
|
+
msgstr ""
|
5010
|
+
|
4858
5011
|
msgid "Organization identifier"
|
4859
5012
|
msgstr "Organisations-ID"
|
4860
5013
|
|
4861
5014
|
msgid "Organization label"
|
4862
5015
|
msgstr "Organsiationskennung"
|
4863
5016
|
|
5017
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
5018
|
+
msgstr ""
|
5019
|
+
|
4864
5020
|
msgid "Organization not found"
|
4865
5021
|
msgstr "Organisation nicht gefunden"
|
4866
5022
|
|
5023
|
+
msgid "Organization not found: '%s'"
|
5024
|
+
msgstr ""
|
5025
|
+
|
4867
5026
|
msgid "Organization required"
|
4868
5027
|
msgstr "Organisation erforderlich"
|
4869
5028
|
|
@@ -5053,6 +5212,15 @@ msgstr "Pakete"
|
|
5053
5212
|
msgid "Packages must be provided"
|
5054
5213
|
msgstr "Pakete müssen angegeben werden"
|
5055
5214
|
|
5215
|
+
msgid "Packages to be removed"
|
5216
|
+
msgstr ""
|
5217
|
+
|
5218
|
+
msgid "Packages to be updated"
|
5219
|
+
msgstr ""
|
5220
|
+
|
5221
|
+
msgid "Packages to install"
|
5222
|
+
msgstr ""
|
5223
|
+
|
5056
5224
|
msgid "Packages will appear here when available."
|
5057
5225
|
msgstr ""
|
5058
5226
|
|
@@ -5164,10 +5332,10 @@ msgstr "Bitte warten..."
|
|
5164
5332
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5165
5333
|
msgstr ""
|
5166
5334
|
|
5167
|
-
msgid "Prefer registered through
|
5335
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5168
5336
|
msgstr ""
|
5169
5337
|
|
5170
|
-
msgid "Prefer using a
|
5338
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5171
5339
|
msgstr ""
|
5172
5340
|
|
5173
5341
|
msgid "Prevent from further updates"
|
@@ -5225,15 +5393,24 @@ msgstr ""
|
|
5225
5393
|
"Produkt-ID wie in den installierten Produkten eines Hosts aufgeführt, \\\n"
|
5226
5394
|
"Dies ist nicht die gleiche Produkt-ID wie die Produkt-API, die zurückgegeben wird"
|
5227
5395
|
|
5396
|
+
msgid "Product id not found: '%s'"
|
5397
|
+
msgstr ""
|
5398
|
+
|
5228
5399
|
msgid "Product label"
|
5229
5400
|
msgstr ""
|
5230
5401
|
|
5402
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5403
|
+
msgstr ""
|
5404
|
+
|
5231
5405
|
msgid "Product name"
|
5232
5406
|
msgstr "Produktname"
|
5233
5407
|
|
5234
5408
|
msgid "Product name as listed from a host's installed products"
|
5235
5409
|
msgstr "Produktname wie aus den installierten Produkten eines Hosts aufgelistet"
|
5236
5410
|
|
5411
|
+
msgid "Product not found: '%s'"
|
5412
|
+
msgstr ""
|
5413
|
+
|
5237
5414
|
msgid "Product the repository belongs to"
|
5238
5415
|
msgstr "Produkt, zu dem das Repository gehört"
|
5239
5416
|
|
@@ -5312,8 +5489,8 @@ msgstr "Öffentlicher Schlüssel-Block in DER-Kodiertung oder Zertifikatsinhalt"
|
|
5312
5489
|
msgid "Publish"
|
5313
5490
|
msgstr "Veröffentlichen"
|
5314
5491
|
|
5315
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5316
|
-
msgstr "
|
5492
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5493
|
+
msgstr ""
|
5317
5494
|
|
5318
5495
|
msgid "Publish a content view"
|
5319
5496
|
msgstr "Inhaltsansicht veröffentlichen"
|
@@ -5330,8 +5507,8 @@ msgstr ""
|
|
5330
5507
|
msgid "Published new version"
|
5331
5508
|
msgstr "Neue Version veröffentlicht"
|
5332
5509
|
|
5333
|
-
msgid "Publishing ${name}"
|
5334
|
-
msgstr "
|
5510
|
+
msgid "Publishing ${truncate(name)}"
|
5511
|
+
msgstr ""
|
5335
5512
|
|
5336
5513
|
msgid "Publishing content view"
|
5337
5514
|
msgstr "Inhaltsansicht veröffentlichen"
|
@@ -5720,6 +5897,9 @@ msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
|
5720
5897
|
msgid "Remove package via Katello interface"
|
5721
5898
|
msgstr "Paket über Katello-Schnittstelle entfernen"
|
5722
5899
|
|
5900
|
+
msgid "Remove packages"
|
5901
|
+
msgstr ""
|
5902
|
+
|
5723
5903
|
msgid "Remove packages via Katello interface"
|
5724
5904
|
msgstr ""
|
5725
5905
|
|
@@ -5831,6 +6011,9 @@ msgstr "Das Repository-Label '%s' ist nicht mit der Inhaltsansicht verknüpft."
|
|
5831
6011
|
msgid "Repository name"
|
5832
6012
|
msgstr ""
|
5833
6013
|
|
6014
|
+
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."
|
6015
|
+
msgstr ""
|
6016
|
+
|
5834
6017
|
msgid "Repository not found"
|
5835
6018
|
msgstr "Repository nicht gefunden"
|
5836
6019
|
|
@@ -5885,6 +6068,9 @@ msgstr "Versions-Repositorys erneut veröffentlichen"
|
|
5885
6068
|
msgid "Republish repository metadata"
|
5886
6069
|
msgstr ""
|
5887
6070
|
|
6071
|
+
msgid "Requested access to '%s' is denied"
|
6072
|
+
msgstr ""
|
6073
|
+
|
5888
6074
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5889
6075
|
msgstr ""
|
5890
6076
|
|
@@ -6032,15 +6218,27 @@ msgstr ""
|
|
6032
6218
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6033
6219
|
msgstr "Gibt Inhalt zurück, der sowohl hinzugefügt werden kann als auch dem Objekt derzeit hinzugefügt wird. Der Wert 'content_view_filter' wird unterstützt"
|
6034
6220
|
|
6221
|
+
msgid "Review"
|
6222
|
+
msgstr ""
|
6223
|
+
|
6035
6224
|
msgid "Review affected environment"
|
6036
6225
|
msgstr ""
|
6037
6226
|
|
6038
6227
|
msgid "Review affected environments"
|
6039
6228
|
msgstr ""
|
6040
6229
|
|
6230
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6231
|
+
msgstr ""
|
6232
|
+
|
6233
|
+
msgid "Review and then click {submitBtnText}."
|
6234
|
+
msgstr ""
|
6235
|
+
|
6041
6236
|
msgid "Review details"
|
6042
6237
|
msgstr "Bewertungsdetails"
|
6043
6238
|
|
6239
|
+
msgid "Review hosts"
|
6240
|
+
msgstr ""
|
6241
|
+
|
6044
6242
|
msgid "Review the information below and click "
|
6045
6243
|
msgstr ""
|
6046
6244
|
|
@@ -6200,6 +6398,9 @@ msgstr ""
|
|
6200
6398
|
msgid "Select a source"
|
6201
6399
|
msgstr ""
|
6202
6400
|
|
6401
|
+
msgid "Select action"
|
6402
|
+
msgstr ""
|
6403
|
+
|
6203
6404
|
msgid "Select add-ons"
|
6204
6405
|
msgstr ""
|
6205
6406
|
|
@@ -6221,11 +6422,17 @@ msgstr ""
|
|
6221
6422
|
msgid "Select an organization"
|
6222
6423
|
msgstr "Wählen Sie eine Organisation aus"
|
6223
6424
|
|
6425
|
+
msgid "Select at least one erratum."
|
6426
|
+
msgstr ""
|
6427
|
+
|
6428
|
+
msgid "Select at least one package."
|
6429
|
+
msgstr ""
|
6430
|
+
|
6224
6431
|
msgid "Select attributes for ${akDetails.name}"
|
6225
6432
|
msgstr ""
|
6226
6433
|
|
6227
|
-
msgid "Select available version of ${cvName} to use"
|
6228
|
-
msgstr "
|
6434
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6435
|
+
msgstr ""
|
6229
6436
|
|
6230
6437
|
msgid "Select available version of content views to use"
|
6231
6438
|
msgstr ""
|
@@ -6236,6 +6443,12 @@ msgstr ""
|
|
6236
6443
|
msgid "Select environment"
|
6237
6444
|
msgstr "Umgebung auswählen"
|
6238
6445
|
|
6446
|
+
msgid "Select errata"
|
6447
|
+
msgstr ""
|
6448
|
+
|
6449
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6450
|
+
msgstr ""
|
6451
|
+
|
6239
6452
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6240
6453
|
msgstr ""
|
6241
6454
|
|
@@ -6254,9 +6467,18 @@ msgstr ""
|
|
6254
6467
|
msgid "Select one"
|
6255
6468
|
msgstr ""
|
6256
6469
|
|
6470
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6471
|
+
msgstr ""
|
6472
|
+
|
6257
6473
|
msgid "Select packages to install to the host {hostName}."
|
6258
6474
|
msgstr ""
|
6259
6475
|
|
6476
|
+
msgid "Select packages to remove on the selected hosts."
|
6477
|
+
msgstr ""
|
6478
|
+
|
6479
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6480
|
+
msgstr ""
|
6481
|
+
|
6260
6482
|
msgid "Select page"
|
6261
6483
|
msgstr ""
|
6262
6484
|
|
@@ -6293,6 +6515,12 @@ msgstr ""
|
|
6293
6515
|
msgid "Selected environments "
|
6294
6516
|
msgstr ""
|
6295
6517
|
|
6518
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6519
|
+
msgstr ""
|
6520
|
+
|
6521
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6522
|
+
msgstr ""
|
6523
|
+
|
6296
6524
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6297
6525
|
msgstr ""
|
6298
6526
|
|
@@ -7300,6 +7528,9 @@ msgstr ""
|
|
7300
7528
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7301
7529
|
msgstr ""
|
7302
7530
|
|
7531
|
+
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."
|
7532
|
+
msgstr ""
|
7533
|
+
|
7303
7534
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7304
7535
|
msgstr ""
|
7305
7536
|
|
@@ -7312,6 +7543,9 @@ msgstr ""
|
|
7312
7543
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7313
7544
|
msgstr ""
|
7314
7545
|
|
7546
|
+
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."
|
7547
|
+
msgstr ""
|
7548
|
+
|
7315
7549
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7316
7550
|
msgstr "Die Organisation dieses Gastgebers befindet sich im einfachen Inhaltszugriffsmodus. Das Anhängen von Abonnements ist deaktiviert."
|
7317
7551
|
|
@@ -7393,6 +7627,9 @@ msgstr "Zeitstempel"
|
|
7393
7627
|
msgid "Title"
|
7394
7628
|
msgstr "Titel"
|
7395
7629
|
|
7630
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7631
|
+
msgstr ""
|
7632
|
+
|
7396
7633
|
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."
|
7397
7634
|
msgstr ""
|
7398
7635
|
|
@@ -7414,6 +7651,12 @@ msgstr ""
|
|
7414
7651
|
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."
|
7415
7652
|
msgstr ""
|
7416
7653
|
|
7654
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7655
|
+
msgstr ""
|
7656
|
+
|
7657
|
+
msgid "To manage packages, select an action."
|
7658
|
+
msgstr ""
|
7659
|
+
|
7417
7660
|
msgid "Total steps: "
|
7418
7661
|
msgstr "Gesamtschritte:"
|
7419
7662
|
|
@@ -7633,9 +7876,6 @@ msgstr "Nicht spezifiziert"
|
|
7633
7876
|
msgid "Unsupported CDN resource"
|
7634
7877
|
msgstr ""
|
7635
7878
|
|
7636
|
-
msgid "Unsupported URL protocol %s."
|
7637
|
-
msgstr "Nicht unterstütztes URL-Protokoll %s."
|
7638
|
-
|
7639
7879
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7640
7880
|
msgstr "Nicht unterstützter Ereignistyp %{type}. Unterstützt: %{types}"
|
7641
7881
|
|
@@ -7813,6 +8053,12 @@ msgstr ""
|
|
7813
8053
|
msgid "Upgrade"
|
7814
8054
|
msgstr ""
|
7815
8055
|
|
8056
|
+
msgid "Upgrade all packages"
|
8057
|
+
msgstr ""
|
8058
|
+
|
8059
|
+
msgid "Upgrade packages"
|
8060
|
+
msgstr ""
|
8061
|
+
|
7816
8062
|
msgid "Upgrade via customized remote execution"
|
7817
8063
|
msgstr ""
|
7818
8064
|
|
@@ -7828,9 +8074,6 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
7828
8074
|
msgid "Upload a subscription manifest"
|
7829
8075
|
msgstr "Subskriptionsmanifest hochladen"
|
7830
8076
|
|
7831
|
-
msgid "Upload content into the repository"
|
7832
|
-
msgstr "Inhalt in ein Repository hochladen"
|
7833
|
-
|
7834
8077
|
msgid "Upload into"
|
7835
8078
|
msgstr "Hochgeladen in"
|
7836
8079
|
|
@@ -7999,9 +8242,6 @@ msgstr "Version ${versionTwo}"
|
|
7999
8242
|
msgid "Version details updated."
|
8000
8243
|
msgstr ""
|
8001
8244
|
|
8002
|
-
msgid "Version in use"
|
8003
|
-
msgstr ""
|
8004
|
-
|
8005
8245
|
msgid "Versions"
|
8006
8246
|
msgstr "Versionen"
|
8007
8247
|
|
@@ -8176,6 +8416,9 @@ msgstr "Du hast Abonnements, die innerhalb von %s Tagen ablaufen"
|
|
8176
8416
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8177
8417
|
msgstr "Du hast nicht gespeicherte Änderungen. Möchten Sie den Vorgang beenden, ohne Ihre Änderungen zu speichern?"
|
8178
8418
|
|
8419
|
+
msgid "You must select at least one host."
|
8420
|
+
msgstr ""
|
8421
|
+
|
8179
8422
|
msgid "You were not allowed to add %s"
|
8180
8423
|
msgstr "Sie haben keine Berechtigung, %s hinzuzufügen"
|
8181
8424
|
|
@@ -8194,6 +8437,9 @@ msgstr "Sie nehmen Änderungen an %(entitlementCount)sBerechtigungen vor"
|
|
8194
8437
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8195
8438
|
msgstr ""
|
8196
8439
|
|
8440
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8441
|
+
msgstr ""
|
8442
|
+
|
8197
8443
|
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."
|
8198
8444
|
msgstr ""
|
8199
8445
|
|
@@ -8635,6 +8881,9 @@ msgstr ""
|
|
8635
8881
|
msgid "initiating Pulp task"
|
8636
8882
|
msgstr "Pulp-Aufgabe eingeleitet"
|
8637
8883
|
|
8884
|
+
msgid "installed"
|
8885
|
+
msgstr ""
|
8886
|
+
|
8638
8887
|
msgid "installing errata..."
|
8639
8888
|
msgstr "Errata werden installiert …"
|
8640
8889
|
|
@@ -8989,6 +9238,9 @@ msgstr "unbegrenzt"
|
|
8989
9238
|
msgid "update a filter"
|
8990
9239
|
msgstr "Filter aktualisieren"
|
8991
9240
|
|
9241
|
+
msgid "updated"
|
9242
|
+
msgstr ""
|
9243
|
+
|
8992
9244
|
msgid "updating package group..."
|
8993
9245
|
msgstr "Paketgruppe wird aktualisiert …"
|
8994
9246
|
|