katello 4.14.0 → 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 +22 -18
- 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 +2 -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 -14
- 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/content_view/delete_repository_references.rb +6 -2
- 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 +29 -22
- 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 +3 -3
- 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/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +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 +4 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -2
- 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/app/views/katello/sync_management/index.html.erb +2 -2
- 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/app/assets/javascripts/bastion/i18n/i18n.module.js +4 -0
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +5 -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/content-hosts/content-host-modal-helper.service.js +0 -1
- 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/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- 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/katello.po +258 -27
- 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/katello.po +258 -27
- data/locale/en_GB/katello.po +258 -27
- 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/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/katello.po +258 -27
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/katello.po +258 -27
- 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/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/katello.po +258 -27
- 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/katello.po +258 -27
- 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/katello.po +258 -27
- 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/katello.po +258 -27
- 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/katello.po +258 -27
- 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/katello.po +258 -27
- data/locale/te/katello.po +258 -27
- data/locale/tr/katello.po +258 -27
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/katello.po +258 -27
- 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 +8 -6
- 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
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +6 -4
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +1 -1
- metadata +86 -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/he_IL/katello.po
CHANGED
@@ -415,10 +415,10 @@ msgstr ""
|
|
415
415
|
msgid "A backend service [ %s ] is unreachable"
|
416
416
|
msgstr ""
|
417
417
|
|
418
|
-
msgid "A comma-separated list of refs to include during
|
418
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
419
419
|
msgstr ""
|
420
420
|
|
421
|
-
msgid "A comma-separated list of tags to exclude during
|
421
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
422
422
|
msgstr ""
|
423
423
|
|
424
424
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -472,9 +472,6 @@ msgstr ""
|
|
472
472
|
msgid "About page"
|
473
473
|
msgstr ""
|
474
474
|
|
475
|
-
msgid "Abstract"
|
476
|
-
msgstr ""
|
477
|
-
|
478
475
|
msgid "Abstract async task"
|
479
476
|
msgstr ""
|
480
477
|
|
@@ -505,6 +502,15 @@ msgstr ""
|
|
505
502
|
msgid "Activation key"
|
506
503
|
msgstr ""
|
507
504
|
|
505
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
506
|
+
msgstr ""
|
507
|
+
|
508
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
509
|
+
msgstr ""
|
510
|
+
|
511
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
512
|
+
msgstr ""
|
513
|
+
|
508
514
|
msgid "Activation key ID"
|
509
515
|
msgstr ""
|
510
516
|
|
@@ -520,6 +526,9 @@ msgstr ""
|
|
520
526
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
521
527
|
msgstr ""
|
522
528
|
|
529
|
+
msgid "Activation key identifier"
|
530
|
+
msgstr ""
|
531
|
+
|
523
532
|
msgid "Activation key(s) to use during registration"
|
524
533
|
msgstr ""
|
525
534
|
|
@@ -770,6 +779,9 @@ msgid ""
|
|
770
779
|
"%{error_message}"
|
771
780
|
msgstr ""
|
772
781
|
|
782
|
+
msgid "An option to specify how many ostree commits to traverse."
|
783
|
+
msgstr ""
|
784
|
+
|
773
785
|
msgid "Another component already includes content view with ID %s"
|
774
786
|
msgstr ""
|
775
787
|
|
@@ -878,6 +890,12 @@ msgstr ""
|
|
878
890
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
879
891
|
msgstr ""
|
880
892
|
|
893
|
+
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."
|
894
|
+
msgstr ""
|
895
|
+
|
896
|
+
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."
|
897
|
+
msgstr ""
|
898
|
+
|
881
899
|
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."
|
882
900
|
msgstr ""
|
883
901
|
|
@@ -922,6 +940,9 @@ msgstr ""
|
|
922
940
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
923
941
|
msgstr ""
|
924
942
|
|
943
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
944
|
+
msgstr ""
|
945
|
+
|
925
946
|
msgid "Associated location IDs"
|
926
947
|
msgstr ""
|
927
948
|
|
@@ -1177,6 +1198,9 @@ msgstr ""
|
|
1177
1198
|
msgid "Cannot add composite versions to another composite content view"
|
1178
1199
|
msgstr ""
|
1179
1200
|
|
1201
|
+
msgid "Cannot add content view environments from a different organization"
|
1202
|
+
msgstr ""
|
1203
|
+
|
1180
1204
|
msgid "Cannot add default content view to composite content view"
|
1181
1205
|
msgstr ""
|
1182
1206
|
|
@@ -1261,7 +1285,7 @@ msgstr ""
|
|
1261
1285
|
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."
|
1262
1286
|
msgstr ""
|
1263
1287
|
|
1264
|
-
msgid "Cannot install errata: No
|
1288
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1265
1289
|
msgstr ""
|
1266
1290
|
|
1267
1291
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1294,7 +1318,7 @@ msgstr ""
|
|
1294
1318
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1295
1319
|
msgstr ""
|
1296
1320
|
|
1297
|
-
msgid "Cannot remove package(s):
|
1321
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1298
1322
|
msgstr ""
|
1299
1323
|
|
1300
1324
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1318,7 +1342,7 @@ msgstr ""
|
|
1318
1342
|
msgid "Cannot update properties of a container push repository"
|
1319
1343
|
msgstr ""
|
1320
1344
|
|
1321
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1345
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1322
1346
|
msgstr ""
|
1323
1347
|
|
1324
1348
|
msgid "Cannot upload Ansible collections."
|
@@ -1402,6 +1426,12 @@ msgstr ""
|
|
1402
1426
|
msgid "Collapse All"
|
1403
1427
|
msgstr ""
|
1404
1428
|
|
1429
|
+
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."
|
1430
|
+
msgstr ""
|
1431
|
+
|
1432
|
+
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."
|
1433
|
+
msgstr ""
|
1434
|
+
|
1405
1435
|
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."
|
1406
1436
|
msgstr ""
|
1407
1437
|
|
@@ -1414,6 +1444,9 @@ msgstr ""
|
|
1414
1444
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1415
1445
|
msgstr ""
|
1416
1446
|
|
1447
|
+
msgid "Commit upload"
|
1448
|
+
msgstr ""
|
1449
|
+
|
1417
1450
|
msgid "Compare"
|
1418
1451
|
msgstr ""
|
1419
1452
|
|
@@ -1759,15 +1792,24 @@ msgstr ""
|
|
1759
1792
|
msgid "Copy"
|
1760
1793
|
msgstr ""
|
1761
1794
|
|
1795
|
+
msgid "Copy all units"
|
1796
|
+
msgstr ""
|
1797
|
+
|
1762
1798
|
msgid "Copy an activation key"
|
1763
1799
|
msgstr ""
|
1764
1800
|
|
1801
|
+
msgid "Copy content"
|
1802
|
+
msgstr ""
|
1803
|
+
|
1765
1804
|
msgid "Copy content view"
|
1766
1805
|
msgstr ""
|
1767
1806
|
|
1768
1807
|
msgid "Copy to clipboard"
|
1769
1808
|
msgstr ""
|
1770
1809
|
|
1810
|
+
msgid "Copy version"
|
1811
|
+
msgstr ""
|
1812
|
+
|
1771
1813
|
msgid "Copy version units to library"
|
1772
1814
|
msgstr ""
|
1773
1815
|
|
@@ -1855,7 +1897,7 @@ msgstr ""
|
|
1855
1897
|
msgid "Couldn't find content host environment '%s'"
|
1856
1898
|
msgstr ""
|
1857
1899
|
|
1858
|
-
msgid "Couldn't find content view '%
|
1900
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1859
1901
|
msgstr ""
|
1860
1902
|
|
1861
1903
|
msgid "Couldn't find content view version '%s'"
|
@@ -1915,6 +1957,9 @@ msgstr ""
|
|
1915
1957
|
msgid "Create Alternate Content Source"
|
1916
1958
|
msgstr ""
|
1917
1959
|
|
1960
|
+
msgid "Create Container Push Repository Root"
|
1961
|
+
msgstr ""
|
1962
|
+
|
1918
1963
|
msgid "Create Export History"
|
1919
1964
|
msgstr ""
|
1920
1965
|
|
@@ -1972,12 +2017,21 @@ msgstr ""
|
|
1972
2017
|
msgid "Create content view"
|
1973
2018
|
msgstr ""
|
1974
2019
|
|
2020
|
+
msgid "Create exporter"
|
2021
|
+
msgstr ""
|
2022
|
+
|
1975
2023
|
msgid "Create filter"
|
1976
2024
|
msgstr ""
|
1977
2025
|
|
1978
2026
|
msgid "Create host collection"
|
1979
2027
|
msgstr ""
|
1980
2028
|
|
2029
|
+
msgid "Create import"
|
2030
|
+
msgstr ""
|
2031
|
+
|
2032
|
+
msgid "Create importer"
|
2033
|
+
msgstr ""
|
2034
|
+
|
1981
2035
|
msgid "Create new activation key"
|
1982
2036
|
msgstr ""
|
1983
2037
|
|
@@ -1987,6 +2041,12 @@ msgstr ""
|
|
1987
2041
|
msgid "Create package filter rule"
|
1988
2042
|
msgstr ""
|
1989
2043
|
|
2044
|
+
msgid "Create publication"
|
2045
|
+
msgstr ""
|
2046
|
+
|
2047
|
+
msgid "Create remote"
|
2048
|
+
msgstr ""
|
2049
|
+
|
1990
2050
|
msgid "Create rule"
|
1991
2051
|
msgstr ""
|
1992
2052
|
|
@@ -2233,12 +2293,36 @@ msgstr ""
|
|
2233
2293
|
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."
|
2234
2294
|
msgstr ""
|
2235
2295
|
|
2296
|
+
msgid "Delete distributions"
|
2297
|
+
msgstr ""
|
2298
|
+
|
2236
2299
|
msgid "Delete manifest from Red Hat provider"
|
2237
2300
|
msgstr ""
|
2238
2301
|
|
2239
2302
|
msgid "Delete multiple filters from a content view"
|
2240
2303
|
msgstr ""
|
2241
2304
|
|
2305
|
+
msgid "Delete orphan alternate content sources"
|
2306
|
+
msgstr ""
|
2307
|
+
|
2308
|
+
msgid "Delete orphan distributions"
|
2309
|
+
msgstr ""
|
2310
|
+
|
2311
|
+
msgid "Delete orphan remotes"
|
2312
|
+
msgstr ""
|
2313
|
+
|
2314
|
+
msgid "Delete orphan repository versions"
|
2315
|
+
msgstr ""
|
2316
|
+
|
2317
|
+
msgid "Delete orphaned migrated repositories"
|
2318
|
+
msgstr ""
|
2319
|
+
|
2320
|
+
msgid "Delete remote"
|
2321
|
+
msgstr ""
|
2322
|
+
|
2323
|
+
msgid "Delete repository references"
|
2324
|
+
msgstr ""
|
2325
|
+
|
2242
2326
|
msgid "Delete version"
|
2243
2327
|
msgstr ""
|
2244
2328
|
|
@@ -2269,6 +2353,9 @@ msgstr ""
|
|
2269
2353
|
msgid "Deleting versions: {versionList}"
|
2270
2354
|
msgstr ""
|
2271
2355
|
|
2356
|
+
msgid "Depth"
|
2357
|
+
msgstr ""
|
2358
|
+
|
2272
2359
|
msgid "Description"
|
2273
2360
|
msgstr ""
|
2274
2361
|
|
@@ -2332,6 +2419,12 @@ msgstr ""
|
|
2332
2419
|
msgid "Destroy an environment in an organization"
|
2333
2420
|
msgstr ""
|
2334
2421
|
|
2422
|
+
msgid "Destroy exporter"
|
2423
|
+
msgstr ""
|
2424
|
+
|
2425
|
+
msgid "Destroy importer"
|
2426
|
+
msgstr ""
|
2427
|
+
|
2335
2428
|
msgid "Destroy one or more alternate content sources"
|
2336
2429
|
msgstr ""
|
2337
2430
|
|
@@ -2515,6 +2608,9 @@ msgstr ""
|
|
2515
2608
|
msgid "Enable repository sets"
|
2516
2609
|
msgstr ""
|
2517
2610
|
|
2611
|
+
msgid "Enable structured APT for deb content"
|
2612
|
+
msgstr ""
|
2613
|
+
|
2518
2614
|
msgid "Enable/Disable auto publish of composite view"
|
2519
2615
|
msgstr ""
|
2520
2616
|
|
@@ -2566,12 +2662,18 @@ msgstr ""
|
|
2566
2662
|
msgid "Environment ID"
|
2567
2663
|
msgstr ""
|
2568
2664
|
|
2665
|
+
msgid "Environment ID and content view ID must be provided together"
|
2666
|
+
msgstr ""
|
2667
|
+
|
2569
2668
|
msgid "Environment IDs"
|
2570
2669
|
msgstr ""
|
2571
2670
|
|
2572
2671
|
msgid "Environment cannot be in its own promotion path"
|
2573
2672
|
msgstr ""
|
2574
2673
|
|
2674
|
+
msgid "Environment contents refresh"
|
2675
|
+
msgstr ""
|
2676
|
+
|
2575
2677
|
msgid "Environment identifier"
|
2576
2678
|
msgstr ""
|
2577
2679
|
|
@@ -2955,6 +3057,9 @@ msgstr ""
|
|
2955
3057
|
msgid "Generate host applicability"
|
2956
3058
|
msgstr ""
|
2957
3059
|
|
3060
|
+
msgid "Generate metadata"
|
3061
|
+
msgstr ""
|
3062
|
+
|
2958
3063
|
msgid "Generate repository applicability"
|
2959
3064
|
msgstr ""
|
2960
3065
|
|
@@ -3027,12 +3132,18 @@ msgstr ""
|
|
3027
3132
|
msgid "Has to be > 0"
|
3028
3133
|
msgstr ""
|
3029
3134
|
|
3135
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3136
|
+
msgstr ""
|
3137
|
+
|
3030
3138
|
msgid "Help"
|
3031
3139
|
msgstr ""
|
3032
3140
|
|
3033
3141
|
msgid "Helper"
|
3034
3142
|
msgstr ""
|
3035
3143
|
|
3144
|
+
msgid "Hide Reclaim Space Warning"
|
3145
|
+
msgstr ""
|
3146
|
+
|
3036
3147
|
msgid "Hide affected activation keys"
|
3037
3148
|
msgstr ""
|
3038
3149
|
|
@@ -3147,6 +3258,9 @@ msgstr ""
|
|
3147
3258
|
msgid "Host id to list applicable packages for"
|
3148
3259
|
msgstr ""
|
3149
3260
|
|
3261
|
+
msgid "Host identifier"
|
3262
|
+
msgstr ""
|
3263
|
+
|
3150
3264
|
msgid "Host lifecycle support expiration notification"
|
3151
3265
|
msgstr ""
|
3152
3266
|
|
@@ -3246,9 +3360,6 @@ msgstr ""
|
|
3246
3360
|
msgid "ID of the sync plan"
|
3247
3361
|
msgstr ""
|
3248
3362
|
|
3249
|
-
msgid "ID: %s doesn't exist "
|
3250
|
-
msgstr ""
|
3251
|
-
|
3252
3363
|
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."
|
3253
3364
|
msgstr ""
|
3254
3365
|
|
@@ -3306,9 +3417,15 @@ msgstr ""
|
|
3306
3417
|
msgid "Id of the repository to limit verifying checksum on"
|
3307
3418
|
msgstr ""
|
3308
3419
|
|
3420
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3421
|
+
msgstr ""
|
3422
|
+
|
3309
3423
|
msgid "Id of the single content view to be associated with the host."
|
3310
3424
|
msgstr ""
|
3311
3425
|
|
3426
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3427
|
+
msgstr ""
|
3428
|
+
|
3312
3429
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3313
3430
|
msgstr ""
|
3314
3431
|
|
@@ -3359,6 +3476,9 @@ msgstr ""
|
|
3359
3476
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3360
3477
|
msgstr ""
|
3361
3478
|
|
3479
|
+
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'."
|
3480
|
+
msgstr ""
|
3481
|
+
|
3362
3482
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3363
3483
|
msgstr ""
|
3364
3484
|
|
@@ -3380,6 +3500,9 @@ msgstr ""
|
|
3380
3500
|
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/...'."
|
3381
3501
|
msgstr ""
|
3382
3502
|
|
3503
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3504
|
+
msgstr ""
|
3505
|
+
|
3383
3506
|
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."
|
3384
3507
|
msgstr ""
|
3385
3508
|
|
@@ -3467,6 +3590,9 @@ msgstr ""
|
|
3467
3590
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3468
3591
|
msgstr ""
|
3469
3592
|
|
3593
|
+
msgid "Import migration"
|
3594
|
+
msgstr ""
|
3595
|
+
|
3470
3596
|
msgid "Import new manifest"
|
3471
3597
|
msgstr ""
|
3472
3598
|
|
@@ -3476,6 +3602,12 @@ msgstr ""
|
|
3476
3602
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3477
3603
|
msgstr ""
|
3478
3604
|
|
3605
|
+
msgid "Import repository upload"
|
3606
|
+
msgstr ""
|
3607
|
+
|
3608
|
+
msgid "Import upload"
|
3609
|
+
msgstr ""
|
3610
|
+
|
3479
3611
|
msgid "Import uploads into a repository"
|
3480
3612
|
msgstr ""
|
3481
3613
|
|
@@ -3572,6 +3704,9 @@ msgstr ""
|
|
3572
3704
|
msgid "Inherit from Repository"
|
3573
3705
|
msgstr ""
|
3574
3706
|
|
3707
|
+
msgid "Initialize"
|
3708
|
+
msgstr ""
|
3709
|
+
|
3575
3710
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3576
3711
|
msgstr ""
|
3577
3712
|
|
@@ -3872,7 +4007,7 @@ msgstr ""
|
|
3872
4007
|
msgid "Latest version"
|
3873
4008
|
msgstr ""
|
3874
4009
|
|
3875
|
-
msgid "Learn more about adding subscription manifests "
|
4010
|
+
msgid "Learn more about adding subscription manifests in "
|
3876
4011
|
msgstr ""
|
3877
4012
|
|
3878
4013
|
msgid "Legacy UI"
|
@@ -4010,6 +4145,9 @@ msgstr ""
|
|
4010
4145
|
msgid "List content counts for the smart proxy"
|
4011
4146
|
msgstr ""
|
4012
4147
|
|
4148
|
+
msgid "List content view environments"
|
4149
|
+
msgstr ""
|
4150
|
+
|
4013
4151
|
msgid "List content view versions"
|
4014
4152
|
msgstr ""
|
4015
4153
|
|
@@ -4381,6 +4519,15 @@ msgstr ""
|
|
4381
4519
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4382
4520
|
msgstr ""
|
4383
4521
|
|
4522
|
+
msgid "Multi copy all units"
|
4523
|
+
msgstr ""
|
4524
|
+
|
4525
|
+
msgid "Multi copy content"
|
4526
|
+
msgstr ""
|
4527
|
+
|
4528
|
+
msgid "Multi copy units"
|
4529
|
+
msgstr ""
|
4530
|
+
|
4384
4531
|
msgid "Multi-entitlement"
|
4385
4532
|
msgstr ""
|
4386
4533
|
|
@@ -4543,7 +4690,7 @@ msgstr ""
|
|
4543
4690
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4544
4691
|
msgstr ""
|
4545
4692
|
|
4546
|
-
msgid "No available packages found for search term '%s'.
|
4693
|
+
msgid "No available packages found for search term '%s'."
|
4547
4694
|
msgstr ""
|
4548
4695
|
|
4549
4696
|
msgid "No available repository or filter updates"
|
@@ -4561,6 +4708,12 @@ msgstr ""
|
|
4561
4708
|
msgid "No content in selected versions."
|
4562
4709
|
msgstr ""
|
4563
4710
|
|
4711
|
+
msgid "No content view environments found with ids: %{ids}"
|
4712
|
+
msgstr ""
|
4713
|
+
|
4714
|
+
msgid "No content view environments found with names: %{names}"
|
4715
|
+
msgstr ""
|
4716
|
+
|
4564
4717
|
msgid "No content view history events found."
|
4565
4718
|
msgstr ""
|
4566
4719
|
|
@@ -4816,7 +4969,7 @@ msgstr ""
|
|
4816
4969
|
msgid "No syncable repositories found for selected products and options."
|
4817
4970
|
msgstr ""
|
4818
4971
|
|
4819
|
-
msgid "No upgradable packages found for search term '%s'.
|
4972
|
+
msgid "No upgradable packages found for search term '%s'."
|
4820
4973
|
msgstr ""
|
4821
4974
|
|
4822
4975
|
msgid "No upgradable packages found."
|
@@ -5347,6 +5500,9 @@ msgstr ""
|
|
5347
5500
|
msgid "Product Create"
|
5348
5501
|
msgstr ""
|
5349
5502
|
|
5503
|
+
msgid "Product Host Count"
|
5504
|
+
msgstr ""
|
5505
|
+
|
5350
5506
|
msgid "Product ID"
|
5351
5507
|
msgstr ""
|
5352
5508
|
|
@@ -5532,6 +5688,9 @@ msgstr ""
|
|
5532
5688
|
msgid "Pulp task error"
|
5533
5689
|
msgstr ""
|
5534
5690
|
|
5691
|
+
msgid "Purge completed tasks"
|
5692
|
+
msgstr ""
|
5693
|
+
|
5535
5694
|
msgid "Python Package"
|
5536
5695
|
msgstr ""
|
5537
5696
|
|
@@ -5640,6 +5799,9 @@ msgstr ""
|
|
5640
5799
|
msgid "Reclaim Space"
|
5641
5800
|
msgstr ""
|
5642
5801
|
|
5802
|
+
msgid "Reclaim space"
|
5803
|
+
msgstr ""
|
5804
|
+
|
5643
5805
|
msgid "Reclaim space from On Demand repositories"
|
5644
5806
|
msgstr ""
|
5645
5807
|
|
@@ -5703,6 +5865,9 @@ msgstr ""
|
|
5703
5865
|
msgid "Refresh all alternate content sources"
|
5704
5866
|
msgstr ""
|
5705
5867
|
|
5868
|
+
msgid "Refresh all distributions"
|
5869
|
+
msgstr ""
|
5870
|
+
|
5706
5871
|
msgid "Refresh alternate content sources"
|
5707
5872
|
msgstr ""
|
5708
5873
|
|
@@ -5715,15 +5880,27 @@ msgstr ""
|
|
5715
5880
|
msgid "Refresh counts"
|
5716
5881
|
msgstr ""
|
5717
5882
|
|
5883
|
+
msgid "Refresh distribution"
|
5884
|
+
msgstr ""
|
5885
|
+
|
5718
5886
|
msgid "Refresh errata applicability"
|
5719
5887
|
msgstr ""
|
5720
5888
|
|
5889
|
+
msgid "Refresh if needed"
|
5890
|
+
msgstr ""
|
5891
|
+
|
5721
5892
|
msgid "Refresh package applicability"
|
5722
5893
|
msgstr ""
|
5723
5894
|
|
5724
5895
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5725
5896
|
msgstr ""
|
5726
5897
|
|
5898
|
+
msgid "Refresh remote"
|
5899
|
+
msgstr ""
|
5900
|
+
|
5901
|
+
msgid "Refresh repos"
|
5902
|
+
msgstr ""
|
5903
|
+
|
5727
5904
|
msgid "Refresh source"
|
5728
5905
|
msgstr ""
|
5729
5906
|
|
@@ -5862,6 +6039,9 @@ msgstr ""
|
|
5862
6039
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5863
6040
|
msgstr ""
|
5864
6041
|
|
6042
|
+
msgid "Remove orphans"
|
6043
|
+
msgstr ""
|
6044
|
+
|
5865
6045
|
msgid "Remove package group via Katello interface"
|
5866
6046
|
msgstr ""
|
5867
6047
|
|
@@ -5889,6 +6069,12 @@ msgstr ""
|
|
5889
6069
|
msgid "Remove subscriptions from one or more hosts"
|
5890
6070
|
msgstr ""
|
5891
6071
|
|
6072
|
+
msgid "Remove units"
|
6073
|
+
msgstr ""
|
6074
|
+
|
6075
|
+
msgid "Remove unneeded repos"
|
6076
|
+
msgstr ""
|
6077
|
+
|
5892
6078
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5893
6079
|
msgstr ""
|
5894
6080
|
|
@@ -5913,6 +6099,9 @@ msgstr ""
|
|
5913
6099
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5914
6100
|
msgstr ""
|
5915
6101
|
|
6102
|
+
msgid "Repair"
|
6103
|
+
msgstr ""
|
6104
|
+
|
5916
6105
|
msgid "Replace content source on the target machine"
|
5917
6106
|
msgstr ""
|
5918
6107
|
|
@@ -5931,12 +6120,18 @@ msgstr ""
|
|
5931
6120
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5932
6121
|
msgstr ""
|
5933
6122
|
|
6123
|
+
msgid "Repositories certs reset"
|
6124
|
+
msgstr ""
|
6125
|
+
|
5934
6126
|
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."
|
5935
6127
|
msgstr ""
|
5936
6128
|
|
5937
6129
|
msgid "Repositories from published Content Views are not allowed."
|
5938
6130
|
msgstr ""
|
5939
6131
|
|
6132
|
+
msgid "Repositories gpg reset"
|
6133
|
+
msgstr ""
|
6134
|
+
|
5940
6135
|
msgid "Repository"
|
5941
6136
|
msgstr ""
|
5942
6137
|
|
@@ -6108,6 +6303,9 @@ msgstr ""
|
|
6108
6303
|
msgid "Return Red Hat (non-custom) products only"
|
6109
6304
|
msgstr ""
|
6110
6305
|
|
6306
|
+
msgid "Return a list of installed packages distinct by name"
|
6307
|
+
msgstr ""
|
6308
|
+
|
6111
6309
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6112
6310
|
msgstr ""
|
6113
6311
|
|
@@ -6264,9 +6462,27 @@ msgstr ""
|
|
6264
6462
|
msgid "Save"
|
6265
6463
|
msgstr ""
|
6266
6464
|
|
6465
|
+
msgid "Save artifact"
|
6466
|
+
msgstr ""
|
6467
|
+
|
6468
|
+
msgid "Save distribution references"
|
6469
|
+
msgstr ""
|
6470
|
+
|
6471
|
+
msgid "Save publication"
|
6472
|
+
msgstr ""
|
6473
|
+
|
6474
|
+
msgid "Save version"
|
6475
|
+
msgstr ""
|
6476
|
+
|
6477
|
+
msgid "Save versions"
|
6478
|
+
msgstr ""
|
6479
|
+
|
6267
6480
|
msgid "Saving alternate content source..."
|
6268
6481
|
msgstr ""
|
6269
6482
|
|
6483
|
+
msgid "Scan cdn"
|
6484
|
+
msgstr ""
|
6485
|
+
|
6270
6486
|
msgid "Schema version 1"
|
6271
6487
|
msgstr ""
|
6272
6488
|
|
@@ -7047,6 +7263,9 @@ msgstr ""
|
|
7047
7263
|
msgid "Supported Content Types"
|
7048
7264
|
msgstr ""
|
7049
7265
|
|
7266
|
+
msgid "Sync"
|
7267
|
+
msgstr ""
|
7268
|
+
|
7050
7269
|
msgid "Sync Canceled"
|
7051
7270
|
msgstr ""
|
7052
7271
|
|
@@ -7624,6 +7843,9 @@ msgstr ""
|
|
7624
7843
|
msgid "To manage packages, select an action."
|
7625
7844
|
msgstr ""
|
7626
7845
|
|
7846
|
+
msgid "Toggle"
|
7847
|
+
msgstr ""
|
7848
|
+
|
7627
7849
|
msgid "Total steps: "
|
7628
7850
|
msgstr ""
|
7629
7851
|
|
@@ -7918,6 +8140,9 @@ msgstr ""
|
|
7918
8140
|
msgid "Update content view environments for host %s"
|
7919
8141
|
msgstr ""
|
7920
8142
|
|
8143
|
+
msgid "Update distributions"
|
8144
|
+
msgstr ""
|
8145
|
+
|
7921
8146
|
msgid "Update hosts manually"
|
7922
8147
|
msgstr ""
|
7923
8148
|
|
@@ -7951,6 +8176,12 @@ msgstr ""
|
|
7951
8176
|
msgid "Update release version for host %s"
|
7952
8177
|
msgstr ""
|
7953
8178
|
|
8179
|
+
msgid "Update remote"
|
8180
|
+
msgstr ""
|
8181
|
+
|
8182
|
+
msgid "Update repository"
|
8183
|
+
msgstr ""
|
8184
|
+
|
7954
8185
|
msgid "Update services requiring restart"
|
7955
8186
|
msgstr ""
|
7956
8187
|
|
@@ -8041,6 +8272,12 @@ msgstr ""
|
|
8041
8272
|
msgid "Upload a subscription manifest"
|
8042
8273
|
msgstr ""
|
8043
8274
|
|
8275
|
+
msgid "Upload content"
|
8276
|
+
msgstr ""
|
8277
|
+
|
8278
|
+
msgid "Upload file"
|
8279
|
+
msgstr ""
|
8280
|
+
|
8044
8281
|
msgid "Upload into"
|
8045
8282
|
msgstr ""
|
8046
8283
|
|
@@ -8050,6 +8287,9 @@ msgstr ""
|
|
8050
8287
|
msgid "Upload request id"
|
8051
8288
|
msgstr ""
|
8052
8289
|
|
8290
|
+
msgid "Upload tag"
|
8291
|
+
msgstr ""
|
8292
|
+
|
8053
8293
|
msgid "Upstream Candlepin"
|
8054
8294
|
msgstr ""
|
8055
8295
|
|
@@ -8632,9 +8872,6 @@ msgstr ""
|
|
8632
8872
|
msgid "content view filter rule identifier"
|
8633
8873
|
msgstr ""
|
8634
8874
|
|
8635
|
-
msgid "content view id"
|
8636
|
-
msgstr ""
|
8637
|
-
|
8638
8875
|
msgid "content view identifier"
|
8639
8876
|
msgstr ""
|
8640
8877
|
|
@@ -8722,12 +8959,6 @@ msgstr ""
|
|
8722
8959
|
msgid "enhancements"
|
8723
8960
|
msgstr ""
|
8724
8961
|
|
8725
|
-
msgid "environment"
|
8726
|
-
msgstr ""
|
8727
|
-
|
8728
|
-
msgid "environment id"
|
8729
|
-
msgstr ""
|
8730
|
-
|
8731
8962
|
msgid "environment identifier"
|
8732
8963
|
msgstr ""
|
8733
8964
|
|
@@ -8998,9 +9229,6 @@ msgstr ""
|
|
8998
9229
|
msgid "name of the subscription"
|
8999
9230
|
msgstr ""
|
9000
9231
|
|
9001
|
-
msgid "name: %s doesn't exist "
|
9002
|
-
msgstr ""
|
9003
|
-
|
9004
9232
|
msgid "new name for the filter"
|
9005
9233
|
msgstr ""
|
9006
9234
|
|
@@ -9169,6 +9397,9 @@ msgstr ""
|
|
9169
9397
|
msgid "system registration"
|
9170
9398
|
msgstr ""
|
9171
9399
|
|
9400
|
+
msgid "the documentation."
|
9401
|
+
msgstr ""
|
9402
|
+
|
9172
9403
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9173
9404
|
msgstr ""
|
9174
9405
|
|