katello 3.18.0.rc2.1 → 4.0.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/stylesheets/katello/katello.scss +0 -72
- data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +0 -19
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -3
- data/app/controllers/katello/api/v2/api_controller.rb +1 -2
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +2 -2
- data/app/controllers/katello/api/v2/content_credentials_controller.rb +24 -24
- data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +98 -0
- data/app/controllers/katello/api/v2/content_exports_controller.rb +88 -0
- data/app/controllers/katello/api/v2/content_imports_controller.rb +59 -0
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +56 -94
- data/app/controllers/katello/api/v2/content_views_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_packages_controller.rb +6 -6
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +2 -3
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +5 -19
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +34 -0
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/upstream_subscriptions_controller.rb +8 -4
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +1 -1
- data/app/helpers/katello/sync_management_helper.rb +0 -2
- data/app/lib/actions/candlepin/environment/create.rb +1 -1
- data/app/lib/actions/candlepin/environment/set_content.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +9 -11
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +64 -0
- data/app/lib/actions/katello/agent_action.rb +107 -0
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +6 -2
- data/app/lib/actions/katello/bulk_agent_action.rb +21 -0
- data/app/lib/actions/katello/capsule_content/sync.rb +8 -8
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +16 -2
- data/app/lib/actions/katello/check_matching_content.rb +17 -0
- data/app/lib/actions/katello/content_view/environment_create.rb +6 -8
- data/app/lib/actions/katello/content_view/promote_to_environment.rb +1 -1
- data/app/lib/actions/katello/content_view/publish.rb +2 -2
- data/app/lib/actions/katello/content_view_version/import.rb +2 -1
- data/app/lib/actions/katello/content_view_version/import_library.rb +17 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +30 -10
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +1 -1
- data/app/lib/actions/katello/host/erratum/install.rb +8 -26
- data/app/lib/actions/katello/host/hypervisors_update.rb +4 -4
- data/app/lib/actions/katello/host/package/install.rb +8 -21
- data/app/lib/actions/katello/host/package/remove.rb +8 -20
- data/app/lib/actions/katello/host/package/update.rb +9 -22
- data/app/lib/actions/katello/host/package_group/install.rb +8 -21
- data/app/lib/actions/katello/host/package_group/remove.rb +8 -20
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -1
- data/app/lib/actions/katello/organization/create.rb +3 -5
- data/app/lib/actions/katello/organization/destroy.rb +1 -1
- data/app/lib/actions/katello/organization/manifest_delete.rb +3 -5
- data/app/lib/actions/katello/organization/manifest_import.rb +1 -1
- data/app/lib/actions/katello/organization/manifest_refresh.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +3 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +8 -11
- data/app/lib/actions/katello/repository/create.rb +0 -8
- data/app/lib/actions/katello/repository/filtered_index_content.rb +3 -0
- data/app/lib/actions/katello/repository/index_content.rb +1 -0
- data/app/lib/actions/katello/repository/multi_clone_contents.rb +9 -12
- data/app/lib/actions/katello/repository/update.rb +0 -8
- data/app/lib/actions/middleware/execute_if_contents_changed.rb +4 -1
- data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +24 -4
- data/app/lib/actions/pulp/consumer.rb +0 -11
- data/app/lib/actions/pulp/orchestration/repository/refresh_repos.rb +0 -6
- data/app/lib/actions/pulp3/capsule_content/refresh_distribution.rb +3 -3
- data/app/lib/actions/pulp3/content_migration.rb +10 -0
- data/app/lib/actions/pulp3/content_migration_presenter.rb +59 -0
- data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +1 -1
- data/app/lib/actions/pulp3/content_view_version/export.rb +3 -2
- data/app/lib/actions/pulp3/import_migration.rb +6 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/copy_version_units_to_library.rb +2 -1
- data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +17 -13
- data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +60 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +0 -4
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +16 -3
- data/app/lib/actions/pulp3/orchestration/repository/refresh_repos.rb +1 -6
- data/app/lib/actions/pulp3/repository/copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/delete.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +1 -1
- data/app/lib/actions/pulp3/repository/upload_tag.rb +18 -0
- data/app/lib/katello/agent/base_message.rb +38 -0
- data/app/lib/katello/agent/client_message_handler.rb +60 -0
- data/app/lib/katello/agent/connection.rb +24 -0
- data/app/lib/katello/agent/install_errata_message.rb +25 -0
- data/app/lib/katello/agent/install_package_group_message.rb +25 -0
- data/app/lib/katello/agent/install_package_message.rb +28 -0
- data/app/lib/katello/agent/remove_package_group_message.rb +25 -0
- data/app/lib/katello/agent/remove_package_message.rb +28 -0
- data/app/lib/katello/agent/update_package_message.rb +25 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +8 -0
- data/app/lib/katello/event_daemon/monitor.rb +53 -0
- data/app/lib/katello/event_daemon/runner.rb +99 -0
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +62 -0
- data/app/lib/katello/logging.rb +32 -0
- data/app/lib/katello/messaging/connection.rb +1 -7
- data/app/lib/katello/messaging/received_message.rb +1 -1
- data/app/lib/katello/qpid/connection.rb +130 -0
- data/app/lib/katello/validators/content_view_puppet_module_validator.rb +1 -1
- data/app/models/katello/activation_key.rb +2 -2
- data/app/models/katello/agent/dispatch_history.rb +17 -0
- data/app/models/katello/authorization/content_view_version.rb +25 -2
- data/app/models/katello/authorization/content_view_version_export_history.rb +1 -1
- data/app/models/katello/authorization/organization.rb +8 -0
- data/app/models/katello/candlepin/repository_mapper.rb +1 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +3 -0
- data/app/models/katello/concerns/operatingsystem_extensions.rb +2 -0
- data/app/models/katello/concerns/organization_extensions.rb +2 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +7 -0
- data/app/models/katello/concerns/redhat_extensions.rb +2 -2
- data/app/models/katello/concerns/smart_proxy_extensions.rb +31 -5
- data/app/models/katello/content_migration_progress.rb +4 -0
- data/app/models/katello/content_view.rb +10 -1
- data/app/models/katello/content_view_environment.rb +2 -2
- data/app/models/katello/content_view_history.rb +2 -1
- data/app/models/katello/content_view_package_filter.rb +1 -1
- data/app/models/katello/content_view_puppet_environment.rb +2 -2
- data/app/models/katello/content_view_version.rb +2 -1
- data/app/models/katello/content_view_version_export_history.rb +26 -1
- data/app/models/katello/erratum.rb +3 -1
- data/app/models/katello/events/delete_host_agent_queue.rb +19 -0
- data/app/models/katello/glue/candlepin/pool.rb +2 -0
- data/app/models/katello/glue/pulp/repo.rb +0 -6
- data/app/models/katello/glue/pulp/repos.rb +1 -22
- data/app/models/katello/host/subscription_facet.rb +4 -0
- data/app/models/katello/ping.rb +12 -4
- data/app/models/katello/pool.rb +5 -0
- data/app/models/katello/product.rb +3 -3
- data/app/models/katello/repository.rb +10 -3
- data/app/models/katello/subscription_status.rb +3 -2
- data/app/models/setting/content.rb +0 -2
- data/app/presenters/katello/host_subscription_presenter.rb +3 -4
- data/app/presenters/katello/host_subscriptions_presenter.rb +24 -0
- data/app/services/katello/agent/dispatcher.rb +66 -0
- data/app/services/katello/applicability/applicable_content_helper.rb +44 -15
- data/app/services/katello/candlepin_event_listener.rb +12 -19
- data/app/services/katello/event_monitor/poller_thread.rb +3 -11
- data/app/services/katello/pulp/smart_proxy_repository.rb +0 -15
- data/app/services/katello/pulp3/api/docker.rb +4 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +63 -5
- data/app/services/katello/pulp3/content_view_version/import.rb +40 -0
- data/app/services/katello/pulp3/content_view_version/import_export_common.rb +0 -16
- data/app/services/katello/pulp3/content_view_version/import_validator.rb +26 -49
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/migration.rb +44 -9
- data/app/services/katello/pulp3/repository.rb +13 -4
- data/app/services/katello/pulp3/repository/docker.rb +5 -0
- data/app/services/katello/pulp3/repository/yum.rb +15 -9
- data/app/services/katello/pulp3/task.rb +4 -0
- data/app/services/katello/pulp3/task_group.rb +4 -0
- data/app/services/katello/registration_manager.rb +10 -0
- data/app/services/katello/repository_type.rb +1 -1
- data/app/views/foreman/smart_proxies/_content_tab.html.erb +4 -47
- data/app/views/foreman/smart_proxies/show.html.erb +1 -1
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +22 -25
- data/app/views/katello/api/v2/content_view_version_export_histories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_views/show.json.rabl +6 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +7 -9
- data/app/views/katello/layouts/react.html.erb +3 -2
- data/app/views/katello/sync_management/_products.html.erb +1 -1
- data/app/views/overrides/activation_keys/_host_tab_pane.html.erb +1 -5
- data/app/views/overrides/organizations/_edit_override.html.erb +1 -4
- data/app/views/overrides/smart_proxies/_environment_tab.html.erb +1 -1
- data/app/views/overrides/smart_proxies/_environment_tab_pane.html.erb +1 -1
- data/config/katello.yaml.example +0 -3
- data/config/routes/api/v2.rb +31 -13
- data/db/migrate/20150930183738_migrate_content_hosts.rb +1 -1
- data/db/migrate/20191204214919_add_content_view_version_counts.rb +0 -1
- data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +5 -2
- data/db/migrate/20201119211133_pulp3_migration_progress.rb +9 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +56 -0
- data/db/migrate/20210122200618_create_katello_agent_dispatch_history.rb +11 -0
- data/db/migrate/20210125161911_delete_erratum_install_batch_size_setting.rb +5 -0
- data/db/migrate/20210128231228_add_type_and_from_cvv_to_cvv_export_history.rb +14 -0
- data/db/migrate/20210201163238_migrate_background_download_policy_to_migrate.rb +7 -0
- data/db/migrate/20210208213920_add_available_module_stream_context.rb +8 -0
- data/db/seeds.d/104-proxy.rb +1 -1
- data/db/seeds.d/111-upgrade_tasks.rb +2 -1
- data/engines/bastion/app/assets/javascripts/bastion/auth/authorization.service.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +35 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-os-client.directive.js +17 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html +12 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-deb-client.html +38 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-oracle-client.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-sles-client.html +28 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +14 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +9 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +78 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +17 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +17 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +1292 -1170
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +17 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +858 -807
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +18 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +17 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +17 -18
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +986 -971
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +19 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +9 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/download-policy.service.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js +21 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js +16 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html +18 -0
- data/lib/katello/engine.rb +12 -6
- data/lib/katello/middleware/event_daemon.rb +1 -1
- data/lib/katello/permission_creator.rb +26 -5
- data/lib/katello/plugin.rb +3 -2
- data/lib/katello/tasks/delete_orphaned_content.rake +1 -3
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/pulp3_content_switchover.rake +1 -1
- data/lib/katello/tasks/pulp3_migration.rake +18 -6
- data/lib/katello/tasks/pulp3_migration_abort.rake +7 -2
- data/lib/katello/tasks/pulp3_migration_stats.rake +28 -8
- data/lib/katello/tasks/pulp3_post_migration_check.rake +1 -3
- data/lib/katello/tasks/receptor/extract_orgs.rake +1 -1
- data/lib/katello/tasks/reimport.rake +1 -1
- data/lib/katello/tasks/repository.rake +3 -5
- data/lib/katello/tasks/reset.rake +0 -15
- data/lib/katello/tasks/upgrades/4.0/remove_ostree_puppet_content.rake +16 -0
- data/lib/katello/version.rb +1 -1
- data/lib/proxy_api/container_gateway.rb +21 -0
- data/locale/action_names.rb +51 -51
- data/locale/bn/katello.edit.po +8538 -0
- data/locale/bn/katello.po +136 -51
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/cs/katello.edit.po +8440 -0
- data/locale/cs/katello.po +136 -49
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/de/katello.edit.po +8344 -0
- data/locale/de/katello.po +136 -48
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/en/katello.edit.po +8161 -0
- data/locale/en/katello.po +136 -48
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/es/katello.edit.po +8306 -0
- data/locale/es/katello.po +136 -48
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/fr/katello.edit.po +8356 -0
- data/locale/fr/katello.po +136 -48
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gu/katello.edit.po +8540 -0
- data/locale/gu/katello.po +136 -51
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/hi/katello.edit.po +8537 -0
- data/locale/hi/katello.po +136 -51
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/it/katello.edit.po +8293 -0
- data/locale/it/katello.po +136 -48
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.edit.po +8322 -0
- data/locale/ja/katello.po +136 -48
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/katello.pot +941 -767
- data/locale/kn/katello.edit.po +8538 -0
- data/locale/kn/katello.po +136 -51
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.edit.po +8289 -0
- data/locale/ko/katello.po +136 -48
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/mr/katello.edit.po +8502 -0
- data/locale/mr/katello.po +136 -51
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/or/katello.edit.po +8538 -0
- data/locale/or/katello.po +136 -51
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.edit.po +8524 -0
- data/locale/pa/katello.po +136 -51
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pt/katello.edit.po +8255 -0
- data/locale/pt/katello.po +136 -51
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.edit.po +8289 -0
- data/locale/pt_BR/katello.po +136 -48
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ru/katello.edit.po +8309 -0
- data/locale/ru/katello.po +136 -48
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/ta/katello.edit.po +8536 -0
- data/locale/ta/katello.po +136 -51
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/te/katello.edit.po +8536 -0
- data/locale/te/katello.po +136 -51
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.edit.po +8288 -0
- data/locale/zh_CN/katello.po +136 -48
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.edit.po +8420 -0
- data/locale/zh_TW/katello.po +136 -48
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/package.json +1 -1
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +0 -1
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationHooks.js +2 -0
- data/webpack/__mocks__/foremanReact/components/common/dates/LongDateTime.js +5 -0
- data/webpack/{scenes/ContentViews/Details/Repositories → components/SelectableDropdown}/SelectableDropdown.js +20 -3
- data/webpack/components/SelectableDropdown/__tests__/SelectableDropdown.test.js +45 -0
- data/webpack/components/SelectableDropdown/index.js +3 -0
- data/webpack/components/Table/TableWrapper.js +2 -1
- data/webpack/components/Table/helpers.js +14 -0
- data/webpack/components/TypeAhead/TypeAhead.js +2 -1
- data/webpack/components/TypeAhead/pf3Search/TypeAheadSearch.js +2 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +0 -1
- data/webpack/containers/Application/overrides.scss +6 -0
- data/webpack/index.js +6 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +5 -5
- data/webpack/scenes/ContentViews/ContentViewsActions.js +31 -2
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +5 -1
- data/webpack/scenes/ContentViews/Copy/ContentViewCopySelectors.js +16 -0
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +77 -0
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +44 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +42 -0
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +39 -0
- data/webpack/scenes/ContentViews/Copy/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/ContentViewCreateSelectors.js +16 -0
- data/webpack/scenes/ContentViews/Create/ContentViewFormComponents.js +58 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +175 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewModal.js +27 -0
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +42 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +92 -0
- data/webpack/scenes/ContentViews/Create/index.js +4 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +16 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +20 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +17 -7
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +19 -13
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +40 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +124 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.fixtures.json +134 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +92 -0
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +44 -25
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +17 -7
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +24 -0
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +53 -3
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +4 -3
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +41 -0
- data/webpack/scenes/ContentViews/helpers.js +13 -0
- data/webpack/scenes/SmartProxy/Content.js +17 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +11 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +3 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentSelectors.js +16 -0
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +152 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentResult.fixtures.json +140 -0
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/SmartProxy/index.js +4 -0
- data/webpack/scenes/Subscriptions/Manifest/ManifestActions.js +3 -3
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManifestActions.test.js +2 -2
- data/webpack/scenes/Subscriptions/Manifest/__tests__/SimpleContentAccess.test.js +2 -2
- data/webpack/test-utils/react-testing-lib-wrapper.js +5 -2
- data/webpack/utils/helpers.js +3 -0
- metadata +160 -40
- data/app/controllers/katello/api/v2/gpg_keys_controller.rb +0 -114
- data/app/lib/actions/pulp/consumer/abstract_content_action.rb +0 -71
- data/app/lib/actions/pulp/consumer/content_install.rb +0 -43
- data/app/lib/actions/pulp/consumer/content_uninstall.rb +0 -26
- data/app/lib/actions/pulp/consumer/content_update.rb +0 -32
- data/app/overrides/disable_turbolinks_on_proxies_index.rb +0 -5
- data/app/services/katello/event_daemon.rb +0 -135
- data/app/services/katello/pulp/content_counts_calculator.rb +0 -60
- data/db/functions/empty_v01.sql +0 -7
- data/db/functions/evr_trigger_v01.sql +0 -9
- data/db/functions/isalpha_v01.sql +0 -11
- data/db/functions/isalphanum_v01.sql +0 -12
- data/db/functions/isdigit_v01.sql +0 -10
- data/db/functions/rpmver_array_v01.sql +0 -60
- data/lib/katello/tasks/common.rake +0 -7
- data/lib/katello/tasks/reports.rake +0 -4
- data/lib/katello/tasks/upgrades/3.10/update_gpg_key_urls.rake +0 -32
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.scss +0 -5
- data/webpack/scenes/ContentViews/Table/actionResolver.js +0 -28
data/locale/zh_TW/katello.po
CHANGED
@@ -22,6 +22,11 @@ msgstr ""
|
|
22
22
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
23
23
|
"X-Generator: Zanata 3.6.0\n"
|
24
24
|
|
25
|
+
msgid ""
|
26
|
+
"\n"
|
27
|
+
"* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
|
28
|
+
msgstr ""
|
29
|
+
|
25
30
|
msgid " %{errata_count} Errata"
|
26
31
|
msgstr ""
|
27
32
|
|
@@ -359,6 +364,9 @@ msgstr ""
|
|
359
364
|
msgid "Action with sub plans"
|
360
365
|
msgstr ""
|
361
366
|
|
367
|
+
msgid "Activation Key(s)"
|
368
|
+
msgstr ""
|
369
|
+
|
362
370
|
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author snowlet
|
363
371
|
msgid "Activation Keys"
|
364
372
|
msgstr "啟動金鑰"
|
@@ -366,6 +374,9 @@ msgstr "啟動金鑰"
|
|
366
374
|
msgid "Activation key ID"
|
367
375
|
msgstr "啟動金鑰 ID"
|
368
376
|
|
377
|
+
msgid "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
|
378
|
+
msgstr ""
|
379
|
+
|
369
380
|
msgid "Activation keys and subscriptions can be managed"
|
370
381
|
msgstr "可管理啟動金鑰與訂閱"
|
371
382
|
|
@@ -843,12 +854,18 @@ msgstr ""
|
|
843
854
|
msgid "Cannot upload Container Image content."
|
844
855
|
msgstr ""
|
845
856
|
|
857
|
+
msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
|
858
|
+
msgstr ""
|
859
|
+
|
846
860
|
msgid "Cannot validate contents on non-yum/deb repositories."
|
847
861
|
msgstr ""
|
848
862
|
|
849
863
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
850
864
|
msgstr ""
|
851
865
|
|
866
|
+
msgid "Check if the specified organization is eligible for Simple Content Access"
|
867
|
+
msgstr ""
|
868
|
+
|
852
869
|
msgid "Check services before actions"
|
853
870
|
msgstr ""
|
854
871
|
|
@@ -864,9 +881,6 @@ msgstr ""
|
|
864
881
|
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
865
882
|
msgstr ""
|
866
883
|
|
867
|
-
msgid "Chunk export-tarfile into pieces of chunk_size mega bytes. Relevant only for Pulp 3 repositories"
|
868
|
-
msgstr ""
|
869
|
-
|
870
884
|
msgid "Click here to go to the tasks page for the task."
|
871
885
|
msgstr ""
|
872
886
|
|
@@ -887,7 +901,7 @@ msgstr ""
|
|
887
901
|
msgid "Combined Profile Update for %s"
|
888
902
|
msgstr ""
|
889
903
|
|
890
|
-
msgid "Comma
|
904
|
+
msgid "Comma-separated list of tags to sync for Container Image repository"
|
891
905
|
msgstr ""
|
892
906
|
|
893
907
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
|
@@ -943,9 +957,15 @@ msgstr ""
|
|
943
957
|
msgid "Content Download URL"
|
944
958
|
msgstr ""
|
945
959
|
|
960
|
+
msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
|
961
|
+
msgstr ""
|
962
|
+
|
946
963
|
msgid "Content Hosts"
|
947
964
|
msgstr "內容主機"
|
948
965
|
|
966
|
+
msgid "Content Migration"
|
967
|
+
msgstr ""
|
968
|
+
|
949
969
|
msgid "Content Source"
|
950
970
|
msgstr "內容來源"
|
951
971
|
|
@@ -1044,6 +1064,9 @@ msgstr "內容視域標籤"
|
|
1044
1064
|
msgid "Content view numeric identifier"
|
1045
1065
|
msgstr "內容視域的數字識別子"
|
1046
1066
|
|
1067
|
+
msgid "Content view version export history identifier"
|
1068
|
+
msgstr ""
|
1069
|
+
|
1047
1070
|
msgid "Content view version identifier"
|
1048
1071
|
msgstr "內容視域的版本識別子"
|
1049
1072
|
|
@@ -1084,6 +1107,9 @@ msgstr ""
|
|
1084
1107
|
msgid "Could not find %{name} resource with id %{id}"
|
1085
1108
|
msgstr ""
|
1086
1109
|
|
1110
|
+
msgid "Could not find %{name} resources with ids %{ids}"
|
1111
|
+
msgstr ""
|
1112
|
+
|
1087
1113
|
msgid "Could not find Environment with ids: %s"
|
1088
1114
|
msgstr "找不到擁有 ID 的環境:%s"
|
1089
1115
|
|
@@ -1166,12 +1192,6 @@ msgstr "找不到環境 '%s'"
|
|
1166
1192
|
msgid "Couldn't find errata ids '%s'"
|
1167
1193
|
msgstr "找不到勘誤 id '%s'"
|
1168
1194
|
|
1169
|
-
msgid "Couldn't find gpg key '%s'"
|
1170
|
-
msgstr "找不到 GPG 金鑰「%s」"
|
1171
|
-
|
1172
|
-
msgid "Couldn't find host '%s'"
|
1173
|
-
msgstr ""
|
1174
|
-
|
1175
1195
|
msgid "Couldn't find host collection '%s'"
|
1176
1196
|
msgstr "找不到主機集「%s」"
|
1177
1197
|
|
@@ -1185,9 +1205,6 @@ msgstr "找不到組織「%s」"
|
|
1185
1205
|
msgid "Couldn't find prior-environment '%s'"
|
1186
1206
|
msgstr "找不到先前的環境「%s」"
|
1187
1207
|
|
1188
|
-
msgid "Couldn't find product '%s'"
|
1189
|
-
msgstr "找不到產品「%s」"
|
1190
|
-
|
1191
1208
|
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1192
1209
|
msgid "Couldn't find product with id '%s'"
|
1193
1210
|
msgstr "找不到 id 為「%s」的產品"
|
@@ -1196,21 +1213,9 @@ msgstr "找不到 id 為「%s」的產品"
|
|
1196
1213
|
msgid "Couldn't find repository '%s'"
|
1197
1214
|
msgstr "找不到軟體庫「%s」"
|
1198
1215
|
|
1199
|
-
msgid "Couldn't find repository set with id '%s'."
|
1200
|
-
msgstr "找不到 id 為「%s」的軟體庫集。"
|
1201
|
-
|
1202
1216
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1203
1217
|
msgstr ""
|
1204
1218
|
|
1205
|
-
msgid "Couldn't find ssl ca cert '%s'"
|
1206
|
-
msgstr ""
|
1207
|
-
|
1208
|
-
msgid "Couldn't find ssl client cert '%s'"
|
1209
|
-
msgstr ""
|
1210
|
-
|
1211
|
-
msgid "Couldn't find ssl client key '%s'"
|
1212
|
-
msgstr ""
|
1213
|
-
|
1214
1219
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author dchen
|
1215
1220
|
msgid "Couldn't find subject of synchronization"
|
1216
1221
|
msgstr "找不到要同步的東西"
|
@@ -1285,6 +1290,9 @@ msgstr ""
|
|
1285
1290
|
msgid "Current organization not set."
|
1286
1291
|
msgstr ""
|
1287
1292
|
|
1293
|
+
msgid "Custom"
|
1294
|
+
msgstr ""
|
1295
|
+
|
1288
1296
|
# translation auto-copied from project CFSE, version sam-1.2, document app
|
1289
1297
|
msgid "Custom Content Repositories"
|
1290
1298
|
msgstr "自訂內容軟體庫"
|
@@ -1494,18 +1502,15 @@ msgstr "新公布的內容視域版本之描述"
|
|
1494
1502
|
msgid "Description of the repository"
|
1495
1503
|
msgstr ""
|
1496
1504
|
|
1497
|
-
msgid "
|
1505
|
+
msgid "Designate this Content View for importing from upstream servers only. Defaults to false"
|
1498
1506
|
msgstr ""
|
1499
1507
|
|
1500
|
-
msgid "
|
1508
|
+
msgid "Desired quantity of the pool"
|
1501
1509
|
msgstr ""
|
1502
1510
|
|
1503
1511
|
msgid "Destination Server name"
|
1504
1512
|
msgstr ""
|
1505
1513
|
|
1506
|
-
msgid "Destination Server name, required for Pulp3"
|
1507
|
-
msgstr ""
|
1508
|
-
|
1509
1514
|
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
1510
1515
|
msgid "Destroy"
|
1511
1516
|
msgstr "銷毀"
|
@@ -1787,7 +1792,10 @@ msgstr ""
|
|
1787
1792
|
msgid "Export CSV"
|
1788
1793
|
msgstr ""
|
1789
1794
|
|
1790
|
-
msgid "Export
|
1795
|
+
msgid "Export Library"
|
1796
|
+
msgstr ""
|
1797
|
+
|
1798
|
+
msgid "Export a content view version. Relevant only for Pulp 2 repositories."
|
1791
1799
|
msgstr ""
|
1792
1800
|
|
1793
1801
|
msgid "Export a repository"
|
@@ -1796,10 +1804,13 @@ msgstr ""
|
|
1796
1804
|
msgid "Export as CSV"
|
1797
1805
|
msgstr ""
|
1798
1806
|
|
1807
|
+
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
1808
|
+
msgstr ""
|
1809
|
+
|
1799
1810
|
msgid "Export to ISO format"
|
1800
1811
|
msgstr ""
|
1801
1812
|
|
1802
|
-
msgid "Export to ISO format.
|
1813
|
+
msgid "Export to ISO format."
|
1803
1814
|
msgstr ""
|
1804
1815
|
|
1805
1816
|
msgid "Exported version"
|
@@ -2076,6 +2087,9 @@ msgstr ""
|
|
2076
2087
|
msgid "Host id to list applicable packages for"
|
2077
2088
|
msgstr ""
|
2078
2089
|
|
2090
|
+
msgid "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this Foreman"
|
2091
|
+
msgstr ""
|
2092
|
+
|
2079
2093
|
msgid "Host with ID %s already exists in the host collection."
|
2080
2094
|
msgstr ""
|
2081
2095
|
|
@@ -2230,6 +2244,9 @@ msgstr ""
|
|
2230
2244
|
msgid "Identifiers for Lifecycle Environment"
|
2231
2245
|
msgstr ""
|
2232
2246
|
|
2247
|
+
msgid "Identifies whether the repository should be disabled on a client with a non-matching OS version. Pass [] to enable regardless of OS version. Maximum length 1; allowed tags are: %s"
|
2248
|
+
msgstr ""
|
2249
|
+
|
2233
2250
|
msgid "If Autosearch is enabled, delay in milliseconds before executing searches while typing."
|
2234
2251
|
msgstr ""
|
2235
2252
|
|
@@ -2278,6 +2295,9 @@ msgstr ""
|
|
2278
2295
|
msgid "Import Content View Version"
|
2279
2296
|
msgstr ""
|
2280
2297
|
|
2298
|
+
msgid "Import Default Content View"
|
2299
|
+
msgstr ""
|
2300
|
+
|
2281
2301
|
msgid "Import Manifest"
|
2282
2302
|
msgstr "匯入清單"
|
2283
2303
|
|
@@ -2302,12 +2322,24 @@ msgstr ""
|
|
2302
2322
|
msgid "Import a content view version"
|
2303
2323
|
msgstr ""
|
2304
2324
|
|
2325
|
+
msgid "Import a content view version to the library"
|
2326
|
+
msgstr ""
|
2327
|
+
|
2305
2328
|
msgid "Import facts"
|
2306
2329
|
msgstr "匯入詳情"
|
2307
2330
|
|
2308
2331
|
msgid "Import uploads into a repository"
|
2309
2332
|
msgstr "將上傳內容匯入軟體庫中"
|
2310
2333
|
|
2334
|
+
msgid "Import-only can not be changed after creation"
|
2335
|
+
msgstr ""
|
2336
|
+
|
2337
|
+
msgid "Import-only content views can not be published directly"
|
2338
|
+
msgstr ""
|
2339
|
+
|
2340
|
+
msgid "Import-only content views will be available in a future version."
|
2341
|
+
msgstr ""
|
2342
|
+
|
2311
2343
|
msgid "Importing manifest into '%{subject}' failed."
|
2312
2344
|
msgstr ""
|
2313
2345
|
|
@@ -2473,9 +2505,6 @@ msgstr ""
|
|
2473
2505
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
2474
2506
|
msgstr "指定了無效的篩選器規則,'version' 不可指定為與 'min_version' 或 'max_version' 相同的變數值組"
|
2475
2507
|
|
2476
|
-
msgid "Invalid parameters provided - %{params}. These are only relevant for Pulp 2 repositories"
|
2477
|
-
msgstr ""
|
2478
|
-
|
2479
2508
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
|
2480
2509
|
msgid "Invalid parameters sent in the request for this operation. Please contact a system administrator."
|
2481
2510
|
msgstr "此作業的請求中傳送了無效的參數。請聯絡系統管理員。"
|
@@ -2501,6 +2530,12 @@ msgstr ""
|
|
2501
2530
|
msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
|
2502
2531
|
msgstr "無效的 puppet 模組。請確認 puppet 模組包含了一個 metadata.json 檔案並且已正確壓縮。"
|
2503
2532
|
|
2533
|
+
msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
|
2534
|
+
msgstr ""
|
2535
|
+
|
2536
|
+
msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
|
2537
|
+
msgstr ""
|
2538
|
+
|
2504
2539
|
msgid "Invalid value specified for Container Image repositories."
|
2505
2540
|
msgstr ""
|
2506
2541
|
|
@@ -2510,6 +2545,9 @@ msgstr ""
|
|
2510
2545
|
msgid "Invalid value specified for ignorable content. Permissible values %s"
|
2511
2546
|
msgstr ""
|
2512
2547
|
|
2548
|
+
msgid "Katello"
|
2549
|
+
msgstr ""
|
2550
|
+
|
2513
2551
|
msgid "Katello ID of local pool to update"
|
2514
2552
|
msgstr ""
|
2515
2553
|
|
@@ -2669,6 +2707,9 @@ msgstr "列出勘誤"
|
|
2669
2707
|
msgid "List errata available for the content host"
|
2670
2708
|
msgstr "列出內容主機的可用勘誤"
|
2671
2709
|
|
2710
|
+
msgid "List export histories"
|
2711
|
+
msgstr ""
|
2712
|
+
|
2672
2713
|
msgid "List filter rules"
|
2673
2714
|
msgstr "列出篩選器規則"
|
2674
2715
|
|
@@ -3049,6 +3090,9 @@ msgstr ""
|
|
3049
3090
|
msgid "No errors"
|
3050
3091
|
msgstr "無錯誤"
|
3051
3092
|
|
3093
|
+
msgid "No existing export history was found to perform an incremental export. A full export must be performed"
|
3094
|
+
msgstr ""
|
3095
|
+
|
3052
3096
|
msgid "No file uploaded"
|
3053
3097
|
msgstr "未上傳檔案"
|
3054
3098
|
|
@@ -3524,6 +3568,18 @@ msgstr ""
|
|
3524
3568
|
msgid "Perform an Incremental Update on one or more Content View Versions"
|
3525
3569
|
msgstr "在一或更多個內容視域版本上執行一項遞增更新"
|
3526
3570
|
|
3571
|
+
msgid "Performs a full-export of a content view version."
|
3572
|
+
msgstr ""
|
3573
|
+
|
3574
|
+
msgid "Performs a full-export of the repositories in library."
|
3575
|
+
msgstr ""
|
3576
|
+
|
3577
|
+
msgid "Performs an incremental-export of a content view version."
|
3578
|
+
msgstr ""
|
3579
|
+
|
3580
|
+
msgid "Performs an incremental-export of the repositories in library."
|
3581
|
+
msgstr ""
|
3582
|
+
|
3527
3583
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
|
3528
3584
|
msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
|
3529
3585
|
msgstr "存取被拒。使用者 '%{user}' 並沒有存取組織 '%{org}' 的權限。"
|
@@ -3564,6 +3620,9 @@ msgstr ""
|
|
3564
3620
|
msgid "Please select one from the list below and you will be redirected."
|
3565
3621
|
msgstr ""
|
3566
3622
|
|
3623
|
+
msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
|
3624
|
+
msgstr ""
|
3625
|
+
|
3567
3626
|
msgid "Processing metadata"
|
3568
3627
|
msgstr "處理 metadata"
|
3569
3628
|
|
@@ -3810,6 +3869,9 @@ msgstr ""
|
|
3810
3869
|
msgid "Recommended Repositories"
|
3811
3870
|
msgstr ""
|
3812
3871
|
|
3872
|
+
msgid "Red Hat"
|
3873
|
+
msgstr ""
|
3874
|
+
|
3813
3875
|
msgid "Red Hat CDN URL"
|
3814
3876
|
msgstr "Red Hat CDN 網址"
|
3815
3877
|
|
@@ -3872,9 +3934,6 @@ msgstr "要啟用的發行版本"
|
|
3872
3934
|
msgid "Reload data"
|
3873
3935
|
msgstr "重新載入資料"
|
3874
3936
|
|
3875
|
-
msgid "Remote action:"
|
3876
|
-
msgstr ""
|
3877
|
-
|
3878
3937
|
msgid "Removal of package group(s) requested: %{groups}"
|
3879
3938
|
msgstr ""
|
3880
3939
|
|
@@ -3961,9 +4020,6 @@ msgstr "正在移除套件..."
|
|
3961
4020
|
msgid "Repo Type"
|
3962
4021
|
msgstr ""
|
3963
4022
|
|
3964
|
-
msgid "Report"
|
3965
|
-
msgstr ""
|
3966
|
-
|
3967
4023
|
# translation auto-copied from project Satellite6 Katello CLI, version 6.0, document keys, author tchuang
|
3968
4024
|
msgid "Repositories"
|
3969
4025
|
msgstr "軟體庫"
|
@@ -4324,9 +4380,6 @@ msgstr "顯示內容主機的可用發行版本"
|
|
4324
4380
|
msgid "Show the available repository types"
|
4325
4381
|
msgstr ""
|
4326
4382
|
|
4327
|
-
msgid "Show the export history for a content view version"
|
4328
|
-
msgstr ""
|
4329
|
-
|
4330
4383
|
msgid "Shows status of Katello system and it's subcomponents"
|
4331
4384
|
msgstr ""
|
4332
4385
|
|
@@ -4336,6 +4389,9 @@ msgstr "顯示版本資訊"
|
|
4336
4389
|
msgid "Simple Content Access"
|
4337
4390
|
msgstr ""
|
4338
4391
|
|
4392
|
+
msgid "Simple Content Access has been disabled by the upstream organization administrator."
|
4393
|
+
msgstr ""
|
4394
|
+
|
4339
4395
|
msgid "Simple Content Access has been disabled for '%{subject}'."
|
4340
4396
|
msgstr ""
|
4341
4397
|
|
@@ -4376,6 +4432,9 @@ msgstr ""
|
|
4376
4432
|
msgid "Specify the list of units in each repo"
|
4377
4433
|
msgstr ""
|
4378
4434
|
|
4435
|
+
msgid "Split the exported content into archives no greater than the specified size in megabytes."
|
4436
|
+
msgstr ""
|
4437
|
+
|
4379
4438
|
msgid "Stacking ID"
|
4380
4439
|
msgstr ""
|
4381
4440
|
|
@@ -4654,6 +4713,9 @@ msgstr "'%s' 環境不可包含變更集!"
|
|
4654
4713
|
msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
|
4655
4714
|
msgstr ""
|
4656
4715
|
|
4716
|
+
msgid "The TOC file specified in the metadata does not exist. %s "
|
4717
|
+
msgstr ""
|
4718
|
+
|
4657
4719
|
msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
|
4658
4720
|
msgstr ""
|
4659
4721
|
|
@@ -4694,12 +4756,20 @@ msgstr "勘誤篩選器規則的開始日期之格式或類型無效。"
|
|
4694
4756
|
msgid "The erratum type must be an array. Invalid value provided"
|
4695
4757
|
msgstr "勘誤類型必須是陣列。提供的值無效"
|
4696
4758
|
|
4759
|
+
msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
|
4760
|
+
msgstr ""
|
4761
|
+
|
4697
4762
|
msgid "The field to sort the data by. Defaults to the created date."
|
4698
4763
|
msgstr ""
|
4699
4764
|
|
4700
4765
|
msgid "The following hosts have errata that apply to them: "
|
4701
4766
|
msgstr "下列主機含有套用至它們的勘誤:"
|
4702
4767
|
|
4768
|
+
msgid ""
|
4769
|
+
"The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
|
4770
|
+
" %{repos}"
|
4771
|
+
msgstr ""
|
4772
|
+
|
4703
4773
|
msgid "The id of the host to alter"
|
4704
4774
|
msgstr ""
|
4705
4775
|
|
@@ -4820,7 +4890,7 @@ msgstr ""
|
|
4820
4890
|
msgid "There's no running synchronization for this smart proxy."
|
4821
4891
|
msgstr ""
|
4822
4892
|
|
4823
|
-
msgid "This
|
4893
|
+
msgid "This Content View must be set to Import-only before performing an import"
|
4824
4894
|
msgstr ""
|
4825
4895
|
|
4826
4896
|
msgid "This Host is not currently registered with subscription-manager."
|
@@ -4832,6 +4902,9 @@ msgstr ""
|
|
4832
4902
|
msgid "This action doesn't support package groups"
|
4833
4903
|
msgstr ""
|
4834
4904
|
|
4905
|
+
msgid "This action will become available after the Pulp 3 content migration"
|
4906
|
+
msgstr ""
|
4907
|
+
|
4835
4908
|
msgid "This certificate allows a user to view the repositories in any environment from a browser."
|
4836
4909
|
msgstr "此憑證能讓使用者透過瀏覽器檢視任何環境中的軟體庫。"
|
4837
4910
|
|
@@ -4971,6 +5044,9 @@ msgstr ""
|
|
4971
5044
|
msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
|
4972
5045
|
msgstr ""
|
4973
5046
|
|
5047
|
+
msgid "Unable to incrementally export. Do a Full Export the library content before updating from the latest increment."
|
5048
|
+
msgstr ""
|
5049
|
+
|
4974
5050
|
msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
|
4975
5051
|
msgstr "無法重新指定 activation_keys。請檢查 activation_key_content_view_id 與 activation_key_environment_id。"
|
4976
5052
|
|
@@ -5484,6 +5560,9 @@ msgstr "組織"
|
|
5484
5560
|
msgid "an ostree branch"
|
5485
5561
|
msgstr ""
|
5486
5562
|
|
5563
|
+
msgid "are only allowed for Yum repositories."
|
5564
|
+
msgstr ""
|
5565
|
+
|
5487
5566
|
msgid "attempted to sync without a feed URL"
|
5488
5567
|
msgstr ""
|
5489
5568
|
|
@@ -5503,6 +5582,9 @@ msgstr ""
|
|
5503
5582
|
msgid "can't be blank"
|
5504
5583
|
msgstr "不能留白"
|
5505
5584
|
|
5585
|
+
msgid "cannot add filter to import-only view"
|
5586
|
+
msgstr ""
|
5587
|
+
|
5506
5588
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author tchuang
|
5507
5589
|
msgid "cannot be a binary file."
|
5508
5590
|
msgstr "不能是二進位檔案。"
|
@@ -5560,13 +5642,13 @@ msgstr ""
|
|
5560
5642
|
msgid "checking Pulp task status"
|
5561
5643
|
msgstr ""
|
5562
5644
|
|
5563
|
-
msgid "comma
|
5645
|
+
msgid "comma-separated list of architectures to be synced from deb-archive"
|
5564
5646
|
msgstr ""
|
5565
5647
|
|
5566
|
-
msgid "comma
|
5648
|
+
msgid "comma-separated list of releases to be synced from deb-archive"
|
5567
5649
|
msgstr ""
|
5568
5650
|
|
5569
|
-
msgid "comma
|
5651
|
+
msgid "comma-separated list of repo components to be synced from deb-archive"
|
5570
5652
|
msgstr ""
|
5571
5653
|
|
5572
5654
|
msgid "composite content view identifier"
|
@@ -5834,6 +5916,9 @@ msgstr ""
|
|
5834
5916
|
msgid "invalid container image name"
|
5835
5917
|
msgstr ""
|
5836
5918
|
|
5919
|
+
msgid "invalid: Repositories can only require one OS version."
|
5920
|
+
msgstr ""
|
5921
|
+
|
5837
5922
|
msgid "is already attached to the capsule"
|
5838
5923
|
msgstr "已連至 capsule"
|
5839
5924
|
|
@@ -5899,6 +5984,9 @@ msgstr "必須是個正整數。"
|
|
5899
5984
|
msgid "must be one of the following: %s"
|
5900
5985
|
msgstr "必須是以下其中之一:%s"
|
5901
5986
|
|
5987
|
+
msgid "must be one of: %s"
|
5988
|
+
msgstr ""
|
5989
|
+
|
5902
5990
|
# translation auto-copied from project CFSE, version sam-1.2, document app, author snowlet
|
5903
5991
|
msgid "must be unique within one organization"
|
5904
5992
|
msgstr "必須在組織中是獨一無二的"
|