katello 4.14.1 → 4.15.0.rc2
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/common/chosen.jquery.js +3 -3
- data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
- data/app/assets/javascripts/katello/common/katello.js +8 -7
- data/app/assets/javascripts/katello/common/katello_object.js +3 -3
- data/app/assets/javascripts/katello/common/menu.js +7 -7
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
- data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
- data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
- data/app/assets/javascripts/katello/sync_management/sync_management.js +9 -9
- data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
- data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
- data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
- data/app/controllers/katello/api/v2/api_controller.rb +1 -1
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
- data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +2 -1
- data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
- data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/product/content_create.rb +12 -1
- data/app/lib/actions/candlepin/product/content_update.rb +21 -4
- data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
- data/app/lib/actions/katello/content_view/remove.rb +8 -12
- data/app/lib/actions/katello/content_view_version/import.rb +1 -1
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
- data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
- data/app/lib/actions/katello/host/hypervisors.rb +1 -1
- data/app/lib/actions/katello/product/content_create.rb +28 -19
- data/app/lib/actions/katello/product/content_destroy.rb +6 -5
- data/app/lib/actions/katello/product/destroy.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
- data/app/lib/actions/katello/repository/create.rb +24 -17
- data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
- data/app/lib/actions/katello/repository/create_root.rb +5 -15
- data/app/lib/actions/katello/repository/destroy.rb +3 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +16 -0
- data/app/lib/actions/katello/repository/update.rb +11 -20
- data/app/lib/actions/katello/repository/upload_files.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
- data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
- data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
- data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/http_resource.rb +6 -6
- data/app/lib/katello/messaging/stomp_connection.rb +4 -4
- data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/product.rb +1 -1
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/lib/katello/resources/discovery/container.rb +5 -3
- data/app/lib/katello/resources/discovery/yum.rb +3 -1
- data/app/lib/katello/resources/registry.rb +0 -3
- data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
- data/app/lib/katello/util/cveak_migrator.rb +38 -0
- data/app/lib/katello/util/deb.rb +9 -0
- data/app/lib/katello/util/deduplication_migrator.rb +8 -8
- data/app/lib/katello/util/model.rb +2 -2
- data/app/lib/katello/util/search.rb +5 -5
- data/app/lib/katello/util/task_status.rb +19 -19
- data/app/lib/katello/util/url_matcher.rb +3 -3
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
- data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
- data/app/mailers/katello/errata_mailer.rb +1 -4
- data/app/models/katello/activation_key.rb +123 -27
- data/app/models/katello/alternate_content_source.rb +5 -5
- data/app/models/katello/authorization/activation_key.rb +1 -1
- data/app/models/katello/authorization/content_view_environment.rb +7 -0
- data/app/models/katello/cdn_configuration.rb +1 -1
- data/app/models/katello/concerns/content_facet_host_extensions.rb +36 -38
- data/app/models/katello/concerns/host_managed_extensions.rb +19 -8
- data/app/models/katello/concerns/organization_extensions.rb +4 -4
- data/app/models/katello/concerns/redhat_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
- data/app/models/katello/content.rb +3 -3
- data/app/models/katello/content_view.rb +15 -18
- data/app/models/katello/content_view_environment.rb +56 -15
- data/app/models/katello/content_view_environment_activation_key.rb +20 -0
- data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
- data/app/models/katello/content_view_filter.rb +2 -2
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_repository.rb +1 -1
- data/app/models/katello/content_view_version.rb +3 -3
- data/app/models/katello/content_view_version_export_history.rb +2 -2
- data/app/models/katello/content_view_version_import_history.rb +1 -1
- data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
- data/app/models/katello/flatpak_remote.rb +11 -0
- data/app/models/katello/flatpak_remote_repository.rb +12 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
- data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +33 -17
- data/app/models/katello/host/info_provider.rb +2 -4
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +1 -1
- data/app/models/katello/installed_product.rb +2 -2
- data/app/models/katello/kt_environment.rb +11 -6
- data/app/models/katello/ping.rb +2 -3
- data/app/models/katello/repository.rb +40 -6
- data/app/models/katello/rhel_lifecycle_status.rb +10 -10
- data/app/models/katello/root_repository.rb +14 -18
- data/app/models/katello/task_status.rb +1 -1
- data/app/models/katello/upstream_pool.rb +2 -2
- data/app/presenters/katello/product_content_presenter.rb +2 -2
- data/app/presenters/katello/repository_presenter.rb +3 -3
- data/app/presenters/katello/sync_status_presenter.rb +3 -3
- data/app/services/cert/certs.rb +6 -2
- data/app/services/katello/candlepin_event_listener.rb +1 -1
- data/app/services/katello/event_monitor/poller_thread.rb +1 -1
- data/app/services/katello/event_queue.rb +1 -1
- data/app/services/katello/product_content_finder.rb +10 -10
- data/app/services/katello/product_content_importer.rb +1 -1
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/api/apt.rb +4 -0
- data/app/services/katello/pulp3/content.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
- data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
- data/app/services/katello/pulp3/deb.rb +35 -1
- data/app/services/katello/pulp3/docker_manifest.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
- data/app/services/katello/pulp3/docker_tag.rb +1 -1
- data/app/services/katello/pulp3/erratum.rb +2 -2
- data/app/services/katello/pulp3/file_unit.rb +1 -1
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
- data/app/services/katello/pulp3/module_stream.rb +2 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/apt.rb +22 -16
- data/app/services/katello/pulp3/repository/docker.rb +2 -2
- data/app/services/katello/pulp3/repository/file.rb +1 -1
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +7 -7
- data/app/services/katello/pulp3/repository.rb +15 -9
- data/app/services/katello/pulp3/repository_mirror.rb +3 -3
- data/app/services/katello/registration_manager.rb +23 -6
- data/app/services/katello/repository_type.rb +3 -3
- data/app/services/katello/smart_proxy_helper.rb +3 -3
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
- data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
- data/app/services/katello/ui_notifications/task_notification.rb +2 -2
- data/app/services/katello/upstream_connection_checker.rb +1 -1
- data/app/views/foreman/job_templates/resolve_traces.erb +8 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +4 -3
- data/app/views/foreman/job_templates/restart_services.erb +11 -3
- data/app/views/foreman/job_templates/restart_services_-_katello_ansible_default.erb +4 -3
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
- data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
- data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
- data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
- data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
- data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
- data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
- data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
- data/app/views/katello/api/v2/products/show.json.rabl +2 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
- data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
- data/config/initializers/inflections.rb +11 -0
- data/config/katello.yaml.example +4 -10
- data/config/routes/api/registry.rb +0 -2
- data/config/routes/api/rhsm.rb +1 -4
- data/config/routes/api/v2.rb +2 -3
- data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
- data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
- data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
- data/db/migrate/20160808002834_add_files.rb +1 -1
- data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
- data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
- data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
- data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
- data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
- data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
- data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
- data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
- data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
- data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
- data/db/seeds.d/106-mail_notifications.rb +9 -9
- data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
- data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
- data/db/seeds.d/110-content-view-autopublish.rb +5 -5
- data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +1 -1
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +17 -15
- data/lib/katello/permission_creator.rb +51 -49
- data/lib/katello/permissions/host_permissions.rb +4 -4
- data/lib/katello/permissions/organization_permissions.rb +4 -4
- data/lib/katello/permissions/registry_permissions.rb +1 -1
- data/lib/katello/permissions/roles_permissions.rb +1 -1
- data/lib/katello/permissions/user_permissions.rb +1 -1
- data/lib/katello/plugin.rb +14 -8
- data/lib/katello/repository_types/docker.rb +4 -2
- data/lib/katello/repository_types/ostree.rb +5 -3
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +19 -9
- data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
- data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +92 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +259 -28
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +258 -30
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +258 -27
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +259 -28
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +258 -27
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +258 -27
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +258 -27
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +258 -27
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +258 -27
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +258 -27
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +259 -28
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +258 -27
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +258 -27
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +258 -27
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +259 -28
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +259 -28
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +259 -28
- data/locale/katello.pot +1041 -696
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +258 -27
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +258 -27
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +258 -27
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +258 -27
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +258 -27
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +258 -27
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +258 -27
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +258 -27
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +259 -28
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +258 -27
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +258 -27
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +259 -28
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +258 -27
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +258 -27
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +259 -28
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +258 -27
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +258 -27
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +258 -27
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +258 -27
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +258 -27
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +259 -28
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +259 -28
- data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
- data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
- data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
- data/webpack/ForemanColumnExtensions/index.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
- data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
- data/webpack/global_index.js +11 -4
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
- data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
- metadata +134 -76
- data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
- /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
data/locale/ru/katello.po
CHANGED
@@ -422,10 +422,10 @@ msgstr ""
|
|
422
422
|
msgid "A backend service [ %s ] is unreachable"
|
423
423
|
msgstr "Базовая служба [ %s ] недоступна"
|
424
424
|
|
425
|
-
msgid "A comma-separated list of refs to include during
|
425
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
426
426
|
msgstr ""
|
427
427
|
|
428
|
-
msgid "A comma-separated list of tags to exclude during
|
428
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
429
429
|
msgstr ""
|
430
430
|
|
431
431
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -479,9 +479,6 @@ msgstr ""
|
|
479
479
|
msgid "About page"
|
480
480
|
msgstr ""
|
481
481
|
|
482
|
-
msgid "Abstract"
|
483
|
-
msgstr ""
|
484
|
-
|
485
482
|
msgid "Abstract async task"
|
486
483
|
msgstr "Абстрактная асинхронная задача"
|
487
484
|
|
@@ -512,6 +509,15 @@ msgstr "Ключи активации"
|
|
512
509
|
msgid "Activation key"
|
513
510
|
msgstr "Ключ активации"
|
514
511
|
|
512
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
519
|
+
msgstr ""
|
520
|
+
|
515
521
|
msgid "Activation key ID"
|
516
522
|
msgstr "Идентификатор ключа активации"
|
517
523
|
|
@@ -527,6 +533,9 @@ msgstr ""
|
|
527
533
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
528
534
|
msgstr ""
|
529
535
|
|
536
|
+
msgid "Activation key identifier"
|
537
|
+
msgstr ""
|
538
|
+
|
530
539
|
msgid "Activation key(s) to use during registration"
|
531
540
|
msgstr ""
|
532
541
|
|
@@ -779,6 +788,9 @@ msgid ""
|
|
779
788
|
"%{error_message}"
|
780
789
|
msgstr ""
|
781
790
|
|
791
|
+
msgid "An option to specify how many ostree commits to traverse."
|
792
|
+
msgstr ""
|
793
|
+
|
782
794
|
msgid "Another component already includes content view with ID %s"
|
783
795
|
msgstr ""
|
784
796
|
|
@@ -887,6 +899,12 @@ msgstr ""
|
|
887
899
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
888
900
|
msgstr ""
|
889
901
|
|
902
|
+
msgid "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on."
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
msgid "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
906
|
+
msgstr ""
|
907
|
+
|
890
908
|
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
909
|
msgstr ""
|
892
910
|
|
@@ -931,6 +949,9 @@ msgstr ""
|
|
931
949
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
932
950
|
msgstr ""
|
933
951
|
|
952
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
953
|
+
msgstr ""
|
954
|
+
|
934
955
|
msgid "Associated location IDs"
|
935
956
|
msgstr ""
|
936
957
|
|
@@ -1186,6 +1207,9 @@ msgstr "Составные версии не могут быть добавле
|
|
1186
1207
|
msgid "Cannot add composite versions to another composite content view"
|
1187
1208
|
msgstr "Сложные версии не могут добавляться в другое сложное представление"
|
1188
1209
|
|
1210
|
+
msgid "Cannot add content view environments from a different organization"
|
1211
|
+
msgstr ""
|
1212
|
+
|
1189
1213
|
msgid "Cannot add default content view to composite content view"
|
1190
1214
|
msgstr "Исходное представление не может входить в составное представление"
|
1191
1215
|
|
@@ -1270,7 +1294,7 @@ msgstr ""
|
|
1270
1294
|
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."
|
1271
1295
|
msgstr ""
|
1272
1296
|
|
1273
|
-
msgid "Cannot install errata: No
|
1297
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1274
1298
|
msgstr ""
|
1275
1299
|
|
1276
1300
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1303,7 +1327,7 @@ msgstr "Содержимое репозиториев Red Hat не может б
|
|
1303
1327
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1304
1328
|
msgstr "Представление «%{view}» не входит в окружение «%{env}»."
|
1305
1329
|
|
1306
|
-
msgid "Cannot remove package(s):
|
1330
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1307
1331
|
msgstr ""
|
1308
1332
|
|
1309
1333
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1327,7 +1351,7 @@ msgstr ""
|
|
1327
1351
|
msgid "Cannot update properties of a container push repository"
|
1328
1352
|
msgstr ""
|
1329
1353
|
|
1330
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1354
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1331
1355
|
msgstr ""
|
1332
1356
|
|
1333
1357
|
msgid "Cannot upload Ansible collections."
|
@@ -1411,6 +1435,12 @@ msgstr "Закрыть"
|
|
1411
1435
|
msgid "Collapse All"
|
1412
1436
|
msgstr "Свернуть все"
|
1413
1437
|
|
1438
|
+
msgid "Comma-separated list of Candlepin environment names associated with the activation key, 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."
|
1439
|
+
msgstr ""
|
1440
|
+
|
1441
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the activation key, 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."
|
1442
|
+
msgstr ""
|
1443
|
+
|
1414
1444
|
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
1445
|
msgstr ""
|
1416
1446
|
|
@@ -1423,6 +1453,9 @@ msgstr ""
|
|
1423
1453
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1424
1454
|
msgstr ""
|
1425
1455
|
|
1456
|
+
msgid "Commit upload"
|
1457
|
+
msgstr ""
|
1458
|
+
|
1426
1459
|
msgid "Compare"
|
1427
1460
|
msgstr ""
|
1428
1461
|
|
@@ -1768,15 +1801,24 @@ msgstr ""
|
|
1768
1801
|
msgid "Copy"
|
1769
1802
|
msgstr ""
|
1770
1803
|
|
1804
|
+
msgid "Copy all units"
|
1805
|
+
msgstr ""
|
1806
|
+
|
1771
1807
|
msgid "Copy an activation key"
|
1772
1808
|
msgstr "Копировать ключ активации"
|
1773
1809
|
|
1810
|
+
msgid "Copy content"
|
1811
|
+
msgstr ""
|
1812
|
+
|
1774
1813
|
msgid "Copy content view"
|
1775
1814
|
msgstr ""
|
1776
1815
|
|
1777
1816
|
msgid "Copy to clipboard"
|
1778
1817
|
msgstr "Скопировано в буфер обмена"
|
1779
1818
|
|
1819
|
+
msgid "Copy version"
|
1820
|
+
msgstr ""
|
1821
|
+
|
1780
1822
|
msgid "Copy version units to library"
|
1781
1823
|
msgstr ""
|
1782
1824
|
|
@@ -1864,8 +1906,8 @@ msgstr "Представление с идентификатором «%s» дл
|
|
1864
1906
|
msgid "Couldn't find content host environment '%s'"
|
1865
1907
|
msgstr "Окружение «%s» не найдено."
|
1866
1908
|
|
1867
|
-
msgid "Couldn't find content view '%
|
1868
|
-
msgstr "
|
1909
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1910
|
+
msgstr ""
|
1869
1911
|
|
1870
1912
|
msgid "Couldn't find content view version '%s'"
|
1871
1913
|
msgstr "Версия «%s» не найдена."
|
@@ -1924,6 +1966,9 @@ msgstr ""
|
|
1924
1966
|
msgid "Create Alternate Content Source"
|
1925
1967
|
msgstr ""
|
1926
1968
|
|
1969
|
+
msgid "Create Container Push Repository Root"
|
1970
|
+
msgstr ""
|
1971
|
+
|
1927
1972
|
msgid "Create Export History"
|
1928
1973
|
msgstr ""
|
1929
1974
|
|
@@ -1981,12 +2026,21 @@ msgstr ""
|
|
1981
2026
|
msgid "Create content view"
|
1982
2027
|
msgstr ""
|
1983
2028
|
|
2029
|
+
msgid "Create exporter"
|
2030
|
+
msgstr ""
|
2031
|
+
|
1984
2032
|
msgid "Create filter"
|
1985
2033
|
msgstr ""
|
1986
2034
|
|
1987
2035
|
msgid "Create host collection"
|
1988
2036
|
msgstr ""
|
1989
2037
|
|
2038
|
+
msgid "Create import"
|
2039
|
+
msgstr ""
|
2040
|
+
|
2041
|
+
msgid "Create importer"
|
2042
|
+
msgstr ""
|
2043
|
+
|
1990
2044
|
msgid "Create new activation key"
|
1991
2045
|
msgstr ""
|
1992
2046
|
|
@@ -1996,6 +2050,12 @@ msgstr "Создать организацию"
|
|
1996
2050
|
msgid "Create package filter rule"
|
1997
2051
|
msgstr ""
|
1998
2052
|
|
2053
|
+
msgid "Create publication"
|
2054
|
+
msgstr ""
|
2055
|
+
|
2056
|
+
msgid "Create remote"
|
2057
|
+
msgstr ""
|
2058
|
+
|
1999
2059
|
msgid "Create rule"
|
2000
2060
|
msgstr ""
|
2001
2061
|
|
@@ -2242,12 +2302,36 @@ msgstr ""
|
|
2242
2302
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2243
2303
|
msgstr ""
|
2244
2304
|
|
2305
|
+
msgid "Delete distributions"
|
2306
|
+
msgstr ""
|
2307
|
+
|
2245
2308
|
msgid "Delete manifest from Red Hat provider"
|
2246
2309
|
msgstr "Удалить манифест провайдера Red Hat"
|
2247
2310
|
|
2248
2311
|
msgid "Delete multiple filters from a content view"
|
2249
2312
|
msgstr ""
|
2250
2313
|
|
2314
|
+
msgid "Delete orphan alternate content sources"
|
2315
|
+
msgstr ""
|
2316
|
+
|
2317
|
+
msgid "Delete orphan distributions"
|
2318
|
+
msgstr ""
|
2319
|
+
|
2320
|
+
msgid "Delete orphan remotes"
|
2321
|
+
msgstr ""
|
2322
|
+
|
2323
|
+
msgid "Delete orphan repository versions"
|
2324
|
+
msgstr ""
|
2325
|
+
|
2326
|
+
msgid "Delete orphaned migrated repositories"
|
2327
|
+
msgstr ""
|
2328
|
+
|
2329
|
+
msgid "Delete remote"
|
2330
|
+
msgstr ""
|
2331
|
+
|
2332
|
+
msgid "Delete repository references"
|
2333
|
+
msgstr ""
|
2334
|
+
|
2251
2335
|
msgid "Delete version"
|
2252
2336
|
msgstr ""
|
2253
2337
|
|
@@ -2278,6 +2362,9 @@ msgstr ""
|
|
2278
2362
|
msgid "Deleting versions: {versionList}"
|
2279
2363
|
msgstr ""
|
2280
2364
|
|
2365
|
+
msgid "Depth"
|
2366
|
+
msgstr ""
|
2367
|
+
|
2281
2368
|
msgid "Description"
|
2282
2369
|
msgstr "Описание"
|
2283
2370
|
|
@@ -2341,6 +2428,12 @@ msgstr "Удалить окружение"
|
|
2341
2428
|
msgid "Destroy an environment in an organization"
|
2342
2429
|
msgstr "Удалить окружение из организации"
|
2343
2430
|
|
2431
|
+
msgid "Destroy exporter"
|
2432
|
+
msgstr ""
|
2433
|
+
|
2434
|
+
msgid "Destroy importer"
|
2435
|
+
msgstr ""
|
2436
|
+
|
2344
2437
|
msgid "Destroy one or more alternate content sources"
|
2345
2438
|
msgstr ""
|
2346
2439
|
|
@@ -2524,6 +2617,9 @@ msgstr "Включить репозиторий из набора"
|
|
2524
2617
|
msgid "Enable repository sets"
|
2525
2618
|
msgstr ""
|
2526
2619
|
|
2620
|
+
msgid "Enable structured APT for deb content"
|
2621
|
+
msgstr ""
|
2622
|
+
|
2527
2623
|
msgid "Enable/Disable auto publish of composite view"
|
2528
2624
|
msgstr ""
|
2529
2625
|
|
@@ -2575,12 +2671,18 @@ msgstr "Окружение"
|
|
2575
2671
|
msgid "Environment ID"
|
2576
2672
|
msgstr ""
|
2577
2673
|
|
2674
|
+
msgid "Environment ID and content view ID must be provided together"
|
2675
|
+
msgstr ""
|
2676
|
+
|
2578
2677
|
msgid "Environment IDs"
|
2579
2678
|
msgstr "Идентификаторы окружений"
|
2580
2679
|
|
2581
2680
|
msgid "Environment cannot be in its own promotion path"
|
2582
2681
|
msgstr "Путь переноса не может быть таким же как исходный путь"
|
2583
2682
|
|
2683
|
+
msgid "Environment contents refresh"
|
2684
|
+
msgstr ""
|
2685
|
+
|
2584
2686
|
msgid "Environment identifier"
|
2585
2687
|
msgstr ""
|
2586
2688
|
|
@@ -2964,6 +3066,9 @@ msgstr ""
|
|
2964
3066
|
msgid "Generate host applicability"
|
2965
3067
|
msgstr ""
|
2966
3068
|
|
3069
|
+
msgid "Generate metadata"
|
3070
|
+
msgstr ""
|
3071
|
+
|
2967
3072
|
msgid "Generate repository applicability"
|
2968
3073
|
msgstr ""
|
2969
3074
|
|
@@ -3036,12 +3141,18 @@ msgstr ""
|
|
3036
3141
|
msgid "Has to be > 0"
|
3037
3142
|
msgstr ""
|
3038
3143
|
|
3144
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3145
|
+
msgstr ""
|
3146
|
+
|
3039
3147
|
msgid "Help"
|
3040
3148
|
msgstr ""
|
3041
3149
|
|
3042
3150
|
msgid "Helper"
|
3043
3151
|
msgstr ""
|
3044
3152
|
|
3153
|
+
msgid "Hide Reclaim Space Warning"
|
3154
|
+
msgstr ""
|
3155
|
+
|
3045
3156
|
msgid "Hide affected activation keys"
|
3046
3157
|
msgstr ""
|
3047
3158
|
|
@@ -3156,6 +3267,9 @@ msgstr ""
|
|
3156
3267
|
msgid "Host id to list applicable packages for"
|
3157
3268
|
msgstr ""
|
3158
3269
|
|
3270
|
+
msgid "Host identifier"
|
3271
|
+
msgstr ""
|
3272
|
+
|
3159
3273
|
msgid "Host lifecycle support expiration notification"
|
3160
3274
|
msgstr ""
|
3161
3275
|
|
@@ -3255,9 +3369,6 @@ msgstr ""
|
|
3255
3369
|
msgid "ID of the sync plan"
|
3256
3370
|
msgstr "Идентификатор плана синхронизации"
|
3257
3371
|
|
3258
|
-
msgid "ID: %s doesn't exist "
|
3259
|
-
msgstr ""
|
3260
|
-
|
3261
3372
|
msgid "IDs of products to copy repository information from into a Simplified Alternate Content Source. Products must include at least one repository of the chosen content type."
|
3262
3373
|
msgstr ""
|
3263
3374
|
|
@@ -3315,9 +3426,15 @@ msgstr ""
|
|
3315
3426
|
msgid "Id of the repository to limit verifying checksum on"
|
3316
3427
|
msgstr ""
|
3317
3428
|
|
3429
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3430
|
+
msgstr ""
|
3431
|
+
|
3318
3432
|
msgid "Id of the single content view to be associated with the host."
|
3319
3433
|
msgstr ""
|
3320
3434
|
|
3435
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3436
|
+
msgstr ""
|
3437
|
+
|
3321
3438
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3322
3439
|
msgstr ""
|
3323
3440
|
|
@@ -3368,6 +3485,9 @@ msgstr ""
|
|
3368
3485
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3369
3486
|
msgstr ""
|
3370
3487
|
|
3488
|
+
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
3489
|
+
msgstr ""
|
3490
|
+
|
3371
3491
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3372
3492
|
msgstr "Если задано, удалить указанное число подписок в соответствии с заданным идентификатором"
|
3373
3493
|
|
@@ -3389,6 +3509,9 @@ msgstr ""
|
|
3389
3509
|
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/...'."
|
3390
3510
|
msgstr ""
|
3391
3511
|
|
3512
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3513
|
+
msgstr ""
|
3514
|
+
|
3392
3515
|
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."
|
3393
3516
|
msgstr ""
|
3394
3517
|
|
@@ -3476,6 +3599,9 @@ msgstr ""
|
|
3476
3599
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3477
3600
|
msgstr ""
|
3478
3601
|
|
3602
|
+
msgid "Import migration"
|
3603
|
+
msgstr ""
|
3604
|
+
|
3479
3605
|
msgid "Import new manifest"
|
3480
3606
|
msgstr ""
|
3481
3607
|
|
@@ -3485,6 +3611,12 @@ msgstr ""
|
|
3485
3611
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3486
3612
|
msgstr ""
|
3487
3613
|
|
3614
|
+
msgid "Import repository upload"
|
3615
|
+
msgstr ""
|
3616
|
+
|
3617
|
+
msgid "Import upload"
|
3618
|
+
msgstr ""
|
3619
|
+
|
3488
3620
|
msgid "Import uploads into a repository"
|
3489
3621
|
msgstr "Импорт новых компонентов из репозитория"
|
3490
3622
|
|
@@ -3581,6 +3713,9 @@ msgstr "Тип может принимать значения: [ %{list} ]"
|
|
3581
3713
|
msgid "Inherit from Repository"
|
3582
3714
|
msgstr ""
|
3583
3715
|
|
3716
|
+
msgid "Initialize"
|
3717
|
+
msgstr ""
|
3718
|
+
|
3584
3719
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3585
3720
|
msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
|
3586
3721
|
|
@@ -3881,7 +4016,7 @@ msgstr "Последние исправления"
|
|
3881
4016
|
msgid "Latest version"
|
3882
4017
|
msgstr ""
|
3883
4018
|
|
3884
|
-
msgid "Learn more about adding subscription manifests "
|
4019
|
+
msgid "Learn more about adding subscription manifests in "
|
3885
4020
|
msgstr ""
|
3886
4021
|
|
3887
4022
|
msgid "Legacy UI"
|
@@ -4019,6 +4154,9 @@ msgstr ""
|
|
4019
4154
|
msgid "List content counts for the smart proxy"
|
4020
4155
|
msgstr ""
|
4021
4156
|
|
4157
|
+
msgid "List content view environments"
|
4158
|
+
msgstr ""
|
4159
|
+
|
4022
4160
|
msgid "List content view versions"
|
4023
4161
|
msgstr "Показать версии представления"
|
4024
4162
|
|
@@ -4390,6 +4528,15 @@ msgstr ""
|
|
4390
4528
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4391
4529
|
msgstr ""
|
4392
4530
|
|
4531
|
+
msgid "Multi copy all units"
|
4532
|
+
msgstr ""
|
4533
|
+
|
4534
|
+
msgid "Multi copy content"
|
4535
|
+
msgstr ""
|
4536
|
+
|
4537
|
+
msgid "Multi copy units"
|
4538
|
+
msgstr ""
|
4539
|
+
|
4393
4540
|
msgid "Multi-entitlement"
|
4394
4541
|
msgstr "Многократные полномочия"
|
4395
4542
|
|
@@ -4552,7 +4699,7 @@ msgstr ""
|
|
4552
4699
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4553
4700
|
msgstr ""
|
4554
4701
|
|
4555
|
-
msgid "No available packages found for search term '%s'.
|
4702
|
+
msgid "No available packages found for search term '%s'."
|
4556
4703
|
msgstr ""
|
4557
4704
|
|
4558
4705
|
msgid "No available repository or filter updates"
|
@@ -4570,6 +4717,12 @@ msgstr "Не заданы идентификаторы содержимого"
|
|
4570
4717
|
msgid "No content in selected versions."
|
4571
4718
|
msgstr ""
|
4572
4719
|
|
4720
|
+
msgid "No content view environments found with ids: %{ids}"
|
4721
|
+
msgstr ""
|
4722
|
+
|
4723
|
+
msgid "No content view environments found with names: %{names}"
|
4724
|
+
msgstr ""
|
4725
|
+
|
4573
4726
|
msgid "No content view history events found."
|
4574
4727
|
msgstr "Нет событий."
|
4575
4728
|
|
@@ -4825,7 +4978,7 @@ msgstr ""
|
|
4825
4978
|
msgid "No syncable repositories found for selected products and options."
|
4826
4979
|
msgstr ""
|
4827
4980
|
|
4828
|
-
msgid "No upgradable packages found for search term '%s'.
|
4981
|
+
msgid "No upgradable packages found for search term '%s'."
|
4829
4982
|
msgstr ""
|
4830
4983
|
|
4831
4984
|
msgid "No upgradable packages found."
|
@@ -5356,6 +5509,9 @@ msgstr "Содержание продукта"
|
|
5356
5509
|
msgid "Product Create"
|
5357
5510
|
msgstr "Создать продукт"
|
5358
5511
|
|
5512
|
+
msgid "Product Host Count"
|
5513
|
+
msgstr ""
|
5514
|
+
|
5359
5515
|
msgid "Product ID"
|
5360
5516
|
msgstr "Идентификатор продукта"
|
5361
5517
|
|
@@ -5541,6 +5697,9 @@ msgstr "Хранилище Pulp"
|
|
5541
5697
|
msgid "Pulp task error"
|
5542
5698
|
msgstr "Ошибка задачи Pulp"
|
5543
5699
|
|
5700
|
+
msgid "Purge completed tasks"
|
5701
|
+
msgstr ""
|
5702
|
+
|
5544
5703
|
msgid "Python Package"
|
5545
5704
|
msgstr ""
|
5546
5705
|
|
@@ -5649,6 +5808,9 @@ msgstr ""
|
|
5649
5808
|
msgid "Reclaim Space"
|
5650
5809
|
msgstr ""
|
5651
5810
|
|
5811
|
+
msgid "Reclaim space"
|
5812
|
+
msgstr ""
|
5813
|
+
|
5652
5814
|
msgid "Reclaim space from On Demand repositories"
|
5653
5815
|
msgstr ""
|
5654
5816
|
|
@@ -5712,6 +5874,9 @@ msgstr "Обновить манифест"
|
|
5712
5874
|
msgid "Refresh all alternate content sources"
|
5713
5875
|
msgstr ""
|
5714
5876
|
|
5877
|
+
msgid "Refresh all distributions"
|
5878
|
+
msgstr ""
|
5879
|
+
|
5715
5880
|
msgid "Refresh alternate content sources"
|
5716
5881
|
msgstr ""
|
5717
5882
|
|
@@ -5724,15 +5889,27 @@ msgstr ""
|
|
5724
5889
|
msgid "Refresh counts"
|
5725
5890
|
msgstr ""
|
5726
5891
|
|
5892
|
+
msgid "Refresh distribution"
|
5893
|
+
msgstr ""
|
5894
|
+
|
5727
5895
|
msgid "Refresh errata applicability"
|
5728
5896
|
msgstr ""
|
5729
5897
|
|
5898
|
+
msgid "Refresh if needed"
|
5899
|
+
msgstr ""
|
5900
|
+
|
5730
5901
|
msgid "Refresh package applicability"
|
5731
5902
|
msgstr ""
|
5732
5903
|
|
5733
5904
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5734
5905
|
msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
|
5735
5906
|
|
5907
|
+
msgid "Refresh remote"
|
5908
|
+
msgstr ""
|
5909
|
+
|
5910
|
+
msgid "Refresh repos"
|
5911
|
+
msgstr ""
|
5912
|
+
|
5736
5913
|
msgid "Refresh source"
|
5737
5914
|
msgstr ""
|
5738
5915
|
|
@@ -5871,6 +6048,9 @@ msgstr "Удалить узлы из коллекций"
|
|
5871
6048
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5872
6049
|
msgstr ""
|
5873
6050
|
|
6051
|
+
msgid "Remove orphans"
|
6052
|
+
msgstr ""
|
6053
|
+
|
5874
6054
|
msgid "Remove package group via Katello interface"
|
5875
6055
|
msgstr "Удалить группу пакетов с помощью Katello"
|
5876
6056
|
|
@@ -5898,6 +6078,12 @@ msgstr ""
|
|
5898
6078
|
msgid "Remove subscriptions from one or more hosts"
|
5899
6079
|
msgstr ""
|
5900
6080
|
|
6081
|
+
msgid "Remove units"
|
6082
|
+
msgstr ""
|
6083
|
+
|
6084
|
+
msgid "Remove unneeded repos"
|
6085
|
+
msgstr ""
|
6086
|
+
|
5901
6087
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5902
6088
|
msgstr "Удалить версии и окружения из представления и переназначить системы и ключи"
|
5903
6089
|
|
@@ -5922,6 +6108,9 @@ msgstr ""
|
|
5922
6108
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5923
6109
|
msgstr ""
|
5924
6110
|
|
6111
|
+
msgid "Repair"
|
6112
|
+
msgstr ""
|
6113
|
+
|
5925
6114
|
msgid "Replace content source on the target machine"
|
5926
6115
|
msgstr ""
|
5927
6116
|
|
@@ -5940,12 +6129,18 @@ msgstr "Репозитории"
|
|
5940
6129
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5941
6130
|
msgstr ""
|
5942
6131
|
|
6132
|
+
msgid "Repositories certs reset"
|
6133
|
+
msgstr ""
|
6134
|
+
|
5943
6135
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
5944
6136
|
msgstr ""
|
5945
6137
|
|
5946
6138
|
msgid "Repositories from published Content Views are not allowed."
|
5947
6139
|
msgstr "Нельзя использовать репозитории из опубликованных представлений."
|
5948
6140
|
|
6141
|
+
msgid "Repositories gpg reset"
|
6142
|
+
msgstr ""
|
6143
|
+
|
5949
6144
|
msgid "Repository"
|
5950
6145
|
msgstr "Репозиторий"
|
5951
6146
|
|
@@ -6117,6 +6312,9 @@ msgstr "Извлечь отдельное исправление для узла
|
|
6117
6312
|
msgid "Return Red Hat (non-custom) products only"
|
6118
6313
|
msgstr ""
|
6119
6314
|
|
6315
|
+
msgid "Return a list of installed packages distinct by name"
|
6316
|
+
msgstr ""
|
6317
|
+
|
6120
6318
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6121
6319
|
msgstr ""
|
6122
6320
|
|
@@ -6273,9 +6471,27 @@ msgstr ""
|
|
6273
6471
|
msgid "Save"
|
6274
6472
|
msgstr "Сохранить"
|
6275
6473
|
|
6474
|
+
msgid "Save artifact"
|
6475
|
+
msgstr ""
|
6476
|
+
|
6477
|
+
msgid "Save distribution references"
|
6478
|
+
msgstr ""
|
6479
|
+
|
6480
|
+
msgid "Save publication"
|
6481
|
+
msgstr ""
|
6482
|
+
|
6483
|
+
msgid "Save version"
|
6484
|
+
msgstr ""
|
6485
|
+
|
6486
|
+
msgid "Save versions"
|
6487
|
+
msgstr ""
|
6488
|
+
|
6276
6489
|
msgid "Saving alternate content source..."
|
6277
6490
|
msgstr ""
|
6278
6491
|
|
6492
|
+
msgid "Scan cdn"
|
6493
|
+
msgstr ""
|
6494
|
+
|
6279
6495
|
msgid "Schema version 1"
|
6280
6496
|
msgstr ""
|
6281
6497
|
|
@@ -7056,6 +7272,9 @@ msgstr ""
|
|
7056
7272
|
msgid "Supported Content Types"
|
7057
7273
|
msgstr ""
|
7058
7274
|
|
7275
|
+
msgid "Sync"
|
7276
|
+
msgstr ""
|
7277
|
+
|
7059
7278
|
msgid "Sync Canceled"
|
7060
7279
|
msgstr "Синхронизация отменена"
|
7061
7280
|
|
@@ -7633,6 +7852,9 @@ msgstr ""
|
|
7633
7852
|
msgid "To manage packages, select an action."
|
7634
7853
|
msgstr ""
|
7635
7854
|
|
7855
|
+
msgid "Toggle"
|
7856
|
+
msgstr ""
|
7857
|
+
|
7636
7858
|
msgid "Total steps: "
|
7637
7859
|
msgstr ""
|
7638
7860
|
|
@@ -7927,6 +8149,9 @@ msgstr ""
|
|
7927
8149
|
msgid "Update content view environments for host %s"
|
7928
8150
|
msgstr ""
|
7929
8151
|
|
8152
|
+
msgid "Update distributions"
|
8153
|
+
msgstr ""
|
8154
|
+
|
7930
8155
|
msgid "Update hosts manually"
|
7931
8156
|
msgstr ""
|
7932
8157
|
|
@@ -7960,6 +8185,12 @@ msgstr ""
|
|
7960
8185
|
msgid "Update release version for host %s"
|
7961
8186
|
msgstr ""
|
7962
8187
|
|
8188
|
+
msgid "Update remote"
|
8189
|
+
msgstr ""
|
8190
|
+
|
8191
|
+
msgid "Update repository"
|
8192
|
+
msgstr ""
|
8193
|
+
|
7963
8194
|
msgid "Update services requiring restart"
|
7964
8195
|
msgstr ""
|
7965
8196
|
|
@@ -8050,6 +8281,12 @@ msgstr "Обновить содержимое файла частично"
|
|
8050
8281
|
msgid "Upload a subscription manifest"
|
8051
8282
|
msgstr "Отправить манифест подписки"
|
8052
8283
|
|
8284
|
+
msgid "Upload content"
|
8285
|
+
msgstr ""
|
8286
|
+
|
8287
|
+
msgid "Upload file"
|
8288
|
+
msgstr ""
|
8289
|
+
|
8053
8290
|
msgid "Upload into"
|
8054
8291
|
msgstr "Добавить в"
|
8055
8292
|
|
@@ -8059,6 +8296,9 @@ msgstr ""
|
|
8059
8296
|
msgid "Upload request id"
|
8060
8297
|
msgstr "Отправить ID запроса"
|
8061
8298
|
|
8299
|
+
msgid "Upload tag"
|
8300
|
+
msgstr ""
|
8301
|
+
|
8062
8302
|
msgid "Upstream Candlepin"
|
8063
8303
|
msgstr ""
|
8064
8304
|
|
@@ -8641,9 +8881,6 @@ msgstr "идентификатор фильтра представления"
|
|
8641
8881
|
msgid "content view filter rule identifier"
|
8642
8882
|
msgstr ""
|
8643
8883
|
|
8644
|
-
msgid "content view id"
|
8645
|
-
msgstr "ID представления"
|
8646
|
-
|
8647
8884
|
msgid "content view identifier"
|
8648
8885
|
msgstr "идентификатор представления"
|
8649
8886
|
|
@@ -8731,12 +8968,6 @@ msgstr ""
|
|
8731
8968
|
msgid "enhancements"
|
8732
8969
|
msgstr ""
|
8733
8970
|
|
8734
|
-
msgid "environment"
|
8735
|
-
msgstr "окружение"
|
8736
|
-
|
8737
|
-
msgid "environment id"
|
8738
|
-
msgstr "ID окружения"
|
8739
|
-
|
8740
8971
|
msgid "environment identifier"
|
8741
8972
|
msgstr "идентификатор окружения"
|
8742
8973
|
|
@@ -9007,9 +9238,6 @@ msgstr "имя репозитория"
|
|
9007
9238
|
msgid "name of the subscription"
|
9008
9239
|
msgstr ""
|
9009
9240
|
|
9010
|
-
msgid "name: %s doesn't exist "
|
9011
|
-
msgstr ""
|
9012
|
-
|
9013
9241
|
msgid "new name for the filter"
|
9014
9242
|
msgstr "новое имя фильтра"
|
9015
9243
|
|
@@ -9178,6 +9406,9 @@ msgstr "числовой идентификатор плана синхрони
|
|
9178
9406
|
msgid "system registration"
|
9179
9407
|
msgstr ""
|
9180
9408
|
|
9409
|
+
msgid "the documentation."
|
9410
|
+
msgstr ""
|
9411
|
+
|
9181
9412
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9182
9413
|
msgstr ""
|
9183
9414
|
|