katello 4.13.0 → 4.14.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/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 -2
- 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/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/discover.rb +11 -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/create_publication.rb +4 -0
- 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/repo_discovery.rb +4 -190
- 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/container.rb +127 -0
- data/app/lib/katello/resources/discovery/yum.rb +95 -0
- 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/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 +29 -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/repository_type.rb +1 -1
- 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/initializers/monkeys.rb +0 -1
- 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 +31 -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/repository_types/docker.rb +1 -0
- data/lib/katello/repository_types/yum.rb +1 -0
- 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 -4
- data/lib/monkeys/ar_postgres_evr_t.rb +2 -0
- data/locale/action_names.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +275 -23
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +276 -24
- data/locale/et_EE/katello.po +274 -22
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +274 -22
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +283 -31
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +280 -28
- data/locale/katello.pot +1001 -527
- data/locale/kn/katello.po +274 -22
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- 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/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +283 -31
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- 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 +75 -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/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 +49 -29
- data/app/assets/javascripts/katello/containers/container.js +0 -304
- data/db/migrate/20240531193030_remove_sha1_repository_checksum_type.rb +0 -10
- data/lib/monkeys/anemone.rb +0 -33
- data/webpack/utils/useKatelloDocUrl.js +0 -18
data/locale/pt_BR/katello.po
CHANGED
@@ -164,6 +164,9 @@ msgstr ""
|
|
164
164
|
msgid "%s is unreachable. %s"
|
165
165
|
msgstr "%s é inalcançável. %s"
|
166
166
|
|
167
|
+
msgid "%s was not found!"
|
168
|
+
msgstr ""
|
169
|
+
|
167
170
|
msgid "%{errata} (%{total} other errata)"
|
168
171
|
msgstr "%{errata} (%{total} outras erratas)"
|
169
172
|
|
@@ -419,6 +422,12 @@ msgstr ""
|
|
419
422
|
msgid "A backend service [ %s ] is unreachable"
|
420
423
|
msgstr "Um serviço backend [ %s ] é inatingível"
|
421
424
|
|
425
|
+
msgid "A comma-separated list of refs to include during a sync. The wildcards *, ? are recognized."
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
msgid "A comma-separated list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'."
|
429
|
+
msgstr ""
|
430
|
+
|
422
431
|
msgid "A large number of errata are unapplied in this content view, so only the first 100 are shown."
|
423
432
|
msgstr "Diversas erratas não são aplicadas nesta visualização de conteúdo, portanto somente as primeiras 100 aparecem."
|
424
433
|
|
@@ -527,7 +536,7 @@ msgstr ""
|
|
527
536
|
msgid "Activation keys can be managed {here}."
|
528
537
|
msgstr ""
|
529
538
|
|
530
|
-
msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
|
539
|
+
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."
|
531
540
|
msgstr ""
|
532
541
|
|
533
542
|
msgid "Activation keys may be used during {system_registration}."
|
@@ -653,6 +662,9 @@ msgstr ""
|
|
653
662
|
msgid "Affected Repositories"
|
654
663
|
msgstr "Repositórios afetados"
|
655
664
|
|
665
|
+
msgid "Affected hosts"
|
666
|
+
msgstr ""
|
667
|
+
|
656
668
|
msgid "Affected repositories"
|
657
669
|
msgstr ""
|
658
670
|
|
@@ -692,7 +704,7 @@ msgstr ""
|
|
692
704
|
msgid "All versions will be removed from these environments"
|
693
705
|
msgstr ""
|
694
706
|
|
695
|
-
msgid "Allow a host to be
|
707
|
+
msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
|
696
708
|
msgstr ""
|
697
709
|
|
698
710
|
msgid "Allow deleting repositories in published content views"
|
@@ -791,15 +803,24 @@ msgstr "Aplicável"
|
|
791
803
|
msgid "Applicable Content Hosts"
|
792
804
|
msgstr "Hosts de Conteúdo Aplicável"
|
793
805
|
|
806
|
+
msgid "Applicable bugfix/enhancement errata"
|
807
|
+
msgstr ""
|
808
|
+
|
794
809
|
msgid "Applicable errata apply to at least one package installed on the host."
|
795
810
|
msgstr ""
|
796
811
|
|
812
|
+
msgid "Applicable security errata"
|
813
|
+
msgstr ""
|
814
|
+
|
797
815
|
msgid "Application"
|
798
816
|
msgstr "Aplicação"
|
799
817
|
|
800
818
|
msgid "Apply"
|
801
819
|
msgstr "Aplicar"
|
802
820
|
|
821
|
+
msgid "Apply errata"
|
822
|
+
msgstr ""
|
823
|
+
|
803
824
|
msgid "Apply erratum"
|
804
825
|
msgstr ""
|
805
826
|
|
@@ -866,6 +887,9 @@ msgstr "Matriz de componentes para adicionar"
|
|
866
887
|
msgid "Array of content view component IDs to remove. Identifier of the component association"
|
867
888
|
msgstr "Matriz de IDs de componentes de visualização de conteúdo para remover. Identificador da associação do componente"
|
868
889
|
|
890
|
+
msgid "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
891
|
+
msgstr ""
|
892
|
+
|
869
893
|
msgid "Array of host ids"
|
870
894
|
msgstr "Matriz de IDs de host "
|
871
895
|
|
@@ -905,6 +929,9 @@ msgstr "Atribuir o ambiente e a visualização de conteúdo a um ou mais hosts"
|
|
905
929
|
msgid "Assign the release version to one or more hosts"
|
906
930
|
msgstr "Atribuir a versão de lançamento a um ou mais hosts"
|
907
931
|
|
932
|
+
msgid "Assigning a host to multiple content view environments is not enabled."
|
933
|
+
msgstr ""
|
934
|
+
|
908
935
|
msgid "Associated location IDs"
|
909
936
|
msgstr "IDs de local associadas"
|
910
937
|
|
@@ -1100,6 +1127,9 @@ msgstr "Calcular Errata Aplicável baseada em uma Visualização de Conteúdo es
|
|
1100
1127
|
msgid "Calculate Applicable Errata based on a particular Environment"
|
1101
1128
|
msgstr "Calcular Errata Aplicável baseada em um Ambiente específico"
|
1102
1129
|
|
1130
|
+
msgid "Calculate content counts on smart proxies automatically"
|
1131
|
+
msgstr ""
|
1132
|
+
|
1103
1133
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
1104
1134
|
msgstr ""
|
1105
1135
|
|
@@ -1241,6 +1271,9 @@ msgstr ""
|
|
1241
1271
|
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."
|
1242
1272
|
msgstr ""
|
1243
1273
|
|
1274
|
+
msgid "Cannot install errata: No installable errata found for search term '%s'"
|
1275
|
+
msgstr ""
|
1276
|
+
|
1244
1277
|
msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
|
1245
1278
|
msgstr "Não é possível realizar uma atualização incremental em uma versão Composite Content View (%{name} versão %{version}"
|
1246
1279
|
|
@@ -1271,6 +1304,9 @@ msgstr "Não foi possível remover conteúdo de um repositório não padronizado
|
|
1271
1304
|
msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
|
1272
1305
|
msgstr "Não é possível remover a visualização do conteúdo do ambiente. A visualização do conteúdo '%{view}' não está no ambiente do ciclo de vida '%{env}'."
|
1273
1306
|
|
1307
|
+
msgid "Cannot remove package(s): This host does not have any installed packages matching the search term '%s'."
|
1308
|
+
msgstr ""
|
1309
|
+
|
1274
1310
|
msgid "Cannot set attribute %{attr} for content type %{type}"
|
1275
1311
|
msgstr "Não é possível definir o atributo %{attr} para o tipo de conteúdo %{type}"
|
1276
1312
|
|
@@ -1289,6 +1325,12 @@ msgstr "Não é possível especificar conteúdo para coleções de visualizaçã
|
|
1289
1325
|
msgid "Cannot sync file:// repositories with the On Demand Download Policy"
|
1290
1326
|
msgstr ""
|
1291
1327
|
|
1328
|
+
msgid "Cannot update properties of a container push repository"
|
1329
|
+
msgstr ""
|
1330
|
+
|
1331
|
+
msgid "Cannot upgrade packages: No installed packages found for search term '%s'"
|
1332
|
+
msgstr ""
|
1333
|
+
|
1292
1334
|
msgid "Cannot upload Ansible collections."
|
1293
1335
|
msgstr ""
|
1294
1336
|
|
@@ -1334,12 +1376,12 @@ msgstr ""
|
|
1334
1376
|
msgid "Checksum of file to upload"
|
1335
1377
|
msgstr "Checksum do arquivo para carregar"
|
1336
1378
|
|
1337
|
-
msgid "Checksum of the repository, currently 'sha1' & 'sha256' are supported"
|
1338
|
-
msgstr "Checksum do repositório, atualmente 'sha1' e 'sha256' são suportados"
|
1339
|
-
|
1340
1379
|
msgid "Checksum type cannot be set for yum repositories with on demand download policy."
|
1341
1380
|
msgstr "O tipo de checksum não pode ser definido para repositórios yum com política de download sob demanda."
|
1342
1381
|
|
1382
|
+
msgid "Checksum used for published repository contents. Supported types: %s"
|
1383
|
+
msgstr ""
|
1384
|
+
|
1343
1385
|
msgid "Choose content credentials if required for this RHUI source."
|
1344
1386
|
msgstr ""
|
1345
1387
|
|
@@ -1370,6 +1412,9 @@ msgstr "Fechar"
|
|
1370
1412
|
msgid "Collapse All"
|
1371
1413
|
msgstr "Recolher todos"
|
1372
1414
|
|
1415
|
+
msgid "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on."
|
1416
|
+
msgstr ""
|
1417
|
+
|
1373
1418
|
msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
|
1374
1419
|
msgstr ""
|
1375
1420
|
|
@@ -1382,6 +1427,9 @@ msgstr ""
|
|
1382
1427
|
msgid "Compare"
|
1383
1428
|
msgstr ""
|
1384
1429
|
|
1430
|
+
msgid "Completed pulp task protection days"
|
1431
|
+
msgstr ""
|
1432
|
+
|
1385
1433
|
msgid "Component"
|
1386
1434
|
msgstr "Componente"
|
1387
1435
|
|
@@ -1610,6 +1658,9 @@ msgstr ""
|
|
1610
1658
|
msgid "Content type %{content_type} is incompatible with repositories of type %{repo_type}"
|
1611
1659
|
msgstr ""
|
1612
1660
|
|
1661
|
+
msgid "Content type does not support repo discovery"
|
1662
|
+
msgstr ""
|
1663
|
+
|
1613
1664
|
msgid "Content view"
|
1614
1665
|
msgstr ""
|
1615
1666
|
|
@@ -1640,10 +1691,10 @@ msgstr ""
|
|
1640
1691
|
msgid "Content view and lifecycle environment must be provided together"
|
1641
1692
|
msgstr ""
|
1642
1693
|
|
1643
|
-
msgid "Content view
|
1694
|
+
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."
|
1644
1695
|
msgstr ""
|
1645
1696
|
|
1646
|
-
msgid "Content view
|
1697
|
+
msgid "Content view environments"
|
1647
1698
|
msgstr ""
|
1648
1699
|
|
1649
1700
|
msgid "Content view environments and activation key must all belong to the same organization"
|
@@ -1769,6 +1820,15 @@ msgstr "Não foi possível encontrar todas as identificações de erratas especi
|
|
1769
1820
|
msgid "Could not find environments for promotion"
|
1770
1821
|
msgstr "Não foi possível encontrar ambientes para promoção"
|
1771
1822
|
|
1823
|
+
msgid "Could not locate Pulp distribution."
|
1824
|
+
msgstr ""
|
1825
|
+
|
1826
|
+
msgid "Could not locate local uploaded repository for content indexing."
|
1827
|
+
msgstr ""
|
1828
|
+
|
1829
|
+
msgid "Could not locate repository properties for content indexing."
|
1830
|
+
msgstr ""
|
1831
|
+
|
1772
1832
|
msgid "Could not remove the lifecycle environment from the smart proxy"
|
1773
1833
|
msgstr "Não foi possível remover o ambiente de ciclo de vida do proxy inteligente"
|
1774
1834
|
|
@@ -2297,7 +2357,7 @@ msgstr "Destruir um ou mais repositórios "
|
|
2297
2357
|
msgid "Details"
|
2298
2358
|
msgstr "Detalhes"
|
2299
2359
|
|
2300
|
-
msgid "Determining settings for ${name}"
|
2360
|
+
msgid "Determining settings for ${truncate(name)}"
|
2301
2361
|
msgstr ""
|
2302
2362
|
|
2303
2363
|
msgid "Digest"
|
@@ -2360,6 +2420,12 @@ msgstr "Baixar um certificado de depuração "
|
|
2360
2420
|
msgid "Download rate limit"
|
2361
2421
|
msgstr ""
|
2362
2422
|
|
2423
|
+
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."
|
2424
|
+
msgstr ""
|
2425
|
+
|
2426
|
+
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."
|
2427
|
+
msgstr ""
|
2428
|
+
|
2363
2429
|
msgid "Duplicate artifact detected"
|
2364
2430
|
msgstr ""
|
2365
2431
|
|
@@ -2558,6 +2624,12 @@ msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
|
2558
2624
|
msgid "Errata mail"
|
2559
2625
|
msgstr "E-mail da Errata"
|
2560
2626
|
|
2627
|
+
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2628
|
+
msgstr ""
|
2629
|
+
|
2630
|
+
msgid "Errata to apply"
|
2631
|
+
msgstr ""
|
2632
|
+
|
2561
2633
|
msgid "Errata to exclusively include in the action"
|
2562
2634
|
msgstr "Errata a ser incluída exclusivamente na ação"
|
2563
2635
|
|
@@ -2606,6 +2678,9 @@ msgstr "Excede a quantidade disponível"
|
|
2606
2678
|
msgid "Exclude"
|
2607
2679
|
msgstr "Excluir"
|
2608
2680
|
|
2681
|
+
msgid "Exclude Refs"
|
2682
|
+
msgstr ""
|
2683
|
+
|
2609
2684
|
msgid "Exclude all RPMs not associated to any errata"
|
2610
2685
|
msgstr ""
|
2611
2686
|
|
@@ -3111,6 +3186,9 @@ msgstr "Hosts com a Errata Instalável"
|
|
3111
3186
|
msgid "Hosts: "
|
3112
3187
|
msgstr ""
|
3113
3188
|
|
3189
|
+
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
3190
|
+
msgstr ""
|
3191
|
+
|
3114
3192
|
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."
|
3115
3193
|
msgstr ""
|
3116
3194
|
|
@@ -3240,9 +3318,18 @@ msgstr ""
|
|
3240
3318
|
msgid "Id of the repository to limit verifying checksum on"
|
3241
3319
|
msgstr ""
|
3242
3320
|
|
3321
|
+
msgid "Id of the single content view to be associated with the host."
|
3322
|
+
msgstr ""
|
3323
|
+
|
3324
|
+
msgid "Id of the single lifecycle environment to be associated with the host."
|
3325
|
+
msgstr ""
|
3326
|
+
|
3243
3327
|
msgid "Id of the smart proxy"
|
3244
3328
|
msgstr "ID do proxy inteligente"
|
3245
3329
|
|
3330
|
+
msgid "Id of the smart proxy from which the host consumes content."
|
3331
|
+
msgstr ""
|
3332
|
+
|
3246
3333
|
msgid "Idenifier of the SSL CA Cert"
|
3247
3334
|
msgstr "Identificador do Certificado SSL CA"
|
3248
3335
|
|
@@ -3296,13 +3383,16 @@ msgstr ""
|
|
3296
3383
|
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"
|
3297
3384
|
msgstr ""
|
3298
3385
|
|
3386
|
+
msgid "If this is enabled, content counts on smart proxies will be updated automatically after content sync."
|
3387
|
+
msgstr ""
|
3388
|
+
|
3299
3389
|
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."
|
3300
3390
|
msgstr ""
|
3301
3391
|
|
3302
3392
|
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/...'."
|
3303
3393
|
msgstr ""
|
3304
3394
|
|
3305
|
-
msgid "If true, only errata that can be installed without an incremental update will affect the host's errata status."
|
3395
|
+
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."
|
3306
3396
|
msgstr ""
|
3307
3397
|
|
3308
3398
|
msgid "If true, only return repository sets that are associated with an active subscriptions"
|
@@ -3425,6 +3515,9 @@ msgstr ""
|
|
3425
3515
|
msgid "Include"
|
3426
3516
|
msgstr "Incluir"
|
3427
3517
|
|
3518
|
+
msgid "Include Refs"
|
3519
|
+
msgstr ""
|
3520
|
+
|
3428
3521
|
msgid "Include all RPMs not associated to any errata"
|
3429
3522
|
msgstr ""
|
3430
3523
|
|
@@ -3524,9 +3617,15 @@ msgstr ""
|
|
3524
3617
|
msgid "Installable"
|
3525
3618
|
msgstr "Instalável"
|
3526
3619
|
|
3620
|
+
msgid "Installable bugfix/enhancement errata"
|
3621
|
+
msgstr ""
|
3622
|
+
|
3527
3623
|
msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
|
3528
3624
|
msgstr ""
|
3529
3625
|
|
3626
|
+
msgid "Installable security errata"
|
3627
|
+
msgstr ""
|
3628
|
+
|
3530
3629
|
msgid "Installable updates"
|
3531
3630
|
msgstr ""
|
3532
3631
|
|
@@ -3608,6 +3707,24 @@ msgstr ""
|
|
3608
3707
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3609
3708
|
msgstr "Regra de filtro inválido, \"versão\" não pode ser especificada na mesma tupla como 'min_version 'ou' max_version'"
|
3610
3709
|
|
3710
|
+
msgid "Invalid format. Container name cannot be blank."
|
3711
|
+
msgstr ""
|
3712
|
+
|
3713
|
+
msgid "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema."
|
3714
|
+
msgstr ""
|
3715
|
+
|
3716
|
+
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
3717
|
+
msgstr ""
|
3718
|
+
|
3719
|
+
msgid "Invalid format. Organization label cannot be blank."
|
3720
|
+
msgstr ""
|
3721
|
+
|
3722
|
+
msgid "Invalid format. Product id must be an integer without leading zeros."
|
3723
|
+
msgstr ""
|
3724
|
+
|
3725
|
+
msgid "Invalid format. Product label cannot be blank."
|
3726
|
+
msgstr ""
|
3727
|
+
|
3611
3728
|
msgid "Invalid mirroring policy for repository type %{type}, only %{policies} are valid."
|
3612
3729
|
msgstr ""
|
3613
3730
|
|
@@ -3884,6 +4001,9 @@ msgstr "Listar todos: resource_id"
|
|
3884
4001
|
msgid "List all organizations"
|
3885
4002
|
msgstr "Listar todas as organizações"
|
3886
4003
|
|
4004
|
+
msgid "List all packages unique by name"
|
4005
|
+
msgstr ""
|
4006
|
+
|
3887
4007
|
msgid "List alternate content sources."
|
3888
4008
|
msgstr ""
|
3889
4009
|
|
@@ -4124,6 +4244,15 @@ msgstr "Certifique-se de que todas as visualizações de conteúdo de componente
|
|
4124
4244
|
msgid "Manage Manifest"
|
4125
4245
|
msgstr "Gerenciar manifesto"
|
4126
4246
|
|
4247
|
+
msgid "Manage content"
|
4248
|
+
msgstr ""
|
4249
|
+
|
4250
|
+
msgid "Manage errata"
|
4251
|
+
msgstr ""
|
4252
|
+
|
4253
|
+
msgid "Manage packages"
|
4254
|
+
msgstr ""
|
4255
|
+
|
4127
4256
|
msgid "Manifest"
|
4128
4257
|
msgstr "Manifesto"
|
4129
4258
|
|
@@ -4423,6 +4552,12 @@ msgstr "Nenhum artefato para exibir"
|
|
4423
4552
|
msgid "No available component content view updates"
|
4424
4553
|
msgstr ""
|
4425
4554
|
|
4555
|
+
msgid "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs."
|
4556
|
+
msgstr ""
|
4557
|
+
|
4558
|
+
msgid "No available packages found for search term '%s'. Check the host's content view environments and already-installed packages."
|
4559
|
+
msgstr ""
|
4560
|
+
|
4426
4561
|
msgid "No available repository or filter updates"
|
4427
4562
|
msgstr ""
|
4428
4563
|
|
@@ -4477,6 +4612,9 @@ msgstr ""
|
|
4477
4612
|
msgid "No errata filter rules yet"
|
4478
4613
|
msgstr ""
|
4479
4614
|
|
4615
|
+
msgid "No errata found."
|
4616
|
+
msgstr ""
|
4617
|
+
|
4480
4618
|
msgid "No errata matching given search query"
|
4481
4619
|
msgstr ""
|
4482
4620
|
|
@@ -4516,6 +4654,9 @@ msgstr "Nenhum host registrado com o subscription-manager encontrado na seleçã
|
|
4516
4654
|
msgid "No hosts were specified"
|
4517
4655
|
msgstr ""
|
4518
4656
|
|
4657
|
+
msgid "No installed debs found for search term '%s'"
|
4658
|
+
msgstr ""
|
4659
|
+
|
4519
4660
|
msgid "No installed packages and/or enabled repositories have been reported by %s."
|
4520
4661
|
msgstr ""
|
4521
4662
|
|
@@ -4687,6 +4828,12 @@ msgstr "Nenhuma subscrição corresponde aos critérios de pesquisa."
|
|
4687
4828
|
msgid "No syncable repositories found for selected products and options."
|
4688
4829
|
msgstr "Nenhum repositório sincronizável encontrado para as opções e os produtos selecionados."
|
4689
4830
|
|
4831
|
+
msgid "No upgradable packages found for search term '%s'. The host may already have the latest version(s) installed."
|
4832
|
+
msgstr ""
|
4833
|
+
|
4834
|
+
msgid "No upgradable packages found."
|
4835
|
+
msgstr ""
|
4836
|
+
|
4690
4837
|
msgid "No uploads param specified. An array of uploads to import is required."
|
4691
4838
|
msgstr "Nenhum parâmetro de carregamento especificado. É necessária uma matriz de uploads para importar."
|
4692
4839
|
|
@@ -4753,6 +4900,9 @@ msgstr "Número de resultados por página para retornar."
|
|
4753
4900
|
msgid "Number to Allocate"
|
4754
4901
|
msgstr "Número para alocar"
|
4755
4902
|
|
4903
|
+
msgid "OS"
|
4904
|
+
msgstr ""
|
4905
|
+
|
4756
4906
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4757
4907
|
msgstr ""
|
4758
4908
|
|
@@ -4840,15 +4990,24 @@ msgstr "Organização não pode estar em branco"
|
|
4840
4990
|
msgid "Organization id"
|
4841
4991
|
msgstr "ID da organização"
|
4842
4992
|
|
4993
|
+
msgid "Organization id not found: '%s'"
|
4994
|
+
msgstr ""
|
4995
|
+
|
4843
4996
|
msgid "Organization identifier"
|
4844
4997
|
msgstr "Identificador de organização"
|
4845
4998
|
|
4846
4999
|
msgid "Organization label"
|
4847
5000
|
msgstr "Etiqueta de Organização"
|
4848
5001
|
|
5002
|
+
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
5003
|
+
msgstr ""
|
5004
|
+
|
4849
5005
|
msgid "Organization not found"
|
4850
5006
|
msgstr "Organização não encontrada"
|
4851
5007
|
|
5008
|
+
msgid "Organization not found: '%s'"
|
5009
|
+
msgstr ""
|
5010
|
+
|
4852
5011
|
msgid "Organization required"
|
4853
5012
|
msgstr "Organização necessária"
|
4854
5013
|
|
@@ -5038,6 +5197,15 @@ msgstr "Pacotes"
|
|
5038
5197
|
msgid "Packages must be provided"
|
5039
5198
|
msgstr "Pacotes deve ser fornecidos"
|
5040
5199
|
|
5200
|
+
msgid "Packages to be removed"
|
5201
|
+
msgstr ""
|
5202
|
+
|
5203
|
+
msgid "Packages to be updated"
|
5204
|
+
msgstr ""
|
5205
|
+
|
5206
|
+
msgid "Packages to install"
|
5207
|
+
msgstr ""
|
5208
|
+
|
5041
5209
|
msgid "Packages will appear here when available."
|
5042
5210
|
msgstr ""
|
5043
5211
|
|
@@ -5149,10 +5317,10 @@ msgstr "Por favor, aguarde..."
|
|
5149
5317
|
msgid "Policy to set for mirroring content. Must be one of %s."
|
5150
5318
|
msgstr ""
|
5151
5319
|
|
5152
|
-
msgid "Prefer registered through
|
5320
|
+
msgid "Prefer registered through Smart Proxy for remote execution"
|
5153
5321
|
msgstr ""
|
5154
5322
|
|
5155
|
-
msgid "Prefer using a
|
5323
|
+
msgid "Prefer using a Smart Proxy to which a host is registered when using remote execution"
|
5156
5324
|
msgstr ""
|
5157
5325
|
|
5158
5326
|
msgid "Prevent from further updates"
|
@@ -5210,15 +5378,24 @@ msgstr ""
|
|
5210
5378
|
"ID de produto conforme listado a partir dos produtos instalados de um host, \\\n"
|
5211
5379
|
" essa não é a mesma ID de produto dos produtos retornados pela api"
|
5212
5380
|
|
5381
|
+
msgid "Product id not found: '%s'"
|
5382
|
+
msgstr ""
|
5383
|
+
|
5213
5384
|
msgid "Product label"
|
5214
5385
|
msgstr ""
|
5215
5386
|
|
5387
|
+
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
5388
|
+
msgstr ""
|
5389
|
+
|
5216
5390
|
msgid "Product name"
|
5217
5391
|
msgstr "Nome do Produto"
|
5218
5392
|
|
5219
5393
|
msgid "Product name as listed from a host's installed products"
|
5220
5394
|
msgstr "Nome do produto conforme listado a partir dos produtos instalados de um host"
|
5221
5395
|
|
5396
|
+
msgid "Product not found: '%s'"
|
5397
|
+
msgstr ""
|
5398
|
+
|
5222
5399
|
msgid "Product the repository belongs to"
|
5223
5400
|
msgstr "Produtos ao qual o repositório pertence "
|
5224
5401
|
|
@@ -5297,8 +5474,8 @@ msgstr ""
|
|
5297
5474
|
msgid "Publish"
|
5298
5475
|
msgstr "Publicar"
|
5299
5476
|
|
5300
|
-
msgid "Publish Lifecycle Environment Repositories"
|
5301
|
-
msgstr "
|
5477
|
+
msgid "Publish Lifecycle Environment Container Repositories"
|
5478
|
+
msgstr ""
|
5302
5479
|
|
5303
5480
|
msgid "Publish a content view"
|
5304
5481
|
msgstr "Publicar uma visualização de conteúdo"
|
@@ -5315,7 +5492,7 @@ msgstr ""
|
|
5315
5492
|
msgid "Published new version"
|
5316
5493
|
msgstr "Publicado nova versão"
|
5317
5494
|
|
5318
|
-
msgid "Publishing ${name}"
|
5495
|
+
msgid "Publishing ${truncate(name)}"
|
5319
5496
|
msgstr ""
|
5320
5497
|
|
5321
5498
|
msgid "Publishing content view"
|
@@ -5705,6 +5882,9 @@ msgstr "Remover grupo de pacotes via interface do Katello"
|
|
5705
5882
|
msgid "Remove package via Katello interface"
|
5706
5883
|
msgstr "Remover pacote via interface do Katello"
|
5707
5884
|
|
5885
|
+
msgid "Remove packages"
|
5886
|
+
msgstr ""
|
5887
|
+
|
5708
5888
|
msgid "Remove packages via Katello interface"
|
5709
5889
|
msgstr ""
|
5710
5890
|
|
@@ -5816,6 +5996,9 @@ msgstr "O rótulo do repositório '%s' não está associado à visualização do
|
|
5816
5996
|
msgid "Repository name"
|
5817
5997
|
msgstr ""
|
5818
5998
|
|
5999
|
+
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."
|
6000
|
+
msgstr ""
|
6001
|
+
|
5819
6002
|
msgid "Repository not found"
|
5820
6003
|
msgstr "Repositório não foi encontrado"
|
5821
6004
|
|
@@ -5870,6 +6053,9 @@ msgstr "Republicar repositórios da versão"
|
|
5870
6053
|
msgid "Republish repository metadata"
|
5871
6054
|
msgstr ""
|
5872
6055
|
|
6056
|
+
msgid "Requested access to '%s' is denied"
|
6057
|
+
msgstr ""
|
6058
|
+
|
5873
6059
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5874
6060
|
msgstr "Exigir que você faça o upload da assinatura-manifest e reatribua as assinaturas aos anfitriões e chaves de ativação."
|
5875
6061
|
|
@@ -6017,15 +6203,27 @@ msgstr ""
|
|
6017
6203
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
6018
6204
|
msgstr ""
|
6019
6205
|
|
6206
|
+
msgid "Review"
|
6207
|
+
msgstr ""
|
6208
|
+
|
6020
6209
|
msgid "Review affected environment"
|
6021
6210
|
msgstr ""
|
6022
6211
|
|
6023
6212
|
msgid "Review affected environments"
|
6024
6213
|
msgstr ""
|
6025
6214
|
|
6215
|
+
msgid "Review and optionally exclude hosts from your selection."
|
6216
|
+
msgstr ""
|
6217
|
+
|
6218
|
+
msgid "Review and then click {submitBtnText}."
|
6219
|
+
msgstr ""
|
6220
|
+
|
6026
6221
|
msgid "Review details"
|
6027
6222
|
msgstr ""
|
6028
6223
|
|
6224
|
+
msgid "Review hosts"
|
6225
|
+
msgstr ""
|
6226
|
+
|
6029
6227
|
msgid "Review the information below and click "
|
6030
6228
|
msgstr ""
|
6031
6229
|
|
@@ -6185,6 +6383,9 @@ msgstr ""
|
|
6185
6383
|
msgid "Select a source"
|
6186
6384
|
msgstr ""
|
6187
6385
|
|
6386
|
+
msgid "Select action"
|
6387
|
+
msgstr ""
|
6388
|
+
|
6188
6389
|
msgid "Select add-ons"
|
6189
6390
|
msgstr ""
|
6190
6391
|
|
@@ -6206,10 +6407,16 @@ msgstr ""
|
|
6206
6407
|
msgid "Select an organization"
|
6207
6408
|
msgstr "Selecionar uma organização"
|
6208
6409
|
|
6410
|
+
msgid "Select at least one erratum."
|
6411
|
+
msgstr ""
|
6412
|
+
|
6413
|
+
msgid "Select at least one package."
|
6414
|
+
msgstr ""
|
6415
|
+
|
6209
6416
|
msgid "Select attributes for ${akDetails.name}"
|
6210
6417
|
msgstr ""
|
6211
6418
|
|
6212
|
-
msgid "Select available version of ${cvName} to use"
|
6419
|
+
msgid "Select available version of ${truncate(cvName)} to use"
|
6213
6420
|
msgstr ""
|
6214
6421
|
|
6215
6422
|
msgid "Select available version of content views to use"
|
@@ -6221,6 +6428,12 @@ msgstr ""
|
|
6221
6428
|
msgid "Select environment"
|
6222
6429
|
msgstr "Selecionar ambiente"
|
6223
6430
|
|
6431
|
+
msgid "Select errata"
|
6432
|
+
msgstr ""
|
6433
|
+
|
6434
|
+
msgid "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts."
|
6435
|
+
msgstr ""
|
6436
|
+
|
6224
6437
|
msgid "Select host collection(s) to associate with host {hostName}."
|
6225
6438
|
msgstr ""
|
6226
6439
|
|
@@ -6239,9 +6452,18 @@ msgstr ""
|
|
6239
6452
|
msgid "Select one"
|
6240
6453
|
msgstr ""
|
6241
6454
|
|
6455
|
+
msgid "Select packages to install on the selected hosts. Some packages may already be installed on some hosts."
|
6456
|
+
msgstr ""
|
6457
|
+
|
6242
6458
|
msgid "Select packages to install to the host {hostName}."
|
6243
6459
|
msgstr ""
|
6244
6460
|
|
6461
|
+
msgid "Select packages to remove on the selected hosts."
|
6462
|
+
msgstr ""
|
6463
|
+
|
6464
|
+
msgid "Select packages to upgrade to the latest version. Packages may have different versions on different hosts."
|
6465
|
+
msgstr ""
|
6466
|
+
|
6245
6467
|
msgid "Select page"
|
6246
6468
|
msgstr ""
|
6247
6469
|
|
@@ -6278,6 +6500,12 @@ msgstr ""
|
|
6278
6500
|
msgid "Selected environments "
|
6279
6501
|
msgstr ""
|
6280
6502
|
|
6503
|
+
msgid "Selected errata will be applied on {hostCount} hosts"
|
6504
|
+
msgstr ""
|
6505
|
+
|
6506
|
+
msgid "Selected packages will be {submitAction} on {hostCount} hosts"
|
6507
|
+
msgstr ""
|
6508
|
+
|
6281
6509
|
msgid "Sending a list of included IDs is not allowed when all items are being selected."
|
6282
6510
|
msgstr ""
|
6283
6511
|
|
@@ -7281,6 +7509,9 @@ msgstr ""
|
|
7281
7509
|
msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
|
7282
7510
|
msgstr ""
|
7283
7511
|
|
7512
|
+
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."
|
7513
|
+
msgstr ""
|
7514
|
+
|
7284
7515
|
msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
|
7285
7516
|
msgstr ""
|
7286
7517
|
|
@@ -7293,6 +7524,9 @@ msgstr ""
|
|
7293
7524
|
msgid "This host has errata that are applicable, but not installable. Adjust your filters and try again."
|
7294
7525
|
msgstr ""
|
7295
7526
|
|
7527
|
+
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."
|
7528
|
+
msgstr ""
|
7529
|
+
|
7296
7530
|
msgid "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled."
|
7297
7531
|
msgstr "A organização do host está no modo Acesso a conteúdo simples. A vinculação de subscrições está desabilitada"
|
7298
7532
|
|
@@ -7374,6 +7608,9 @@ msgstr "Carimbo de data/hora"
|
|
7374
7608
|
msgid "Title"
|
7375
7609
|
msgstr "Título"
|
7376
7610
|
|
7611
|
+
msgid "To change content view environments, a specific organization must be selected from the organization context."
|
7612
|
+
msgstr ""
|
7613
|
+
|
7377
7614
|
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."
|
7378
7615
|
msgstr ""
|
7379
7616
|
|
@@ -7395,6 +7632,12 @@ msgstr ""
|
|
7395
7632
|
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."
|
7396
7633
|
msgstr ""
|
7397
7634
|
|
7635
|
+
msgid "To manage host packages, a specific organization must be selected from the organization context."
|
7636
|
+
msgstr ""
|
7637
|
+
|
7638
|
+
msgid "To manage packages, select an action."
|
7639
|
+
msgstr ""
|
7640
|
+
|
7398
7641
|
msgid "Total steps: "
|
7399
7642
|
msgstr "Total de etapas: "
|
7400
7643
|
|
@@ -7614,9 +7857,6 @@ msgstr "Não especificado"
|
|
7614
7857
|
msgid "Unsupported CDN resource"
|
7615
7858
|
msgstr ""
|
7616
7859
|
|
7617
|
-
msgid "Unsupported URL protocol %s."
|
7618
|
-
msgstr "Protocolo URL sem suporte %s."
|
7619
|
-
|
7620
7860
|
msgid "Unsupported event type %{type}. Supported: %{types}"
|
7621
7861
|
msgstr "Evento não apoiado tipo %{type}. Suportado: %{types}"
|
7622
7862
|
|
@@ -7794,6 +8034,12 @@ msgstr ""
|
|
7794
8034
|
msgid "Upgrade"
|
7795
8035
|
msgstr ""
|
7796
8036
|
|
8037
|
+
msgid "Upgrade all packages"
|
8038
|
+
msgstr ""
|
8039
|
+
|
8040
|
+
msgid "Upgrade packages"
|
8041
|
+
msgstr ""
|
8042
|
+
|
7797
8043
|
msgid "Upgrade via customized remote execution"
|
7798
8044
|
msgstr ""
|
7799
8045
|
|
@@ -7809,9 +8055,6 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
7809
8055
|
msgid "Upload a subscription manifest"
|
7810
8056
|
msgstr "Carregar um manifesto da subscrição"
|
7811
8057
|
|
7812
|
-
msgid "Upload content into the repository"
|
7813
|
-
msgstr "Carregar conteúdo para o repositório"
|
7814
|
-
|
7815
8058
|
msgid "Upload into"
|
7816
8059
|
msgstr "Carregar em"
|
7817
8060
|
|
@@ -7980,9 +8223,6 @@ msgstr ""
|
|
7980
8223
|
msgid "Version details updated."
|
7981
8224
|
msgstr ""
|
7982
8225
|
|
7983
|
-
msgid "Version in use"
|
7984
|
-
msgstr ""
|
7985
|
-
|
7986
8226
|
msgid "Versions"
|
7987
8227
|
msgstr "Versões"
|
7988
8228
|
|
@@ -8157,6 +8397,9 @@ msgstr "Você tem assinaturas que expiram dentro de %s dias"
|
|
8157
8397
|
msgid "You have unsaved changes. Do you want to exit without saving your changes?"
|
8158
8398
|
msgstr "Você tem mudanças não salvas. Quer sair sem salvar suas alterações?"
|
8159
8399
|
|
8400
|
+
msgid "You must select at least one host."
|
8401
|
+
msgstr ""
|
8402
|
+
|
8160
8403
|
msgid "You were not allowed to add %s"
|
8161
8404
|
msgstr "Você não estava autorizado a acrescentar %s"
|
8162
8405
|
|
@@ -8175,6 +8418,9 @@ msgstr "Você está fazendo mudanças em %(entitlementCount)s direito(s)"
|
|
8175
8418
|
msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
|
8176
8419
|
msgstr ""
|
8177
8420
|
|
8421
|
+
msgid "Your manifest has expired. To continue using Red Hat content, import a new manifest."
|
8422
|
+
msgstr ""
|
8423
|
+
|
8178
8424
|
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."
|
8179
8425
|
msgstr ""
|
8180
8426
|
|
@@ -8616,6 +8862,9 @@ msgstr ""
|
|
8616
8862
|
msgid "initiating Pulp task"
|
8617
8863
|
msgstr "iniciando tarefas do Pulp"
|
8618
8864
|
|
8865
|
+
msgid "installed"
|
8866
|
+
msgstr ""
|
8867
|
+
|
8619
8868
|
msgid "installing errata..."
|
8620
8869
|
msgstr "instalando errata..."
|
8621
8870
|
|
@@ -8970,6 +9219,9 @@ msgstr ""
|
|
8970
9219
|
msgid "update a filter"
|
8971
9220
|
msgstr "atualizar um filtro"
|
8972
9221
|
|
9222
|
+
msgid "updated"
|
9223
|
+
msgstr ""
|
9224
|
+
|
8973
9225
|
msgid "updating package group..."
|
8974
9226
|
msgstr "atualizando o grupo do pacote..."
|
8975
9227
|
|