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
@@ -410,10 +410,10 @@
|
|
410
410
|
"A backend service [ %s ] is unreachable": [
|
411
411
|
""
|
412
412
|
],
|
413
|
-
"A comma-separated list of refs to include during
|
413
|
+
"A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
|
414
414
|
""
|
415
415
|
],
|
416
|
-
"A comma-separated list of tags to exclude during
|
416
|
+
"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
|
""
|
418
418
|
],
|
419
419
|
"A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
|
@@ -467,9 +467,6 @@
|
|
467
467
|
"About page": [
|
468
468
|
""
|
469
469
|
],
|
470
|
-
"Abstract": [
|
471
|
-
""
|
472
|
-
],
|
473
470
|
"Abstract async task": [
|
474
471
|
""
|
475
472
|
],
|
@@ -500,6 +497,15 @@
|
|
500
497
|
"Activation key": [
|
501
498
|
"Aktivační klíč"
|
502
499
|
],
|
500
|
+
"Activation key %s has more than one content view. Use #content_views instead.": [
|
501
|
+
""
|
502
|
+
],
|
503
|
+
"Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
|
504
|
+
""
|
505
|
+
],
|
506
|
+
"Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
|
507
|
+
""
|
508
|
+
],
|
503
509
|
"Activation key ID": [
|
504
510
|
"Identif. aktivačního klíče"
|
505
511
|
],
|
@@ -515,6 +521,9 @@
|
|
515
521
|
"Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
|
516
522
|
""
|
517
523
|
],
|
524
|
+
"Activation key identifier": [
|
525
|
+
""
|
526
|
+
],
|
518
527
|
"Activation key(s) to use during registration": [
|
519
528
|
""
|
520
529
|
],
|
@@ -761,6 +770,9 @@
|
|
761
770
|
"An error occurred during upload \\n%{error_message}": [
|
762
771
|
""
|
763
772
|
],
|
773
|
+
"An option to specify how many ostree commits to traverse.": [
|
774
|
+
""
|
775
|
+
],
|
764
776
|
"Another component already includes content view with ID %s": [
|
765
777
|
""
|
766
778
|
],
|
@@ -869,6 +881,12 @@
|
|
869
881
|
"Array of content view component IDs to remove. Identifier of the component association": [
|
870
882
|
""
|
871
883
|
],
|
884
|
+
"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.": [
|
885
|
+
""
|
886
|
+
],
|
887
|
+
"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.": [
|
888
|
+
""
|
889
|
+
],
|
872
890
|
"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.": [
|
873
891
|
""
|
874
892
|
],
|
@@ -912,6 +930,9 @@
|
|
912
930
|
"Assigning a host to multiple content view environments is not enabled.": [
|
913
931
|
""
|
914
932
|
],
|
933
|
+
"Assigning an activation key to multiple content view environments is not enabled.": [
|
934
|
+
""
|
935
|
+
],
|
915
936
|
"Associated location IDs": [
|
916
937
|
""
|
917
938
|
],
|
@@ -1167,6 +1188,9 @@
|
|
1167
1188
|
"Cannot add composite versions to another composite content view": [
|
1168
1189
|
""
|
1169
1190
|
],
|
1191
|
+
"Cannot add content view environments from a different organization": [
|
1192
|
+
""
|
1193
|
+
],
|
1170
1194
|
"Cannot add default content view to composite content view": [
|
1171
1195
|
""
|
1172
1196
|
],
|
@@ -1251,7 +1275,7 @@
|
|
1251
1275
|
"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.": [
|
1252
1276
|
""
|
1253
1277
|
],
|
1254
|
-
"Cannot install errata: No
|
1278
|
+
"Cannot install errata: No errata found for search term '%s'": [
|
1255
1279
|
""
|
1256
1280
|
],
|
1257
1281
|
"Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
|
@@ -1284,7 +1308,7 @@
|
|
1284
1308
|
"Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
|
1285
1309
|
""
|
1286
1310
|
],
|
1287
|
-
"Cannot remove package(s):
|
1311
|
+
"Cannot remove package(s): No installed packages found for search term '%s'.": [
|
1288
1312
|
""
|
1289
1313
|
],
|
1290
1314
|
"Cannot set attribute %{attr} for content type %{type}": [
|
@@ -1308,7 +1332,7 @@
|
|
1308
1332
|
"Cannot update properties of a container push repository": [
|
1309
1333
|
""
|
1310
1334
|
],
|
1311
|
-
"Cannot upgrade packages: No installed packages found for search term '%s'": [
|
1335
|
+
"Cannot upgrade packages: No installed packages found for search term '%s'.": [
|
1312
1336
|
""
|
1313
1337
|
],
|
1314
1338
|
"Cannot upload Ansible collections.": [
|
@@ -1392,6 +1416,12 @@
|
|
1392
1416
|
"Collapse All": [
|
1393
1417
|
"Sbalit vše"
|
1394
1418
|
],
|
1419
|
+
"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.": [
|
1420
|
+
""
|
1421
|
+
],
|
1422
|
+
"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.": [
|
1423
|
+
""
|
1424
|
+
],
|
1395
1425
|
"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.": [
|
1396
1426
|
""
|
1397
1427
|
],
|
@@ -1404,6 +1434,9 @@
|
|
1404
1434
|
"Comma-separated list of tags to sync for a container image repository": [
|
1405
1435
|
""
|
1406
1436
|
],
|
1437
|
+
"Commit upload": [
|
1438
|
+
""
|
1439
|
+
],
|
1407
1440
|
"Compare": [
|
1408
1441
|
""
|
1409
1442
|
],
|
@@ -1749,15 +1782,24 @@
|
|
1749
1782
|
"Copy": [
|
1750
1783
|
""
|
1751
1784
|
],
|
1785
|
+
"Copy all units": [
|
1786
|
+
""
|
1787
|
+
],
|
1752
1788
|
"Copy an activation key": [
|
1753
1789
|
"Zkopírovat aktivační klíč"
|
1754
1790
|
],
|
1791
|
+
"Copy content": [
|
1792
|
+
""
|
1793
|
+
],
|
1755
1794
|
"Copy content view": [
|
1756
1795
|
""
|
1757
1796
|
],
|
1758
1797
|
"Copy to clipboard": [
|
1759
1798
|
"Zkopírovat do schránky"
|
1760
1799
|
],
|
1800
|
+
"Copy version": [
|
1801
|
+
""
|
1802
|
+
],
|
1761
1803
|
"Copy version units to library": [
|
1762
1804
|
""
|
1763
1805
|
],
|
@@ -1845,7 +1887,7 @@
|
|
1845
1887
|
"Couldn't find content host environment '%s'": [
|
1846
1888
|
""
|
1847
1889
|
],
|
1848
|
-
"Couldn't find content view '%
|
1890
|
+
"Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
|
1849
1891
|
""
|
1850
1892
|
],
|
1851
1893
|
"Couldn't find content view version '%s'": [
|
@@ -1905,6 +1947,9 @@
|
|
1905
1947
|
"Create Alternate Content Source": [
|
1906
1948
|
""
|
1907
1949
|
],
|
1950
|
+
"Create Container Push Repository Root": [
|
1951
|
+
""
|
1952
|
+
],
|
1908
1953
|
"Create Export History": [
|
1909
1954
|
""
|
1910
1955
|
],
|
@@ -1962,12 +2007,21 @@
|
|
1962
2007
|
"Create content view": [
|
1963
2008
|
""
|
1964
2009
|
],
|
2010
|
+
"Create exporter": [
|
2011
|
+
""
|
2012
|
+
],
|
1965
2013
|
"Create filter": [
|
1966
2014
|
""
|
1967
2015
|
],
|
1968
2016
|
"Create host collection": [
|
1969
2017
|
""
|
1970
2018
|
],
|
2019
|
+
"Create import": [
|
2020
|
+
""
|
2021
|
+
],
|
2022
|
+
"Create importer": [
|
2023
|
+
""
|
2024
|
+
],
|
1971
2025
|
"Create new activation key": [
|
1972
2026
|
""
|
1973
2027
|
],
|
@@ -1977,6 +2031,12 @@
|
|
1977
2031
|
"Create package filter rule": [
|
1978
2032
|
""
|
1979
2033
|
],
|
2034
|
+
"Create publication": [
|
2035
|
+
""
|
2036
|
+
],
|
2037
|
+
"Create remote": [
|
2038
|
+
""
|
2039
|
+
],
|
1980
2040
|
"Create rule": [
|
1981
2041
|
""
|
1982
2042
|
],
|
@@ -2223,12 +2283,36 @@
|
|
2223
2283
|
"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.": [
|
2224
2284
|
""
|
2225
2285
|
],
|
2286
|
+
"Delete distributions": [
|
2287
|
+
""
|
2288
|
+
],
|
2226
2289
|
"Delete manifest from Red Hat provider": [
|
2227
2290
|
""
|
2228
2291
|
],
|
2229
2292
|
"Delete multiple filters from a content view": [
|
2230
2293
|
""
|
2231
2294
|
],
|
2295
|
+
"Delete orphan alternate content sources": [
|
2296
|
+
""
|
2297
|
+
],
|
2298
|
+
"Delete orphan distributions": [
|
2299
|
+
""
|
2300
|
+
],
|
2301
|
+
"Delete orphan remotes": [
|
2302
|
+
""
|
2303
|
+
],
|
2304
|
+
"Delete orphan repository versions": [
|
2305
|
+
""
|
2306
|
+
],
|
2307
|
+
"Delete orphaned migrated repositories": [
|
2308
|
+
""
|
2309
|
+
],
|
2310
|
+
"Delete remote": [
|
2311
|
+
""
|
2312
|
+
],
|
2313
|
+
"Delete repository references": [
|
2314
|
+
""
|
2315
|
+
],
|
2232
2316
|
"Delete version": [
|
2233
2317
|
""
|
2234
2318
|
],
|
@@ -2259,6 +2343,9 @@
|
|
2259
2343
|
"Deleting versions: {versionList}": [
|
2260
2344
|
""
|
2261
2345
|
],
|
2346
|
+
"Depth": [
|
2347
|
+
""
|
2348
|
+
],
|
2262
2349
|
"Description": [
|
2263
2350
|
"Popis"
|
2264
2351
|
],
|
@@ -2322,6 +2409,12 @@
|
|
2322
2409
|
"Destroy an environment in an organization": [
|
2323
2410
|
"Zlikvidovat prostředí v organizaci"
|
2324
2411
|
],
|
2412
|
+
"Destroy exporter": [
|
2413
|
+
""
|
2414
|
+
],
|
2415
|
+
"Destroy importer": [
|
2416
|
+
""
|
2417
|
+
],
|
2325
2418
|
"Destroy one or more alternate content sources": [
|
2326
2419
|
""
|
2327
2420
|
],
|
@@ -2505,6 +2598,9 @@
|
|
2505
2598
|
"Enable repository sets": [
|
2506
2599
|
""
|
2507
2600
|
],
|
2601
|
+
"Enable structured APT for deb content": [
|
2602
|
+
""
|
2603
|
+
],
|
2508
2604
|
"Enable/Disable auto publish of composite view": [
|
2509
2605
|
""
|
2510
2606
|
],
|
@@ -2556,12 +2652,18 @@
|
|
2556
2652
|
"Environment ID": [
|
2557
2653
|
""
|
2558
2654
|
],
|
2655
|
+
"Environment ID and content view ID must be provided together": [
|
2656
|
+
""
|
2657
|
+
],
|
2559
2658
|
"Environment IDs": [
|
2560
2659
|
"Identifikátory prostředí"
|
2561
2660
|
],
|
2562
2661
|
"Environment cannot be in its own promotion path": [
|
2563
2662
|
""
|
2564
2663
|
],
|
2664
|
+
"Environment contents refresh": [
|
2665
|
+
""
|
2666
|
+
],
|
2565
2667
|
"Environment identifier": [
|
2566
2668
|
"Identifikátor prostředí"
|
2567
2669
|
],
|
@@ -2943,6 +3045,9 @@
|
|
2943
3045
|
"Generate host applicability": [
|
2944
3046
|
""
|
2945
3047
|
],
|
3048
|
+
"Generate metadata": [
|
3049
|
+
""
|
3050
|
+
],
|
2946
3051
|
"Generate repository applicability": [
|
2947
3052
|
""
|
2948
3053
|
],
|
@@ -3015,12 +3120,18 @@
|
|
3015
3120
|
"Has to be > 0": [
|
3016
3121
|
""
|
3017
3122
|
],
|
3123
|
+
"Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
|
3124
|
+
""
|
3125
|
+
],
|
3018
3126
|
"Help": [
|
3019
3127
|
""
|
3020
3128
|
],
|
3021
3129
|
"Helper": [
|
3022
3130
|
""
|
3023
3131
|
],
|
3132
|
+
"Hide Reclaim Space Warning": [
|
3133
|
+
""
|
3134
|
+
],
|
3024
3135
|
"Hide affected activation keys": [
|
3025
3136
|
""
|
3026
3137
|
],
|
@@ -3135,6 +3246,9 @@
|
|
3135
3246
|
"Host id to list applicable packages for": [
|
3136
3247
|
""
|
3137
3248
|
],
|
3249
|
+
"Host identifier": [
|
3250
|
+
""
|
3251
|
+
],
|
3138
3252
|
"Host lifecycle support expiration notification": [
|
3139
3253
|
""
|
3140
3254
|
],
|
@@ -3234,9 +3348,6 @@
|
|
3234
3348
|
"ID of the sync plan": [
|
3235
3349
|
"Identif. plánu synchronizace"
|
3236
3350
|
],
|
3237
|
-
"ID: %s doesn't exist ": [
|
3238
|
-
"Identif.: %s neexistuje"
|
3239
|
-
],
|
3240
3351
|
"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.": [
|
3241
3352
|
""
|
3242
3353
|
],
|
@@ -3294,9 +3405,15 @@
|
|
3294
3405
|
"Id of the repository to limit verifying checksum on": [
|
3295
3406
|
""
|
3296
3407
|
],
|
3408
|
+
"Id of the single content view to be associated with the activation key.": [
|
3409
|
+
""
|
3410
|
+
],
|
3297
3411
|
"Id of the single content view to be associated with the host.": [
|
3298
3412
|
""
|
3299
3413
|
],
|
3414
|
+
"Id of the single lifecycle environment to be associated with the activation key.": [
|
3415
|
+
""
|
3416
|
+
],
|
3300
3417
|
"Id of the single lifecycle environment to be associated with the host.": [
|
3301
3418
|
""
|
3302
3419
|
],
|
@@ -3345,6 +3462,9 @@
|
|
3345
3462
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
3346
3463
|
""
|
3347
3464
|
],
|
3465
|
+
"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'.": [
|
3466
|
+
""
|
3467
|
+
],
|
3348
3468
|
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
3349
3469
|
""
|
3350
3470
|
],
|
@@ -3366,6 +3486,9 @@
|
|
3366
3486
|
"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/...'.": [
|
3367
3487
|
""
|
3368
3488
|
],
|
3489
|
+
"If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
|
3490
|
+
""
|
3491
|
+
],
|
3369
3492
|
"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.": [
|
3370
3493
|
""
|
3371
3494
|
],
|
@@ -3453,6 +3576,9 @@
|
|
3453
3576
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3454
3577
|
""
|
3455
3578
|
],
|
3579
|
+
"Import migration": [
|
3580
|
+
""
|
3581
|
+
],
|
3456
3582
|
"Import new manifest": [
|
3457
3583
|
""
|
3458
3584
|
],
|
@@ -3462,6 +3588,12 @@
|
|
3462
3588
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3463
3589
|
""
|
3464
3590
|
],
|
3591
|
+
"Import repository upload": [
|
3592
|
+
""
|
3593
|
+
],
|
3594
|
+
"Import upload": [
|
3595
|
+
""
|
3596
|
+
],
|
3465
3597
|
"Import uploads into a repository": [
|
3466
3598
|
"Importovat nahrané do repozitáře"
|
3467
3599
|
],
|
@@ -3558,6 +3690,9 @@
|
|
3558
3690
|
"Inherit from Repository": [
|
3559
3691
|
"Převzít z repozitáře"
|
3560
3692
|
],
|
3693
|
+
"Initialize": [
|
3694
|
+
""
|
3695
|
+
],
|
3561
3696
|
"Initiate a sync of the products attached to the sync plan": [
|
3562
3697
|
""
|
3563
3698
|
],
|
@@ -3858,7 +3993,7 @@
|
|
3858
3993
|
"Latest version": [
|
3859
3994
|
""
|
3860
3995
|
],
|
3861
|
-
"Learn more about adding subscription manifests ": [
|
3996
|
+
"Learn more about adding subscription manifests in ": [
|
3862
3997
|
""
|
3863
3998
|
],
|
3864
3999
|
"Legacy UI": [
|
@@ -3996,6 +4131,9 @@
|
|
3996
4131
|
"List content counts for the smart proxy": [
|
3997
4132
|
""
|
3998
4133
|
],
|
4134
|
+
"List content view environments": [
|
4135
|
+
""
|
4136
|
+
],
|
3999
4137
|
"List content view versions": [
|
4000
4138
|
""
|
4001
4139
|
],
|
@@ -4365,6 +4503,15 @@
|
|
4365
4503
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4366
4504
|
""
|
4367
4505
|
],
|
4506
|
+
"Multi copy all units": [
|
4507
|
+
""
|
4508
|
+
],
|
4509
|
+
"Multi copy content": [
|
4510
|
+
""
|
4511
|
+
],
|
4512
|
+
"Multi copy units": [
|
4513
|
+
""
|
4514
|
+
],
|
4368
4515
|
"Multi-entitlement": [
|
4369
4516
|
""
|
4370
4517
|
],
|
@@ -4521,7 +4668,7 @@
|
|
4521
4668
|
"No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
|
4522
4669
|
""
|
4523
4670
|
],
|
4524
|
-
"No available packages found for search term '%s'.
|
4671
|
+
"No available packages found for search term '%s'.": [
|
4525
4672
|
""
|
4526
4673
|
],
|
4527
4674
|
"No available repository or filter updates": [
|
@@ -4539,6 +4686,12 @@
|
|
4539
4686
|
"No content in selected versions.": [
|
4540
4687
|
""
|
4541
4688
|
],
|
4689
|
+
"No content view environments found with ids: %{ids}": [
|
4690
|
+
""
|
4691
|
+
],
|
4692
|
+
"No content view environments found with names: %{names}": [
|
4693
|
+
""
|
4694
|
+
],
|
4542
4695
|
"No content view history events found.": [
|
4543
4696
|
""
|
4544
4697
|
],
|
@@ -4794,7 +4947,7 @@
|
|
4794
4947
|
"No syncable repositories found for selected products and options.": [
|
4795
4948
|
""
|
4796
4949
|
],
|
4797
|
-
"No upgradable packages found for search term '%s'.
|
4950
|
+
"No upgradable packages found for search term '%s'.": [
|
4798
4951
|
""
|
4799
4952
|
],
|
4800
4953
|
"No upgradable packages found.": [
|
@@ -5325,6 +5478,9 @@
|
|
5325
5478
|
"Product Create": [
|
5326
5479
|
"Vytvořit produkt"
|
5327
5480
|
],
|
5481
|
+
"Product Host Count": [
|
5482
|
+
""
|
5483
|
+
],
|
5328
5484
|
"Product ID": [
|
5329
5485
|
"Identifikátor produktu"
|
5330
5486
|
],
|
@@ -5508,6 +5664,9 @@
|
|
5508
5664
|
"Pulp task error": [
|
5509
5665
|
""
|
5510
5666
|
],
|
5667
|
+
"Purge completed tasks": [
|
5668
|
+
""
|
5669
|
+
],
|
5511
5670
|
"Python Package": [
|
5512
5671
|
""
|
5513
5672
|
],
|
@@ -5616,6 +5775,9 @@
|
|
5616
5775
|
"Reclaim Space": [
|
5617
5776
|
""
|
5618
5777
|
],
|
5778
|
+
"Reclaim space": [
|
5779
|
+
""
|
5780
|
+
],
|
5619
5781
|
"Reclaim space from On Demand repositories": [
|
5620
5782
|
""
|
5621
5783
|
],
|
@@ -5679,6 +5841,9 @@
|
|
5679
5841
|
"Refresh all alternate content sources": [
|
5680
5842
|
""
|
5681
5843
|
],
|
5844
|
+
"Refresh all distributions": [
|
5845
|
+
""
|
5846
|
+
],
|
5682
5847
|
"Refresh alternate content sources": [
|
5683
5848
|
""
|
5684
5849
|
],
|
@@ -5691,15 +5856,27 @@
|
|
5691
5856
|
"Refresh counts": [
|
5692
5857
|
""
|
5693
5858
|
],
|
5859
|
+
"Refresh distribution": [
|
5860
|
+
""
|
5861
|
+
],
|
5694
5862
|
"Refresh errata applicability": [
|
5695
5863
|
""
|
5696
5864
|
],
|
5865
|
+
"Refresh if needed": [
|
5866
|
+
""
|
5867
|
+
],
|
5697
5868
|
"Refresh package applicability": [
|
5698
5869
|
""
|
5699
5870
|
],
|
5700
5871
|
"Refresh previously imported manifest for Red Hat provider": [
|
5701
5872
|
""
|
5702
5873
|
],
|
5874
|
+
"Refresh remote": [
|
5875
|
+
""
|
5876
|
+
],
|
5877
|
+
"Refresh repos": [
|
5878
|
+
""
|
5879
|
+
],
|
5703
5880
|
"Refresh source": [
|
5704
5881
|
""
|
5705
5882
|
],
|
@@ -5838,6 +6015,9 @@
|
|
5838
6015
|
"Remove one or more subscriptions from an upstream manifest": [
|
5839
6016
|
""
|
5840
6017
|
],
|
6018
|
+
"Remove orphans": [
|
6019
|
+
""
|
6020
|
+
],
|
5841
6021
|
"Remove package group via Katello interface": [
|
5842
6022
|
"Odebrat skupinu balíčků prostřednictvím rozhraní Katello"
|
5843
6023
|
],
|
@@ -5865,6 +6045,12 @@
|
|
5865
6045
|
"Remove subscriptions from one or more hosts": [
|
5866
6046
|
"Odebrat předplatné jednomu čí více strojům"
|
5867
6047
|
],
|
6048
|
+
"Remove units": [
|
6049
|
+
""
|
6050
|
+
],
|
6051
|
+
"Remove unneeded repos": [
|
6052
|
+
""
|
6053
|
+
],
|
5868
6054
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
5869
6055
|
"Odebrat verze a/nebo prostředí z pohledu na obsah a znovu přiřadit systémy a klíče"
|
5870
6056
|
],
|
@@ -5889,6 +6075,9 @@
|
|
5889
6075
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
5890
6076
|
""
|
5891
6077
|
],
|
6078
|
+
"Repair": [
|
6079
|
+
""
|
6080
|
+
],
|
5892
6081
|
"Replace content source on the target machine": [
|
5893
6082
|
""
|
5894
6083
|
],
|
@@ -5907,12 +6096,18 @@
|
|
5907
6096
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
5908
6097
|
""
|
5909
6098
|
],
|
6099
|
+
"Repositories certs reset": [
|
6100
|
+
""
|
6101
|
+
],
|
5910
6102
|
"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.": [
|
5911
6103
|
""
|
5912
6104
|
],
|
5913
6105
|
"Repositories from published Content Views are not allowed.": [
|
5914
6106
|
""
|
5915
6107
|
],
|
6108
|
+
"Repositories gpg reset": [
|
6109
|
+
""
|
6110
|
+
],
|
5916
6111
|
"Repository": [
|
5917
6112
|
"Repozitář"
|
5918
6113
|
],
|
@@ -6084,6 +6279,9 @@
|
|
6084
6279
|
"Return Red Hat (non-custom) products only": [
|
6085
6280
|
"Vrátit pouze Red Hat (ne uživatelsky určené) produkty"
|
6086
6281
|
],
|
6282
|
+
"Return a list of installed packages distinct by name": [
|
6283
|
+
""
|
6284
|
+
],
|
6087
6285
|
"Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
|
6088
6286
|
""
|
6089
6287
|
],
|
@@ -6240,9 +6438,27 @@
|
|
6240
6438
|
"Save": [
|
6241
6439
|
"Uložit"
|
6242
6440
|
],
|
6441
|
+
"Save artifact": [
|
6442
|
+
""
|
6443
|
+
],
|
6444
|
+
"Save distribution references": [
|
6445
|
+
""
|
6446
|
+
],
|
6447
|
+
"Save publication": [
|
6448
|
+
""
|
6449
|
+
],
|
6450
|
+
"Save version": [
|
6451
|
+
""
|
6452
|
+
],
|
6453
|
+
"Save versions": [
|
6454
|
+
""
|
6455
|
+
],
|
6243
6456
|
"Saving alternate content source...": [
|
6244
6457
|
""
|
6245
6458
|
],
|
6459
|
+
"Scan cdn": [
|
6460
|
+
""
|
6461
|
+
],
|
6246
6462
|
"Schema version 1": [
|
6247
6463
|
""
|
6248
6464
|
],
|
@@ -7023,6 +7239,9 @@
|
|
7023
7239
|
"Supported Content Types": [
|
7024
7240
|
""
|
7025
7241
|
],
|
7242
|
+
"Sync": [
|
7243
|
+
""
|
7244
|
+
],
|
7026
7245
|
"Sync Canceled": [
|
7027
7246
|
"Synchronizace zrušena"
|
7028
7247
|
],
|
@@ -7596,6 +7815,9 @@
|
|
7596
7815
|
"To manage packages, select an action.": [
|
7597
7816
|
""
|
7598
7817
|
],
|
7818
|
+
"Toggle": [
|
7819
|
+
""
|
7820
|
+
],
|
7599
7821
|
"Total steps: ": [
|
7600
7822
|
""
|
7601
7823
|
],
|
@@ -7890,6 +8112,9 @@
|
|
7890
8112
|
"Update content view environments for host %s": [
|
7891
8113
|
""
|
7892
8114
|
],
|
8115
|
+
"Update distributions": [
|
8116
|
+
""
|
8117
|
+
],
|
7893
8118
|
"Update hosts manually": [
|
7894
8119
|
""
|
7895
8120
|
],
|
@@ -7923,6 +8148,12 @@
|
|
7923
8148
|
"Update release version for host %s": [
|
7924
8149
|
"Aktualizovat verzi vydání pro stroj %s"
|
7925
8150
|
],
|
8151
|
+
"Update remote": [
|
8152
|
+
""
|
8153
|
+
],
|
8154
|
+
"Update repository": [
|
8155
|
+
""
|
8156
|
+
],
|
7926
8157
|
"Update services requiring restart": [
|
7927
8158
|
""
|
7928
8159
|
],
|
@@ -8013,6 +8244,12 @@
|
|
8013
8244
|
"Upload a subscription manifest": [
|
8014
8245
|
""
|
8015
8246
|
],
|
8247
|
+
"Upload content": [
|
8248
|
+
""
|
8249
|
+
],
|
8250
|
+
"Upload file": [
|
8251
|
+
""
|
8252
|
+
],
|
8016
8253
|
"Upload into": [
|
8017
8254
|
"Nahrát do"
|
8018
8255
|
],
|
@@ -8022,6 +8259,9 @@
|
|
8022
8259
|
"Upload request id": [
|
8023
8260
|
""
|
8024
8261
|
],
|
8262
|
+
"Upload tag": [
|
8263
|
+
""
|
8264
|
+
],
|
8025
8265
|
"Upstream Candlepin": [
|
8026
8266
|
""
|
8027
8267
|
],
|
@@ -8604,9 +8844,6 @@
|
|
8604
8844
|
"content view filter rule identifier": [
|
8605
8845
|
""
|
8606
8846
|
],
|
8607
|
-
"content view id": [
|
8608
|
-
"identifikátor pohledu na obsah"
|
8609
|
-
],
|
8610
8847
|
"content view identifier": [
|
8611
8848
|
""
|
8612
8849
|
],
|
@@ -8694,12 +8931,6 @@
|
|
8694
8931
|
"enhancements": [
|
8695
8932
|
""
|
8696
8933
|
],
|
8697
|
-
"environment": [
|
8698
|
-
"prostředí"
|
8699
|
-
],
|
8700
|
-
"environment id": [
|
8701
|
-
"identifikátor prostředí"
|
8702
|
-
],
|
8703
8934
|
"environment identifier": [
|
8704
8935
|
"identifikátor prostředí"
|
8705
8936
|
],
|
@@ -8970,9 +9201,6 @@
|
|
8970
9201
|
"name of the subscription": [
|
8971
9202
|
""
|
8972
9203
|
],
|
8973
|
-
"name: %s doesn't exist ": [
|
8974
|
-
"název: %s neexistuje "
|
8975
|
-
],
|
8976
9204
|
"new name for the filter": [
|
8977
9205
|
"nový název pro filtr"
|
8978
9206
|
],
|
@@ -9141,6 +9369,9 @@
|
|
9141
9369
|
"system registration": [
|
9142
9370
|
""
|
9143
9371
|
],
|
9372
|
+
"the documentation.": [
|
9373
|
+
""
|
9374
|
+
],
|
9144
9375
|
"the following attributes can not be updated for the Red Hat provider: [ %s ]": [
|
9145
9376
|
""
|
9146
9377
|
],
|