katello 4.14.1 → 4.15.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/chosen.jquery.js +3 -3
- data/app/assets/javascripts/katello/common/env_select_scroll.js +3 -3
- data/app/assets/javascripts/katello/common/katello.js +8 -7
- data/app/assets/javascripts/katello/common/katello_object.js +3 -3
- data/app/assets/javascripts/katello/common/menu.js +7 -7
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +6 -6
- data/app/assets/javascripts/katello/locale/bn/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ca/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/el/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/en_US/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/es/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/fr/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/gl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/gu/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/hi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/id/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/it/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ja/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ka/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ko/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/mr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/or/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pa/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ro/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ru/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/sl/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/ta/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/te/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/tr/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh/katello.js +258 -27
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +259 -28
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +259 -28
- data/app/assets/javascripts/katello/organizations/download_certificate.js +1 -1
- data/app/assets/javascripts/katello/sync_management/sync_management.js +9 -9
- data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +5 -5
- data/app/assets/javascripts/katello/widgets/path_selector.js +6 -6
- data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -7
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +6 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +131 -59
- data/app/controllers/katello/api/v2/api_controller.rb +1 -1
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +21 -10
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +54 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +3 -3
- data/app/controllers/katello/api/v2/content_views_controller.rb +1 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +1 -1
- data/app/controllers/katello/api/v2/exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +2 -1
- data/app/controllers/katello/api/v2/host_collections_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -4
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -16
- data/app/controllers/katello/concerns/api/v2/multi_cv_params_handling.rb +24 -0
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +2 -5
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +5 -5
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +2 -2
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/product/content_create.rb +12 -1
- data/app/lib/actions/candlepin/product/content_update.rb +21 -4
- data/app/lib/actions/katello/activation_key/reassign.rb +4 -3
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +8 -3
- data/app/lib/actions/katello/capsule_content/update_content_counts.rb +21 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +17 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +1 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +1 -1
- data/app/lib/actions/katello/content_view/remove.rb +8 -12
- data/app/lib/actions/katello/content_view_version/import.rb +1 -1
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +2 -2
- data/app/lib/actions/katello/flatpak/scan_remote.rb +62 -0
- data/app/lib/actions/katello/host/hypervisors.rb +1 -1
- data/app/lib/actions/katello/product/content_create.rb +28 -19
- data/app/lib/actions/katello/product/content_destroy.rb +6 -5
- data/app/lib/actions/katello/product/destroy.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +14 -0
- data/app/lib/actions/katello/repository/create.rb +24 -17
- data/app/lib/actions/katello/repository/create_container_push_root.rb +44 -0
- data/app/lib/actions/katello/repository/create_root.rb +5 -15
- data/app/lib/actions/katello/repository/destroy.rb +3 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +13 -0
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +16 -0
- data/app/lib/actions/katello/repository/update.rb +11 -20
- data/app/lib/actions/katello/repository/upload_files.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +1 -1
- data/app/lib/actions/katello/upstream_subscriptions/bind_entitlement.rb +1 -1
- data/app/lib/actions/pulp3/capsule_content/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/create.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/lib/actions/pulp3/repository/initialize.rb +17 -0
- data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -1
- data/app/lib/katello/api/constraints/register_with_activation_key_constraint.rb +11 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/http_resource.rb +6 -6
- data/app/lib/katello/messaging/stomp_connection.rb +4 -4
- data/app/lib/katello/resources/candlepin/activation_key.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/product.rb +1 -1
- data/app/lib/katello/resources/candlepin.rb +1 -1
- data/app/lib/katello/resources/cdn/katello_cdn.rb +3 -3
- data/app/lib/katello/resources/cdn.rb +1 -1
- data/app/lib/katello/resources/discovery/container.rb +5 -3
- data/app/lib/katello/resources/discovery/yum.rb +3 -1
- data/app/lib/katello/resources/registry.rb +0 -3
- data/app/lib/katello/util/candlepin_repository_checker.rb +2 -2
- data/app/lib/katello/util/cveak_migrator.rb +38 -0
- data/app/lib/katello/util/deb.rb +9 -0
- data/app/lib/katello/util/deduplication_migrator.rb +8 -8
- data/app/lib/katello/util/model.rb +2 -2
- data/app/lib/katello/util/search.rb +5 -5
- data/app/lib/katello/util/task_status.rb +19 -19
- data/app/lib/katello/util/url_matcher.rb +3 -3
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -1
- data/app/lib/katello/validators/katello_url_format_validator.rb +2 -2
- data/app/mailers/katello/errata_mailer.rb +1 -4
- data/app/models/katello/activation_key.rb +123 -27
- data/app/models/katello/alternate_content_source.rb +5 -5
- data/app/models/katello/authorization/activation_key.rb +1 -1
- data/app/models/katello/authorization/content_view_environment.rb +7 -0
- data/app/models/katello/cdn_configuration.rb +1 -1
- data/app/models/katello/concerns/content_facet_host_extensions.rb +36 -38
- data/app/models/katello/concerns/host_managed_extensions.rb +19 -8
- data/app/models/katello/concerns/organization_extensions.rb +4 -4
- data/app/models/katello/concerns/redhat_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +84 -39
- data/app/models/katello/content.rb +3 -3
- data/app/models/katello/content_view.rb +15 -18
- data/app/models/katello/content_view_environment.rb +56 -15
- data/app/models/katello/content_view_environment_activation_key.rb +20 -0
- data/app/models/katello/content_view_erratum_filter_rule.rb +1 -1
- data/app/models/katello/content_view_filter.rb +2 -2
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_repository.rb +1 -1
- data/app/models/katello/content_view_version.rb +3 -3
- data/app/models/katello/content_view_version_export_history.rb +2 -2
- data/app/models/katello/content_view_version_import_history.rb +1 -1
- data/app/models/katello/events/delete_latest_content_view_version.rb +1 -1
- data/app/models/katello/flatpak_remote.rb +11 -0
- data/app/models/katello/flatpak_remote_repository.rb +12 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +10 -0
- data/app/models/katello/glue/candlepin/activation_key.rb +1 -1
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -1
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +1 -1
- data/app/models/katello/host/content_facet.rb +33 -17
- data/app/models/katello/host/info_provider.rb +2 -4
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +1 -1
- data/app/models/katello/installed_product.rb +2 -2
- data/app/models/katello/kt_environment.rb +11 -6
- data/app/models/katello/ping.rb +2 -3
- data/app/models/katello/repository.rb +40 -6
- data/app/models/katello/rhel_lifecycle_status.rb +10 -10
- data/app/models/katello/root_repository.rb +14 -18
- data/app/models/katello/task_status.rb +1 -1
- data/app/models/katello/upstream_pool.rb +2 -2
- data/app/presenters/katello/product_content_presenter.rb +2 -2
- data/app/presenters/katello/repository_presenter.rb +3 -3
- data/app/presenters/katello/sync_status_presenter.rb +3 -3
- data/app/services/cert/certs.rb +6 -2
- data/app/services/katello/candlepin_event_listener.rb +1 -1
- data/app/services/katello/event_monitor/poller_thread.rb +1 -1
- data/app/services/katello/event_queue.rb +1 -1
- data/app/services/katello/product_content_finder.rb +10 -10
- data/app/services/katello/product_content_importer.rb +1 -1
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/api/apt.rb +4 -0
- data/app/services/katello/pulp3/content.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +3 -10
- data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/import.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +1 -1
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +2 -2
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +4 -4
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +2 -2
- data/app/services/katello/pulp3/deb.rb +35 -1
- data/app/services/katello/pulp3/docker_manifest.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest_list.rb +6 -2
- data/app/services/katello/pulp3/docker_tag.rb +1 -1
- data/app/services/katello/pulp3/erratum.rb +2 -2
- data/app/services/katello/pulp3/file_unit.rb +1 -1
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -1
- data/app/services/katello/pulp3/module_stream.rb +2 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/apt.rb +22 -16
- data/app/services/katello/pulp3/repository/docker.rb +2 -2
- data/app/services/katello/pulp3/repository/file.rb +1 -1
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +7 -7
- data/app/services/katello/pulp3/repository.rb +15 -9
- data/app/services/katello/pulp3/repository_mirror.rb +3 -3
- data/app/services/katello/registration_manager.rb +23 -6
- data/app/services/katello/repository_type.rb +3 -3
- data/app/services/katello/smart_proxy_helper.rb +3 -3
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/expire_soon.rb +3 -3
- data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +3 -3
- data/app/services/katello/ui_notifications/task_notification.rb +2 -2
- data/app/services/katello/upstream_connection_checker.rb +1 -1
- data/app/views/foreman/job_templates/resolve_traces.erb +8 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +4 -3
- data/app/views/foreman/job_templates/restart_services.erb +11 -3
- data/app/views/foreman/job_templates/restart_services_-_katello_ansible_default.erb +4 -3
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +43 -8
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +5 -5
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -1
- data/app/views/katello/api/v2/content_credentials/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +15 -6
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_environments/index.json.rabl +7 -0
- data/app/views/katello/api/v2/content_view_environments/show.json.rabl +33 -0
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/base.json.rabl +3 -3
- data/app/views/katello/api/v2/content_views/show.json.rabl +1 -1
- data/app/views/katello/api/v2/debs/backend.json.rabl +7 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +4 -0
- data/app/views/katello/api/v2/debs/show.json.rabl +2 -0
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +2 -2
- data/app/views/katello/api/v2/environments/show.json.rabl +4 -4
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +1 -1
- data/app/views/katello/api/v2/host_collections/base.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts/base.json.rabl +2 -2
- data/app/views/katello/api/v2/package_groups/base.json.rabl +2 -2
- data/app/views/katello/api/v2/products/show.json.rabl +2 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +3 -3
- data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -1
- data/config/initializers/inflections.rb +11 -0
- data/config/katello.yaml.example +4 -10
- data/config/routes/api/registry.rb +0 -2
- data/config/routes/api/rhsm.rb +1 -4
- data/config/routes/api/v2.rb +2 -3
- data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +1 -1
- data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +1 -1
- data/db/migrate/20150224083608_remove_docker_registry_url.rb +1 -1
- data/db/migrate/20160808002834_add_files.rb +1 -1
- data/db/migrate/20161014133811_move_content_view_version_description_to_histories.rb +1 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +1 -1
- data/db/migrate/20201012172713_remove_gpg_key_perms.rb +1 -1
- data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +1 -1
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +2 -2
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +1 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +1 -1
- data/db/migrate/20240508100434_add_content_id_to_katello_repository.rb +5 -0
- data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +87 -0
- data/db/migrate/20240806130902_add_more_deb_fields.rb +15 -0
- data/db/migrate/20240903194428_add_priority_to_content_view_environment_activation_key.rb +5 -0
- data/db/migrate/20241007200316_add_fields_to_katello_docker_manifest_list.rb +8 -0
- data/db/migrate/20241007212705_add_bootc_facts_to_content_facet.rb +27 -0
- data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +10 -0
- data/db/migrate/20241030181402_create_katello_flatpak_tables.rb +41 -0
- data/db/seeds.d/106-mail_notifications.rb +9 -9
- data/db/seeds.d/108-subcription-bookmarks.rb +1 -1
- data/db/seeds.d/109-katello-notification-blueprints.rb +21 -21
- data/db/seeds.d/110-content-view-autopublish.rb +5 -5
- data/db/seeds.d/111-container-image-bookmarks.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +1 -1
- data/engines/bastion/lib/bastion/engine.rb +1 -1
- data/engines/bastion/lib/bastion.rb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +29 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +13 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-host-collections-modal.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +9 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-dependencies.html +54 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +13 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +8 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +11 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/activation_keys.scss +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +17 -15
- data/lib/katello/permission_creator.rb +51 -49
- data/lib/katello/permissions/host_permissions.rb +4 -4
- data/lib/katello/permissions/organization_permissions.rb +4 -4
- data/lib/katello/permissions/registry_permissions.rb +1 -1
- data/lib/katello/permissions/roles_permissions.rb +1 -1
- data/lib/katello/permissions/user_permissions.rb +1 -1
- data/lib/katello/plugin.rb +14 -8
- data/lib/katello/repository_types/docker.rb +4 -2
- data/lib/katello/repository_types/ostree.rb +5 -3
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/scheduled_jobs.rb +1 -1
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +105 -0
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +19 -9
- data/lib/katello/tasks/upgrades/4.1/reupdate_content_import_export_perms.rake +1 -1
- data/lib/katello/tasks/upgrades/4.3/fix_url_auth.rake +1 -1
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +92 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +259 -28
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +258 -27
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +258 -27
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +258 -30
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +258 -27
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +259 -28
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +258 -27
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +258 -27
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +258 -27
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +258 -27
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +258 -27
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +258 -27
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +259 -28
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +258 -27
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +259 -28
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +258 -27
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +258 -27
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +258 -27
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +258 -27
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +258 -27
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +259 -28
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +259 -28
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +259 -28
- data/locale/katello.pot +1041 -696
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +258 -27
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +259 -28
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +258 -27
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +258 -27
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +258 -27
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +258 -27
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +258 -27
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +258 -27
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +258 -27
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +258 -27
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +259 -28
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +258 -27
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +258 -27
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +259 -28
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +258 -27
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +258 -27
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +259 -28
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +258 -27
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +258 -27
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +258 -27
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +258 -27
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +258 -27
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +258 -27
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +259 -28
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +259 -28
- data/vendor/assets/javascripts/katello/chosen.jquery.js +2 -2
- data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1 -1
- data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +2 -2
- data/webpack/ForemanColumnExtensions/index.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +113 -86
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +7 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +31 -4
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -7
- data/webpack/components/extensions/RegistrationCommands/helpers.js +15 -0
- data/webpack/components/extensions/RegistrationCommands/index.js +3 -9
- data/webpack/global_index.js +11 -4
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +4 -0
- data/webpack/scenes/ActivationKeys/Details/components/CVEDetailsCard.js +37 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -2
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +2 -8
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +22 -2
- data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +39 -20
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +2 -1
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +6 -4
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +62 -0
- metadata +134 -76
- data/app/lib/katello/api/constraints/activation_key_constraint.rb +0 -7
- /data/app/lib/katello/{api → routing}/mapper_extensions.rb +0 -0
data/locale/pt_BR/katello.po
CHANGED
@@ -422,10 +422,10 @@ msgstr ""
|
|
422
422
|
msgid "A backend service [ %s ] is unreachable"
|
423
423
|
msgstr "Um serviço backend [ %s ] é inatingível"
|
424
424
|
|
425
|
-
msgid "A comma-separated list of refs to include during
|
425
|
+
msgid "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized."
|
426
426
|
msgstr ""
|
427
427
|
|
428
|
-
msgid "A comma-separated list of tags to exclude during
|
428
|
+
msgid "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
429
429
|
msgstr ""
|
430
430
|
|
431
431
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
@@ -479,9 +479,6 @@ msgstr ""
|
|
479
479
|
msgid "About page"
|
480
480
|
msgstr ""
|
481
481
|
|
482
|
-
msgid "Abstract"
|
483
|
-
msgstr ""
|
484
|
-
|
485
482
|
msgid "Abstract async task"
|
486
483
|
msgstr "Tarefa assíncrona abstrata"
|
487
484
|
|
@@ -512,6 +509,15 @@ msgstr "Chaves de ativação "
|
|
512
509
|
msgid "Activation key"
|
513
510
|
msgstr "Chave de ativação"
|
514
511
|
|
512
|
+
msgid "Activation key %s has more than one content view. Use #content_views instead."
|
513
|
+
msgstr ""
|
514
|
+
|
515
|
+
msgid "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead."
|
516
|
+
msgstr ""
|
517
|
+
|
518
|
+
msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
|
519
|
+
msgstr ""
|
520
|
+
|
515
521
|
msgid "Activation key ID"
|
516
522
|
msgstr "Ativação do ID da chave"
|
517
523
|
|
@@ -527,6 +533,9 @@ msgstr ""
|
|
527
533
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
528
534
|
msgstr ""
|
529
535
|
|
536
|
+
msgid "Activation key identifier"
|
537
|
+
msgstr ""
|
538
|
+
|
530
539
|
msgid "Activation key(s) to use during registration"
|
531
540
|
msgstr ""
|
532
541
|
|
@@ -779,6 +788,9 @@ msgid ""
|
|
779
788
|
"%{error_message}"
|
780
789
|
msgstr ""
|
781
790
|
|
791
|
+
msgid "An option to specify how many ostree commits to traverse."
|
792
|
+
msgstr ""
|
793
|
+
|
782
794
|
msgid "Another component already includes content view with ID %s"
|
783
795
|
msgstr "Outro componente já inclui a visualização do conteúdo com ID %s"
|
784
796
|
|
@@ -887,6 +899,12 @@ msgstr "Matriz de componentes para adicionar"
|
|
887
899
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
888
900
|
msgstr "Matriz de IDs de componentes de visualização de conteúdo para remover. Identificador da associação do componente"
|
889
901
|
|
902
|
+
msgid "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on."
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
msgid "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
906
|
+
msgstr ""
|
907
|
+
|
890
908
|
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
891
909
|
msgstr ""
|
892
910
|
|
@@ -932,6 +950,9 @@ msgstr "Atribuir a versão de lançamento a um ou mais hosts"
|
|
932
950
|
msgid "Assigning a host to multiple content view environments is not enabled."
|
933
951
|
msgstr ""
|
934
952
|
|
953
|
+
msgid "Assigning an activation key to multiple content view environments is not enabled."
|
954
|
+
msgstr ""
|
955
|
+
|
935
956
|
msgid "Associated location IDs"
|
936
957
|
msgstr "IDs de local associadas"
|
937
958
|
|
@@ -1187,6 +1208,9 @@ msgstr "Não é possível adicionar coleções de versão a uma coleção de vis
|
|
1187
1208
|
msgid "Cannot add composite versions to another composite content view"
|
1188
1209
|
msgstr "Não é possível adicionar coleções de versão a outra coleção de visualização de conteúdo"
|
1189
1210
|
|
1211
|
+
msgid "Cannot add content view environments from a different organization"
|
1212
|
+
msgstr ""
|
1213
|
+
|
1190
1214
|
msgid "Cannot add default content view to composite content view"
|
1191
1215
|
msgstr "Não é possível adicionar visualização de conteúdo padrão a uma coleção de visualiação de conteúdo"
|
1192
1216
|
|
@@ -1271,7 +1295,7 @@ msgstr ""
|
|
1271
1295
|
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."
|
1272
1296
|
msgstr ""
|
1273
1297
|
|
1274
|
-
msgid "Cannot install errata: No
|
1298
|
+
msgid "Cannot install errata: No errata found for search term '%s'"
|
1275
1299
|
msgstr ""
|
1276
1300
|
|
1277
1301
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
@@ -1304,7 +1328,7 @@ msgstr "Não foi possível remover conteúdo de um repositório não padronizado
|
|
1304
1328
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1305
1329
|
msgstr "Não é possível remover a visualização do conteúdo do ambiente. A visualização do conteúdo '%{view}' não está no ambiente do ciclo de vida '%{env}'."
|
1306
1330
|
|
1307
|
-
msgid "Cannot remove package(s):
|
1331
|
+
msgid "Cannot remove package(s): No installed packages found for search term '%s'."
|
1308
1332
|
msgstr ""
|
1309
1333
|
|
1310
1334
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
@@ -1328,7 +1352,7 @@ msgstr ""
|
|
1328
1352
|
msgid "Cannot update properties of a container push repository"
|
1329
1353
|
msgstr ""
|
1330
1354
|
|
1331
|
-
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1355
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'."
|
1332
1356
|
msgstr ""
|
1333
1357
|
|
1334
1358
|
msgid "Cannot upload Ansible collections."
|
@@ -1412,6 +1436,12 @@ msgstr "Fechar"
|
|
1412
1436
|
msgid "Collapse All"
|
1413
1437
|
msgstr "Recolher todos"
|
1414
1438
|
|
1439
|
+
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."
|
1440
|
+
msgstr ""
|
1441
|
+
|
1442
|
+
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."
|
1443
|
+
msgstr ""
|
1444
|
+
|
1415
1445
|
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."
|
1416
1446
|
msgstr ""
|
1417
1447
|
|
@@ -1424,6 +1454,9 @@ msgstr ""
|
|
1424
1454
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1425
1455
|
msgstr ""
|
1426
1456
|
|
1457
|
+
msgid "Commit upload"
|
1458
|
+
msgstr ""
|
1459
|
+
|
1427
1460
|
msgid "Compare"
|
1428
1461
|
msgstr ""
|
1429
1462
|
|
@@ -1769,15 +1802,24 @@ msgstr ""
|
|
1769
1802
|
msgid "Copy"
|
1770
1803
|
msgstr ""
|
1771
1804
|
|
1805
|
+
msgid "Copy all units"
|
1806
|
+
msgstr ""
|
1807
|
+
|
1772
1808
|
msgid "Copy an activation key"
|
1773
1809
|
msgstr "Copiar uma chave de ativação"
|
1774
1810
|
|
1811
|
+
msgid "Copy content"
|
1812
|
+
msgstr ""
|
1813
|
+
|
1775
1814
|
msgid "Copy content view"
|
1776
1815
|
msgstr ""
|
1777
1816
|
|
1778
1817
|
msgid "Copy to clipboard"
|
1779
1818
|
msgstr "Copiar para área de transferência"
|
1780
1819
|
|
1820
|
+
msgid "Copy version"
|
1821
|
+
msgstr ""
|
1822
|
+
|
1781
1823
|
msgid "Copy version units to library"
|
1782
1824
|
msgstr "Copiar unidades da versão para a biblioteca"
|
1783
1825
|
|
@@ -1865,8 +1907,8 @@ msgstr "Não foi possível encontrar o conteúdo do host de conteúdo id '%s'"
|
|
1865
1907
|
msgid "Couldn't find content host environment '%s'"
|
1866
1908
|
msgstr "Não foi possível encontrar o ambiente de hospedagem de conteúdo '%s'"
|
1867
1909
|
|
1868
|
-
msgid "Couldn't find content view '%
|
1869
|
-
msgstr "
|
1910
|
+
msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
|
1911
|
+
msgstr ""
|
1870
1912
|
|
1871
1913
|
msgid "Couldn't find content view version '%s'"
|
1872
1914
|
msgstr "Não foi possível encontrar a versão de visualização do conteúdo '%s'"
|
@@ -1925,6 +1967,9 @@ msgstr ""
|
|
1925
1967
|
msgid "Create Alternate Content Source"
|
1926
1968
|
msgstr ""
|
1927
1969
|
|
1970
|
+
msgid "Create Container Push Repository Root"
|
1971
|
+
msgstr ""
|
1972
|
+
|
1928
1973
|
msgid "Create Export History"
|
1929
1974
|
msgstr "Criar histórico de exportação"
|
1930
1975
|
|
@@ -1982,12 +2027,21 @@ msgstr ""
|
|
1982
2027
|
msgid "Create content view"
|
1983
2028
|
msgstr ""
|
1984
2029
|
|
2030
|
+
msgid "Create exporter"
|
2031
|
+
msgstr ""
|
2032
|
+
|
1985
2033
|
msgid "Create filter"
|
1986
2034
|
msgstr ""
|
1987
2035
|
|
1988
2036
|
msgid "Create host collection"
|
1989
2037
|
msgstr ""
|
1990
2038
|
|
2039
|
+
msgid "Create import"
|
2040
|
+
msgstr ""
|
2041
|
+
|
2042
|
+
msgid "Create importer"
|
2043
|
+
msgstr ""
|
2044
|
+
|
1991
2045
|
msgid "Create new activation key"
|
1992
2046
|
msgstr ""
|
1993
2047
|
|
@@ -1997,6 +2051,12 @@ msgstr "Criar organização"
|
|
1997
2051
|
msgid "Create package filter rule"
|
1998
2052
|
msgstr ""
|
1999
2053
|
|
2054
|
+
msgid "Create publication"
|
2055
|
+
msgstr ""
|
2056
|
+
|
2057
|
+
msgid "Create remote"
|
2058
|
+
msgstr ""
|
2059
|
+
|
2000
2060
|
msgid "Create rule"
|
2001
2061
|
msgstr ""
|
2002
2062
|
|
@@ -2243,12 +2303,36 @@ msgstr ""
|
|
2243
2303
|
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."
|
2244
2304
|
msgstr ""
|
2245
2305
|
|
2306
|
+
msgid "Delete distributions"
|
2307
|
+
msgstr ""
|
2308
|
+
|
2246
2309
|
msgid "Delete manifest from Red Hat provider"
|
2247
2310
|
msgstr "Remover manifesto do provedor da Red Hat"
|
2248
2311
|
|
2249
2312
|
msgid "Delete multiple filters from a content view"
|
2250
2313
|
msgstr ""
|
2251
2314
|
|
2315
|
+
msgid "Delete orphan alternate content sources"
|
2316
|
+
msgstr ""
|
2317
|
+
|
2318
|
+
msgid "Delete orphan distributions"
|
2319
|
+
msgstr ""
|
2320
|
+
|
2321
|
+
msgid "Delete orphan remotes"
|
2322
|
+
msgstr ""
|
2323
|
+
|
2324
|
+
msgid "Delete orphan repository versions"
|
2325
|
+
msgstr ""
|
2326
|
+
|
2327
|
+
msgid "Delete orphaned migrated repositories"
|
2328
|
+
msgstr ""
|
2329
|
+
|
2330
|
+
msgid "Delete remote"
|
2331
|
+
msgstr ""
|
2332
|
+
|
2333
|
+
msgid "Delete repository references"
|
2334
|
+
msgstr ""
|
2335
|
+
|
2252
2336
|
msgid "Delete version"
|
2253
2337
|
msgstr ""
|
2254
2338
|
|
@@ -2279,6 +2363,9 @@ msgstr ""
|
|
2279
2363
|
msgid "Deleting versions: {versionList}"
|
2280
2364
|
msgstr ""
|
2281
2365
|
|
2366
|
+
msgid "Depth"
|
2367
|
+
msgstr ""
|
2368
|
+
|
2282
2369
|
msgid "Description"
|
2283
2370
|
msgstr "Descrição"
|
2284
2371
|
|
@@ -2342,6 +2429,12 @@ msgstr "Destruir um ambiente "
|
|
2342
2429
|
msgid "Destroy an environment in an organization"
|
2343
2430
|
msgstr "Destruir um ambiente em uma organização "
|
2344
2431
|
|
2432
|
+
msgid "Destroy exporter"
|
2433
|
+
msgstr ""
|
2434
|
+
|
2435
|
+
msgid "Destroy importer"
|
2436
|
+
msgstr ""
|
2437
|
+
|
2345
2438
|
msgid "Destroy one or more alternate content sources"
|
2346
2439
|
msgstr ""
|
2347
2440
|
|
@@ -2525,6 +2618,9 @@ msgstr "Ativar um repositório do conjunto "
|
|
2525
2618
|
msgid "Enable repository sets"
|
2526
2619
|
msgstr ""
|
2527
2620
|
|
2621
|
+
msgid "Enable structured APT for deb content"
|
2622
|
+
msgstr ""
|
2623
|
+
|
2528
2624
|
msgid "Enable/Disable auto publish of composite view"
|
2529
2625
|
msgstr "Habilitar/desabilitar a publicação automática de coleção de visualização"
|
2530
2626
|
|
@@ -2576,12 +2672,18 @@ msgstr "Ambiente"
|
|
2576
2672
|
msgid "Environment ID"
|
2577
2673
|
msgstr ""
|
2578
2674
|
|
2675
|
+
msgid "Environment ID and content view ID must be provided together"
|
2676
|
+
msgstr ""
|
2677
|
+
|
2579
2678
|
msgid "Environment IDs"
|
2580
2679
|
msgstr "IDs de Ambiente"
|
2581
2680
|
|
2582
2681
|
msgid "Environment cannot be in its own promotion path"
|
2583
2682
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
2584
2683
|
|
2684
|
+
msgid "Environment contents refresh"
|
2685
|
+
msgstr ""
|
2686
|
+
|
2585
2687
|
msgid "Environment identifier"
|
2586
2688
|
msgstr "Identificador de ambiente"
|
2587
2689
|
|
@@ -2967,6 +3069,9 @@ msgstr ""
|
|
2967
3069
|
msgid "Generate host applicability"
|
2968
3070
|
msgstr "Gerar aplicabilidade de host"
|
2969
3071
|
|
3072
|
+
msgid "Generate metadata"
|
3073
|
+
msgstr ""
|
3074
|
+
|
2970
3075
|
msgid "Generate repository applicability"
|
2971
3076
|
msgstr "Gerar aplicabilidade de repositório"
|
2972
3077
|
|
@@ -3039,12 +3144,18 @@ msgstr ""
|
|
3039
3144
|
msgid "Has to be > 0"
|
3040
3145
|
msgstr "Tem de ser > 0"
|
3041
3146
|
|
3147
|
+
msgid "Hash containing the Id of the single lifecycle environment to be associated with the activation key."
|
3148
|
+
msgstr ""
|
3149
|
+
|
3042
3150
|
msgid "Help"
|
3043
3151
|
msgstr ""
|
3044
3152
|
|
3045
3153
|
msgid "Helper"
|
3046
3154
|
msgstr "Ajudante"
|
3047
3155
|
|
3156
|
+
msgid "Hide Reclaim Space Warning"
|
3157
|
+
msgstr ""
|
3158
|
+
|
3048
3159
|
msgid "Hide affected activation keys"
|
3049
3160
|
msgstr ""
|
3050
3161
|
|
@@ -3159,6 +3270,9 @@ msgstr "ID do host para listar as erratas aplicáveis"
|
|
3159
3270
|
msgid "Host id to list applicable packages for"
|
3160
3271
|
msgstr "ID do host para listar os pacotes aplicáveis"
|
3161
3272
|
|
3273
|
+
msgid "Host identifier"
|
3274
|
+
msgstr ""
|
3275
|
+
|
3162
3276
|
msgid "Host lifecycle support expiration notification"
|
3163
3277
|
msgstr ""
|
3164
3278
|
|
@@ -3258,9 +3372,6 @@ msgstr ""
|
|
3258
3372
|
msgid "ID of the sync plan"
|
3259
3373
|
msgstr "ID do plano de sinc"
|
3260
3374
|
|
3261
|
-
msgid "ID: %s doesn't exist "
|
3262
|
-
msgstr "ID: %s não existe "
|
3263
|
-
|
3264
3375
|
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."
|
3265
3376
|
msgstr ""
|
3266
3377
|
|
@@ -3318,9 +3429,15 @@ msgstr ""
|
|
3318
3429
|
msgid "Id of the repository to limit verifying checksum on"
|
3319
3430
|
msgstr ""
|
3320
3431
|
|
3432
|
+
msgid "Id of the single content view to be associated with the activation key."
|
3433
|
+
msgstr ""
|
3434
|
+
|
3321
3435
|
msgid "Id of the single content view to be associated with the host."
|
3322
3436
|
msgstr ""
|
3323
3437
|
|
3438
|
+
msgid "Id of the single lifecycle environment to be associated with the activation key."
|
3439
|
+
msgstr ""
|
3440
|
+
|
3324
3441
|
msgid "Id of the single lifecycle environment to be associated with the host."
|
3325
3442
|
msgstr ""
|
3326
3443
|
|
@@ -3371,6 +3488,9 @@ msgstr ""
|
|
3371
3488
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3372
3489
|
msgstr ""
|
3373
3490
|
|
3491
|
+
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'."
|
3492
|
+
msgstr ""
|
3493
|
+
|
3374
3494
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3375
3495
|
msgstr "Se especificado, remova a primeira instância de uma subscrição com quantidade e ID correspondentes "
|
3376
3496
|
|
@@ -3392,6 +3512,9 @@ msgstr ""
|
|
3392
3512
|
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/...'."
|
3393
3513
|
msgstr ""
|
3394
3514
|
|
3515
|
+
msgid "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space."
|
3516
|
+
msgstr ""
|
3517
|
+
|
3395
3518
|
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."
|
3396
3519
|
msgstr ""
|
3397
3520
|
|
@@ -3479,6 +3602,9 @@ msgstr ""
|
|
3479
3602
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3480
3603
|
msgstr ""
|
3481
3604
|
|
3605
|
+
msgid "Import migration"
|
3606
|
+
msgstr ""
|
3607
|
+
|
3482
3608
|
msgid "Import new manifest"
|
3483
3609
|
msgstr ""
|
3484
3610
|
|
@@ -3488,6 +3614,12 @@ msgstr ""
|
|
3488
3614
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3489
3615
|
msgstr ""
|
3490
3616
|
|
3617
|
+
msgid "Import repository upload"
|
3618
|
+
msgstr ""
|
3619
|
+
|
3620
|
+
msgid "Import upload"
|
3621
|
+
msgstr ""
|
3622
|
+
|
3491
3623
|
msgid "Import uploads into a repository"
|
3492
3624
|
msgstr "Importar carregamentos para um repositório"
|
3493
3625
|
|
@@ -3584,6 +3716,9 @@ msgstr "O tipo informativo deve ser um dos seguintes [ %{list} ]"
|
|
3584
3716
|
msgid "Inherit from Repository"
|
3585
3717
|
msgstr "Herdar de repositório"
|
3586
3718
|
|
3719
|
+
msgid "Initialize"
|
3720
|
+
msgstr ""
|
3721
|
+
|
3587
3722
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3588
3723
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
3589
3724
|
|
@@ -3884,7 +4019,7 @@ msgstr "Últimas Erratas "
|
|
3884
4019
|
msgid "Latest version"
|
3885
4020
|
msgstr ""
|
3886
4021
|
|
3887
|
-
msgid "Learn more about adding subscription manifests "
|
4022
|
+
msgid "Learn more about adding subscription manifests in "
|
3888
4023
|
msgstr ""
|
3889
4024
|
|
3890
4025
|
msgid "Legacy UI"
|
@@ -4022,6 +4157,9 @@ msgstr "Listar componentes vinculados a esta visualização de conteúdo"
|
|
4022
4157
|
msgid "List content counts for the smart proxy"
|
4023
4158
|
msgstr ""
|
4024
4159
|
|
4160
|
+
msgid "List content view environments"
|
4161
|
+
msgstr ""
|
4162
|
+
|
4025
4163
|
msgid "List content view versions"
|
4026
4164
|
msgstr "Listar versões de visualização de conteúdo"
|
4027
4165
|
|
@@ -4393,6 +4531,15 @@ msgstr ""
|
|
4393
4531
|
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
4394
4532
|
msgstr ""
|
4395
4533
|
|
4534
|
+
msgid "Multi copy all units"
|
4535
|
+
msgstr ""
|
4536
|
+
|
4537
|
+
msgid "Multi copy content"
|
4538
|
+
msgstr ""
|
4539
|
+
|
4540
|
+
msgid "Multi copy units"
|
4541
|
+
msgstr ""
|
4542
|
+
|
4396
4543
|
msgid "Multi-entitlement"
|
4397
4544
|
msgstr "Direitos múltiplos"
|
4398
4545
|
|
@@ -4555,7 +4702,7 @@ msgstr ""
|
|
4555
4702
|
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4556
4703
|
msgstr ""
|
4557
4704
|
|
4558
|
-
msgid "No available packages found for search term '%s'.
|
4705
|
+
msgid "No available packages found for search term '%s'."
|
4559
4706
|
msgstr ""
|
4560
4707
|
|
4561
4708
|
msgid "No available repository or filter updates"
|
@@ -4573,6 +4720,12 @@ msgstr "Nenhuma ID de conteúdo fornecida "
|
|
4573
4720
|
msgid "No content in selected versions."
|
4574
4721
|
msgstr ""
|
4575
4722
|
|
4723
|
+
msgid "No content view environments found with ids: %{ids}"
|
4724
|
+
msgstr ""
|
4725
|
+
|
4726
|
+
msgid "No content view environments found with names: %{names}"
|
4727
|
+
msgstr ""
|
4728
|
+
|
4576
4729
|
msgid "No content view history events found."
|
4577
4730
|
msgstr "Nenhum evento de histórico de visualização de conteúdo foi encontrado."
|
4578
4731
|
|
@@ -4828,7 +4981,7 @@ msgstr "Nenhuma subscrição corresponde aos critérios de pesquisa."
|
|
4828
4981
|
msgid "No syncable repositories found for selected products and options."
|
4829
4982
|
msgstr "Nenhum repositório sincronizável encontrado para as opções e os produtos selecionados."
|
4830
4983
|
|
4831
|
-
msgid "No upgradable packages found for search term '%s'.
|
4984
|
+
msgid "No upgradable packages found for search term '%s'."
|
4832
4985
|
msgstr ""
|
4833
4986
|
|
4834
4987
|
msgid "No upgradable packages found."
|
@@ -5359,6 +5512,9 @@ msgstr "Conteúdo do produto"
|
|
5359
5512
|
msgid "Product Create"
|
5360
5513
|
msgstr "Criação de Produto"
|
5361
5514
|
|
5515
|
+
msgid "Product Host Count"
|
5516
|
+
msgstr ""
|
5517
|
+
|
5362
5518
|
msgid "Product ID"
|
5363
5519
|
msgstr "ID de produto"
|
5364
5520
|
|
@@ -5546,6 +5702,9 @@ msgstr "Armazenamento pulp"
|
|
5546
5702
|
msgid "Pulp task error"
|
5547
5703
|
msgstr "Erro de tarefa Pulp"
|
5548
5704
|
|
5705
|
+
msgid "Purge completed tasks"
|
5706
|
+
msgstr ""
|
5707
|
+
|
5549
5708
|
msgid "Python Package"
|
5550
5709
|
msgstr ""
|
5551
5710
|
|
@@ -5654,6 +5813,9 @@ msgstr "Reinicialização necessária"
|
|
5654
5813
|
msgid "Reclaim Space"
|
5655
5814
|
msgstr ""
|
5656
5815
|
|
5816
|
+
msgid "Reclaim space"
|
5817
|
+
msgstr ""
|
5818
|
+
|
5657
5819
|
msgid "Reclaim space from On Demand repositories"
|
5658
5820
|
msgstr ""
|
5659
5821
|
|
@@ -5717,6 +5879,9 @@ msgstr "Atualizar Manifesto"
|
|
5717
5879
|
msgid "Refresh all alternate content sources"
|
5718
5880
|
msgstr ""
|
5719
5881
|
|
5882
|
+
msgid "Refresh all distributions"
|
5883
|
+
msgstr ""
|
5884
|
+
|
5720
5885
|
msgid "Refresh alternate content sources"
|
5721
5886
|
msgstr ""
|
5722
5887
|
|
@@ -5729,15 +5894,27 @@ msgstr ""
|
|
5729
5894
|
msgid "Refresh counts"
|
5730
5895
|
msgstr ""
|
5731
5896
|
|
5897
|
+
msgid "Refresh distribution"
|
5898
|
+
msgstr ""
|
5899
|
+
|
5732
5900
|
msgid "Refresh errata applicability"
|
5733
5901
|
msgstr ""
|
5734
5902
|
|
5903
|
+
msgid "Refresh if needed"
|
5904
|
+
msgstr ""
|
5905
|
+
|
5735
5906
|
msgid "Refresh package applicability"
|
5736
5907
|
msgstr ""
|
5737
5908
|
|
5738
5909
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5739
5910
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
5740
5911
|
|
5912
|
+
msgid "Refresh remote"
|
5913
|
+
msgstr ""
|
5914
|
+
|
5915
|
+
msgid "Refresh repos"
|
5916
|
+
msgstr ""
|
5917
|
+
|
5741
5918
|
msgid "Refresh source"
|
5742
5919
|
msgstr ""
|
5743
5920
|
|
@@ -5876,6 +6053,9 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
5876
6053
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
5877
6054
|
msgstr ""
|
5878
6055
|
|
6056
|
+
msgid "Remove orphans"
|
6057
|
+
msgstr ""
|
6058
|
+
|
5879
6059
|
msgid "Remove package group via Katello interface"
|
5880
6060
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
5881
6061
|
|
@@ -5903,6 +6083,12 @@ msgstr ""
|
|
5903
6083
|
msgid "Remove subscriptions from one or more hosts"
|
5904
6084
|
msgstr "Remover subscrições de um ou mais hosts"
|
5905
6085
|
|
6086
|
+
msgid "Remove units"
|
6087
|
+
msgstr ""
|
6088
|
+
|
6089
|
+
msgid "Remove unneeded repos"
|
6090
|
+
msgstr ""
|
6091
|
+
|
5906
6092
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
5907
6093
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
5908
6094
|
|
@@ -5927,6 +6113,9 @@ msgstr ""
|
|
5927
6113
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
5928
6114
|
msgstr ""
|
5929
6115
|
|
6116
|
+
msgid "Repair"
|
6117
|
+
msgstr ""
|
6118
|
+
|
5930
6119
|
msgid "Replace content source on the target machine"
|
5931
6120
|
msgstr ""
|
5932
6121
|
|
@@ -5945,12 +6134,18 @@ msgstr "Repositórios"
|
|
5945
6134
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
5946
6135
|
msgstr ""
|
5947
6136
|
|
6137
|
+
msgid "Repositories certs reset"
|
6138
|
+
msgstr ""
|
6139
|
+
|
5948
6140
|
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."
|
5949
6141
|
msgstr ""
|
5950
6142
|
|
5951
6143
|
msgid "Repositories from published Content Views are not allowed."
|
5952
6144
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
5953
6145
|
|
6146
|
+
msgid "Repositories gpg reset"
|
6147
|
+
msgstr ""
|
6148
|
+
|
5954
6149
|
msgid "Repository"
|
5955
6150
|
msgstr "Repo"
|
5956
6151
|
|
@@ -6122,6 +6317,9 @@ msgstr "Recuperar uma única errata para um host"
|
|
6122
6317
|
msgid "Return Red Hat (non-custom) products only"
|
6123
6318
|
msgstr "Retornar apenas produtos Red Hat (não personalizados)"
|
6124
6319
|
|
6320
|
+
msgid "Return a list of installed packages distinct by name"
|
6321
|
+
msgstr ""
|
6322
|
+
|
6125
6323
|
msgid "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported."
|
6126
6324
|
msgstr "Retorne conteúdo que possa ser adicionado ao objeto especificado. Os valores 'content_view_version' e 'content_view_filter' são compatíveis."
|
6127
6325
|
|
@@ -6278,9 +6476,27 @@ msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
|
|
6278
6476
|
msgid "Save"
|
6279
6477
|
msgstr "Salvar"
|
6280
6478
|
|
6479
|
+
msgid "Save artifact"
|
6480
|
+
msgstr ""
|
6481
|
+
|
6482
|
+
msgid "Save distribution references"
|
6483
|
+
msgstr ""
|
6484
|
+
|
6485
|
+
msgid "Save publication"
|
6486
|
+
msgstr ""
|
6487
|
+
|
6488
|
+
msgid "Save version"
|
6489
|
+
msgstr ""
|
6490
|
+
|
6491
|
+
msgid "Save versions"
|
6492
|
+
msgstr ""
|
6493
|
+
|
6281
6494
|
msgid "Saving alternate content source..."
|
6282
6495
|
msgstr ""
|
6283
6496
|
|
6497
|
+
msgid "Scan cdn"
|
6498
|
+
msgstr ""
|
6499
|
+
|
6284
6500
|
msgid "Schema version 1"
|
6285
6501
|
msgstr ""
|
6286
6502
|
|
@@ -7061,6 +7277,9 @@ msgstr ""
|
|
7061
7277
|
msgid "Supported Content Types"
|
7062
7278
|
msgstr "Tipos de conteúdo compatíveis"
|
7063
7279
|
|
7280
|
+
msgid "Sync"
|
7281
|
+
msgstr ""
|
7282
|
+
|
7064
7283
|
msgid "Sync Canceled"
|
7065
7284
|
msgstr "Sincronização cancelada"
|
7066
7285
|
|
@@ -7638,6 +7857,9 @@ msgstr ""
|
|
7638
7857
|
msgid "To manage packages, select an action."
|
7639
7858
|
msgstr ""
|
7640
7859
|
|
7860
|
+
msgid "Toggle"
|
7861
|
+
msgstr ""
|
7862
|
+
|
7641
7863
|
msgid "Total steps: "
|
7642
7864
|
msgstr "Total de etapas: "
|
7643
7865
|
|
@@ -7932,6 +8154,9 @@ msgstr ""
|
|
7932
8154
|
msgid "Update content view environments for host %s"
|
7933
8155
|
msgstr ""
|
7934
8156
|
|
8157
|
+
msgid "Update distributions"
|
8158
|
+
msgstr ""
|
8159
|
+
|
7935
8160
|
msgid "Update hosts manually"
|
7936
8161
|
msgstr ""
|
7937
8162
|
|
@@ -7965,6 +8190,12 @@ msgstr "Atualizar versão do host"
|
|
7965
8190
|
msgid "Update release version for host %s"
|
7966
8191
|
msgstr "Versão de atualização para o host %s"
|
7967
8192
|
|
8193
|
+
msgid "Update remote"
|
8194
|
+
msgstr ""
|
8195
|
+
|
8196
|
+
msgid "Update repository"
|
8197
|
+
msgstr ""
|
8198
|
+
|
7968
8199
|
msgid "Update services requiring restart"
|
7969
8200
|
msgstr "Atualizar serviços que exigem reinicialização"
|
7970
8201
|
|
@@ -8055,6 +8286,12 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
8055
8286
|
msgid "Upload a subscription manifest"
|
8056
8287
|
msgstr "Carregar um manifesto da subscrição"
|
8057
8288
|
|
8289
|
+
msgid "Upload content"
|
8290
|
+
msgstr ""
|
8291
|
+
|
8292
|
+
msgid "Upload file"
|
8293
|
+
msgstr ""
|
8294
|
+
|
8058
8295
|
msgid "Upload into"
|
8059
8296
|
msgstr "Carregar em"
|
8060
8297
|
|
@@ -8064,6 +8301,9 @@ msgstr ""
|
|
8064
8301
|
msgid "Upload request id"
|
8065
8302
|
msgstr "Carregar ID de requisição"
|
8066
8303
|
|
8304
|
+
msgid "Upload tag"
|
8305
|
+
msgstr ""
|
8306
|
+
|
8067
8307
|
msgid "Upstream Candlepin"
|
8068
8308
|
msgstr ""
|
8069
8309
|
|
@@ -8646,9 +8886,6 @@ msgstr "identificador de filtro de visualização de conteúdo"
|
|
8646
8886
|
msgid "content view filter rule identifier"
|
8647
8887
|
msgstr "Identificador de regra de filtro de visualização de conteúdo"
|
8648
8888
|
|
8649
|
-
msgid "content view id"
|
8650
|
-
msgstr "ID de visualização de conteúdo"
|
8651
|
-
|
8652
8889
|
msgid "content view identifier"
|
8653
8890
|
msgstr "identificador de visualização de conteúdo"
|
8654
8891
|
|
@@ -8736,12 +8973,6 @@ msgstr ""
|
|
8736
8973
|
msgid "enhancements"
|
8737
8974
|
msgstr ""
|
8738
8975
|
|
8739
|
-
msgid "environment"
|
8740
|
-
msgstr "ambiente"
|
8741
|
-
|
8742
|
-
msgid "environment id"
|
8743
|
-
msgstr "ID de ambiente"
|
8744
|
-
|
8745
8976
|
msgid "environment identifier"
|
8746
8977
|
msgstr "identificador de ambiente"
|
8747
8978
|
|
@@ -9012,9 +9243,6 @@ msgstr "nome do repositório"
|
|
9012
9243
|
msgid "name of the subscription"
|
9013
9244
|
msgstr ""
|
9014
9245
|
|
9015
|
-
msgid "name: %s doesn't exist "
|
9016
|
-
msgstr "nome: %s não existe "
|
9017
|
-
|
9018
9246
|
msgid "new name for the filter"
|
9019
9247
|
msgstr "novo nome para o filtro"
|
9020
9248
|
|
@@ -9183,6 +9411,9 @@ msgstr "identificador numérico do plano de sinc"
|
|
9183
9411
|
msgid "system registration"
|
9184
9412
|
msgstr ""
|
9185
9413
|
|
9414
|
+
msgid "the documentation."
|
9415
|
+
msgstr ""
|
9416
|
+
|
9186
9417
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
9187
9418
|
msgstr "os seguintes atributos não podem ser atualizados para o fornecedor da Red Hat: [ %s ]"
|
9188
9419
|
|