katello 4.13.1 → 4.14.0.rc1.1
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/registration_controller_extensions.rb +4 -0
- 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/authorization/product.rb +1 -1
- 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/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/katello.po +275 -23
- 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/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- 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/katello.po +274 -22
- data/locale/ja/katello.po +283 -31
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- 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/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- 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/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/katello.po +283 -31
- 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 +83 -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/__tests__/remoteExecutionActions.test.js +44 -0
- 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 +25 -111
- 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/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +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/ru/katello.po
CHANGED
@@ -164,6 +164,9 @@ msgstr ""
|
|
164
164
|
msgid "%s is unreachable. %s"
|
165
165
|
msgstr ""
|
166
166
|
|
167
|
+
msgid "%s was not found!"
|
168
|
+
msgstr ""
|
169
|
+
|
167
170
|
msgid "%{errata} (%{total} other errata)"
|
168
171
|
msgstr "%{errata} (других исправлений: %{total})"
|
169
172
|
|
@@ -419,6 +422,12 @@ msgstr ""
|
|
419
422
|
msgid "A backend service [ %s ] is unreachable"
|
420
423
|
msgstr "Базовая служба [ %s ] недоступна"
|
421
424
|
|
425
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
429
|
+
msgstr ""
|
430
|
+
|
422
431
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
423
432
|
msgstr "Показаны первые 100 непримененных исправлений."
|
424
433
|
|
@@ -527,7 +536,7 @@ msgstr ""
|
|
527
536
|
msgid "Activation keys can be managed {here}."
|
528
537
|
msgstr ""
|
529
538
|
|
530
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
539
|
+
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."
|
531
540
|
msgstr ""
|
532
541
|
|
533
542
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -653,6 +662,9 @@ msgstr ""
|
|
653
662
|
msgid "Affected Repositories"
|
654
663
|
msgstr ""
|
655
664
|
|
665
|
+
msgid "Affected hosts"
|
666
|
+
msgstr ""
|
667
|
+
|
656
668
|
msgid "Affected repositories"
|
657
669
|
msgstr ""
|
658
670
|
|
@@ -692,7 +704,7 @@ msgstr ""
|
|
692
704
|
msgid "All versions will be removed from these environments"
|
693
705
|
msgstr ""
|
694
706
|
|
695
|
-
msgid "Allow a host to be
|
707
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
696
708
|
msgstr ""
|
697
709
|
|
698
710
|
msgid "Allow deleting repositories in published content views"
|
@@ -791,15 +803,24 @@ msgstr "Применимо"
|
|
791
803
|
msgid "Applicable Content Hosts"
|
792
804
|
msgstr ""
|
793
805
|
|
806
|
+
msgid "Applicable bugfix/enhancement errata"
|
807
|
+
msgstr ""
|
808
|
+
|
794
809
|
msgid "Applicable errata apply to at least one package installed on the host."
|
795
810
|
msgstr ""
|
796
811
|
|
812
|
+
msgid "Applicable security errata"
|
813
|
+
msgstr ""
|
814
|
+
|
797
815
|
msgid "Application"
|
798
816
|
msgstr "Программа"
|
799
817
|
|
800
818
|
msgid "Apply"
|
801
819
|
msgstr "Применить"
|
802
820
|
|
821
|
+
msgid "Apply errata"
|
822
|
+
msgstr ""
|
823
|
+
|
803
824
|
msgid "Apply erratum"
|
804
825
|
msgstr ""
|
805
826
|
|
@@ -866,6 +887,9 @@ msgstr ""
|
|
866
887
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
867
888
|
msgstr ""
|
868
889
|
|
890
|
+
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."
|
891
|
+
msgstr ""
|
892
|
+
|
869
893
|
msgid "Array of host ids"
|
870
894
|
msgstr "Список идентификаторов узлов"
|
871
895
|
|
@@ -904,6 +928,9 @@ msgstr ""
|
|
904
928
|
msgid "Assign the release version to one or more hosts"
|
905
929
|
msgstr ""
|
906
930
|
|
931
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
932
|
+
msgstr ""
|
933
|
+
|
907
934
|
msgid "Associated location IDs"
|
908
935
|
msgstr ""
|
909
936
|
|
@@ -1099,6 +1126,9 @@ msgstr "Определить подходящие исправления для
|
|
1099
1126
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1100
1127
|
msgstr "Определить подходящие исправления для заданного окружения"
|
1101
1128
|
|
1129
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1130
|
+
msgstr ""
|
1131
|
+
|
1102
1132
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1103
1133
|
msgstr ""
|
1104
1134
|
|
@@ -1240,6 +1270,9 @@ msgstr ""
|
|
1240
1270
|
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."
|
1241
1271
|
msgstr ""
|
1242
1272
|
|
1273
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1274
|
+
msgstr ""
|
1275
|
+
|
1243
1276
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1244
1277
|
msgstr "Невозможно выполнить инкрементное обновление для сложного представления (%{name}, версия %{version}"
|
1245
1278
|
|
@@ -1270,6 +1303,9 @@ msgstr "Содержимое репозиториев Red Hat не может б
|
|
1270
1303
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1271
1304
|
msgstr "Представление «%{view}» не входит в окружение «%{env}»."
|
1272
1305
|
|
1306
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1307
|
+
msgstr ""
|
1308
|
+
|
1273
1309
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1274
1310
|
msgstr ""
|
1275
1311
|
|
@@ -1288,6 +1324,12 @@ msgstr "Сложное представление не может включат
|
|
1288
1324
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1289
1325
|
msgstr ""
|
1290
1326
|
|
1327
|
+
msgid "Cannot update properties of a container push repository"
|
1328
|
+
msgstr ""
|
1329
|
+
|
1330
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1331
|
+
msgstr ""
|
1332
|
+
|
1291
1333
|
msgid "Cannot upload Ansible collections."
|
1292
1334
|
msgstr ""
|
1293
1335
|
|
@@ -1333,10 +1375,10 @@ msgstr ""
|
|
1333
1375
|
msgid "Checksum of file to upload"
|
1334
1376
|
msgstr ""
|
1335
1377
|
|
1336
|
-
msgid "Checksum
|
1378
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1337
1379
|
msgstr ""
|
1338
1380
|
|
1339
|
-
msgid "Checksum
|
1381
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1340
1382
|
msgstr ""
|
1341
1383
|
|
1342
1384
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1369,6 +1411,9 @@ msgstr "Закрыть"
|
|
1369
1411
|
msgid "Collapse All"
|
1370
1412
|
msgstr "Свернуть все"
|
1371
1413
|
|
1414
|
+
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."
|
1415
|
+
msgstr ""
|
1416
|
+
|
1372
1417
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1373
1418
|
msgstr ""
|
1374
1419
|
|
@@ -1381,6 +1426,9 @@ msgstr ""
|
|
1381
1426
|
msgid "Compare"
|
1382
1427
|
msgstr ""
|
1383
1428
|
|
1429
|
+
msgid "Completed pulp task protection days"
|
1430
|
+
msgstr ""
|
1431
|
+
|
1384
1432
|
msgid "Component"
|
1385
1433
|
msgstr "Компонент"
|
1386
1434
|
|
@@ -1609,6 +1657,9 @@ msgstr ""
|
|
1609
1657
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1610
1658
|
msgstr ""
|
1611
1659
|
|
1660
|
+
msgid "Content type does not support repo discovery"
|
1661
|
+
msgstr ""
|
1662
|
+
|
1612
1663
|
msgid "Content view"
|
1613
1664
|
msgstr ""
|
1614
1665
|
|
@@ -1639,10 +1690,10 @@ msgstr ""
|
|
1639
1690
|
msgid "Content view and lifecycle environment must be provided together"
|
1640
1691
|
msgstr ""
|
1641
1692
|
|
1642
|
-
msgid "Content view
|
1693
|
+
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."
|
1643
1694
|
msgstr ""
|
1644
1695
|
|
1645
|
-
msgid "Content view
|
1696
|
+
msgid "Content view environments"
|
1646
1697
|
msgstr ""
|
1647
1698
|
|
1648
1699
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1768,6 +1819,15 @@ msgstr ""
|
|
1768
1819
|
msgid "Could not find environments for promotion"
|
1769
1820
|
msgstr ""
|
1770
1821
|
|
1822
|
+
msgid "Could not locate Pulp distribution."
|
1823
|
+
msgstr ""
|
1824
|
+
|
1825
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1826
|
+
msgstr ""
|
1827
|
+
|
1828
|
+
msgid "Could not locate repository properties for content indexing."
|
1829
|
+
msgstr ""
|
1830
|
+
|
1771
1831
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1772
1832
|
msgstr ""
|
1773
1833
|
|
@@ -2296,7 +2356,7 @@ msgstr "Удалить репозитории"
|
|
2296
2356
|
msgid "Details"
|
2297
2357
|
msgstr "Свойства"
|
2298
2358
|
|
2299
|
-
msgid "Determining settings for ${name}"
|
2359
|
+
msgid "Determining settings for ${truncate(name)}"
|
2300
2360
|
msgstr ""
|
2301
2361
|
|
2302
2362
|
msgid "Digest"
|
@@ -2359,6 +2419,12 @@ msgstr "Загрузить сертификат отладки"
|
|
2359
2419
|
msgid "Download rate limit"
|
2360
2420
|
msgstr ""
|
2361
2421
|
|
2422
|
+
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."
|
2423
|
+
msgstr ""
|
2424
|
+
|
2425
|
+
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."
|
2426
|
+
msgstr ""
|
2427
|
+
|
2362
2428
|
msgid "Duplicate artifact detected"
|
2363
2429
|
msgstr ""
|
2364
2430
|
|
@@ -2557,6 +2623,12 @@ msgstr ""
|
|
2557
2623
|
msgid "Errata mail"
|
2558
2624
|
msgstr "Почта"
|
2559
2625
|
|
2626
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2627
|
+
msgstr ""
|
2628
|
+
|
2629
|
+
msgid "Errata to apply"
|
2630
|
+
msgstr ""
|
2631
|
+
|
2560
2632
|
msgid "Errata to exclusively include in the action"
|
2561
2633
|
msgstr ""
|
2562
2634
|
|
@@ -2605,6 +2677,9 @@ msgstr ""
|
|
2605
2677
|
msgid "Exclude"
|
2606
2678
|
msgstr "Исключить"
|
2607
2679
|
|
2680
|
+
msgid "Exclude Refs"
|
2681
|
+
msgstr ""
|
2682
|
+
|
2608
2683
|
msgid "Exclude all RPMs not associated to any errata"
|
2609
2684
|
msgstr ""
|
2610
2685
|
|
@@ -3108,6 +3183,9 @@ msgstr "Узлы с доступными для установки исправ
|
|
3108
3183
|
msgid "Hosts: "
|
3109
3184
|
msgstr ""
|
3110
3185
|
|
3186
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3187
|
+
msgstr ""
|
3188
|
+
|
3111
3189
|
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."
|
3112
3190
|
msgstr ""
|
3113
3191
|
|
@@ -3237,9 +3315,18 @@ msgstr ""
|
|
3237
3315
|
msgid "Id of the repository to limit verifying checksum on"
|
3238
3316
|
msgstr ""
|
3239
3317
|
|
3318
|
+
msgid "Id of the single content view to be associated with the host."
|
3319
|
+
msgstr ""
|
3320
|
+
|
3321
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3322
|
+
msgstr ""
|
3323
|
+
|
3240
3324
|
msgid "Id of the smart proxy"
|
3241
3325
|
msgstr ""
|
3242
3326
|
|
3327
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3328
|
+
msgstr ""
|
3329
|
+
|
3243
3330
|
msgid "Idenifier of the SSL CA Cert"
|
3244
3331
|
msgstr ""
|
3245
3332
|
|
@@ -3293,13 +3380,16 @@ msgstr ""
|
|
3293
3380
|
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"
|
3294
3381
|
msgstr ""
|
3295
3382
|
|
3383
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3384
|
+
msgstr ""
|
3385
|
+
|
3296
3386
|
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."
|
3297
3387
|
msgstr ""
|
3298
3388
|
|
3299
3389
|
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/...'."
|
3300
3390
|
msgstr ""
|
3301
3391
|
|
3302
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3392
|
+
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."
|
3303
3393
|
msgstr ""
|
3304
3394
|
|
3305
3395
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3422,6 +3512,9 @@ msgstr ""
|
|
3422
3512
|
msgid "Include"
|
3423
3513
|
msgstr "Включить"
|
3424
3514
|
|
3515
|
+
msgid "Include Refs"
|
3516
|
+
msgstr ""
|
3517
|
+
|
3425
3518
|
msgid "Include all RPMs not associated to any errata"
|
3426
3519
|
msgstr ""
|
3427
3520
|
|
@@ -3521,9 +3614,15 @@ msgstr ""
|
|
3521
3614
|
msgid "Installable"
|
3522
3615
|
msgstr "Доступно для установки"
|
3523
3616
|
|
3617
|
+
msgid "Installable bugfix/enhancement errata"
|
3618
|
+
msgstr ""
|
3619
|
+
|
3524
3620
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3525
3621
|
msgstr ""
|
3526
3622
|
|
3623
|
+
msgid "Installable security errata"
|
3624
|
+
msgstr ""
|
3625
|
+
|
3527
3626
|
msgid "Installable updates"
|
3528
3627
|
msgstr ""
|
3529
3628
|
|
@@ -3605,6 +3704,24 @@ msgstr ""
|
|
3605
3704
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3606
3705
|
msgstr "Неверное правило: «version» не может использоваться вместе с «min_version» и «max_version»"
|
3607
3706
|
|
3707
|
+
msgid "Invalid format. Container name cannot be blank."
|
3708
|
+
msgstr ""
|
3709
|
+
|
3710
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3711
|
+
msgstr ""
|
3712
|
+
|
3713
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3714
|
+
msgstr ""
|
3715
|
+
|
3716
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3717
|
+
msgstr ""
|
3718
|
+
|
3719
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3720
|
+
msgstr ""
|
3721
|
+
|
3722
|
+
msgid "Invalid format. Product label cannot be blank."
|
3723
|
+
msgstr ""
|
3724
|
+
|
3608
3725
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3609
3726
|
msgstr ""
|
3610
3727
|
|
@@ -3881,6 +3998,9 @@ msgstr "Список всех :resource_id"
|
|
3881
3998
|
msgid "List all organizations"
|
3882
3999
|
msgstr "Показать все организации"
|
3883
4000
|
|
4001
|
+
msgid "List all packages unique by name"
|
4002
|
+
msgstr ""
|
4003
|
+
|
3884
4004
|
msgid "List alternate content sources."
|
3885
4005
|
msgstr ""
|
3886
4006
|
|
@@ -4121,6 +4241,15 @@ msgstr ""
|
|
4121
4241
|
msgid "Manage Manifest"
|
4122
4242
|
msgstr "Манифест"
|
4123
4243
|
|
4244
|
+
msgid "Manage content"
|
4245
|
+
msgstr ""
|
4246
|
+
|
4247
|
+
msgid "Manage errata"
|
4248
|
+
msgstr ""
|
4249
|
+
|
4250
|
+
msgid "Manage packages"
|
4251
|
+
msgstr ""
|
4252
|
+
|
4124
4253
|
msgid "Manifest"
|
4125
4254
|
msgstr ""
|
4126
4255
|
|
@@ -4420,6 +4549,12 @@ msgstr ""
|
|
4420
4549
|
msgid "No available component content view updates"
|
4421
4550
|
msgstr ""
|
4422
4551
|
|
4552
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4553
|
+
msgstr ""
|
4554
|
+
|
4555
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4556
|
+
msgstr ""
|
4557
|
+
|
4423
4558
|
msgid "No available repository or filter updates"
|
4424
4559
|
msgstr ""
|
4425
4560
|
|
@@ -4474,6 +4609,9 @@ msgstr ""
|
|
4474
4609
|
msgid "No errata filter rules yet"
|
4475
4610
|
msgstr ""
|
4476
4611
|
|
4612
|
+
msgid "No errata found."
|
4613
|
+
msgstr ""
|
4614
|
+
|
4477
4615
|
msgid "No errata matching given search query"
|
4478
4616
|
msgstr ""
|
4479
4617
|
|
@@ -4513,6 +4651,9 @@ msgstr "Среди выбранных узлов нет узлов, зареги
|
|
4513
4651
|
msgid "No hosts were specified"
|
4514
4652
|
msgstr ""
|
4515
4653
|
|
4654
|
+
msgid "No installed debs found for search term '%s'"
|
4655
|
+
msgstr ""
|
4656
|
+
|
4516
4657
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4517
4658
|
msgstr ""
|
4518
4659
|
|
@@ -4684,6 +4825,12 @@ msgstr ""
|
|
4684
4825
|
msgid "No syncable repositories found for selected products and options."
|
4685
4826
|
msgstr ""
|
4686
4827
|
|
4828
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4829
|
+
msgstr ""
|
4830
|
+
|
4831
|
+
msgid "No upgradable packages found."
|
4832
|
+
msgstr ""
|
4833
|
+
|
4687
4834
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4688
4835
|
msgstr ""
|
4689
4836
|
|
@@ -4750,6 +4897,9 @@ msgstr ""
|
|
4750
4897
|
msgid "Number to Allocate"
|
4751
4898
|
msgstr ""
|
4752
4899
|
|
4900
|
+
msgid "OS"
|
4901
|
+
msgstr ""
|
4902
|
+
|
4753
4903
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4754
4904
|
msgstr ""
|
4755
4905
|
|
@@ -4837,15 +4987,24 @@ msgstr "Организация не может быть пустой."
|
|
4837
4987
|
msgid "Organization id"
|
4838
4988
|
msgstr "Идентификатор организации"
|
4839
4989
|
|
4990
|
+
msgid "Organization id not found: '%s'"
|
4991
|
+
msgstr ""
|
4992
|
+
|
4840
4993
|
msgid "Organization identifier"
|
4841
4994
|
msgstr "Идентификатор организации"
|
4842
4995
|
|
4843
4996
|
msgid "Organization label"
|
4844
4997
|
msgstr "Метка организации"
|
4845
4998
|
|
4999
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
5000
|
+
msgstr ""
|
5001
|
+
|
4846
5002
|
msgid "Organization not found"
|
4847
5003
|
msgstr ""
|
4848
5004
|
|
5005
|
+
msgid "Organization not found: '%s'"
|
5006
|
+
msgstr ""
|
5007
|
+
|
4849
5008
|
msgid "Organization required"
|
4850
5009
|
msgstr "Требуется организация"
|
4851
5010
|
|
@@ -5035,6 +5194,15 @@ msgstr "Пакеты"
|
|
5035
5194
|
msgid "Packages must be provided"
|
5036
5195
|
msgstr "Необходимо указать пакеты"
|
5037
5196
|
|
5197
|
+
msgid "Packages to be removed"
|
5198
|
+
msgstr ""
|
5199
|
+
|
5200
|
+
msgid "Packages to be updated"
|
5201
|
+
msgstr ""
|
5202
|
+
|
5203
|
+
msgid "Packages to install"
|
5204
|
+
msgstr ""
|
5205
|
+
|
5038
5206
|
msgid "Packages will appear here when available."
|
5039
5207
|
msgstr ""
|
5040
5208
|
|
@@ -5146,10 +5314,10 @@ msgstr "Подождите..."
|
|
5146
5314
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5147
5315
|
msgstr ""
|
5148
5316
|
|
5149
|
-
msgid "Prefer registered through
|
5317
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5150
5318
|
msgstr ""
|
5151
5319
|
|
5152
|
-
msgid "Prefer using a
|
5320
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5153
5321
|
msgstr ""
|
5154
5322
|
|
5155
5323
|
msgid "Prevent from further updates"
|
@@ -5205,15 +5373,24 @@ msgid ""
|
|
5205
5373
|
" this is not the same product id as the products api returns"
|
5206
5374
|
msgstr ""
|
5207
5375
|
|
5376
|
+
msgid "Product id not found: '%s'"
|
5377
|
+
msgstr ""
|
5378
|
+
|
5208
5379
|
msgid "Product label"
|
5209
5380
|
msgstr ""
|
5210
5381
|
|
5382
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5383
|
+
msgstr ""
|
5384
|
+
|
5211
5385
|
msgid "Product name"
|
5212
5386
|
msgstr "Название продукта"
|
5213
5387
|
|
5214
5388
|
msgid "Product name as listed from a host's installed products"
|
5215
5389
|
msgstr "Название продукта в соответствии с указанным в списке установленных продуктов"
|
5216
5390
|
|
5391
|
+
msgid "Product not found: '%s'"
|
5392
|
+
msgstr ""
|
5393
|
+
|
5217
5394
|
msgid "Product the repository belongs to"
|
5218
5395
|
msgstr "Продукт, с которым будет ассоциирован новый репозиторий"
|
5219
5396
|
|
@@ -5292,7 +5469,7 @@ msgstr ""
|
|
5292
5469
|
msgid "Publish"
|
5293
5470
|
msgstr "Опубликовать"
|
5294
5471
|
|
5295
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5472
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5296
5473
|
msgstr ""
|
5297
5474
|
|
5298
5475
|
msgid "Publish a content view"
|
@@ -5310,7 +5487,7 @@ msgstr ""
|
|
5310
5487
|
msgid "Published new version"
|
5311
5488
|
msgstr "Опубликована новая версия"
|
5312
5489
|
|
5313
|
-
msgid "Publishing ${name}"
|
5490
|
+
msgid "Publishing ${truncate(name)}"
|
5314
5491
|
msgstr ""
|
5315
5492
|
|
5316
5493
|
msgid "Publishing content view"
|
@@ -5700,6 +5877,9 @@ msgstr "Удалить группу пакетов с помощью Katello"
|
|
5700
5877
|
msgid "Remove package via Katello interface"
|
5701
5878
|
msgstr "Удалить пакет с помощью Katello"
|
5702
5879
|
|
5880
|
+
msgid "Remove packages"
|
5881
|
+
msgstr ""
|
5882
|
+
|
5703
5883
|
msgid "Remove packages via Katello interface"
|
5704
5884
|
msgstr ""
|
5705
5885
|
|
@@ -5811,6 +5991,9 @@ msgstr ""
|
|
5811
5991
|
msgid "Repository name"
|
5812
5992
|
msgstr ""
|
5813
5993
|
|
5994
|
+
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."
|
5995
|
+
msgstr ""
|
5996
|
+
|
5814
5997
|
msgid "Repository not found"
|
5815
5998
|
msgstr "Репозиторий не найден"
|
5816
5999
|
|
@@ -5865,6 +6048,9 @@ msgstr ""
|
|
5865
6048
|
msgid "Republish repository metadata"
|
5866
6049
|
msgstr ""
|
5867
6050
|
|
6051
|
+
msgid "Requested access to '%s' is denied"
|
6052
|
+
msgstr ""
|
6053
|
+
|
5868
6054
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5869
6055
|
msgstr ""
|
5870
6056
|
|
@@ -6012,15 +6198,27 @@ msgstr ""
|
|
6012
6198
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6013
6199
|
msgstr ""
|
6014
6200
|
|
6201
|
+
msgid "Review"
|
6202
|
+
msgstr ""
|
6203
|
+
|
6015
6204
|
msgid "Review affected environment"
|
6016
6205
|
msgstr ""
|
6017
6206
|
|
6018
6207
|
msgid "Review affected environments"
|
6019
6208
|
msgstr ""
|
6020
6209
|
|
6210
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6211
|
+
msgstr ""
|
6212
|
+
|
6213
|
+
msgid "Review and then click {submitBtnText}."
|
6214
|
+
msgstr ""
|
6215
|
+
|
6021
6216
|
msgid "Review details"
|
6022
6217
|
msgstr ""
|
6023
6218
|
|
6219
|
+
msgid "Review hosts"
|
6220
|
+
msgstr ""
|
6221
|
+
|
6024
6222
|
msgid "Review the information below and click "
|
6025
6223
|
msgstr ""
|
6026
6224
|
|
@@ -6180,6 +6378,9 @@ msgstr ""
|
|
6180
6378
|
msgid "Select a source"
|
6181
6379
|
msgstr ""
|
6182
6380
|
|
6381
|
+
msgid "Select action"
|
6382
|
+
msgstr ""
|
6383
|
+
|
6183
6384
|
msgid "Select add-ons"
|
6184
6385
|
msgstr ""
|
6185
6386
|
|
@@ -6201,10 +6402,16 @@ msgstr ""
|
|
6201
6402
|
msgid "Select an organization"
|
6202
6403
|
msgstr ""
|
6203
6404
|
|
6405
|
+
msgid "Select at least one erratum."
|
6406
|
+
msgstr ""
|
6407
|
+
|
6408
|
+
msgid "Select at least one package."
|
6409
|
+
msgstr ""
|
6410
|
+
|
6204
6411
|
msgid "Select attributes for ${akDetails.name}"
|
6205
6412
|
msgstr ""
|
6206
6413
|
|
6207
|
-
msgid "Select available version of ${cvName} to use"
|
6414
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6208
6415
|
msgstr ""
|
6209
6416
|
|
6210
6417
|
msgid "Select available version of content views to use"
|
@@ -6216,6 +6423,12 @@ msgstr ""
|
|
6216
6423
|
msgid "Select environment"
|
6217
6424
|
msgstr "Выберите окружение"
|
6218
6425
|
|
6426
|
+
msgid "Select errata"
|
6427
|
+
msgstr ""
|
6428
|
+
|
6429
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6430
|
+
msgstr ""
|
6431
|
+
|
6219
6432
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6220
6433
|
msgstr ""
|
6221
6434
|
|
@@ -6234,9 +6447,18 @@ msgstr ""
|
|
6234
6447
|
msgid "Select one"
|
6235
6448
|
msgstr ""
|
6236
6449
|
|
6450
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6451
|
+
msgstr ""
|
6452
|
+
|
6237
6453
|
msgid "Select packages to install to the host {hostName}."
|
6238
6454
|
msgstr ""
|
6239
6455
|
|
6456
|
+
msgid "Select packages to remove on the selected hosts."
|
6457
|
+
msgstr ""
|
6458
|
+
|
6459
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6460
|
+
msgstr ""
|
6461
|
+
|
6240
6462
|
msgid "Select page"
|
6241
6463
|
msgstr ""
|
6242
6464
|
|
@@ -6273,6 +6495,12 @@ msgstr ""
|
|
6273
6495
|
msgid "Selected environments "
|
6274
6496
|
msgstr ""
|
6275
6497
|
|
6498
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6499
|
+
msgstr ""
|
6500
|
+
|
6501
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6502
|
+
msgstr ""
|
6503
|
+
|
6276
6504
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6277
6505
|
msgstr ""
|
6278
6506
|
|
@@ -7276,6 +7504,9 @@ msgstr ""
|
|
7276
7504
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7277
7505
|
msgstr ""
|
7278
7506
|
|
7507
|
+
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."
|
7508
|
+
msgstr ""
|
7509
|
+
|
7279
7510
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7280
7511
|
msgstr ""
|
7281
7512
|
|
@@ -7288,6 +7519,9 @@ msgstr ""
|
|
7288
7519
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7289
7520
|
msgstr ""
|
7290
7521
|
|
7522
|
+
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."
|
7523
|
+
msgstr ""
|
7524
|
+
|
7291
7525
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7292
7526
|
msgstr ""
|
7293
7527
|
|
@@ -7369,6 +7603,9 @@ msgstr ""
|
|
7369
7603
|
msgid "Title"
|
7370
7604
|
msgstr "Заголовок"
|
7371
7605
|
|
7606
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7607
|
+
msgstr ""
|
7608
|
+
|
7372
7609
|
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."
|
7373
7610
|
msgstr ""
|
7374
7611
|
|
@@ -7390,6 +7627,12 @@ msgstr ""
|
|
7390
7627
|
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."
|
7391
7628
|
msgstr ""
|
7392
7629
|
|
7630
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7631
|
+
msgstr ""
|
7632
|
+
|
7633
|
+
msgid "To manage packages, select an action."
|
7634
|
+
msgstr ""
|
7635
|
+
|
7393
7636
|
msgid "Total steps: "
|
7394
7637
|
msgstr ""
|
7395
7638
|
|
@@ -7609,9 +7852,6 @@ msgstr ""
|
|
7609
7852
|
msgid "Unsupported CDN resource"
|
7610
7853
|
msgstr ""
|
7611
7854
|
|
7612
|
-
msgid "Unsupported URL protocol %s."
|
7613
|
-
msgstr "Протокол %s не поддерживается."
|
7614
|
-
|
7615
7855
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7616
7856
|
msgstr ""
|
7617
7857
|
|
@@ -7789,6 +8029,12 @@ msgstr ""
|
|
7789
8029
|
msgid "Upgrade"
|
7790
8030
|
msgstr ""
|
7791
8031
|
|
8032
|
+
msgid "Upgrade all packages"
|
8033
|
+
msgstr ""
|
8034
|
+
|
8035
|
+
msgid "Upgrade packages"
|
8036
|
+
msgstr ""
|
8037
|
+
|
7792
8038
|
msgid "Upgrade via customized remote execution"
|
7793
8039
|
msgstr ""
|
7794
8040
|
|
@@ -7804,9 +8050,6 @@ msgstr "Обновить содержимое файла частично"
|
|
7804
8050
|
msgid "Upload a subscription manifest"
|
7805
8051
|
msgstr "Отправить манифест подписки"
|
7806
8052
|
|
7807
|
-
msgid "Upload content into the repository"
|
7808
|
-
msgstr "Добавить содержимое в репозиторий"
|
7809
|
-
|
7810
8053
|
msgid "Upload into"
|
7811
8054
|
msgstr "Добавить в"
|
7812
8055
|
|
@@ -7975,9 +8218,6 @@ msgstr ""
|
|
7975
8218
|
msgid "Version details updated."
|
7976
8219
|
msgstr ""
|
7977
8220
|
|
7978
|
-
msgid "Version in use"
|
7979
|
-
msgstr ""
|
7980
|
-
|
7981
8221
|
msgid "Versions"
|
7982
8222
|
msgstr "Версия"
|
7983
8223
|
|
@@ -8152,6 +8392,9 @@ msgstr ""
|
|
8152
8392
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8153
8393
|
msgstr ""
|
8154
8394
|
|
8395
|
+
msgid "You must select at least one host."
|
8396
|
+
msgstr ""
|
8397
|
+
|
8155
8398
|
msgid "You were not allowed to add %s"
|
8156
8399
|
msgstr "Недостаточно разрешений для добавления %s"
|
8157
8400
|
|
@@ -8170,6 +8413,9 @@ msgstr ""
|
|
8170
8413
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8171
8414
|
msgstr ""
|
8172
8415
|
|
8416
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8417
|
+
msgstr ""
|
8418
|
+
|
8173
8419
|
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."
|
8174
8420
|
msgstr ""
|
8175
8421
|
|
@@ -8611,6 +8857,9 @@ msgstr ""
|
|
8611
8857
|
msgid "initiating Pulp task"
|
8612
8858
|
msgstr "инициализация задачи Pulp"
|
8613
8859
|
|
8860
|
+
msgid "installed"
|
8861
|
+
msgstr ""
|
8862
|
+
|
8614
8863
|
msgid "installing errata..."
|
8615
8864
|
msgstr "установка исправлений..."
|
8616
8865
|
|
@@ -8965,6 +9214,9 @@ msgstr ""
|
|
8965
9214
|
msgid "update a filter"
|
8966
9215
|
msgstr "изменить фильтр"
|
8967
9216
|
|
9217
|
+
msgid "updated"
|
9218
|
+
msgstr ""
|
9219
|
+
|
8968
9220
|
msgid "updating package group..."
|
8969
9221
|
msgstr "обновление группы пакетов..."
|
8970
9222
|
|