katello 4.14.1 → 4.15.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/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/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 +24 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +11 -6
- 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/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/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/et_EE/katello.po
CHANGED
@@ -410,10 +410,10 @@ msgstr ""
|
|
410
410
|
msgid "A backend service [ %s ] is unreachable"
|
411
411
|
msgstr ""
|
412
412
|
|
413
|
-
msgid "A comma-separated list of refs to include during
|
413
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
414
414
|
msgstr ""
|
415
415
|
|
416
|
-
msgid "A comma-separated list of tags to exclude during
|
416
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
417
417
|
msgstr ""
|
418
418
|
|
419
419
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -467,9 +467,6 @@ msgstr ""
|
|
467
467
|
msgid "About page"
|
468
468
|
msgstr ""
|
469
469
|
|
470
|
-
msgid "Abstract"
|
471
|
-
msgstr ""
|
472
|
-
|
473
470
|
msgid "Abstract async task"
|
474
471
|
msgstr ""
|
475
472
|
|
@@ -500,6 +497,15 @@ msgstr ""
|
|
500
497
|
msgid "Activation key"
|
501
498
|
msgstr ""
|
502
499
|
|
500
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
507
|
+
msgstr ""
|
508
|
+
|
503
509
|
msgid "Activation key ID"
|
504
510
|
msgstr ""
|
505
511
|
|
@@ -515,6 +521,9 @@ msgstr ""
|
|
515
521
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
516
522
|
msgstr ""
|
517
523
|
|
524
|
+
msgid "Activation key identifier"
|
525
|
+
msgstr ""
|
526
|
+
|
518
527
|
msgid "Activation key(s) to use during registration"
|
519
528
|
msgstr ""
|
520
529
|
|
@@ -765,6 +774,9 @@ msgid ""
|
|
765
774
|
"%{error_message}"
|
766
775
|
msgstr ""
|
767
776
|
|
777
|
+
msgid "An option to specify how many ostree commits to traverse."
|
778
|
+
msgstr ""
|
779
|
+
|
768
780
|
msgid "Another component already includes content view with ID %s"
|
769
781
|
msgstr ""
|
770
782
|
|
@@ -873,6 +885,12 @@ msgstr ""
|
|
873
885
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
874
886
|
msgstr ""
|
875
887
|
|
888
|
+
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."
|
889
|
+
msgstr ""
|
890
|
+
|
891
|
+
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."
|
892
|
+
msgstr ""
|
893
|
+
|
876
894
|
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
877
895
|
msgstr ""
|
878
896
|
|
@@ -917,6 +935,9 @@ msgstr ""
|
|
917
935
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
918
936
|
msgstr ""
|
919
937
|
|
938
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
939
|
+
msgstr ""
|
940
|
+
|
920
941
|
msgid "Associated location IDs"
|
921
942
|
msgstr ""
|
922
943
|
|
@@ -1172,6 +1193,9 @@ msgstr ""
|
|
1172
1193
|
msgid "Cannot add composite versions to another composite content view"
|
1173
1194
|
msgstr ""
|
1174
1195
|
|
1196
|
+
msgid "Cannot add content view environments from a different organization"
|
1197
|
+
msgstr ""
|
1198
|
+
|
1175
1199
|
msgid "Cannot add default content view to composite content view"
|
1176
1200
|
msgstr ""
|
1177
1201
|
|
@@ -1256,7 +1280,7 @@ msgstr ""
|
|
1256
1280
|
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."
|
1257
1281
|
msgstr ""
|
1258
1282
|
|
1259
|
-
msgid "Cannot install errata: No
|
1283
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1260
1284
|
msgstr ""
|
1261
1285
|
|
1262
1286
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1289,7 +1313,7 @@ msgstr ""
|
|
1289
1313
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1290
1314
|
msgstr ""
|
1291
1315
|
|
1292
|
-
msgid "Cannot remove package(s):
|
1316
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1293
1317
|
msgstr ""
|
1294
1318
|
|
1295
1319
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1313,7 +1337,7 @@ msgstr ""
|
|
1313
1337
|
msgid "Cannot update properties of a container push repository"
|
1314
1338
|
msgstr ""
|
1315
1339
|
|
1316
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1340
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1317
1341
|
msgstr ""
|
1318
1342
|
|
1319
1343
|
msgid "Cannot upload Ansible collections."
|
@@ -1397,6 +1421,12 @@ msgstr ""
|
|
1397
1421
|
msgid "Collapse All"
|
1398
1422
|
msgstr ""
|
1399
1423
|
|
1424
|
+
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."
|
1425
|
+
msgstr ""
|
1426
|
+
|
1427
|
+
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."
|
1428
|
+
msgstr ""
|
1429
|
+
|
1400
1430
|
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1401
1431
|
msgstr ""
|
1402
1432
|
|
@@ -1409,6 +1439,9 @@ msgstr ""
|
|
1409
1439
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1410
1440
|
msgstr ""
|
1411
1441
|
|
1442
|
+
msgid "Commit upload"
|
1443
|
+
msgstr ""
|
1444
|
+
|
1412
1445
|
msgid "Compare"
|
1413
1446
|
msgstr ""
|
1414
1447
|
|
@@ -1754,15 +1787,24 @@ msgstr ""
|
|
1754
1787
|
msgid "Copy"
|
1755
1788
|
msgstr ""
|
1756
1789
|
|
1790
|
+
msgid "Copy all units"
|
1791
|
+
msgstr ""
|
1792
|
+
|
1757
1793
|
msgid "Copy an activation key"
|
1758
1794
|
msgstr ""
|
1759
1795
|
|
1796
|
+
msgid "Copy content"
|
1797
|
+
msgstr ""
|
1798
|
+
|
1760
1799
|
msgid "Copy content view"
|
1761
1800
|
msgstr ""
|
1762
1801
|
|
1763
1802
|
msgid "Copy to clipboard"
|
1764
1803
|
msgstr ""
|
1765
1804
|
|
1805
|
+
msgid "Copy version"
|
1806
|
+
msgstr ""
|
1807
|
+
|
1766
1808
|
msgid "Copy version units to library"
|
1767
1809
|
msgstr ""
|
1768
1810
|
|
@@ -1850,7 +1892,7 @@ msgstr ""
|
|
1850
1892
|
msgid "Couldn't find content host environment '%s'"
|
1851
1893
|
msgstr ""
|
1852
1894
|
|
1853
|
-
msgid "Couldn't find content view '%
|
1895
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1854
1896
|
msgstr ""
|
1855
1897
|
|
1856
1898
|
msgid "Couldn't find content view version '%s'"
|
@@ -1910,6 +1952,9 @@ msgstr ""
|
|
1910
1952
|
msgid "Create Alternate Content Source"
|
1911
1953
|
msgstr ""
|
1912
1954
|
|
1955
|
+
msgid "Create Container Push Repository Root"
|
1956
|
+
msgstr ""
|
1957
|
+
|
1913
1958
|
msgid "Create Export History"
|
1914
1959
|
msgstr ""
|
1915
1960
|
|
@@ -1967,12 +2012,21 @@ msgstr ""
|
|
1967
2012
|
msgid "Create content view"
|
1968
2013
|
msgstr ""
|
1969
2014
|
|
2015
|
+
msgid "Create exporter"
|
2016
|
+
msgstr ""
|
2017
|
+
|
1970
2018
|
msgid "Create filter"
|
1971
2019
|
msgstr ""
|
1972
2020
|
|
1973
2021
|
msgid "Create host collection"
|
1974
2022
|
msgstr ""
|
1975
2023
|
|
2024
|
+
msgid "Create import"
|
2025
|
+
msgstr ""
|
2026
|
+
|
2027
|
+
msgid "Create importer"
|
2028
|
+
msgstr ""
|
2029
|
+
|
1976
2030
|
msgid "Create new activation key"
|
1977
2031
|
msgstr ""
|
1978
2032
|
|
@@ -1982,6 +2036,12 @@ msgstr ""
|
|
1982
2036
|
msgid "Create package filter rule"
|
1983
2037
|
msgstr ""
|
1984
2038
|
|
2039
|
+
msgid "Create publication"
|
2040
|
+
msgstr ""
|
2041
|
+
|
2042
|
+
msgid "Create remote"
|
2043
|
+
msgstr ""
|
2044
|
+
|
1985
2045
|
msgid "Create rule"
|
1986
2046
|
msgstr ""
|
1987
2047
|
|
@@ -2228,12 +2288,36 @@ msgstr ""
|
|
2228
2288
|
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."
|
2229
2289
|
msgstr ""
|
2230
2290
|
|
2291
|
+
msgid "Delete distributions"
|
2292
|
+
msgstr ""
|
2293
|
+
|
2231
2294
|
msgid "Delete manifest from Red Hat provider"
|
2232
2295
|
msgstr ""
|
2233
2296
|
|
2234
2297
|
msgid "Delete multiple filters from a content view"
|
2235
2298
|
msgstr ""
|
2236
2299
|
|
2300
|
+
msgid "Delete orphan alternate content sources"
|
2301
|
+
msgstr ""
|
2302
|
+
|
2303
|
+
msgid "Delete orphan distributions"
|
2304
|
+
msgstr ""
|
2305
|
+
|
2306
|
+
msgid "Delete orphan remotes"
|
2307
|
+
msgstr ""
|
2308
|
+
|
2309
|
+
msgid "Delete orphan repository versions"
|
2310
|
+
msgstr ""
|
2311
|
+
|
2312
|
+
msgid "Delete orphaned migrated repositories"
|
2313
|
+
msgstr ""
|
2314
|
+
|
2315
|
+
msgid "Delete remote"
|
2316
|
+
msgstr ""
|
2317
|
+
|
2318
|
+
msgid "Delete repository references"
|
2319
|
+
msgstr ""
|
2320
|
+
|
2237
2321
|
msgid "Delete version"
|
2238
2322
|
msgstr ""
|
2239
2323
|
|
@@ -2264,6 +2348,9 @@ msgstr ""
|
|
2264
2348
|
msgid "Deleting versions: {versionList}"
|
2265
2349
|
msgstr ""
|
2266
2350
|
|
2351
|
+
msgid "Depth"
|
2352
|
+
msgstr ""
|
2353
|
+
|
2267
2354
|
msgid "Description"
|
2268
2355
|
msgstr ""
|
2269
2356
|
|
@@ -2327,6 +2414,12 @@ msgstr ""
|
|
2327
2414
|
msgid "Destroy an environment in an organization"
|
2328
2415
|
msgstr ""
|
2329
2416
|
|
2417
|
+
msgid "Destroy exporter"
|
2418
|
+
msgstr ""
|
2419
|
+
|
2420
|
+
msgid "Destroy importer"
|
2421
|
+
msgstr ""
|
2422
|
+
|
2330
2423
|
msgid "Destroy one or more alternate content sources"
|
2331
2424
|
msgstr ""
|
2332
2425
|
|
@@ -2510,6 +2603,9 @@ msgstr ""
|
|
2510
2603
|
msgid "Enable repository sets"
|
2511
2604
|
msgstr ""
|
2512
2605
|
|
2606
|
+
msgid "Enable structured APT for deb content"
|
2607
|
+
msgstr ""
|
2608
|
+
|
2513
2609
|
msgid "Enable/Disable auto publish of composite view"
|
2514
2610
|
msgstr ""
|
2515
2611
|
|
@@ -2561,12 +2657,18 @@ msgstr ""
|
|
2561
2657
|
msgid "Environment ID"
|
2562
2658
|
msgstr ""
|
2563
2659
|
|
2660
|
+
msgid "Environment ID and content view ID must be provided together"
|
2661
|
+
msgstr ""
|
2662
|
+
|
2564
2663
|
msgid "Environment IDs"
|
2565
2664
|
msgstr ""
|
2566
2665
|
|
2567
2666
|
msgid "Environment cannot be in its own promotion path"
|
2568
2667
|
msgstr ""
|
2569
2668
|
|
2669
|
+
msgid "Environment contents refresh"
|
2670
|
+
msgstr ""
|
2671
|
+
|
2570
2672
|
msgid "Environment identifier"
|
2571
2673
|
msgstr ""
|
2572
2674
|
|
@@ -2950,6 +3052,9 @@ msgstr ""
|
|
2950
3052
|
msgid "Generate host applicability"
|
2951
3053
|
msgstr ""
|
2952
3054
|
|
3055
|
+
msgid "Generate metadata"
|
3056
|
+
msgstr ""
|
3057
|
+
|
2953
3058
|
msgid "Generate repository applicability"
|
2954
3059
|
msgstr ""
|
2955
3060
|
|
@@ -3022,12 +3127,18 @@ msgstr ""
|
|
3022
3127
|
msgid "Has to be > 0"
|
3023
3128
|
msgstr ""
|
3024
3129
|
|
3130
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3131
|
+
msgstr ""
|
3132
|
+
|
3025
3133
|
msgid "Help"
|
3026
3134
|
msgstr ""
|
3027
3135
|
|
3028
3136
|
msgid "Helper"
|
3029
3137
|
msgstr ""
|
3030
3138
|
|
3139
|
+
msgid "Hide Reclaim Space Warning"
|
3140
|
+
msgstr ""
|
3141
|
+
|
3031
3142
|
msgid "Hide affected activation keys"
|
3032
3143
|
msgstr ""
|
3033
3144
|
|
@@ -3142,6 +3253,9 @@ msgstr ""
|
|
3142
3253
|
msgid "Host id to list applicable packages for"
|
3143
3254
|
msgstr ""
|
3144
3255
|
|
3256
|
+
msgid "Host identifier"
|
3257
|
+
msgstr ""
|
3258
|
+
|
3145
3259
|
msgid "Host lifecycle support expiration notification"
|
3146
3260
|
msgstr ""
|
3147
3261
|
|
@@ -3241,9 +3355,6 @@ msgstr ""
|
|
3241
3355
|
msgid "ID of the sync plan"
|
3242
3356
|
msgstr ""
|
3243
3357
|
|
3244
|
-
msgid "ID: %s doesn't exist "
|
3245
|
-
msgstr ""
|
3246
|
-
|
3247
3358
|
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."
|
3248
3359
|
msgstr ""
|
3249
3360
|
|
@@ -3301,9 +3412,15 @@ msgstr ""
|
|
3301
3412
|
msgid "Id of the repository to limit verifying checksum on"
|
3302
3413
|
msgstr ""
|
3303
3414
|
|
3415
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3416
|
+
msgstr ""
|
3417
|
+
|
3304
3418
|
msgid "Id of the single content view to be associated with the host."
|
3305
3419
|
msgstr ""
|
3306
3420
|
|
3421
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3422
|
+
msgstr ""
|
3423
|
+
|
3307
3424
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3308
3425
|
msgstr ""
|
3309
3426
|
|
@@ -3354,6 +3471,9 @@ msgstr ""
|
|
3354
3471
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3355
3472
|
msgstr ""
|
3356
3473
|
|
3474
|
+
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'."
|
3475
|
+
msgstr ""
|
3476
|
+
|
3357
3477
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3358
3478
|
msgstr ""
|
3359
3479
|
|
@@ -3375,6 +3495,9 @@ msgstr ""
|
|
3375
3495
|
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/...'."
|
3376
3496
|
msgstr ""
|
3377
3497
|
|
3498
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3499
|
+
msgstr ""
|
3500
|
+
|
3378
3501
|
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."
|
3379
3502
|
msgstr ""
|
3380
3503
|
|
@@ -3462,6 +3585,9 @@ msgstr ""
|
|
3462
3585
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3463
3586
|
msgstr ""
|
3464
3587
|
|
3588
|
+
msgid "Import migration"
|
3589
|
+
msgstr ""
|
3590
|
+
|
3465
3591
|
msgid "Import new manifest"
|
3466
3592
|
msgstr ""
|
3467
3593
|
|
@@ -3471,6 +3597,12 @@ msgstr ""
|
|
3471
3597
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3472
3598
|
msgstr ""
|
3473
3599
|
|
3600
|
+
msgid "Import repository upload"
|
3601
|
+
msgstr ""
|
3602
|
+
|
3603
|
+
msgid "Import upload"
|
3604
|
+
msgstr ""
|
3605
|
+
|
3474
3606
|
msgid "Import uploads into a repository"
|
3475
3607
|
msgstr ""
|
3476
3608
|
|
@@ -3567,6 +3699,9 @@ msgstr ""
|
|
3567
3699
|
msgid "Inherit from Repository"
|
3568
3700
|
msgstr ""
|
3569
3701
|
|
3702
|
+
msgid "Initialize"
|
3703
|
+
msgstr ""
|
3704
|
+
|
3570
3705
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3571
3706
|
msgstr ""
|
3572
3707
|
|
@@ -3867,7 +4002,7 @@ msgstr ""
|
|
3867
4002
|
msgid "Latest version"
|
3868
4003
|
msgstr ""
|
3869
4004
|
|
3870
|
-
msgid "Learn more about adding subscription manifests "
|
4005
|
+
msgid "Learn more about adding subscription manifests in "
|
3871
4006
|
msgstr ""
|
3872
4007
|
|
3873
4008
|
msgid "Legacy UI"
|
@@ -4005,6 +4140,9 @@ msgstr ""
|
|
4005
4140
|
msgid "List content counts for the smart proxy"
|
4006
4141
|
msgstr ""
|
4007
4142
|
|
4143
|
+
msgid "List content view environments"
|
4144
|
+
msgstr ""
|
4145
|
+
|
4008
4146
|
msgid "List content view versions"
|
4009
4147
|
msgstr ""
|
4010
4148
|
|
@@ -4376,6 +4514,15 @@ msgstr ""
|
|
4376
4514
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4377
4515
|
msgstr ""
|
4378
4516
|
|
4517
|
+
msgid "Multi copy all units"
|
4518
|
+
msgstr ""
|
4519
|
+
|
4520
|
+
msgid "Multi copy content"
|
4521
|
+
msgstr ""
|
4522
|
+
|
4523
|
+
msgid "Multi copy units"
|
4524
|
+
msgstr ""
|
4525
|
+
|
4379
4526
|
msgid "Multi-entitlement"
|
4380
4527
|
msgstr ""
|
4381
4528
|
|
@@ -4538,7 +4685,7 @@ msgstr ""
|
|
4538
4685
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4539
4686
|
msgstr ""
|
4540
4687
|
|
4541
|
-
msgid "No available packages found for search term '%s'.
|
4688
|
+
msgid "No available packages found for search term '%s'."
|
4542
4689
|
msgstr ""
|
4543
4690
|
|
4544
4691
|
msgid "No available repository or filter updates"
|
@@ -4556,6 +4703,12 @@ msgstr ""
|
|
4556
4703
|
msgid "No content in selected versions."
|
4557
4704
|
msgstr ""
|
4558
4705
|
|
4706
|
+
msgid "No content view environments found with ids: %{ids}"
|
4707
|
+
msgstr ""
|
4708
|
+
|
4709
|
+
msgid "No content view environments found with names: %{names}"
|
4710
|
+
msgstr ""
|
4711
|
+
|
4559
4712
|
msgid "No content view history events found."
|
4560
4713
|
msgstr ""
|
4561
4714
|
|
@@ -4811,7 +4964,7 @@ msgstr ""
|
|
4811
4964
|
msgid "No syncable repositories found for selected products and options."
|
4812
4965
|
msgstr ""
|
4813
4966
|
|
4814
|
-
msgid "No upgradable packages found for search term '%s'.
|
4967
|
+
msgid "No upgradable packages found for search term '%s'."
|
4815
4968
|
msgstr ""
|
4816
4969
|
|
4817
4970
|
msgid "No upgradable packages found."
|
@@ -5342,6 +5495,9 @@ msgstr ""
|
|
5342
5495
|
msgid "Product Create"
|
5343
5496
|
msgstr ""
|
5344
5497
|
|
5498
|
+
msgid "Product Host Count"
|
5499
|
+
msgstr ""
|
5500
|
+
|
5345
5501
|
msgid "Product ID"
|
5346
5502
|
msgstr ""
|
5347
5503
|
|
@@ -5527,6 +5683,9 @@ msgstr ""
|
|
5527
5683
|
msgid "Pulp task error"
|
5528
5684
|
msgstr ""
|
5529
5685
|
|
5686
|
+
msgid "Purge completed tasks"
|
5687
|
+
msgstr ""
|
5688
|
+
|
5530
5689
|
msgid "Python Package"
|
5531
5690
|
msgstr ""
|
5532
5691
|
|
@@ -5635,6 +5794,9 @@ msgstr ""
|
|
5635
5794
|
msgid "Reclaim Space"
|
5636
5795
|
msgstr ""
|
5637
5796
|
|
5797
|
+
msgid "Reclaim space"
|
5798
|
+
msgstr ""
|
5799
|
+
|
5638
5800
|
msgid "Reclaim space from On Demand repositories"
|
5639
5801
|
msgstr ""
|
5640
5802
|
|
@@ -5698,6 +5860,9 @@ msgstr ""
|
|
5698
5860
|
msgid "Refresh all alternate content sources"
|
5699
5861
|
msgstr ""
|
5700
5862
|
|
5863
|
+
msgid "Refresh all distributions"
|
5864
|
+
msgstr ""
|
5865
|
+
|
5701
5866
|
msgid "Refresh alternate content sources"
|
5702
5867
|
msgstr ""
|
5703
5868
|
|
@@ -5710,15 +5875,27 @@ msgstr ""
|
|
5710
5875
|
msgid "Refresh counts"
|
5711
5876
|
msgstr ""
|
5712
5877
|
|
5878
|
+
msgid "Refresh distribution"
|
5879
|
+
msgstr ""
|
5880
|
+
|
5713
5881
|
msgid "Refresh errata applicability"
|
5714
5882
|
msgstr ""
|
5715
5883
|
|
5884
|
+
msgid "Refresh if needed"
|
5885
|
+
msgstr ""
|
5886
|
+
|
5716
5887
|
msgid "Refresh package applicability"
|
5717
5888
|
msgstr ""
|
5718
5889
|
|
5719
5890
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5720
5891
|
msgstr ""
|
5721
5892
|
|
5893
|
+
msgid "Refresh remote"
|
5894
|
+
msgstr ""
|
5895
|
+
|
5896
|
+
msgid "Refresh repos"
|
5897
|
+
msgstr ""
|
5898
|
+
|
5722
5899
|
msgid "Refresh source"
|
5723
5900
|
msgstr ""
|
5724
5901
|
|
@@ -5857,6 +6034,9 @@ msgstr ""
|
|
5857
6034
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5858
6035
|
msgstr ""
|
5859
6036
|
|
6037
|
+
msgid "Remove orphans"
|
6038
|
+
msgstr ""
|
6039
|
+
|
5860
6040
|
msgid "Remove package group via Katello interface"
|
5861
6041
|
msgstr ""
|
5862
6042
|
|
@@ -5884,6 +6064,12 @@ msgstr ""
|
|
5884
6064
|
msgid "Remove subscriptions from one or more hosts"
|
5885
6065
|
msgstr ""
|
5886
6066
|
|
6067
|
+
msgid "Remove units"
|
6068
|
+
msgstr ""
|
6069
|
+
|
6070
|
+
msgid "Remove unneeded repos"
|
6071
|
+
msgstr ""
|
6072
|
+
|
5887
6073
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5888
6074
|
msgstr ""
|
5889
6075
|
|
@@ -5908,6 +6094,9 @@ msgstr ""
|
|
5908
6094
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5909
6095
|
msgstr ""
|
5910
6096
|
|
6097
|
+
msgid "Repair"
|
6098
|
+
msgstr ""
|
6099
|
+
|
5911
6100
|
msgid "Replace content source on the target machine"
|
5912
6101
|
msgstr ""
|
5913
6102
|
|
@@ -5926,12 +6115,18 @@ msgstr ""
|
|
5926
6115
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5927
6116
|
msgstr ""
|
5928
6117
|
|
6118
|
+
msgid "Repositories certs reset"
|
6119
|
+
msgstr ""
|
6120
|
+
|
5929
6121
|
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."
|
5930
6122
|
msgstr ""
|
5931
6123
|
|
5932
6124
|
msgid "Repositories from published Content Views are not allowed."
|
5933
6125
|
msgstr ""
|
5934
6126
|
|
6127
|
+
msgid "Repositories gpg reset"
|
6128
|
+
msgstr ""
|
6129
|
+
|
5935
6130
|
msgid "Repository"
|
5936
6131
|
msgstr ""
|
5937
6132
|
|
@@ -6103,6 +6298,9 @@ msgstr ""
|
|
6103
6298
|
msgid "Return Red Hat (non-custom) products only"
|
6104
6299
|
msgstr ""
|
6105
6300
|
|
6301
|
+
msgid "Return a list of installed packages distinct by name"
|
6302
|
+
msgstr ""
|
6303
|
+
|
6106
6304
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6107
6305
|
msgstr ""
|
6108
6306
|
|
@@ -6259,9 +6457,27 @@ msgstr ""
|
|
6259
6457
|
msgid "Save"
|
6260
6458
|
msgstr ""
|
6261
6459
|
|
6460
|
+
msgid "Save artifact"
|
6461
|
+
msgstr ""
|
6462
|
+
|
6463
|
+
msgid "Save distribution references"
|
6464
|
+
msgstr ""
|
6465
|
+
|
6466
|
+
msgid "Save publication"
|
6467
|
+
msgstr ""
|
6468
|
+
|
6469
|
+
msgid "Save version"
|
6470
|
+
msgstr ""
|
6471
|
+
|
6472
|
+
msgid "Save versions"
|
6473
|
+
msgstr ""
|
6474
|
+
|
6262
6475
|
msgid "Saving alternate content source..."
|
6263
6476
|
msgstr ""
|
6264
6477
|
|
6478
|
+
msgid "Scan cdn"
|
6479
|
+
msgstr ""
|
6480
|
+
|
6265
6481
|
msgid "Schema version 1"
|
6266
6482
|
msgstr ""
|
6267
6483
|
|
@@ -7042,6 +7258,9 @@ msgstr ""
|
|
7042
7258
|
msgid "Supported Content Types"
|
7043
7259
|
msgstr ""
|
7044
7260
|
|
7261
|
+
msgid "Sync"
|
7262
|
+
msgstr ""
|
7263
|
+
|
7045
7264
|
msgid "Sync Canceled"
|
7046
7265
|
msgstr ""
|
7047
7266
|
|
@@ -7619,6 +7838,9 @@ msgstr ""
|
|
7619
7838
|
msgid "To manage packages, select an action."
|
7620
7839
|
msgstr ""
|
7621
7840
|
|
7841
|
+
msgid "Toggle"
|
7842
|
+
msgstr ""
|
7843
|
+
|
7622
7844
|
msgid "Total steps: "
|
7623
7845
|
msgstr ""
|
7624
7846
|
|
@@ -7913,6 +8135,9 @@ msgstr ""
|
|
7913
8135
|
msgid "Update content view environments for host %s"
|
7914
8136
|
msgstr ""
|
7915
8137
|
|
8138
|
+
msgid "Update distributions"
|
8139
|
+
msgstr ""
|
8140
|
+
|
7916
8141
|
msgid "Update hosts manually"
|
7917
8142
|
msgstr ""
|
7918
8143
|
|
@@ -7946,6 +8171,12 @@ msgstr ""
|
|
7946
8171
|
msgid "Update release version for host %s"
|
7947
8172
|
msgstr ""
|
7948
8173
|
|
8174
|
+
msgid "Update remote"
|
8175
|
+
msgstr ""
|
8176
|
+
|
8177
|
+
msgid "Update repository"
|
8178
|
+
msgstr ""
|
8179
|
+
|
7949
8180
|
msgid "Update services requiring restart"
|
7950
8181
|
msgstr ""
|
7951
8182
|
|
@@ -8036,6 +8267,12 @@ msgstr ""
|
|
8036
8267
|
msgid "Upload a subscription manifest"
|
8037
8268
|
msgstr ""
|
8038
8269
|
|
8270
|
+
msgid "Upload content"
|
8271
|
+
msgstr ""
|
8272
|
+
|
8273
|
+
msgid "Upload file"
|
8274
|
+
msgstr ""
|
8275
|
+
|
8039
8276
|
msgid "Upload into"
|
8040
8277
|
msgstr ""
|
8041
8278
|
|
@@ -8045,6 +8282,9 @@ msgstr ""
|
|
8045
8282
|
msgid "Upload request id"
|
8046
8283
|
msgstr ""
|
8047
8284
|
|
8285
|
+
msgid "Upload tag"
|
8286
|
+
msgstr ""
|
8287
|
+
|
8048
8288
|
msgid "Upstream Candlepin"
|
8049
8289
|
msgstr ""
|
8050
8290
|
|
@@ -8627,9 +8867,6 @@ msgstr ""
|
|
8627
8867
|
msgid "content view filter rule identifier"
|
8628
8868
|
msgstr ""
|
8629
8869
|
|
8630
|
-
msgid "content view id"
|
8631
|
-
msgstr ""
|
8632
|
-
|
8633
8870
|
msgid "content view identifier"
|
8634
8871
|
msgstr ""
|
8635
8872
|
|
@@ -8717,12 +8954,6 @@ msgstr ""
|
|
8717
8954
|
msgid "enhancements"
|
8718
8955
|
msgstr ""
|
8719
8956
|
|
8720
|
-
msgid "environment"
|
8721
|
-
msgstr ""
|
8722
|
-
|
8723
|
-
msgid "environment id"
|
8724
|
-
msgstr ""
|
8725
|
-
|
8726
8957
|
msgid "environment identifier"
|
8727
8958
|
msgstr ""
|
8728
8959
|
|
@@ -8993,9 +9224,6 @@ msgstr ""
|
|
8993
9224
|
msgid "name of the subscription"
|
8994
9225
|
msgstr ""
|
8995
9226
|
|
8996
|
-
msgid "name: %s doesn't exist "
|
8997
|
-
msgstr ""
|
8998
|
-
|
8999
9227
|
msgid "new name for the filter"
|
9000
9228
|
msgstr ""
|
9001
9229
|
|
@@ -9164,6 +9392,9 @@ msgstr ""
|
|
9164
9392
|
msgid "system registration"
|
9165
9393
|
msgstr ""
|
9166
9394
|
|
9395
|
+
msgid "the documentation."
|
9396
|
+
msgstr ""
|
9397
|
+
|
9167
9398
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9168
9399
|
msgstr ""
|
9169
9400
|
|