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
@@ -407,10 +407,10 @@
|
|
407
407
|
"A backend service [ %s ] is unreachable": [
|
408
408
|
"バックエンドサービス [ %s ] に到達できません"
|
409
409
|
],
|
410
|
-
"A comma-separated list of refs to include during
|
410
|
+
"A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
|
411
411
|
""
|
412
412
|
],
|
413
|
-
"A comma-separated list of tags to exclude during
|
413
|
+
"A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
|
414
414
|
""
|
415
415
|
],
|
416
416
|
"A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
|
@@ -464,9 +464,6 @@
|
|
464
464
|
"About page": [
|
465
465
|
"About ページ"
|
466
466
|
],
|
467
|
-
"Abstract": [
|
468
|
-
"概要"
|
469
|
-
],
|
470
467
|
"Abstract async task": [
|
471
468
|
"非同期タスクの抽象化"
|
472
469
|
],
|
@@ -497,6 +494,15 @@
|
|
497
494
|
"Activation key": [
|
498
495
|
"アクティベーションキー"
|
499
496
|
],
|
497
|
+
"Activation key %s has more than one content view. Use #content_views instead.": [
|
498
|
+
""
|
499
|
+
],
|
500
|
+
"Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
|
501
|
+
""
|
502
|
+
],
|
503
|
+
"Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
|
504
|
+
""
|
505
|
+
],
|
500
506
|
"Activation key ID": [
|
501
507
|
"アクティベーションキー ID"
|
502
508
|
],
|
@@ -512,6 +518,9 @@
|
|
512
518
|
"Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
|
513
519
|
"CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
|
514
520
|
],
|
521
|
+
"Activation key identifier": [
|
522
|
+
""
|
523
|
+
],
|
515
524
|
"Activation key(s) to use during registration": [
|
516
525
|
""
|
517
526
|
],
|
@@ -758,6 +767,9 @@
|
|
758
767
|
"An error occurred during upload \\n%{error_message}": [
|
759
768
|
"アップロード中にエラーが発生しました \\n%{error_message}"
|
760
769
|
],
|
770
|
+
"An option to specify how many ostree commits to traverse.": [
|
771
|
+
""
|
772
|
+
],
|
761
773
|
"Another component already includes content view with ID %s": [
|
762
774
|
"別のコンポーネントに ID %s のコンテンツがすでに含まれています"
|
763
775
|
],
|
@@ -866,6 +878,12 @@
|
|
866
878
|
"Array of content view component IDs to remove. Identifier of the component association": [
|
867
879
|
"削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
|
868
880
|
],
|
881
|
+
"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.": [
|
882
|
+
""
|
883
|
+
],
|
884
|
+
"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.": [
|
885
|
+
""
|
886
|
+
],
|
869
887
|
"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.": [
|
870
888
|
""
|
871
889
|
],
|
@@ -908,6 +926,9 @@
|
|
908
926
|
"Assigning a host to multiple content view environments is not enabled.": [
|
909
927
|
""
|
910
928
|
],
|
929
|
+
"Assigning an activation key to multiple content view environments is not enabled.": [
|
930
|
+
""
|
931
|
+
],
|
911
932
|
"Associated location IDs": [
|
912
933
|
"関連するロケーション ID"
|
913
934
|
],
|
@@ -1163,6 +1184,9 @@
|
|
1163
1184
|
"Cannot add composite versions to another composite content view": [
|
1164
1185
|
"複合バージョンを別の複合コンテンツビューに追加できません"
|
1165
1186
|
],
|
1187
|
+
"Cannot add content view environments from a different organization": [
|
1188
|
+
""
|
1189
|
+
],
|
1166
1190
|
"Cannot add default content view to composite content view": [
|
1167
1191
|
"デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
|
1168
1192
|
],
|
@@ -1247,7 +1271,7 @@
|
|
1247
1271
|
"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.": [
|
1248
1272
|
""
|
1249
1273
|
],
|
1250
|
-
"Cannot install errata: No
|
1274
|
+
"Cannot install errata: No errata found for search term '%s'": [
|
1251
1275
|
""
|
1252
1276
|
],
|
1253
1277
|
"Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
|
@@ -1280,7 +1304,7 @@
|
|
1280
1304
|
"Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'.": [
|
1281
1305
|
"環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
|
1282
1306
|
],
|
1283
|
-
"Cannot remove package(s):
|
1307
|
+
"Cannot remove package(s): No installed packages found for search term '%s'.": [
|
1284
1308
|
""
|
1285
1309
|
],
|
1286
1310
|
"Cannot set attribute %{attr} for content type %{type}": [
|
@@ -1304,7 +1328,7 @@
|
|
1304
1328
|
"Cannot update properties of a container push repository": [
|
1305
1329
|
""
|
1306
1330
|
],
|
1307
|
-
"Cannot upgrade packages: No installed packages found for search term '%s'": [
|
1331
|
+
"Cannot upgrade packages: No installed packages found for search term '%s'.": [
|
1308
1332
|
""
|
1309
1333
|
],
|
1310
1334
|
"Cannot upload Ansible collections.": [
|
@@ -1388,6 +1412,12 @@
|
|
1388
1412
|
"Collapse All": [
|
1389
1413
|
"すべて折りたたむ"
|
1390
1414
|
],
|
1415
|
+
"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.": [
|
1416
|
+
""
|
1417
|
+
],
|
1418
|
+
"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.": [
|
1419
|
+
""
|
1420
|
+
],
|
1391
1421
|
"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.": [
|
1392
1422
|
""
|
1393
1423
|
],
|
@@ -1400,6 +1430,9 @@
|
|
1400
1430
|
"Comma-separated list of tags to sync for a container image repository": [
|
1401
1431
|
"コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
|
1402
1432
|
],
|
1433
|
+
"Commit upload": [
|
1434
|
+
""
|
1435
|
+
],
|
1403
1436
|
"Compare": [
|
1404
1437
|
"比較"
|
1405
1438
|
],
|
@@ -1745,15 +1778,24 @@
|
|
1745
1778
|
"Copy": [
|
1746
1779
|
"コピー"
|
1747
1780
|
],
|
1781
|
+
"Copy all units": [
|
1782
|
+
""
|
1783
|
+
],
|
1748
1784
|
"Copy an activation key": [
|
1749
1785
|
"アクティベーションキーをコピーします"
|
1750
1786
|
],
|
1787
|
+
"Copy content": [
|
1788
|
+
""
|
1789
|
+
],
|
1751
1790
|
"Copy content view": [
|
1752
1791
|
"コンテンツビューのコピー"
|
1753
1792
|
],
|
1754
1793
|
"Copy to clipboard": [
|
1755
1794
|
"クリップボードへのコピー"
|
1756
1795
|
],
|
1796
|
+
"Copy version": [
|
1797
|
+
""
|
1798
|
+
],
|
1757
1799
|
"Copy version units to library": [
|
1758
1800
|
"バージョンユニットのライブラリーへのコピー"
|
1759
1801
|
],
|
@@ -1841,8 +1883,8 @@
|
|
1841
1883
|
"Couldn't find content host environment '%s'": [
|
1842
1884
|
"コンテンツホストの環境 '%s' が見つかりませんでした"
|
1843
1885
|
],
|
1844
|
-
"Couldn't find content view '%
|
1845
|
-
"
|
1886
|
+
"Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
|
1887
|
+
""
|
1846
1888
|
],
|
1847
1889
|
"Couldn't find content view version '%s'": [
|
1848
1890
|
"コンテンツビューのバージョン '%s' が見つかりませんでした"
|
@@ -1901,6 +1943,9 @@
|
|
1901
1943
|
"Create Alternate Content Source": [
|
1902
1944
|
"代替コンテンツソースの作成"
|
1903
1945
|
],
|
1946
|
+
"Create Container Push Repository Root": [
|
1947
|
+
""
|
1948
|
+
],
|
1904
1949
|
"Create Export History": [
|
1905
1950
|
"エクスポート履歴の作成"
|
1906
1951
|
],
|
@@ -1958,12 +2003,21 @@
|
|
1958
2003
|
"Create content view": [
|
1959
2004
|
"コンテンツビューの作成"
|
1960
2005
|
],
|
2006
|
+
"Create exporter": [
|
2007
|
+
""
|
2008
|
+
],
|
1961
2009
|
"Create filter": [
|
1962
2010
|
"フィルターの作成"
|
1963
2011
|
],
|
1964
2012
|
"Create host collection": [
|
1965
2013
|
"ホストコレクションの作成"
|
1966
2014
|
],
|
2015
|
+
"Create import": [
|
2016
|
+
""
|
2017
|
+
],
|
2018
|
+
"Create importer": [
|
2019
|
+
""
|
2020
|
+
],
|
1967
2021
|
"Create new activation key": [
|
1968
2022
|
""
|
1969
2023
|
],
|
@@ -1973,6 +2027,12 @@
|
|
1973
2027
|
"Create package filter rule": [
|
1974
2028
|
"パッケージフィルタールールの作成"
|
1975
2029
|
],
|
2030
|
+
"Create publication": [
|
2031
|
+
""
|
2032
|
+
],
|
2033
|
+
"Create remote": [
|
2034
|
+
""
|
2035
|
+
],
|
1976
2036
|
"Create rule": [
|
1977
2037
|
"ルールの作成"
|
1978
2038
|
],
|
@@ -2219,12 +2279,36 @@
|
|
2219
2279
|
"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.": [
|
2220
2280
|
""
|
2221
2281
|
],
|
2282
|
+
"Delete distributions": [
|
2283
|
+
""
|
2284
|
+
],
|
2222
2285
|
"Delete manifest from Red Hat provider": [
|
2223
2286
|
"Red Hat プロバイダーからマニフェストを削除"
|
2224
2287
|
],
|
2225
2288
|
"Delete multiple filters from a content view": [
|
2226
2289
|
"コンテンツビューから複数のフィルターを削除します"
|
2227
2290
|
],
|
2291
|
+
"Delete orphan alternate content sources": [
|
2292
|
+
""
|
2293
|
+
],
|
2294
|
+
"Delete orphan distributions": [
|
2295
|
+
""
|
2296
|
+
],
|
2297
|
+
"Delete orphan remotes": [
|
2298
|
+
""
|
2299
|
+
],
|
2300
|
+
"Delete orphan repository versions": [
|
2301
|
+
""
|
2302
|
+
],
|
2303
|
+
"Delete orphaned migrated repositories": [
|
2304
|
+
""
|
2305
|
+
],
|
2306
|
+
"Delete remote": [
|
2307
|
+
""
|
2308
|
+
],
|
2309
|
+
"Delete repository references": [
|
2310
|
+
""
|
2311
|
+
],
|
2228
2312
|
"Delete version": [
|
2229
2313
|
"バージョンの削除"
|
2230
2314
|
],
|
@@ -2255,6 +2339,9 @@
|
|
2255
2339
|
"Deleting versions: {versionList}": [
|
2256
2340
|
"バージョンを削除しています: {versionList}"
|
2257
2341
|
],
|
2342
|
+
"Depth": [
|
2343
|
+
""
|
2344
|
+
],
|
2258
2345
|
"Description": [
|
2259
2346
|
"説明"
|
2260
2347
|
],
|
@@ -2318,6 +2405,12 @@
|
|
2318
2405
|
"Destroy an environment in an organization": [
|
2319
2406
|
"組織の環境を破棄"
|
2320
2407
|
],
|
2408
|
+
"Destroy exporter": [
|
2409
|
+
""
|
2410
|
+
],
|
2411
|
+
"Destroy importer": [
|
2412
|
+
""
|
2413
|
+
],
|
2321
2414
|
"Destroy one or more alternate content sources": [
|
2322
2415
|
"1 つ以上の代替コンテンツソースの破棄"
|
2323
2416
|
],
|
@@ -2501,6 +2594,9 @@
|
|
2501
2594
|
"Enable repository sets": [
|
2502
2595
|
"リポジトリーセットの有効化"
|
2503
2596
|
],
|
2597
|
+
"Enable structured APT for deb content": [
|
2598
|
+
""
|
2599
|
+
],
|
2504
2600
|
"Enable/Disable auto publish of composite view": [
|
2505
2601
|
"複合ビューの自動公開を有効/無効にします"
|
2506
2602
|
],
|
@@ -2552,12 +2648,18 @@
|
|
2552
2648
|
"Environment ID": [
|
2553
2649
|
""
|
2554
2650
|
],
|
2651
|
+
"Environment ID and content view ID must be provided together": [
|
2652
|
+
""
|
2653
|
+
],
|
2555
2654
|
"Environment IDs": [
|
2556
2655
|
"環境 ID"
|
2557
2656
|
],
|
2558
2657
|
"Environment cannot be in its own promotion path": [
|
2559
2658
|
"同じ環境内のプロモートパスに環境を存在させることはできません。"
|
2560
2659
|
],
|
2660
|
+
"Environment contents refresh": [
|
2661
|
+
""
|
2662
|
+
],
|
2561
2663
|
"Environment identifier": [
|
2562
2664
|
"環境 ID"
|
2563
2665
|
],
|
@@ -2939,6 +3041,9 @@
|
|
2939
3041
|
"Generate host applicability": [
|
2940
3042
|
"ホストに適用可能なエラータを生成します"
|
2941
3043
|
],
|
3044
|
+
"Generate metadata": [
|
3045
|
+
""
|
3046
|
+
],
|
2942
3047
|
"Generate repository applicability": [
|
2943
3048
|
"リポジトリーに適用可能なエラータを生成します"
|
2944
3049
|
],
|
@@ -3011,12 +3116,18 @@
|
|
3011
3116
|
"Has to be > 0": [
|
3012
3117
|
"0 より大きい必要があります"
|
3013
3118
|
],
|
3119
|
+
"Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
|
3120
|
+
""
|
3121
|
+
],
|
3014
3122
|
"Help": [
|
3015
3123
|
""
|
3016
3124
|
],
|
3017
3125
|
"Helper": [
|
3018
3126
|
"ヘルパー"
|
3019
3127
|
],
|
3128
|
+
"Hide Reclaim Space Warning": [
|
3129
|
+
""
|
3130
|
+
],
|
3020
3131
|
"Hide affected activation keys": [
|
3021
3132
|
"影響のあるアクティベーションキーを非表示"
|
3022
3133
|
],
|
@@ -3131,6 +3242,9 @@
|
|
3131
3242
|
"Host id to list applicable packages for": [
|
3132
3243
|
"該当するパッケージをリストするホスト ID"
|
3133
3244
|
],
|
3245
|
+
"Host identifier": [
|
3246
|
+
""
|
3247
|
+
],
|
3134
3248
|
"Host lifecycle support expiration notification": [
|
3135
3249
|
""
|
3136
3250
|
],
|
@@ -3230,9 +3344,6 @@
|
|
3230
3344
|
"ID of the sync plan": [
|
3231
3345
|
"同期プランの ID"
|
3232
3346
|
],
|
3233
|
-
"ID: %s doesn't exist ": [
|
3234
|
-
"ID: %s が存在しません "
|
3235
|
-
],
|
3236
3347
|
"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.": [
|
3237
3348
|
"リポジトリー情報を Simplified Alternate Content Source にコピーする製品の ID。製品には、選択したコンテンツタイプのリポジトリーが少なくとも 1 つ含まれている必要があります。"
|
3238
3349
|
],
|
@@ -3290,9 +3401,15 @@
|
|
3290
3401
|
"Id of the repository to limit verifying checksum on": [
|
3291
3402
|
""
|
3292
3403
|
],
|
3404
|
+
"Id of the single content view to be associated with the activation key.": [
|
3405
|
+
""
|
3406
|
+
],
|
3293
3407
|
"Id of the single content view to be associated with the host.": [
|
3294
3408
|
""
|
3295
3409
|
],
|
3410
|
+
"Id of the single lifecycle environment to be associated with the activation key.": [
|
3411
|
+
""
|
3412
|
+
],
|
3296
3413
|
"Id of the single lifecycle environment to be associated with the host.": [
|
3297
3414
|
""
|
3298
3415
|
],
|
@@ -3341,6 +3458,9 @@
|
|
3341
3458
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
3342
3459
|
""
|
3343
3460
|
],
|
3461
|
+
"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'.": [
|
3462
|
+
""
|
3463
|
+
],
|
3344
3464
|
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
3345
3465
|
"指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
|
3346
3466
|
],
|
@@ -3362,6 +3482,9 @@
|
|
3362
3482
|
"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/...'.": [
|
3363
3483
|
"これが有効な場合には、環境 (\\\"archived\\\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
|
3364
3484
|
],
|
3485
|
+
"If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
|
3486
|
+
""
|
3487
|
+
],
|
3365
3488
|
"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.": [
|
3366
3489
|
""
|
3367
3490
|
],
|
@@ -3449,6 +3572,9 @@
|
|
3449
3572
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3450
3573
|
""
|
3451
3574
|
],
|
3575
|
+
"Import migration": [
|
3576
|
+
""
|
3577
|
+
],
|
3452
3578
|
"Import new manifest": [
|
3453
3579
|
""
|
3454
3580
|
],
|
@@ -3458,6 +3584,12 @@
|
|
3458
3584
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3459
3585
|
"インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
|
3460
3586
|
],
|
3587
|
+
"Import repository upload": [
|
3588
|
+
""
|
3589
|
+
],
|
3590
|
+
"Import upload": [
|
3591
|
+
""
|
3592
|
+
],
|
3461
3593
|
"Import uploads into a repository": [
|
3462
3594
|
"アップロードのリポジトリーへのインポート"
|
3463
3595
|
],
|
@@ -3554,6 +3686,9 @@
|
|
3554
3686
|
"Inherit from Repository": [
|
3555
3687
|
"リポジトリーから継承"
|
3556
3688
|
],
|
3689
|
+
"Initialize": [
|
3690
|
+
""
|
3691
|
+
],
|
3557
3692
|
"Initiate a sync of the products attached to the sync plan": [
|
3558
3693
|
"同期プランに割り当てられた製品の同期を開始します"
|
3559
3694
|
],
|
@@ -3854,7 +3989,7 @@
|
|
3854
3989
|
"Latest version": [
|
3855
3990
|
"最新バージョン"
|
3856
3991
|
],
|
3857
|
-
"Learn more about adding subscription manifests ": [
|
3992
|
+
"Learn more about adding subscription manifests in ": [
|
3858
3993
|
""
|
3859
3994
|
],
|
3860
3995
|
"Legacy UI": [
|
@@ -3992,6 +4127,9 @@
|
|
3992
4127
|
"List content counts for the smart proxy": [
|
3993
4128
|
""
|
3994
4129
|
],
|
4130
|
+
"List content view environments": [
|
4131
|
+
""
|
4132
|
+
],
|
3995
4133
|
"List content view versions": [
|
3996
4134
|
"コンテンツビューのバージョンを一覧表示"
|
3997
4135
|
],
|
@@ -4361,6 +4499,15 @@
|
|
4361
4499
|
"Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
|
4362
4500
|
"Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
|
4363
4501
|
],
|
4502
|
+
"Multi copy all units": [
|
4503
|
+
""
|
4504
|
+
],
|
4505
|
+
"Multi copy content": [
|
4506
|
+
""
|
4507
|
+
],
|
4508
|
+
"Multi copy units": [
|
4509
|
+
""
|
4510
|
+
],
|
4364
4511
|
"Multi-entitlement": [
|
4365
4512
|
"マルチエンタイトルメント"
|
4366
4513
|
],
|
@@ -4517,7 +4664,7 @@
|
|
4517
4664
|
"No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
|
4518
4665
|
""
|
4519
4666
|
],
|
4520
|
-
"No available packages found for search term '%s'.
|
4667
|
+
"No available packages found for search term '%s'.": [
|
4521
4668
|
""
|
4522
4669
|
],
|
4523
4670
|
"No available repository or filter updates": [
|
@@ -4535,6 +4682,12 @@
|
|
4535
4682
|
"No content in selected versions.": [
|
4536
4683
|
"選択したバージョンにコンテンツがありません。"
|
4537
4684
|
],
|
4685
|
+
"No content view environments found with ids: %{ids}": [
|
4686
|
+
""
|
4687
|
+
],
|
4688
|
+
"No content view environments found with names: %{names}": [
|
4689
|
+
""
|
4690
|
+
],
|
4538
4691
|
"No content view history events found.": [
|
4539
4692
|
"コンテンビューの履歴イベントが見つかりません。"
|
4540
4693
|
],
|
@@ -4790,7 +4943,7 @@
|
|
4790
4943
|
"No syncable repositories found for selected products and options.": [
|
4791
4944
|
"選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
|
4792
4945
|
],
|
4793
|
-
"No upgradable packages found for search term '%s'.
|
4946
|
+
"No upgradable packages found for search term '%s'.": [
|
4794
4947
|
""
|
4795
4948
|
],
|
4796
4949
|
"No upgradable packages found.": [
|
@@ -5321,6 +5474,9 @@
|
|
5321
5474
|
"Product Create": [
|
5322
5475
|
"製品の作成"
|
5323
5476
|
],
|
5477
|
+
"Product Host Count": [
|
5478
|
+
""
|
5479
|
+
],
|
5324
5480
|
"Product ID": [
|
5325
5481
|
"製品 ID"
|
5326
5482
|
],
|
@@ -5504,6 +5660,9 @@
|
|
5504
5660
|
"Pulp task error": [
|
5505
5661
|
"Pulp タスクのエラー"
|
5506
5662
|
],
|
5663
|
+
"Purge completed tasks": [
|
5664
|
+
""
|
5665
|
+
],
|
5507
5666
|
"Python Package": [
|
5508
5667
|
"Python パッケージ"
|
5509
5668
|
],
|
@@ -5612,6 +5771,9 @@
|
|
5612
5771
|
"Reclaim Space": [
|
5613
5772
|
"領域の再利用"
|
5614
5773
|
],
|
5774
|
+
"Reclaim space": [
|
5775
|
+
""
|
5776
|
+
],
|
5615
5777
|
"Reclaim space from On Demand repositories": [
|
5616
5778
|
"オンデマンドリポジトリーからの領域の再利用"
|
5617
5779
|
],
|
@@ -5675,6 +5837,9 @@
|
|
5675
5837
|
"Refresh all alternate content sources": [
|
5676
5838
|
""
|
5677
5839
|
],
|
5840
|
+
"Refresh all distributions": [
|
5841
|
+
""
|
5842
|
+
],
|
5678
5843
|
"Refresh alternate content sources": [
|
5679
5844
|
"代替コンテンツソースの更新"
|
5680
5845
|
],
|
@@ -5687,15 +5852,27 @@
|
|
5687
5852
|
"Refresh counts": [
|
5688
5853
|
""
|
5689
5854
|
],
|
5855
|
+
"Refresh distribution": [
|
5856
|
+
""
|
5857
|
+
],
|
5690
5858
|
"Refresh errata applicability": [
|
5691
5859
|
""
|
5692
5860
|
],
|
5861
|
+
"Refresh if needed": [
|
5862
|
+
""
|
5863
|
+
],
|
5693
5864
|
"Refresh package applicability": [
|
5694
5865
|
""
|
5695
5866
|
],
|
5696
5867
|
"Refresh previously imported manifest for Red Hat provider": [
|
5697
5868
|
"Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
|
5698
5869
|
],
|
5870
|
+
"Refresh remote": [
|
5871
|
+
""
|
5872
|
+
],
|
5873
|
+
"Refresh repos": [
|
5874
|
+
""
|
5875
|
+
],
|
5699
5876
|
"Refresh source": [
|
5700
5877
|
"ソースの更新"
|
5701
5878
|
],
|
@@ -5834,6 +6011,9 @@
|
|
5834
6011
|
"Remove one or more subscriptions from an upstream manifest": [
|
5835
6012
|
"アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
|
5836
6013
|
],
|
6014
|
+
"Remove orphans": [
|
6015
|
+
""
|
6016
|
+
],
|
5837
6017
|
"Remove package group via Katello interface": [
|
5838
6018
|
"Katello インターフェイスでのパッケージグループの削除"
|
5839
6019
|
],
|
@@ -5861,6 +6041,12 @@
|
|
5861
6041
|
"Remove subscriptions from one or more hosts": [
|
5862
6042
|
"1 つ以上のホストからサブスクリプションを削除します"
|
5863
6043
|
],
|
6044
|
+
"Remove units": [
|
6045
|
+
""
|
6046
|
+
],
|
6047
|
+
"Remove unneeded repos": [
|
6048
|
+
""
|
6049
|
+
],
|
5864
6050
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
5865
6051
|
"コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
|
5866
6052
|
],
|
@@ -5885,6 +6071,9 @@
|
|
5885
6071
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
5886
6072
|
"すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
|
5887
6073
|
],
|
6074
|
+
"Repair": [
|
6075
|
+
""
|
6076
|
+
],
|
5888
6077
|
"Replace content source on the target machine": [
|
5889
6078
|
""
|
5890
6079
|
],
|
@@ -5903,12 +6092,18 @@
|
|
5903
6092
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
5904
6093
|
"CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
|
5905
6094
|
],
|
6095
|
+
"Repositories certs reset": [
|
6096
|
+
""
|
6097
|
+
],
|
5906
6098
|
"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.": [
|
5907
6099
|
""
|
5908
6100
|
],
|
5909
6101
|
"Repositories from published Content Views are not allowed.": [
|
5910
6102
|
"公開されたコンテンツビューからのリポジトリーは許可されません。"
|
5911
6103
|
],
|
6104
|
+
"Repositories gpg reset": [
|
6105
|
+
""
|
6106
|
+
],
|
5912
6107
|
"Repository": [
|
5913
6108
|
"リポジトリー"
|
5914
6109
|
],
|
@@ -6080,6 +6275,9 @@
|
|
6080
6275
|
"Return Red Hat (non-custom) products only": [
|
6081
6276
|
"Red Hat (カスタム以外) 製品のみを返します"
|
6082
6277
|
],
|
6278
|
+
"Return a list of installed packages distinct by name": [
|
6279
|
+
""
|
6280
|
+
],
|
6083
6281
|
"Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
|
6084
6282
|
"指定のオブジェクトに追加可能なコンテンツを返します。'content_view_version' と 'content_view_filter' の値がサポートされます。"
|
6085
6283
|
],
|
@@ -6236,9 +6434,27 @@
|
|
6236
6434
|
"Save": [
|
6237
6435
|
"保存"
|
6238
6436
|
],
|
6437
|
+
"Save artifact": [
|
6438
|
+
""
|
6439
|
+
],
|
6440
|
+
"Save distribution references": [
|
6441
|
+
""
|
6442
|
+
],
|
6443
|
+
"Save publication": [
|
6444
|
+
""
|
6445
|
+
],
|
6446
|
+
"Save version": [
|
6447
|
+
""
|
6448
|
+
],
|
6449
|
+
"Save versions": [
|
6450
|
+
""
|
6451
|
+
],
|
6239
6452
|
"Saving alternate content source...": [
|
6240
6453
|
"代替コンテンツソースの保存"
|
6241
6454
|
],
|
6455
|
+
"Scan cdn": [
|
6456
|
+
""
|
6457
|
+
],
|
6242
6458
|
"Schema version 1": [
|
6243
6459
|
""
|
6244
6460
|
],
|
@@ -7019,6 +7235,9 @@
|
|
7019
7235
|
"Supported Content Types": [
|
7020
7236
|
"サポート対象のコンテンツタイプ"
|
7021
7237
|
],
|
7238
|
+
"Sync": [
|
7239
|
+
""
|
7240
|
+
],
|
7022
7241
|
"Sync Canceled": [
|
7023
7242
|
"同期が取り消されました"
|
7024
7243
|
],
|
@@ -7592,6 +7811,9 @@
|
|
7592
7811
|
"To manage packages, select an action.": [
|
7593
7812
|
""
|
7594
7813
|
],
|
7814
|
+
"Toggle": [
|
7815
|
+
""
|
7816
|
+
],
|
7595
7817
|
"Total steps: ": [
|
7596
7818
|
"ステップ合計数: "
|
7597
7819
|
],
|
@@ -7886,6 +8108,9 @@
|
|
7886
8108
|
"Update content view environments for host %s": [
|
7887
8109
|
""
|
7888
8110
|
],
|
8111
|
+
"Update distributions": [
|
8112
|
+
""
|
8113
|
+
],
|
7889
8114
|
"Update hosts manually": [
|
7890
8115
|
""
|
7891
8116
|
],
|
@@ -7919,6 +8144,12 @@
|
|
7919
8144
|
"Update release version for host %s": [
|
7920
8145
|
"ホスト %s のリリースバージョンの更新"
|
7921
8146
|
],
|
8147
|
+
"Update remote": [
|
8148
|
+
""
|
8149
|
+
],
|
8150
|
+
"Update repository": [
|
8151
|
+
""
|
8152
|
+
],
|
7922
8153
|
"Update services requiring restart": [
|
7923
8154
|
"再起動が必要なサービスの更新"
|
7924
8155
|
],
|
@@ -8009,6 +8240,12 @@
|
|
8009
8240
|
"Upload a subscription manifest": [
|
8010
8241
|
"サブスクリプションマニフェストのアップロード"
|
8011
8242
|
],
|
8243
|
+
"Upload content": [
|
8244
|
+
""
|
8245
|
+
],
|
8246
|
+
"Upload file": [
|
8247
|
+
""
|
8248
|
+
],
|
8012
8249
|
"Upload into": [
|
8013
8250
|
"アップロード先"
|
8014
8251
|
],
|
@@ -8018,6 +8255,9 @@
|
|
8018
8255
|
"Upload request id": [
|
8019
8256
|
"要求 ID のアップロード"
|
8020
8257
|
],
|
8258
|
+
"Upload tag": [
|
8259
|
+
""
|
8260
|
+
],
|
8021
8261
|
"Upstream Candlepin": [
|
8022
8262
|
"アップストリーム Candlepin"
|
8023
8263
|
],
|
@@ -8600,9 +8840,6 @@
|
|
8600
8840
|
"content view filter rule identifier": [
|
8601
8841
|
"コンテンツビューフィルタールール ID"
|
8602
8842
|
],
|
8603
|
-
"content view id": [
|
8604
|
-
"コンテンツビュー ID"
|
8605
|
-
],
|
8606
8843
|
"content view identifier": [
|
8607
8844
|
"コンテンツビュー ID"
|
8608
8845
|
],
|
@@ -8690,12 +8927,6 @@
|
|
8690
8927
|
"enhancements": [
|
8691
8928
|
""
|
8692
8929
|
],
|
8693
|
-
"environment": [
|
8694
|
-
"環境"
|
8695
|
-
],
|
8696
|
-
"environment id": [
|
8697
|
-
"環境 ID"
|
8698
|
-
],
|
8699
8930
|
"environment identifier": [
|
8700
8931
|
"環境 ID"
|
8701
8932
|
],
|
@@ -8966,9 +9197,6 @@
|
|
8966
9197
|
"name of the subscription": [
|
8967
9198
|
"サブスクリプションの名前"
|
8968
9199
|
],
|
8969
|
-
"name: %s doesn't exist ": [
|
8970
|
-
"名前: %s が存在しません "
|
8971
|
-
],
|
8972
9200
|
"new name for the filter": [
|
8973
9201
|
"フィルターの新規の名前"
|
8974
9202
|
],
|
@@ -9137,6 +9365,9 @@
|
|
9137
9365
|
"system registration": [
|
9138
9366
|
""
|
9139
9367
|
],
|
9368
|
+
"the documentation.": [
|
9369
|
+
""
|
9370
|
+
],
|
9140
9371
|
"the following attributes can not be updated for the Red Hat provider: [ %s ]": [
|
9141
9372
|
"Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
|
9142
9373
|
],
|