katello 4.13.1 → 4.14.0.rc1.1
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/hosts/host_and_hostgroup_edit.js +12 -8
- data/app/assets/javascripts/katello/locale/bn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ca/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +275 -23
- data/app/assets/javascripts/katello/locale/de/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/el/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/en_US/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/es/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/fr/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/gl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/gu/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/hi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/id/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/it/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ja/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/ka/katello.js +280 -28
- data/app/assets/javascripts/katello/locale/kn/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ko/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/mr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/or/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pa/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +276 -24
- data/app/assets/javascripts/katello/locale/ro/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ru/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sl/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/te/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/tr/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh/katello.js +274 -22
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +283 -31
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +274 -22
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +118 -74
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -10
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +1 -1
- data/app/controllers/katello/api/v2/api_controller.rb +7 -0
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -4
- data/app/controllers/katello/api/v2/debs_controller.rb +3 -2
- data/app/controllers/katello/api/v2/environments_controller.rb +2 -4
- data/app/controllers/katello/api/v2/host_contents_controller.rb +8 -3
- data/app/controllers/katello/api/v2/host_errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/organizations_controller.rb +1 -1
- data/app/controllers/katello/api/v2/packages_controller.rb +13 -3
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +6 -2
- data/app/controllers/katello/api/v2/repositories_controller.rb +3 -4
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +13 -14
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +15 -9
- data/app/controllers/katello/api/v2/sync_controller.rb +2 -2
- data/app/controllers/katello/application_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/authorization.rb +3 -2
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +28 -0
- data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +4 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +4 -3
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +2 -4
- data/app/controllers/katello/remote_execution_controller.rb +53 -58
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +19 -2
- data/app/helpers/katello/katello_urls_helper.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +2 -1
- data/app/lib/actions/katello/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/katello/content_view/publish.rb +1 -0
- data/app/lib/actions/katello/content_view_version/create_repos.rb +1 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +3 -2
- data/app/lib/actions/katello/environment/{publish_repositories.rb → publish_container_repositories.rb} +10 -8
- data/app/lib/actions/katello/foreman/content_update.rb +4 -6
- data/app/lib/actions/katello/host/hypervisors_update.rb +6 -4
- data/app/lib/actions/katello/repository/create.rb +4 -4
- data/app/lib/actions/katello/repository/import_upload.rb +4 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +1 -0
- data/app/lib/actions/katello/repository/update.rb +3 -3
- data/app/lib/actions/katello/repository_set/enable_repository.rb +5 -6
- data/app/lib/actions/middleware/backend_services_check.rb +3 -2
- data/app/lib/actions/pulp3/abstract_async_task.rb +2 -4
- data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +1 -2
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +5 -1
- data/app/lib/actions/pulp3/orchestration/repository/delete.rb +5 -2
- data/app/lib/actions/pulp3/repository/save_version.rb +3 -5
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -9
- data/app/lib/katello/errors.rb +1 -0
- data/app/lib/katello/http_resource.rb +1 -0
- data/app/lib/katello/lazy_accessor.rb +1 -1
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +0 -5
- data/app/lib/katello/resources/candlepin/owner.rb +1 -1
- data/app/lib/katello/resources/candlepin/pool.rb +1 -2
- data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
- data/app/lib/katello/resources/cdn.rb +3 -2
- data/app/lib/katello/resources/discovery/yum.rb +3 -3
- data/app/lib/katello/util/cdn_var_substitutor.rb +5 -3
- data/app/lib/katello/util/data.rb +3 -2
- data/app/lib/katello/util/errata.rb +4 -3
- data/app/lib/katello/util/package.rb +3 -3
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/lib/katello/util/report_table.rb +3 -2
- data/app/lib/katello/util/url_matcher.rb +1 -1
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +4 -3
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +5 -7
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/no_trailing_space_validator.rb +2 -2
- data/app/lib/katello/validators/prior_validator.rb +2 -2
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +2 -4
- data/app/models/katello/activation_key.rb +4 -6
- data/app/models/katello/alternate_content_source.rb +1 -1
- data/app/models/katello/authorization/host_tracer.rb +1 -2
- data/app/models/katello/authorization/product.rb +1 -1
- data/app/models/katello/candlepin/repository_mapper.rb +2 -2
- data/app/models/katello/concerns/host_managed_extensions.rb +41 -10
- data/app/models/katello/concerns/hostgroup_extensions.rb +2 -4
- data/app/models/katello/concerns/location_extensions.rb +2 -4
- data/app/models/katello/concerns/operatingsystem_extensions.rb +84 -16
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +2 -0
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_environment.rb +19 -4
- data/app/models/katello/content_view_environment_content_facet.rb +11 -0
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/event.rb +1 -1
- data/app/models/katello/glue/provider.rb +1 -2
- data/app/models/katello/hash_util.rb +1 -1
- data/app/models/katello/host/content_facet.rb +16 -3
- data/app/models/katello/host/subscription_facet.rb +27 -4
- data/app/models/katello/host_collection.rb +12 -8
- data/app/models/katello/pool.rb +5 -1
- data/app/models/katello/product.rb +7 -4
- data/app/models/katello/provider.rb +1 -2
- data/app/models/katello/repository.rb +18 -4
- data/app/models/katello/root_repository.rb +19 -0
- data/app/models/katello/rpm.rb +2 -2
- data/app/models/katello/subscription_facet_pool.rb +1 -1
- data/app/models/katello/sync_plan.rb +5 -4
- data/app/models/katello/task_status.rb +18 -18
- data/app/presenters/katello/product_host_count_presenter.rb +10 -0
- data/app/services/katello/candlepin/consumer.rb +11 -11
- data/app/services/katello/candlepin/message_handler.rb +3 -2
- data/app/services/katello/content_unit_indexer.rb +6 -0
- data/app/services/katello/pulp3/alternate_content_source.rb +1 -3
- data/app/services/katello/pulp3/api/core.rb +1 -1
- data/app/services/katello/pulp3/api/docker.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +1 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +6 -4
- data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -3
- data/app/services/katello/pulp3/repository/apt.rb +4 -16
- data/app/services/katello/pulp3/repository/yum.rb +9 -5
- data/app/services/katello/pulp3/repository.rb +2 -2
- data/app/services/katello/pulp3/repository_mirror.rb +2 -9
- data/app/services/katello/pulp3/task.rb +4 -2
- data/app/services/katello/registration_manager.rb +13 -3
- data/app/services/katello/smart_proxy_helper.rb +1 -0
- data/app/views/dashboard/_host_collection_widget.html.erb +5 -4
- data/app/views/foreman/job_templates/install_errata.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +2 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +3 -1
- data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +2 -2
- data/app/views/foreman/job_templates/resolve_traces.erb +5 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/upload_profile.erb +2 -0
- data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +7 -5
- data/app/views/katello/api/v2/content_facet/base.json.rabl +18 -2
- data/app/views/katello/api/v2/packages/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +8 -8
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +1 -1
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +1 -0
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +14 -11
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +4 -4
- data/config/routes/api/v2.rb +3 -1
- data/config/routes.rb +1 -3
- data/db/migrate/20160114200145_add_mirror_on_sync_to_repositories.rb +1 -0
- data/db/migrate/20160131182301_add_download_policy_to_katello_repositories.rb +1 -0
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +3 -0
- data/db/migrate/20240522165308_add_priority_to_content_view_environment_content_facet.rb +5 -0
- data/db/migrate/20240621121212_katello_repository_debs_id_bigint.rb +6 -0
- data/db/migrate/20240729192228_add_convert2rhel_to_host_facets.rb +9 -0
- data/db/seeds.d/102-organizations.rb +5 -7
- data/db/seeds.d/150-module_job_templates.rb +7 -9
- data/db/seeds.d/75-job_templates.rb +9 -16
- data/engines/bastion_katello/README.md +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +6 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -27
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +2 -2
- data/lib/katello/engine.rb +1 -8
- data/lib/katello/permission_creator.rb +3 -2
- data/lib/katello/plugin.rb +31 -27
- data/lib/katello/tasks/clean_old_file_repos.rake +2 -4
- data/lib/katello/tasks/reset.rake +3 -4
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +0 -2
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/katello.po +274 -22
- data/locale/bn_IN/katello.po +274 -22
- data/locale/ca/katello.po +274 -22
- data/locale/cs/katello.po +274 -22
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/katello.po +280 -28
- data/locale/de_AT/katello.po +274 -22
- data/locale/de_DE/katello.po +274 -22
- data/locale/el/katello.po +274 -22
- data/locale/en/katello.po +274 -22
- data/locale/en_GB/katello.po +274 -22
- data/locale/en_US/katello.po +274 -22
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/katello.po +283 -31
- data/locale/gl/katello.po +274 -22
- data/locale/gu/katello.po +274 -22
- data/locale/he_IL/katello.po +274 -22
- data/locale/hi/katello.po +274 -22
- data/locale/id/katello.po +274 -22
- data/locale/it/katello.po +274 -22
- data/locale/ja/katello.po +283 -31
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/katello.po +274 -22
- data/locale/ml_IN/katello.po +274 -22
- data/locale/mr/katello.po +274 -22
- data/locale/nl_NL/katello.po +274 -22
- data/locale/or/katello.po +274 -22
- data/locale/pa/katello.po +274 -22
- data/locale/pl/katello.po +274 -22
- data/locale/pl_PL/katello.po +274 -22
- data/locale/pt/katello.po +274 -22
- data/locale/pt_BR/katello.po +276 -24
- data/locale/ro/katello.po +274 -22
- data/locale/ro_RO/katello.po +274 -22
- data/locale/ru/katello.po +274 -22
- data/locale/sl/katello.po +274 -22
- data/locale/sv_SE/katello.po +274 -22
- data/locale/ta/katello.po +274 -22
- data/locale/ta_IN/katello.po +274 -22
- data/locale/te/katello.po +274 -22
- data/locale/tr/katello.po +274 -22
- data/locale/vi/katello.po +274 -22
- data/locale/vi_VN/katello.po +274 -22
- data/locale/zh/katello.po +274 -22
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/katello.po +274 -22
- data/webpack/ForemanColumnExtensions/index.js +44 -1
- data/webpack/components/Table/TableWrapper.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +24 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +124 -56
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/HostContentViewActions.js +2 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViewDetailsCard.test.js +44 -10
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +83 -31
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionHooks.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/remoteExecutionActions.test.js +44 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +22 -7
- data/webpack/components/extensions/Hosts/ActionsBar/ActionsBar.scss +14 -0
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +82 -23
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +5 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +171 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +160 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +99 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +157 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +168 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +141 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +252 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +24 -0
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +176 -0
- data/webpack/components/extensions/Hosts/TableRowActions/index.js +17 -0
- data/webpack/global_index.js +11 -3
- data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +5 -6
- data/webpack/redux/reducers/RedHatRepositories/__tests__/repositorySetRepositories.test.js +1 -1
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +1 -1
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +2 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -2
- data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -1
- data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +3 -2
- data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +2 -1
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +2 -1
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +2 -1
- data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +1 -0
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +10 -0
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +6 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +2 -0
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +14 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +10 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +1 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +10 -0
- data/webpack/scenes/Tasks/helpers.js +1 -1
- metadata +25 -111
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/app/lib/katello/util/http_helper.rb +0 -15
- data/app/models/732bd3db9f64c621c64d2be4f2a838727aac0845.patch +0 -61
- data/app/models/katello/repository.rb.bak +0 -978
- data/app/services/katello/pulp3/content_view_version/import_validator.rb.bak +0 -166
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb.bak +0 -164
- data/lib/katello/tasks/update_repository_expiry.rake +0 -114
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/global_test_setup.js.bak +0 -59
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/it/katello.po
CHANGED
@@ -159,6 +159,9 @@ msgstr ""
|
|
159
159
|
msgid "%s is unreachable. %s"
|
160
160
|
msgstr ""
|
161
161
|
|
162
|
+
msgid "%s was not found!"
|
163
|
+
msgstr ""
|
164
|
+
|
162
165
|
msgid "%{errata} (%{total} other errata)"
|
163
166
|
msgstr "%{errata} (altri %{total} errata)"
|
164
167
|
|
@@ -414,6 +417,12 @@ msgstr ""
|
|
414
417
|
msgid "A backend service [ %s ] is unreachable"
|
415
418
|
msgstr "Impossibile raggiungere un servizio backend [ %s ]"
|
416
419
|
|
420
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
421
|
+
msgstr ""
|
422
|
+
|
423
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
424
|
+
msgstr ""
|
425
|
+
|
417
426
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
418
427
|
msgstr "In questa visualizzazione del contenuto non sono stati applicati numerosi errata, per questo motivo sono riportati solo i primi 100."
|
419
428
|
|
@@ -522,7 +531,7 @@ msgstr ""
|
|
522
531
|
msgid "Activation keys can be managed {here}."
|
523
532
|
msgstr ""
|
524
533
|
|
525
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
534
|
+
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group."
|
526
535
|
msgstr ""
|
527
536
|
|
528
537
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -648,6 +657,9 @@ msgstr ""
|
|
648
657
|
msgid "Affected Repositories"
|
649
658
|
msgstr ""
|
650
659
|
|
660
|
+
msgid "Affected hosts"
|
661
|
+
msgstr ""
|
662
|
+
|
651
663
|
msgid "Affected repositories"
|
652
664
|
msgstr ""
|
653
665
|
|
@@ -687,7 +699,7 @@ msgstr ""
|
|
687
699
|
msgid "All versions will be removed from these environments"
|
688
700
|
msgstr ""
|
689
701
|
|
690
|
-
msgid "Allow a host to be
|
702
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
691
703
|
msgstr ""
|
692
704
|
|
693
705
|
msgid "Allow deleting repositories in published content views"
|
@@ -784,15 +796,24 @@ msgstr "Applicabile"
|
|
784
796
|
msgid "Applicable Content Hosts"
|
785
797
|
msgstr ""
|
786
798
|
|
799
|
+
msgid "Applicable bugfix/enhancement errata"
|
800
|
+
msgstr ""
|
801
|
+
|
787
802
|
msgid "Applicable errata apply to at least one package installed on the host."
|
788
803
|
msgstr ""
|
789
804
|
|
805
|
+
msgid "Applicable security errata"
|
806
|
+
msgstr ""
|
807
|
+
|
790
808
|
msgid "Application"
|
791
809
|
msgstr "Applicazione"
|
792
810
|
|
793
811
|
msgid "Apply"
|
794
812
|
msgstr "Applica"
|
795
813
|
|
814
|
+
msgid "Apply errata"
|
815
|
+
msgstr ""
|
816
|
+
|
796
817
|
msgid "Apply erratum"
|
797
818
|
msgstr ""
|
798
819
|
|
@@ -859,6 +880,9 @@ msgstr ""
|
|
859
880
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
860
881
|
msgstr ""
|
861
882
|
|
883
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
884
|
+
msgstr ""
|
885
|
+
|
862
886
|
msgid "Array of host ids"
|
863
887
|
msgstr ""
|
864
888
|
|
@@ -898,6 +922,9 @@ msgstr ""
|
|
898
922
|
msgid "Assign the release version to one or more hosts"
|
899
923
|
msgstr ""
|
900
924
|
|
925
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
926
|
+
msgstr ""
|
927
|
+
|
901
928
|
msgid "Associated location IDs"
|
902
929
|
msgstr ""
|
903
930
|
|
@@ -1093,6 +1120,9 @@ msgstr "Calcola l'Errata applicabile in base ad una visualizzazione del contenut
|
|
1093
1120
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1094
1121
|
msgstr "Calcola l'Errata applicabile in base ad un ambiente particolare"
|
1095
1122
|
|
1123
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1124
|
+
msgstr ""
|
1125
|
+
|
1096
1126
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1097
1127
|
msgstr ""
|
1098
1128
|
|
@@ -1234,6 +1264,9 @@ msgstr ""
|
|
1234
1264
|
msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
|
1235
1265
|
msgstr ""
|
1236
1266
|
|
1267
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1268
|
+
msgstr ""
|
1269
|
+
|
1237
1270
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1238
1271
|
msgstr "Impossibile eseguire un aggiornamento incrementale su una versione della Visualizzazione del contenuto composita (%{name} version version %{version}"
|
1239
1272
|
|
@@ -1264,6 +1297,9 @@ msgstr "Impossibile rimuovere il contenuto da un repository non-personalizzato"
|
|
1264
1297
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1265
1298
|
msgstr "Impossibile rimuovere la visualizzazione del contenuto da un ambiente. La visualizzazione '%{view}' non è presente nell'ambiente ciclo di vita '%{env}'."
|
1266
1299
|
|
1300
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1301
|
+
msgstr ""
|
1302
|
+
|
1267
1303
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1268
1304
|
msgstr ""
|
1269
1305
|
|
@@ -1282,6 +1318,12 @@ msgstr "Impossibile specificare il contenuto per le visualizzazioni composite"
|
|
1282
1318
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1283
1319
|
msgstr ""
|
1284
1320
|
|
1321
|
+
msgid "Cannot update properties of a container push repository"
|
1322
|
+
msgstr ""
|
1323
|
+
|
1324
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1325
|
+
msgstr ""
|
1326
|
+
|
1285
1327
|
msgid "Cannot upload Ansible collections."
|
1286
1328
|
msgstr ""
|
1287
1329
|
|
@@ -1327,10 +1369,10 @@ msgstr ""
|
|
1327
1369
|
msgid "Checksum of file to upload"
|
1328
1370
|
msgstr ""
|
1329
1371
|
|
1330
|
-
msgid "Checksum
|
1372
|
+
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1331
1373
|
msgstr ""
|
1332
1374
|
|
1333
|
-
msgid "Checksum
|
1375
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1334
1376
|
msgstr ""
|
1335
1377
|
|
1336
1378
|
msgid "Choose content credentials if required for this RHUI source."
|
@@ -1363,6 +1405,9 @@ msgstr "Chiudi"
|
|
1363
1405
|
msgid "Collapse All"
|
1364
1406
|
msgstr "Comprimi tutto"
|
1365
1407
|
|
1408
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1409
|
+
msgstr ""
|
1410
|
+
|
1366
1411
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1367
1412
|
msgstr ""
|
1368
1413
|
|
@@ -1375,6 +1420,9 @@ msgstr ""
|
|
1375
1420
|
msgid "Compare"
|
1376
1421
|
msgstr ""
|
1377
1422
|
|
1423
|
+
msgid "Completed pulp task protection days"
|
1424
|
+
msgstr ""
|
1425
|
+
|
1378
1426
|
msgid "Component"
|
1379
1427
|
msgstr "Componente"
|
1380
1428
|
|
@@ -1603,6 +1651,9 @@ msgstr ""
|
|
1603
1651
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1604
1652
|
msgstr ""
|
1605
1653
|
|
1654
|
+
msgid "Content type does not support repo discovery"
|
1655
|
+
msgstr ""
|
1656
|
+
|
1606
1657
|
msgid "Content view"
|
1607
1658
|
msgstr ""
|
1608
1659
|
|
@@ -1633,10 +1684,10 @@ msgstr ""
|
|
1633
1684
|
msgid "Content view and lifecycle environment must be provided together"
|
1634
1685
|
msgstr ""
|
1635
1686
|
|
1636
|
-
msgid "Content view
|
1687
|
+
msgid "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish."
|
1637
1688
|
msgstr ""
|
1638
1689
|
|
1639
|
-
msgid "Content view
|
1690
|
+
msgid "Content view environments"
|
1640
1691
|
msgstr ""
|
1641
1692
|
|
1642
1693
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1762,6 +1813,15 @@ msgstr "Impossibile trovare tutti gli id dell'errata specificati: %s"
|
|
1762
1813
|
msgid "Could not find environments for promotion"
|
1763
1814
|
msgstr ""
|
1764
1815
|
|
1816
|
+
msgid "Could not locate Pulp distribution."
|
1817
|
+
msgstr ""
|
1818
|
+
|
1819
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1820
|
+
msgstr ""
|
1821
|
+
|
1822
|
+
msgid "Could not locate repository properties for content indexing."
|
1823
|
+
msgstr ""
|
1824
|
+
|
1765
1825
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1766
1826
|
msgstr ""
|
1767
1827
|
|
@@ -2290,7 +2350,7 @@ msgstr "Elimina uno o più repositori"
|
|
2290
2350
|
msgid "Details"
|
2291
2351
|
msgstr "Dettagli"
|
2292
2352
|
|
2293
|
-
msgid "Determining settings for ${name}"
|
2353
|
+
msgid "Determining settings for ${truncate(name)}"
|
2294
2354
|
msgstr ""
|
2295
2355
|
|
2296
2356
|
msgid "Digest"
|
@@ -2353,6 +2413,12 @@ msgstr "Scarica un certificato di debug"
|
|
2353
2413
|
msgid "Download rate limit"
|
2354
2414
|
msgstr ""
|
2355
2415
|
|
2416
|
+
msgid "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format."
|
2417
|
+
msgstr ""
|
2418
|
+
|
2419
|
+
msgid "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format."
|
2420
|
+
msgstr ""
|
2421
|
+
|
2356
2422
|
msgid "Duplicate artifact detected"
|
2357
2423
|
msgstr ""
|
2358
2424
|
|
@@ -2551,6 +2617,12 @@ msgstr "id errata dell'erratum (RHSA-2012:108)"
|
|
2551
2617
|
msgid "Errata mail"
|
2552
2618
|
msgstr "Posta per l'Errata"
|
2553
2619
|
|
2620
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2621
|
+
msgstr ""
|
2622
|
+
|
2623
|
+
msgid "Errata to apply"
|
2624
|
+
msgstr ""
|
2625
|
+
|
2554
2626
|
msgid "Errata to exclusively include in the action"
|
2555
2627
|
msgstr ""
|
2556
2628
|
|
@@ -2599,6 +2671,9 @@ msgstr ""
|
|
2599
2671
|
msgid "Exclude"
|
2600
2672
|
msgstr "Escludi"
|
2601
2673
|
|
2674
|
+
msgid "Exclude Refs"
|
2675
|
+
msgstr ""
|
2676
|
+
|
2602
2677
|
msgid "Exclude all RPMs not associated to any errata"
|
2603
2678
|
msgstr ""
|
2604
2679
|
|
@@ -3102,6 +3177,9 @@ msgstr "Host con errata installabili"
|
|
3102
3177
|
msgid "Hosts: "
|
3103
3178
|
msgstr ""
|
3104
3179
|
|
3180
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3181
|
+
msgstr ""
|
3182
|
+
|
3105
3183
|
msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
|
3106
3184
|
msgstr ""
|
3107
3185
|
|
@@ -3231,9 +3309,18 @@ msgstr ""
|
|
3231
3309
|
msgid "Id of the repository to limit verifying checksum on"
|
3232
3310
|
msgstr ""
|
3233
3311
|
|
3312
|
+
msgid "Id of the single content view to be associated with the host."
|
3313
|
+
msgstr ""
|
3314
|
+
|
3315
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3316
|
+
msgstr ""
|
3317
|
+
|
3234
3318
|
msgid "Id of the smart proxy"
|
3235
3319
|
msgstr ""
|
3236
3320
|
|
3321
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3322
|
+
msgstr ""
|
3323
|
+
|
3237
3324
|
msgid "Idenifier of the SSL CA Cert"
|
3238
3325
|
msgstr ""
|
3239
3326
|
|
@@ -3287,13 +3374,16 @@ msgstr ""
|
|
3287
3374
|
msgid "If this is enabled, and register_hostname_fact is set and provided, registration will look for a new host by name only using that fact, and will skip all hostname matching"
|
3288
3375
|
msgstr ""
|
3289
3376
|
|
3377
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3378
|
+
msgstr ""
|
3379
|
+
|
3290
3380
|
msgid "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions."
|
3291
3381
|
msgstr ""
|
3292
3382
|
|
3293
3383
|
msgid "If this is enabled, repositories of content view versions without environments (\"archived\") will be distributed at '/pulp/content/<organization>/content_views/<content view>/X.Y/...'."
|
3294
3384
|
msgstr ""
|
3295
3385
|
|
3296
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3386
|
+
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget."
|
3297
3387
|
msgstr ""
|
3298
3388
|
|
3299
3389
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3416,6 +3506,9 @@ msgstr ""
|
|
3416
3506
|
msgid "Include"
|
3417
3507
|
msgstr "Includi"
|
3418
3508
|
|
3509
|
+
msgid "Include Refs"
|
3510
|
+
msgstr ""
|
3511
|
+
|
3419
3512
|
msgid "Include all RPMs not associated to any errata"
|
3420
3513
|
msgstr ""
|
3421
3514
|
|
@@ -3515,9 +3608,15 @@ msgstr ""
|
|
3515
3608
|
msgid "Installable"
|
3516
3609
|
msgstr "Installabile"
|
3517
3610
|
|
3611
|
+
msgid "Installable bugfix/enhancement errata"
|
3612
|
+
msgstr ""
|
3613
|
+
|
3518
3614
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3519
3615
|
msgstr ""
|
3520
3616
|
|
3617
|
+
msgid "Installable security errata"
|
3618
|
+
msgstr ""
|
3619
|
+
|
3521
3620
|
msgid "Installable updates"
|
3522
3621
|
msgstr ""
|
3523
3622
|
|
@@ -3599,6 +3698,24 @@ msgstr ""
|
|
3599
3698
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3600
3699
|
msgstr "La regola del filtro specificata non è valida, 'version' non può essere specificata insieme a 'min_version' o 'max_version'"
|
3601
3700
|
|
3701
|
+
msgid "Invalid format. Container name cannot be blank."
|
3702
|
+
msgstr ""
|
3703
|
+
|
3704
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3705
|
+
msgstr ""
|
3706
|
+
|
3707
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3708
|
+
msgstr ""
|
3709
|
+
|
3710
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3711
|
+
msgstr ""
|
3712
|
+
|
3713
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3714
|
+
msgstr ""
|
3715
|
+
|
3716
|
+
msgid "Invalid format. Product label cannot be blank."
|
3717
|
+
msgstr ""
|
3718
|
+
|
3602
3719
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3603
3720
|
msgstr ""
|
3604
3721
|
|
@@ -3875,6 +3992,9 @@ msgstr "Elenca tutte le :resource_id"
|
|
3875
3992
|
msgid "List all organizations"
|
3876
3993
|
msgstr "Elenca tutte le organizzazioni"
|
3877
3994
|
|
3995
|
+
msgid "List all packages unique by name"
|
3996
|
+
msgstr ""
|
3997
|
+
|
3878
3998
|
msgid "List alternate content sources."
|
3879
3999
|
msgstr ""
|
3880
4000
|
|
@@ -4115,6 +4235,15 @@ msgstr ""
|
|
4115
4235
|
msgid "Manage Manifest"
|
4116
4236
|
msgstr "Gestisci il manifesto"
|
4117
4237
|
|
4238
|
+
msgid "Manage content"
|
4239
|
+
msgstr ""
|
4240
|
+
|
4241
|
+
msgid "Manage errata"
|
4242
|
+
msgstr ""
|
4243
|
+
|
4244
|
+
msgid "Manage packages"
|
4245
|
+
msgstr ""
|
4246
|
+
|
4118
4247
|
msgid "Manifest"
|
4119
4248
|
msgstr ""
|
4120
4249
|
|
@@ -4414,6 +4543,12 @@ msgstr ""
|
|
4414
4543
|
msgid "No available component content view updates"
|
4415
4544
|
msgstr ""
|
4416
4545
|
|
4546
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4547
|
+
msgstr ""
|
4548
|
+
|
4549
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4550
|
+
msgstr ""
|
4551
|
+
|
4417
4552
|
msgid "No available repository or filter updates"
|
4418
4553
|
msgstr ""
|
4419
4554
|
|
@@ -4468,6 +4603,9 @@ msgstr ""
|
|
4468
4603
|
msgid "No errata filter rules yet"
|
4469
4604
|
msgstr ""
|
4470
4605
|
|
4606
|
+
msgid "No errata found."
|
4607
|
+
msgstr ""
|
4608
|
+
|
4471
4609
|
msgid "No errata matching given search query"
|
4472
4610
|
msgstr ""
|
4473
4611
|
|
@@ -4507,6 +4645,9 @@ msgstr ""
|
|
4507
4645
|
msgid "No hosts were specified"
|
4508
4646
|
msgstr ""
|
4509
4647
|
|
4648
|
+
msgid "No installed debs found for search term '%s'"
|
4649
|
+
msgstr ""
|
4650
|
+
|
4510
4651
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4511
4652
|
msgstr ""
|
4512
4653
|
|
@@ -4678,6 +4819,12 @@ msgstr ""
|
|
4678
4819
|
msgid "No syncable repositories found for selected products and options."
|
4679
4820
|
msgstr ""
|
4680
4821
|
|
4822
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4823
|
+
msgstr ""
|
4824
|
+
|
4825
|
+
msgid "No upgradable packages found."
|
4826
|
+
msgstr ""
|
4827
|
+
|
4681
4828
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4682
4829
|
msgstr ""
|
4683
4830
|
|
@@ -4744,6 +4891,9 @@ msgstr ""
|
|
4744
4891
|
msgid "Number to Allocate"
|
4745
4892
|
msgstr ""
|
4746
4893
|
|
4894
|
+
msgid "OS"
|
4895
|
+
msgstr ""
|
4896
|
+
|
4747
4897
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4748
4898
|
msgstr ""
|
4749
4899
|
|
@@ -4831,15 +4981,24 @@ msgstr "L'Organizzazione non può essere vuota."
|
|
4831
4981
|
msgid "Organization id"
|
4832
4982
|
msgstr "id organizzazione"
|
4833
4983
|
|
4984
|
+
msgid "Organization id not found: '%s'"
|
4985
|
+
msgstr ""
|
4986
|
+
|
4834
4987
|
msgid "Organization identifier"
|
4835
4988
|
msgstr "Identificatore organizzazione"
|
4836
4989
|
|
4837
4990
|
msgid "Organization label"
|
4838
4991
|
msgstr "Etichetta organizzazione"
|
4839
4992
|
|
4993
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
4994
|
+
msgstr ""
|
4995
|
+
|
4840
4996
|
msgid "Organization not found"
|
4841
4997
|
msgstr ""
|
4842
4998
|
|
4999
|
+
msgid "Organization not found: '%s'"
|
5000
|
+
msgstr ""
|
5001
|
+
|
4843
5002
|
msgid "Organization required"
|
4844
5003
|
msgstr "Organizzazione necessaria"
|
4845
5004
|
|
@@ -5029,6 +5188,15 @@ msgstr "Pacchetti"
|
|
5029
5188
|
msgid "Packages must be provided"
|
5030
5189
|
msgstr "È necessario fornire i pacchetti"
|
5031
5190
|
|
5191
|
+
msgid "Packages to be removed"
|
5192
|
+
msgstr ""
|
5193
|
+
|
5194
|
+
msgid "Packages to be updated"
|
5195
|
+
msgstr ""
|
5196
|
+
|
5197
|
+
msgid "Packages to install"
|
5198
|
+
msgstr ""
|
5199
|
+
|
5032
5200
|
msgid "Packages will appear here when available."
|
5033
5201
|
msgstr ""
|
5034
5202
|
|
@@ -5140,10 +5308,10 @@ msgstr "Attendere prego..."
|
|
5140
5308
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5141
5309
|
msgstr ""
|
5142
5310
|
|
5143
|
-
msgid "Prefer registered through
|
5311
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5144
5312
|
msgstr ""
|
5145
5313
|
|
5146
|
-
msgid "Prefer using a
|
5314
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5147
5315
|
msgstr ""
|
5148
5316
|
|
5149
5317
|
msgid "Prevent from further updates"
|
@@ -5199,15 +5367,24 @@ msgid ""
|
|
5199
5367
|
" this is not the same product id as the products api returns"
|
5200
5368
|
msgstr ""
|
5201
5369
|
|
5370
|
+
msgid "Product id not found: '%s'"
|
5371
|
+
msgstr ""
|
5372
|
+
|
5202
5373
|
msgid "Product label"
|
5203
5374
|
msgstr ""
|
5204
5375
|
|
5376
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5377
|
+
msgstr ""
|
5378
|
+
|
5205
5379
|
msgid "Product name"
|
5206
5380
|
msgstr "Nome prodotto"
|
5207
5381
|
|
5208
5382
|
msgid "Product name as listed from a host's installed products"
|
5209
5383
|
msgstr ""
|
5210
5384
|
|
5385
|
+
msgid "Product not found: '%s'"
|
5386
|
+
msgstr ""
|
5387
|
+
|
5211
5388
|
msgid "Product the repository belongs to"
|
5212
5389
|
msgstr "Prodotto al quale appartiene il repositorio"
|
5213
5390
|
|
@@ -5286,7 +5463,7 @@ msgstr ""
|
|
5286
5463
|
msgid "Publish"
|
5287
5464
|
msgstr "Pubblica"
|
5288
5465
|
|
5289
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5466
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5290
5467
|
msgstr ""
|
5291
5468
|
|
5292
5469
|
msgid "Publish a content view"
|
@@ -5304,7 +5481,7 @@ msgstr ""
|
|
5304
5481
|
msgid "Published new version"
|
5305
5482
|
msgstr "Nuova versione pubblicata"
|
5306
5483
|
|
5307
|
-
msgid "Publishing ${name}"
|
5484
|
+
msgid "Publishing ${truncate(name)}"
|
5308
5485
|
msgstr ""
|
5309
5486
|
|
5310
5487
|
msgid "Publishing content view"
|
@@ -5694,6 +5871,9 @@ msgstr ""
|
|
5694
5871
|
msgid "Remove package via Katello interface"
|
5695
5872
|
msgstr ""
|
5696
5873
|
|
5874
|
+
msgid "Remove packages"
|
5875
|
+
msgstr ""
|
5876
|
+
|
5697
5877
|
msgid "Remove packages via Katello interface"
|
5698
5878
|
msgstr ""
|
5699
5879
|
|
@@ -5805,6 +5985,9 @@ msgstr ""
|
|
5805
5985
|
msgid "Repository name"
|
5806
5986
|
msgstr ""
|
5807
5987
|
|
5988
|
+
msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
|
5989
|
+
msgstr ""
|
5990
|
+
|
5808
5991
|
msgid "Repository not found"
|
5809
5992
|
msgstr "Repositorio non trovato"
|
5810
5993
|
|
@@ -5859,6 +6042,9 @@ msgstr ""
|
|
5859
6042
|
msgid "Republish repository metadata"
|
5860
6043
|
msgstr ""
|
5861
6044
|
|
6045
|
+
msgid "Requested access to '%s' is denied"
|
6046
|
+
msgstr ""
|
6047
|
+
|
5862
6048
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5863
6049
|
msgstr ""
|
5864
6050
|
|
@@ -6006,15 +6192,27 @@ msgstr ""
|
|
6006
6192
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6007
6193
|
msgstr ""
|
6008
6194
|
|
6195
|
+
msgid "Review"
|
6196
|
+
msgstr ""
|
6197
|
+
|
6009
6198
|
msgid "Review affected environment"
|
6010
6199
|
msgstr ""
|
6011
6200
|
|
6012
6201
|
msgid "Review affected environments"
|
6013
6202
|
msgstr ""
|
6014
6203
|
|
6204
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6205
|
+
msgstr ""
|
6206
|
+
|
6207
|
+
msgid "Review and then click {submitBtnText}."
|
6208
|
+
msgstr ""
|
6209
|
+
|
6015
6210
|
msgid "Review details"
|
6016
6211
|
msgstr ""
|
6017
6212
|
|
6213
|
+
msgid "Review hosts"
|
6214
|
+
msgstr ""
|
6215
|
+
|
6018
6216
|
msgid "Review the information below and click "
|
6019
6217
|
msgstr ""
|
6020
6218
|
|
@@ -6174,6 +6372,9 @@ msgstr ""
|
|
6174
6372
|
msgid "Select a source"
|
6175
6373
|
msgstr ""
|
6176
6374
|
|
6375
|
+
msgid "Select action"
|
6376
|
+
msgstr ""
|
6377
|
+
|
6177
6378
|
msgid "Select add-ons"
|
6178
6379
|
msgstr ""
|
6179
6380
|
|
@@ -6195,10 +6396,16 @@ msgstr ""
|
|
6195
6396
|
msgid "Select an organization"
|
6196
6397
|
msgstr ""
|
6197
6398
|
|
6399
|
+
msgid "Select at least one erratum."
|
6400
|
+
msgstr ""
|
6401
|
+
|
6402
|
+
msgid "Select at least one package."
|
6403
|
+
msgstr ""
|
6404
|
+
|
6198
6405
|
msgid "Select attributes for ${akDetails.name}"
|
6199
6406
|
msgstr ""
|
6200
6407
|
|
6201
|
-
msgid "Select available version of ${cvName} to use"
|
6408
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6202
6409
|
msgstr ""
|
6203
6410
|
|
6204
6411
|
msgid "Select available version of content views to use"
|
@@ -6210,6 +6417,12 @@ msgstr ""
|
|
6210
6417
|
msgid "Select environment"
|
6211
6418
|
msgstr "Seleziona ambiente"
|
6212
6419
|
|
6420
|
+
msgid "Select errata"
|
6421
|
+
msgstr ""
|
6422
|
+
|
6423
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6424
|
+
msgstr ""
|
6425
|
+
|
6213
6426
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6214
6427
|
msgstr ""
|
6215
6428
|
|
@@ -6228,9 +6441,18 @@ msgstr ""
|
|
6228
6441
|
msgid "Select one"
|
6229
6442
|
msgstr ""
|
6230
6443
|
|
6444
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6445
|
+
msgstr ""
|
6446
|
+
|
6231
6447
|
msgid "Select packages to install to the host {hostName}."
|
6232
6448
|
msgstr ""
|
6233
6449
|
|
6450
|
+
msgid "Select packages to remove on the selected hosts."
|
6451
|
+
msgstr ""
|
6452
|
+
|
6453
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6454
|
+
msgstr ""
|
6455
|
+
|
6234
6456
|
msgid "Select page"
|
6235
6457
|
msgstr ""
|
6236
6458
|
|
@@ -6267,6 +6489,12 @@ msgstr ""
|
|
6267
6489
|
msgid "Selected environments "
|
6268
6490
|
msgstr ""
|
6269
6491
|
|
6492
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6493
|
+
msgstr ""
|
6494
|
+
|
6495
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6496
|
+
msgstr ""
|
6497
|
+
|
6270
6498
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6271
6499
|
msgstr ""
|
6272
6500
|
|
@@ -7270,6 +7498,9 @@ msgstr ""
|
|
7270
7498
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7271
7499
|
msgstr ""
|
7272
7500
|
|
7501
|
+
msgid "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead."
|
7502
|
+
msgstr ""
|
7503
|
+
|
7273
7504
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7274
7505
|
msgstr ""
|
7275
7506
|
|
@@ -7282,6 +7513,9 @@ msgstr ""
|
|
7282
7513
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7283
7514
|
msgstr ""
|
7284
7515
|
|
7516
|
+
msgid "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments."
|
7517
|
+
msgstr ""
|
7518
|
+
|
7285
7519
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7286
7520
|
msgstr ""
|
7287
7521
|
|
@@ -7363,6 +7597,9 @@ msgstr ""
|
|
7363
7597
|
msgid "Title"
|
7364
7598
|
msgstr "Titolo"
|
7365
7599
|
|
7600
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7601
|
+
msgstr ""
|
7602
|
+
|
7366
7603
|
msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
|
7367
7604
|
msgstr ""
|
7368
7605
|
|
@@ -7384,6 +7621,12 @@ msgstr ""
|
|
7384
7621
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7385
7622
|
msgstr ""
|
7386
7623
|
|
7624
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7625
|
+
msgstr ""
|
7626
|
+
|
7627
|
+
msgid "To manage packages, select an action."
|
7628
|
+
msgstr ""
|
7629
|
+
|
7387
7630
|
msgid "Total steps: "
|
7388
7631
|
msgstr ""
|
7389
7632
|
|
@@ -7603,9 +7846,6 @@ msgstr ""
|
|
7603
7846
|
msgid "Unsupported CDN resource"
|
7604
7847
|
msgstr ""
|
7605
7848
|
|
7606
|
-
msgid "Unsupported URL protocol %s."
|
7607
|
-
msgstr "Protocollo URL non supportato %s."
|
7608
|
-
|
7609
7849
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7610
7850
|
msgstr ""
|
7611
7851
|
|
@@ -7783,6 +8023,12 @@ msgstr ""
|
|
7783
8023
|
msgid "Upgrade"
|
7784
8024
|
msgstr ""
|
7785
8025
|
|
8026
|
+
msgid "Upgrade all packages"
|
8027
|
+
msgstr ""
|
8028
|
+
|
8029
|
+
msgid "Upgrade packages"
|
8030
|
+
msgstr ""
|
8031
|
+
|
7786
8032
|
msgid "Upgrade via customized remote execution"
|
7787
8033
|
msgstr ""
|
7788
8034
|
|
@@ -7798,9 +8044,6 @@ msgstr "Carica una sezione del contenuto del file"
|
|
7798
8044
|
msgid "Upload a subscription manifest"
|
7799
8045
|
msgstr "Carica un manifesto della sottoscrizione"
|
7800
8046
|
|
7801
|
-
msgid "Upload content into the repository"
|
7802
|
-
msgstr "Carica il contenuto nel repositorio"
|
7803
|
-
|
7804
8047
|
msgid "Upload into"
|
7805
8048
|
msgstr "Carica in"
|
7806
8049
|
|
@@ -7969,9 +8212,6 @@ msgstr ""
|
|
7969
8212
|
msgid "Version details updated."
|
7970
8213
|
msgstr ""
|
7971
8214
|
|
7972
|
-
msgid "Version in use"
|
7973
|
-
msgstr ""
|
7974
|
-
|
7975
8215
|
msgid "Versions"
|
7976
8216
|
msgstr "Versioni"
|
7977
8217
|
|
@@ -8146,6 +8386,9 @@ msgstr ""
|
|
8146
8386
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8147
8387
|
msgstr ""
|
8148
8388
|
|
8389
|
+
msgid "You must select at least one host."
|
8390
|
+
msgstr ""
|
8391
|
+
|
8149
8392
|
msgid "You were not allowed to add %s"
|
8150
8393
|
msgstr "Non puoi aggiungere %s"
|
8151
8394
|
|
@@ -8164,6 +8407,9 @@ msgstr ""
|
|
8164
8407
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8165
8408
|
msgstr ""
|
8166
8409
|
|
8410
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8411
|
+
msgstr ""
|
8412
|
+
|
8167
8413
|
msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
|
8168
8414
|
msgstr ""
|
8169
8415
|
|
@@ -8605,6 +8851,9 @@ msgstr ""
|
|
8605
8851
|
msgid "initiating Pulp task"
|
8606
8852
|
msgstr ""
|
8607
8853
|
|
8854
|
+
msgid "installed"
|
8855
|
+
msgstr ""
|
8856
|
+
|
8608
8857
|
msgid "installing errata..."
|
8609
8858
|
msgstr "installazione errata in corso..."
|
8610
8859
|
|
@@ -8959,6 +9208,9 @@ msgstr ""
|
|
8959
9208
|
msgid "update a filter"
|
8960
9209
|
msgstr ""
|
8961
9210
|
|
9211
|
+
msgid "updated"
|
9212
|
+
msgstr ""
|
9213
|
+
|
8962
9214
|
msgid "updating package group..."
|
8963
9215
|
msgstr "aggiornamento gruppo di pacchetti in corso..."
|
8964
9216
|
|