katello 4.20.1 → 4.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +13 -56
- data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +60 -0
- data/app/assets/javascripts/katello/locale/bn/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/ca/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/cs/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +375 -138
- data/app/assets/javascripts/katello/locale/de/katello.js +390 -153
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +369 -132
- data/app/assets/javascripts/katello/locale/el/katello.js +368 -131
- data/app/assets/javascripts/katello/locale/en/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/en_US/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/es/katello.js +388 -151
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/fr/katello.js +395 -158
- data/app/assets/javascripts/katello/locale/gl/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/gu/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/hi/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/id/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/it/katello.js +371 -134
- data/app/assets/javascripts/katello/locale/ja/katello.js +395 -158
- data/app/assets/javascripts/katello/locale/ka/katello.js +391 -154
- data/app/assets/javascripts/katello/locale/kn/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/ko/katello.js +395 -158
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/mr/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/or/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/pa/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/pl/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/pt/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +388 -151
- data/app/assets/javascripts/katello/locale/ro/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/ru/katello.js +377 -140
- data/app/assets/javascripts/katello/locale/sl/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +367 -130
- data/app/assets/javascripts/katello/locale/ta/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/te/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/tr/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/vi/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/zh/katello.js +366 -129
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +395 -158
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +377 -140
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +16 -12
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +12 -6
- data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +26 -1
- data/app/controllers/katello/api/v2/content_view_environments_controller.rb +14 -0
- data/app/controllers/katello/api/v2/content_views_controller.rb +6 -83
- data/app/controllers/katello/api/v2/host_packages_controller.rb +2 -2
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +1 -22
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +34 -9
- data/app/controllers/katello/api/v2/products_controller.rb +0 -11
- data/app/controllers/katello/api/v2/repositories_controller.rb +8 -0
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +0 -4
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +4 -59
- data/app/controllers/katello/api/v2/sync_status_controller.rb +90 -0
- data/app/controllers/katello/concerns/api/api_controller.rb +2 -8
- data/app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb +3 -2
- data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +72 -28
- data/app/controllers/katello/concerns/content_views_controller_helpers.rb +89 -0
- data/app/helpers/katello/content_options_helper.rb +179 -0
- data/app/helpers/katello/host_display_helper.rb +38 -0
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +10 -233
- data/app/helpers/katello/kickstart_repository_helper.rb +109 -0
- data/app/helpers/katello/sync_management_helper.rb +38 -6
- data/app/lib/actions/katello/content_view/incremental_updates.rb +5 -0
- data/app/lib/actions/katello/content_view/remove.rb +16 -3
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +14 -0
- data/app/lib/actions/katello/content_view_version/import.rb +18 -7
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +20 -15
- data/app/lib/actions/katello/environment/destroy.rb +1 -8
- data/app/lib/actions/katello/host/recalculate_errata_status.rb +1 -1
- data/app/lib/actions/katello/repository_set/enable_repository.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +10 -2
- data/app/lib/actions/pulp3/orphan_cleanup/purge_completed_tasks.rb +1 -1
- data/app/lib/actions/pulp3/repository/delete_distributions.rb +10 -3
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -35
- data/app/lib/katello/resources/candlepin/activation_key.rb +0 -34
- data/app/lib/katello/resources/candlepin/candlepin_ping.rb +17 -3
- data/app/lib/katello/resources/candlepin/consumer.rb +0 -56
- data/app/lib/katello/resources/candlepin/pool.rb +0 -5
- data/app/lib/katello/resources/candlepin/upstream_consumer.rb +0 -6
- data/app/lib/katello/resources/cdn.rb +5 -10
- data/app/lib/katello/util/cve_hgcf_migrator.rb +78 -0
- data/app/lib/katello/util/hostgroup_facets_helper.rb +8 -3
- data/app/lib/katello/util/package.rb +4 -4
- data/app/lib/katello/util/package_filter.rb +22 -6
- data/app/lib/katello/util/path_with_substitutions.rb +1 -1
- data/app/models/katello/activation_key.rb +1 -63
- data/app/models/katello/alternate_content_source.rb +41 -4
- data/app/models/katello/authorization/repository.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +2 -4
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -23
- data/app/models/katello/concerns/hostgroup_extensions.rb +40 -9
- data/app/models/katello/concerns/organization_extensions.rb +1 -9
- data/app/models/katello/concerns/smart_proxy_extensions.rb +14 -1
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -20
- data/app/models/katello/content_credential.rb +3 -3
- data/app/models/katello/content_view.rb +35 -6
- data/app/models/katello/content_view_environment.rb +3 -0
- data/app/models/katello/errata_status.rb +1 -1
- data/app/models/katello/glue/candlepin/activation_key.rb +0 -55
- data/app/models/katello/glue/candlepin/candlepin_object.rb +1 -2
- data/app/models/katello/glue/candlepin/owner.rb +0 -14
- data/app/models/katello/glue/candlepin/pool.rb +32 -141
- data/app/models/katello/glue/provider.rb +1 -19
- data/app/models/katello/host/content_facet.rb +6 -0
- data/app/models/katello/host/subscription_facet.rb +1 -20
- data/app/models/katello/host_collection.rb +2 -2
- data/app/models/katello/hostgroup/content_facet.rb +149 -4
- data/app/models/katello/kt_environment.rb +17 -4
- data/app/models/katello/ping.rb +1 -9
- data/app/models/katello/pool.rb +8 -26
- data/app/models/katello/root_repository.rb +0 -2
- data/app/models/katello/subscription.rb +0 -8
- data/app/models/katello/trace_status.rb +1 -1
- data/app/presenters/katello/sync_status_presenter.rb +16 -1
- data/app/services/katello/candlepin/consumer.rb +0 -92
- data/app/services/katello/content_view_manager.rb +52 -3
- data/app/services/katello/host/package_profile_uploader.rb +2 -2
- data/app/services/katello/host/profiles_uploader.rb +4 -1
- data/app/services/katello/product_content_finder.rb +2 -3
- data/app/services/katello/pulp3/alternate_content_source.rb +22 -2
- data/app/services/katello/pulp3/api/apt.rb +8 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +13 -3
- data/app/services/katello/pulp3/repository/generic.rb +2 -1
- data/app/services/katello/pulp3/repository.rb +23 -19
- data/app/services/katello/pulp3/repository_mirror.rb +104 -11
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +22 -7
- data/app/services/katello/pulp3/smart_proxy_repository.rb +39 -17
- data/app/services/katello/registration_manager.rb +21 -22
- data/app/services/katello/repository_type.rb +2 -2
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +10 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +5 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +0 -4
- data/app/views/katello/api/v2/subscription_facet/show.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/base.json.rabl +3 -1
- data/app/views/katello/api/v2/subscriptions/index.json.rabl +0 -2
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +0 -24
- data/app/views/katello/api/v2/sync_status/index.json.rabl +9 -0
- data/app/views/katello/api/v2/sync_status/poll.json.rabl +5 -0
- data/app/views/katello/api/v2/sync_status/sync.json.rabl +5 -0
- data/app/views/katello/hosts/_errata_counts.html.erb +2 -2
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +33 -24
- data/config/initializers/inflections.rb +0 -1
- data/config/initializers/monkeys.rb +2 -0
- data/config/routes/api/v2.rb +7 -20
- data/config/routes.rb +5 -10
- data/db/migrate/20251110000001_add_deb_fields_to_acs.rb +7 -0
- data/db/migrate/20260126190728_drop_katello_subscription_facet_pools_and_pool_activation_keys.katello.rb +35 -0
- data/db/migrate/20260225015710_remove_katello_compliance_reasons.katello.rb +20 -0
- data/db/migrate/20260301205720_add_fields_to_katello_pool.katello.rb +21 -0
- data/db/migrate/20260402151630_add_content_view_environment_to_hostgroup_content_facet.rb +366 -0
- data/db/migrate/20260423131700_remove_uuid_from_content_facets.rb +24 -0
- data/db/migrate/20260522000000_add_content_facet_id_indexes.rb +15 -0
- data/db/seeds.d/109-katello-notification-blueprints.rb +0 -24
- data/db/seeds.d/111-upgrade_tasks.rb +2 -1
- data/engines/bastion/app/assets/javascripts/bastion/i18n/bastion.pot +4 -10
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js +0 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.routes.js +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +2 -18
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +0 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +0 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +0 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js +21 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-modal-helper.service.js +0 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js +2 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html +0 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-bulk-action.factory.js +0 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host.factory.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -188
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/fenced-pages.service.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +4 -0
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/bastion_katello.scss +1 -3
- data/lib/katello/engine.rb +0 -26
- data/lib/katello/permission_creator.rb +2 -3
- data/lib/katello/plugin.rb +15 -5
- data/lib/katello/repository_types/python.rb +3 -0
- data/lib/katello/repository_types/yum.rb +2 -1
- data/lib/katello/tasks/reimport.rake +0 -5
- data/lib/katello/tasks/upgrades/4.20/clean_cve_with_no_cvv.rake +23 -0
- data/lib/katello/tasks/upgrades/4.21/cleanup_python_publications.rake +183 -0
- data/lib/katello/tasks/upgrades/4.21/import_pools.rake +10 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/pulp_polymorphic_remote_response.rb +44 -40
- data/lib/monkeys/python_remote_provenance.rb +161 -0
- data/lib/monkeys/remove_hidden_distribution.rb +4 -0
- data/lib/monkeys/remove_overwrite_parameter.rb +19 -0
- data/locale/action_names.rb +2 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +366 -129
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +366 -129
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +368 -131
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +367 -130
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +376 -139
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +394 -157
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +366 -129
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +370 -132
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +368 -131
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +367 -130
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +366 -129
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +366 -129
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +390 -153
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +366 -129
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +398 -161
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +368 -131
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +368 -131
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +366 -129
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +366 -129
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +368 -131
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +373 -135
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +398 -160
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +391 -154
- data/locale/katello.pot +2077 -1640
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +366 -129
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +400 -162
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +366 -129
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +366 -129
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +368 -131
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +366 -129
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +366 -129
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +368 -131
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +366 -129
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +366 -129
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +390 -153
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +366 -129
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +366 -129
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +379 -142
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +368 -131
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +369 -132
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +366 -129
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +366 -129
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +366 -129
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +366 -129
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +366 -129
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +366 -129
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +366 -129
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +398 -161
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +378 -141
- data/webpack/ForemanColumnExtensions/index.js +17 -12
- data/webpack/components/ActionableDetail.js +11 -1
- data/webpack/components/ActivationKeysSearch/ActivationKeysSearch.test.js +14 -17
- data/webpack/components/ActivationKeysSearch/index.js +107 -61
- data/webpack/components/Content/__tests__/ContentTable.test.js +135 -26
- data/webpack/components/EditableTextInput/EditableTextInput.js +4 -2
- data/webpack/components/LoadingState/LoadingState.js +7 -1
- data/webpack/components/LoadingState/LoadingState.test.js +41 -21
- data/webpack/components/OptionTooltip/__tests__/OptionTooltip.test.js +47 -29
- data/webpack/components/RoutedTabs/RoutedTabs.scss +21 -0
- data/webpack/components/RoutedTabs/index.js +11 -3
- data/webpack/components/SelectOrg/SelectOrg.scss +12 -2
- data/webpack/components/SelectOrg/SetOrganization.js +92 -102
- data/webpack/components/SelectOrg/__tests__/SetOrganization.test.js +131 -0
- data/webpack/components/TooltipButton/TooltipButton.test.js +52 -33
- data/webpack/components/WithOrganization/withOrganization.test.js +22 -15
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/AssignHostCVModal.js +2 -24
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/OrderableAssignments.js +18 -28
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/AssignHostCVModal.test.js +90 -33
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +0 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkAssignCVEnvsModal/BulkAssignCVEnvsModal.js +2 -14
- data/webpack/components/extensions/Hosts/BulkActions/BulkAssignCVEnvsModal/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkManageTracesModal/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +2 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/index.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkSystemPurposeModal/index.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js +146 -9
- data/webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js +52 -6
- data/webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js +52 -6
- data/webpack/components/pf3Table/components/CollapseSubscriptionGroupButton.test.js +33 -13
- data/webpack/components/pf3Table/components/Table.test.js +102 -25
- data/webpack/components/pf3Table/components/TableBody.test.js +52 -14
- data/webpack/components/pf3Table/components/TableBodyMessage.test.js +14 -9
- data/webpack/components/pf3Table/components/TableSelectionCell.test.js +67 -13
- data/webpack/components/pf3Table/components/TableSelectionHeaderCell.test.js +67 -11
- data/webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js +4 -4
- data/webpack/components/pf3Table/formatters/__tests__/EntitlementsInlineEditFormatter.test.js +53 -46
- data/webpack/components/pf3Table/formatters/entitlementsValueFormatter.js +3 -3
- data/webpack/containers/Application/config.js +15 -10
- data/webpack/redux/OrganizationProducts/__tests__/OrganizationProductsActions.test.js +74 -36
- data/webpack/redux/OrganizationProducts/__tests__/OrganizationProductsReducer.test.js +74 -21
- data/webpack/redux/OrganizationProducts/__tests__/OrganizationProductsSelectors.test.js +81 -13
- data/webpack/redux/OrganizationProducts/__tests__/organizationProducts.fixtures.json +138 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/redux/reducers/index.js +0 -4
- data/webpack/scenes/ActivationKeys/Details/components/__tests__/AssignAKCVModal.test.js +1 -1
- data/webpack/scenes/ActivationKeys/Details/hooks/useAssignmentManagement.js +3 -25
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +16 -2
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +28 -3
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +25 -5
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +92 -28
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -0
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreateDeb.test.js +133 -0
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +50 -10
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +115 -35
- data/webpack/scenes/AlternateContentSources/helpers.js +10 -0
- data/webpack/scenes/Content/ContentActions.js +12 -3
- data/webpack/scenes/Content/ContentConfig.js +85 -0
- data/webpack/scenes/ContentCredentials/ContentCredentialConstants.js +1 -0
- data/webpack/scenes/ContentCredentials/ContentCredentialsPage.js +116 -0
- data/webpack/scenes/ContentCredentials/Details/AlternateContentSourcesTab.js +127 -0
- data/webpack/scenes/ContentCredentials/Details/ContentCredentialsDetails.js +232 -0
- data/webpack/scenes/ContentCredentials/Details/ContentCredentialsDetailsActions.js +93 -0
- data/webpack/scenes/ContentCredentials/Details/ContentCredentialsDetailsSelectors.js +17 -0
- data/webpack/scenes/ContentCredentials/Details/DetailsTab.js +237 -0
- data/webpack/scenes/ContentCredentials/Details/ProductsTab.js +133 -0
- data/webpack/scenes/ContentCredentials/Details/RepositoriesTab.js +173 -0
- data/webpack/scenes/ContentCredentials/Details/__tests__/AlternateContentSourcesTab.test.js +70 -0
- data/webpack/scenes/ContentCredentials/Details/__tests__/ContentCredentialsDetails.test.js +474 -0
- data/webpack/scenes/ContentCredentials/Details/__tests__/DetailsTab.test.js +493 -0
- data/webpack/scenes/ContentCredentials/Details/__tests__/ProductsTab.test.js +85 -0
- data/webpack/scenes/ContentCredentials/Details/__tests__/RepositoriesTab.test.js +105 -0
- data/webpack/scenes/ContentCredentials/Details/index.js +7 -0
- data/webpack/scenes/ContentCredentials/__tests__/ContentCredentialsPage.test.js +180 -0
- data/webpack/scenes/ContentCredentials/__tests__/contentCredentialsList.fixtures.json +81 -0
- data/webpack/scenes/ContentCredentials/index.js +5 -0
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +29 -6
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionFinish.js +55 -33
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostgroupsForm.js +133 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +49 -4
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +2 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +36 -3
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteContextWrapper.js +6 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteHelpers.js +4 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +22 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/FinishBulkDelete.js +35 -13
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHostgroups.js +173 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +153 -10
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/contentViewVersion.fixtures.json +3 -1
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/contentViewVersionWithoutHostgroups.fixtures.json +941 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/cvDetails.fixtures.json +25 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/cvEnvironments.fixtures.json +15 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js +14 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +0 -37
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +35 -5
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +10 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostgroupsForm.js +149 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionDeleteFinish.js +59 -37
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +43 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHostgroups.js +62 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +8 -4
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +46 -104
- data/webpack/scenes/Hosts/ChangeContentSource/components/Hosts.js +2 -2
- data/webpack/scenes/Hosts/ChangeContentSource/components/MultiCVEnvForm.js +90 -0
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +23 -32
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +14 -1
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailArtifacts.js +38 -12
- data/webpack/scenes/ModuleStreams/Details/Profiles/ModuleStreamDetailProfiles.js +54 -13
- data/webpack/scenes/ModuleStreams/Details/Profiles/ProfileRpmsCellFormatter.js +18 -11
- data/webpack/scenes/ModuleStreams/Details/Profiles/__tests__/ModuleStreamDetailProfiles.test.js +41 -11
- data/webpack/scenes/ModuleStreams/Details/Profiles/__tests__/ProfileRpmsCellFormatter.test.js +68 -24
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetailArtifacts.test.js +44 -9
- data/webpack/scenes/Settings/Tables/__tests__/TableReducer.test.js +49 -29
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +52 -5
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +1 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +0 -4
- data/webpack/scenes/Subscriptions/Details/__tests__/SubscriptionDetails.test.js +0 -2
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -138
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -2
- data/webpack/scenes/Subscriptions/Manifest/DeleteManifestModalText.js +5 -37
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +1 -4
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +0 -9
- data/webpack/scenes/Subscriptions/Manifest/ManifestActions.js +0 -59
- data/webpack/scenes/Subscriptions/Manifest/ManifestConstants.js +0 -12
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManifestActions.test.js +0 -50
- data/webpack/scenes/Subscriptions/Manifest/__tests__/manifest.fixtures.js +0 -36
- data/webpack/scenes/Subscriptions/SubscriptionActions.js +10 -5
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -7
- data/webpack/scenes/Subscriptions/SubscriptionHelpers.js +1 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +0 -15
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionHelpers.test.js +0 -16
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionValidations.test.js +5 -6
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +1 -3
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionHelpers.test.js.snap +0 -4
- data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +2 -21
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js +1 -1
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +6 -7
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +1 -11
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.fixtures.js +0 -11
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +1 -1
- data/webpack/scenes/SyncStatus/SyncStatus.scss +32 -0
- data/webpack/scenes/SyncStatus/SyncStatusActions.js +69 -0
- data/webpack/scenes/SyncStatus/SyncStatusConstants.js +24 -0
- data/webpack/scenes/SyncStatus/SyncStatusPage.js +384 -0
- data/webpack/scenes/SyncStatus/SyncStatusSelectors.js +43 -0
- data/webpack/scenes/SyncStatus/__tests__/SyncStatusPage.test.js +110 -0
- data/webpack/scenes/SyncStatus/components/SyncProgressCell.js +55 -0
- data/webpack/scenes/SyncStatus/components/SyncResultCell.js +102 -0
- data/webpack/scenes/SyncStatus/components/SyncStatusTable.js +378 -0
- data/webpack/scenes/SyncStatus/components/SyncStatusToolbar.js +68 -0
- data/webpack/scenes/SyncStatus/components/TreeSelectAllCheckbox.js +118 -0
- data/webpack/scenes/SyncStatus/components/__tests__/SyncProgressCell.test.js +51 -0
- data/webpack/scenes/SyncStatus/components/__tests__/SyncResultCell.test.js +49 -0
- data/webpack/scenes/SyncStatus/components/__tests__/SyncStatusTable.test.js +179 -0
- data/webpack/scenes/SyncStatus/components/__tests__/SyncStatusToolbar.test.js +65 -0
- data/webpack/scenes/SyncStatus/components/__tests__/TreeSelectAllCheckbox.test.js +93 -0
- data/webpack/scenes/SyncStatus/index.js +1 -0
- data/webpack/scenes/Tasks/__tests__/TaskActions.test.js +46 -8
- data/webpack/scenes/Tasks/__tests__/TaskSelectors.test.js +16 -8
- data/webpack/utils/contentViewEnvironmentLabel.js +45 -0
- metadata +108 -186
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +0 -29
- data/app/controllers/katello/sync_management_controller.rb +0 -84
- data/app/lib/actions/candlepin/consumer/attach_subscription.rb +0 -17
- data/app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb +0 -15
- data/app/lib/actions/candlepin/consumer/remove_subscription.rb +0 -22
- data/app/lib/actions/pulp3/orphan_cleanup/delete_orphaned_migrated_repositories.rb +0 -15
- data/app/lib/katello/messaging/connection.rb +0 -9
- data/app/lib/katello/messaging/received_message.rb +0 -12
- data/app/lib/katello/messaging/stomp_connection.rb +0 -73
- data/app/lib/katello/resources/candlepin/entitlement.rb +0 -22
- data/app/models/katello/compliance_reason.rb +0 -5
- data/app/models/katello/events/delete_latest_content_view_version.rb +0 -40
- data/app/models/katello/events/delete_pool.rb +0 -19
- data/app/models/katello/events/import_pool.rb +0 -17
- data/app/models/katello/pool_activation_key.rb +0 -6
- data/app/models/katello/subscription_facet_pool.rb +0 -8
- data/app/presenters/katello/activation_key_subscriptions_presenter.rb +0 -10
- data/app/presenters/katello/host_subscription_presenter.rb +0 -10
- data/app/presenters/katello/host_subscriptions_presenter.rb +0 -24
- data/app/services/katello/candlepin/event_handler.rb +0 -27
- data/app/services/katello/candlepin/message_handler.rb +0 -73
- data/app/services/katello/candlepin_event_listener.rb +0 -61
- data/app/services/katello/ui_notifications/content_view/delete_latest_version_failure.rb +0 -22
- data/app/services/katello/ui_notifications/subscriptions/sca_disable_error.rb +0 -13
- data/app/services/katello/ui_notifications/subscriptions/sca_disable_success.rb +0 -13
- data/app/services/katello/ui_notifications/subscriptions/sca_enable_error.rb +0 -13
- data/app/services/katello/ui_notifications/subscriptions/sca_enable_success.rb +0 -13
- data/app/views/katello/api/v2/activation_keys/subscriptions.json.rabl +0 -8
- data/app/views/katello/api/v2/host_subscriptions/events.json.rabl +0 -7
- data/app/views/katello/api/v2/host_subscriptions/index.json.rabl +0 -8
- data/app/views/katello/api/v2/subscriptions/organization_index.json.rabl +0 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +0 -80
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html +0 -26
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html +0 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-subscriptions-modal.controller.js +0 -89
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +0 -126
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/hosts/host-subscription.factory.js +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js +0 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js +0 -72
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js +0 -38
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js +0 -17
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html +0 -18
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/host_subscriptions.scss +0 -14
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/subscriptions.scss +0 -3
- data/lib/katello/tasks/unify_hosts.rake +0 -151
- data/lib/katello/tasks/upgrades/4.1/fix_invalid_pools.rake +0 -62
- data/webpack/components/Content/Details/ContentDetailInfo.js +0 -33
- data/webpack/components/Content/Details/ContentDetailRepositories.js +0 -19
- data/webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js +0 -40
- data/webpack/components/Content/Details/ContentDetails.js +0 -73
- data/webpack/components/Content/Details/__tests__/ContentDetailInfo.test.js +0 -26
- data/webpack/components/Content/Details/__tests__/ContentDetailRepositories.test.js +0 -20
- data/webpack/components/Content/Details/__tests__/ContentDetails.test.js +0 -62
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetailInfo.test.js.snap +0 -40
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetailRepositories.test.js.snap +0 -64
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +0 -143
- data/webpack/components/Content/__tests__/__snapshots__/ContentTable.test.js.snap +0 -33
- data/webpack/components/LoadingState/__snapshots__/LoadingState.test.js.snap +0 -20
- data/webpack/components/OptionTooltip/__tests__/__snapshots__/OptionTooltip.test.js.snap +0 -84
- data/webpack/components/Select/Select.js +0 -40
- data/webpack/components/TooltipButton/__snapshots__/TooltipButton.test.js.snap +0 -91
- data/webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap +0 -110
- data/webpack/components/extensions/Hosts/BulkActions/bulkModalState.js +0 -51
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +0 -86
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +0 -29
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +0 -29
- data/webpack/components/pf3Table/components/__snapshots__/CollapseSubscriptionGroupButton.test.js.snap +0 -19
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +0 -153
- data/webpack/components/pf3Table/components/__snapshots__/TableBody.test.js.snap +0 -28
- data/webpack/components/pf3Table/components/__snapshots__/TableBodyMessage.test.js.snap +0 -13
- data/webpack/components/pf3Table/components/__snapshots__/TableSelectionCell.test.js.snap +0 -16
- data/webpack/components/pf3Table/components/__snapshots__/TableSelectionHeaderCell.test.js.snap +0 -15
- data/webpack/components/pf3Table/formatters/__tests__/__snapshots__/EntitlementsInlineEditFormatter.test.js.snap +0 -230
- data/webpack/redux/OrganizationProducts/__tests__/__snapshots__/OrganizationProductsActions.test.js.snap +0 -49
- data/webpack/redux/OrganizationProducts/__tests__/__snapshots__/OrganizationProductsReducer.test.js.snap +0 -36
- data/webpack/redux/OrganizationProducts/__tests__/__snapshots__/OrganizationProductsSelectors.test.js.snap +0 -9
- data/webpack/redux/OrganizationProducts/__tests__/organizationProducts.fixtures.js +0 -143
- data/webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js +0 -56
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js +0 -92
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailsActions.js +0 -23
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailsConstants.js +0 -3
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailsReducer.js +0 -33
- data/webpack/scenes/ModuleStreams/Details/Profiles/TableSchema.js +0 -36
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetailInfo.test.js +0 -34
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetails.test.js +0 -240
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetailsActions.test.js +0 -71
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetailsReducer.test.js +0 -56
- data/webpack/scenes/ModuleStreams/Details/index.js +0 -17
- data/webpack/scenes/ModuleStreams/ModuleStreamsActions.js +0 -29
- data/webpack/scenes/ModuleStreams/ModuleStreamsConstants.js +0 -3
- data/webpack/scenes/ModuleStreams/ModuleStreamsPage.js +0 -67
- data/webpack/scenes/ModuleStreams/ModuleStreamsReducer.js +0 -43
- data/webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js +0 -70
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamPage.test.js +0 -150
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsActions.test.js +0 -48
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsReducer.test.js +0 -46
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsTable.test.js +0 -116
- data/webpack/scenes/ModuleStreams/__tests__/moduleStreams.fixtures.js +0 -72
- data/webpack/scenes/ModuleStreams/__tests__/moduleStreams.fixtures.json +0 -93
- data/webpack/scenes/ModuleStreams/index.js +0 -17
- data/webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap +0 -76
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailAssociations.js +0 -54
- data/webpack/scenes/Subscriptions/Details/__tests__/SubscriptionDetailAssociations.test.js +0 -16
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailAssociations.test.js.snap +0 -54
- data/webpack/scenes/Tasks/__tests__/__snapshots__/TaskActions.test.js.snap +0 -63
- data/webpack/scenes/Tasks/__tests__/__snapshots__/TaskSelectors.test.js.snap +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"katello": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "katello 4.
|
|
6
|
+
"Project-Id-Version": "katello 4.21.0.rc1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2022",
|
|
@@ -86,9 +86,6 @@
|
|
|
86
86
|
" or any step on the left.": [
|
|
87
87
|
""
|
|
88
88
|
],
|
|
89
|
-
" to manage and promote content views, or select a different environment.": [
|
|
90
|
-
""
|
|
91
|
-
],
|
|
92
89
|
" to manage and promote content views, or select a different lifecycle environment.": [
|
|
93
90
|
""
|
|
94
91
|
],
|
|
@@ -101,12 +98,6 @@
|
|
|
101
98
|
"${option}": [
|
|
102
99
|
""
|
|
103
100
|
],
|
|
104
|
-
"${pluralize(akResponse.length, 'activation key')} will be moved to content view ${selectedCVNameForAK} in ": [
|
|
105
|
-
""
|
|
106
|
-
],
|
|
107
|
-
"${pluralize(hostResponse.length, 'host')} will be moved to content view ${selectedCVNameForHosts} in ": [
|
|
108
|
-
""
|
|
109
|
-
],
|
|
110
101
|
"${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
|
|
111
102
|
""
|
|
112
103
|
],
|
|
@@ -468,6 +459,9 @@
|
|
|
468
459
|
"A post-promotion summary of hosts with installable errata": [
|
|
469
460
|
""
|
|
470
461
|
],
|
|
462
|
+
"A publish is already scheduled for this content view. Please wait for the scheduled publish to complete.": [
|
|
463
|
+
""
|
|
464
|
+
],
|
|
471
465
|
"A remote execution job is in progress": [
|
|
472
466
|
""
|
|
473
467
|
],
|
|
@@ -507,6 +501,9 @@
|
|
|
507
501
|
"Action unauthorized to be performed in this organization.": [
|
|
508
502
|
""
|
|
509
503
|
],
|
|
504
|
+
"Actions": [
|
|
505
|
+
""
|
|
506
|
+
],
|
|
510
507
|
"Activation Key information": [
|
|
511
508
|
""
|
|
512
509
|
],
|
|
@@ -528,9 +525,6 @@
|
|
|
528
525
|
"Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
|
|
529
526
|
""
|
|
530
527
|
],
|
|
531
|
-
"Activation key ID": [
|
|
532
|
-
""
|
|
533
|
-
],
|
|
534
528
|
"Activation key content view environments updated": [
|
|
535
529
|
""
|
|
536
530
|
],
|
|
@@ -723,6 +717,9 @@
|
|
|
723
717
|
"All errata up-to-date": [
|
|
724
718
|
""
|
|
725
719
|
],
|
|
720
|
+
"All hosts must belong to the same organization": [
|
|
721
|
+
""
|
|
722
|
+
],
|
|
726
723
|
"All selected hosts were already members of host collection %{host_collection}.": [
|
|
727
724
|
""
|
|
728
725
|
],
|
|
@@ -780,9 +777,15 @@
|
|
|
780
777
|
"Alternate content source edited": [
|
|
781
778
|
""
|
|
782
779
|
],
|
|
780
|
+
"Alternate content sources": [
|
|
781
|
+
""
|
|
782
|
+
],
|
|
783
783
|
"Alternate content sources define new locations to download content from at repository or smart proxy sync time.": [
|
|
784
784
|
""
|
|
785
785
|
],
|
|
786
|
+
"Alternate content sources table": [
|
|
787
|
+
""
|
|
788
|
+
],
|
|
786
789
|
"Alternate content sources use the HTTP proxy of their assigned smart proxy for communication.": [
|
|
787
790
|
""
|
|
788
791
|
],
|
|
@@ -897,6 +900,9 @@
|
|
|
897
900
|
"Architecture(s)": [
|
|
898
901
|
""
|
|
899
902
|
],
|
|
903
|
+
"Architectures": [
|
|
904
|
+
""
|
|
905
|
+
],
|
|
900
906
|
"Are you sure you want to delete %(entitlementCount)s subscription(s)? This action will remove the subscription(s) and refresh your manifest. All systems using these subscription(s) will lose them and also may lose access to updates and Errata.": [
|
|
901
907
|
""
|
|
902
908
|
],
|
|
@@ -921,6 +927,9 @@
|
|
|
921
927
|
"Array of content view component IDs to remove. Identifier of the component association": [
|
|
922
928
|
""
|
|
923
929
|
],
|
|
930
|
+
"Array of content view environment IDs": [
|
|
931
|
+
""
|
|
932
|
+
],
|
|
924
933
|
"Array of content view environment IDs to be associated with the hosts. Requires allow_multiple_content_views setting to be on.": [
|
|
925
934
|
""
|
|
926
935
|
],
|
|
@@ -933,6 +942,9 @@
|
|
|
933
942
|
"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.": [
|
|
934
943
|
""
|
|
935
944
|
],
|
|
945
|
+
"Array of content view environment labels in the format 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified.": [
|
|
946
|
+
""
|
|
947
|
+
],
|
|
936
948
|
"Array of dependency repository IDs to mirror along with the main repository": [
|
|
937
949
|
""
|
|
938
950
|
],
|
|
@@ -994,9 +1006,6 @@
|
|
|
994
1006
|
"Associated version": [
|
|
995
1007
|
""
|
|
996
1008
|
],
|
|
997
|
-
"Associations": [
|
|
998
|
-
""
|
|
999
|
-
],
|
|
1000
1009
|
"At least one Content View Version must be specified": [
|
|
1001
1010
|
""
|
|
1002
1011
|
],
|
|
@@ -1006,6 +1015,9 @@
|
|
|
1006
1015
|
"At least one activation key must have a lifecycle environment and content view assigned to it": [
|
|
1007
1016
|
""
|
|
1008
1017
|
],
|
|
1018
|
+
"At least one distribution is required for custom Deb ACS.": [
|
|
1019
|
+
""
|
|
1020
|
+
],
|
|
1009
1021
|
"At least one errata type option needs to be selected.": [
|
|
1010
1022
|
""
|
|
1011
1023
|
],
|
|
@@ -1225,9 +1237,15 @@
|
|
|
1225
1237
|
"Cancel repository discovery": [
|
|
1226
1238
|
""
|
|
1227
1239
|
],
|
|
1240
|
+
"Cancel repository synchronization": [
|
|
1241
|
+
""
|
|
1242
|
+
],
|
|
1228
1243
|
"Cancel running smart proxy synchronization": [
|
|
1229
1244
|
""
|
|
1230
1245
|
],
|
|
1246
|
+
"Cancel sync": [
|
|
1247
|
+
""
|
|
1248
|
+
],
|
|
1231
1249
|
"Canceled": [
|
|
1232
1250
|
""
|
|
1233
1251
|
],
|
|
@@ -1381,6 +1399,9 @@
|
|
|
1381
1399
|
"Cannot publish a link repository if multiple component clones are specified": [
|
|
1382
1400
|
""
|
|
1383
1401
|
],
|
|
1402
|
+
"Cannot publish composite content view while its content views are being published. Please wait for component publishes to complete.": [
|
|
1403
|
+
""
|
|
1404
|
+
],
|
|
1384
1405
|
"Cannot publish default content view": [
|
|
1385
1406
|
""
|
|
1386
1407
|
],
|
|
@@ -1390,6 +1411,9 @@
|
|
|
1390
1411
|
"Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}.": [
|
|
1391
1412
|
""
|
|
1392
1413
|
],
|
|
1414
|
+
"Cannot remove '%{view}' from lifecycle environment '%{env}' due to associated host groups: %{names}.": [
|
|
1415
|
+
""
|
|
1416
|
+
],
|
|
1393
1417
|
"Cannot remove content from a non-custom repository": [
|
|
1394
1418
|
""
|
|
1395
1419
|
],
|
|
@@ -1408,12 +1432,6 @@
|
|
|
1408
1432
|
"Cannot skip metadata check on non-yum/deb repositories.": [
|
|
1409
1433
|
""
|
|
1410
1434
|
],
|
|
1411
|
-
"Cannot specify components for non-composite views": [
|
|
1412
|
-
""
|
|
1413
|
-
],
|
|
1414
|
-
"Cannot specify content for composite views": [
|
|
1415
|
-
""
|
|
1416
|
-
],
|
|
1417
1435
|
"Cannot sync file:// repositories with the On Demand Download Policy": [
|
|
1418
1436
|
""
|
|
1419
1437
|
],
|
|
@@ -1435,6 +1453,9 @@
|
|
|
1435
1453
|
"Capacity": [
|
|
1436
1454
|
""
|
|
1437
1455
|
],
|
|
1456
|
+
"Certificate": [
|
|
1457
|
+
""
|
|
1458
|
+
],
|
|
1438
1459
|
"Change Content Source": [
|
|
1439
1460
|
""
|
|
1440
1461
|
],
|
|
@@ -1492,6 +1513,9 @@
|
|
|
1492
1513
|
"Choose content credentials if required for this RHUI source.": [
|
|
1493
1514
|
""
|
|
1494
1515
|
],
|
|
1516
|
+
"Choose file": [
|
|
1517
|
+
""
|
|
1518
|
+
],
|
|
1495
1519
|
"Clean Backend Objects": [
|
|
1496
1520
|
""
|
|
1497
1521
|
],
|
|
@@ -1525,6 +1549,9 @@
|
|
|
1525
1549
|
"Collapse All": [
|
|
1526
1550
|
"সকল সংকুচন করুন"
|
|
1527
1551
|
],
|
|
1552
|
+
"Collapse all": [
|
|
1553
|
+
""
|
|
1554
|
+
],
|
|
1528
1555
|
"Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
|
|
1529
1556
|
""
|
|
1530
1557
|
],
|
|
@@ -1597,9 +1624,6 @@
|
|
|
1597
1624
|
"Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
|
|
1598
1625
|
""
|
|
1599
1626
|
],
|
|
1600
|
-
"Consumed": [
|
|
1601
|
-
""
|
|
1602
|
-
],
|
|
1603
1627
|
"Container Image Manifest": [
|
|
1604
1628
|
""
|
|
1605
1629
|
],
|
|
@@ -1654,6 +1678,9 @@
|
|
|
1654
1678
|
"Content Count": [
|
|
1655
1679
|
""
|
|
1656
1680
|
],
|
|
1681
|
+
"Content Credential Details": [
|
|
1682
|
+
""
|
|
1683
|
+
],
|
|
1657
1684
|
"Content Credential ID": [
|
|
1658
1685
|
""
|
|
1659
1686
|
],
|
|
@@ -1696,6 +1723,9 @@
|
|
|
1696
1723
|
"Content View Details": [
|
|
1697
1724
|
""
|
|
1698
1725
|
],
|
|
1726
|
+
"Content View Environment": [
|
|
1727
|
+
""
|
|
1728
|
+
],
|
|
1699
1729
|
"Content View Environments": [
|
|
1700
1730
|
""
|
|
1701
1731
|
],
|
|
@@ -1744,6 +1774,12 @@
|
|
|
1744
1774
|
"Content credential": [
|
|
1745
1775
|
""
|
|
1746
1776
|
],
|
|
1777
|
+
"Content credential file uploaded successfully.": [
|
|
1778
|
+
""
|
|
1779
|
+
],
|
|
1780
|
+
"Content credential updated successfully.": [
|
|
1781
|
+
""
|
|
1782
|
+
],
|
|
1747
1783
|
"Content credentials": [
|
|
1748
1784
|
""
|
|
1749
1785
|
],
|
|
@@ -1783,6 +1819,9 @@
|
|
|
1783
1819
|
"Content source ID": [
|
|
1784
1820
|
""
|
|
1785
1821
|
],
|
|
1822
|
+
"Content source identifier to filter by available lifecycle environments": [
|
|
1823
|
+
""
|
|
1824
|
+
],
|
|
1786
1825
|
"Content source was not set for host '%{host}'": [
|
|
1787
1826
|
""
|
|
1788
1827
|
],
|
|
@@ -1828,12 +1867,18 @@
|
|
|
1828
1867
|
"Content view and lifecycle environment must be provided together": [
|
|
1829
1868
|
""
|
|
1830
1869
|
],
|
|
1870
|
+
"Content view and lifecycle environment must both be set, or both be empty": [
|
|
1871
|
+
""
|
|
1872
|
+
],
|
|
1831
1873
|
"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.": [
|
|
1832
1874
|
""
|
|
1833
1875
|
],
|
|
1834
1876
|
"Content view environment": [
|
|
1835
1877
|
""
|
|
1836
1878
|
],
|
|
1879
|
+
"Content view environment ID": [
|
|
1880
|
+
""
|
|
1881
|
+
],
|
|
1837
1882
|
"Content view environments": [
|
|
1838
1883
|
""
|
|
1839
1884
|
],
|
|
@@ -1861,6 +1906,9 @@
|
|
|
1861
1906
|
"Content view not provided in the metadata": [
|
|
1862
1907
|
""
|
|
1863
1908
|
],
|
|
1909
|
+
"Content view not synced to capsule": [
|
|
1910
|
+
""
|
|
1911
|
+
],
|
|
1864
1912
|
"Content view numeric identifier": [
|
|
1865
1913
|
""
|
|
1866
1914
|
],
|
|
@@ -2056,6 +2104,9 @@
|
|
|
2056
2104
|
"Couldn't find host collection '%s'": [
|
|
2057
2105
|
""
|
|
2058
2106
|
],
|
|
2107
|
+
"Couldn't find host group content view environment id '%s'": [
|
|
2108
|
+
""
|
|
2109
|
+
],
|
|
2059
2110
|
"Couldn't find host with host id '%s'": [
|
|
2060
2111
|
""
|
|
2061
2112
|
],
|
|
@@ -2269,9 +2320,18 @@
|
|
|
2269
2320
|
"Deb packages": [
|
|
2270
2321
|
""
|
|
2271
2322
|
],
|
|
2323
|
+
"Debian architectures (e.g., amd64, arm64)": [
|
|
2324
|
+
""
|
|
2325
|
+
],
|
|
2326
|
+
"Debian components (e.g., main, contrib)": [
|
|
2327
|
+
""
|
|
2328
|
+
],
|
|
2272
2329
|
"Debian packages": [
|
|
2273
2330
|
""
|
|
2274
2331
|
],
|
|
2332
|
+
"Debian releases/distributions (e.g., trixie, bookworm)": [
|
|
2333
|
+
""
|
|
2334
|
+
],
|
|
2275
2335
|
"Debug Certificate": [
|
|
2276
2336
|
"সার্টিফিকেট ডিবাগ করুন"
|
|
2277
2337
|
],
|
|
@@ -2398,6 +2458,9 @@
|
|
|
2398
2458
|
"Delete Activation Key": [
|
|
2399
2459
|
""
|
|
2400
2460
|
],
|
|
2461
|
+
"Delete Content Credential": [
|
|
2462
|
+
""
|
|
2463
|
+
],
|
|
2401
2464
|
"Delete Flatpak remote?": [
|
|
2402
2465
|
""
|
|
2403
2466
|
],
|
|
@@ -2431,12 +2494,6 @@
|
|
|
2431
2494
|
"Delete activation key?": [
|
|
2432
2495
|
""
|
|
2433
2496
|
],
|
|
2434
|
-
"Delete all subscriptions attached to activation keys.": [
|
|
2435
|
-
""
|
|
2436
|
-
],
|
|
2437
|
-
"Delete all subscriptions that are attached to running hosts.": [
|
|
2438
|
-
""
|
|
2439
|
-
],
|
|
2440
2497
|
"Delete an organization": [
|
|
2441
2498
|
""
|
|
2442
2499
|
],
|
|
@@ -2470,9 +2527,6 @@
|
|
|
2470
2527
|
"Delete orphan repository versions": [
|
|
2471
2528
|
""
|
|
2472
2529
|
],
|
|
2473
|
-
"Delete orphaned migrated repositories": [
|
|
2474
|
-
""
|
|
2475
|
-
],
|
|
2476
2530
|
"Delete remote": [
|
|
2477
2531
|
""
|
|
2478
2532
|
],
|
|
@@ -2617,9 +2671,6 @@
|
|
|
2617
2671
|
"Disable": [
|
|
2618
2672
|
""
|
|
2619
2673
|
],
|
|
2620
|
-
"Disable Red Hat Insights.": [
|
|
2621
|
-
""
|
|
2622
|
-
],
|
|
2623
2674
|
"Disable a repository from the set": [
|
|
2624
2675
|
""
|
|
2625
2676
|
],
|
|
@@ -2629,9 +2680,6 @@
|
|
|
2629
2680
|
"Disabled": [
|
|
2630
2681
|
""
|
|
2631
2682
|
],
|
|
2632
|
-
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2633
|
-
""
|
|
2634
|
-
],
|
|
2635
2683
|
"Discover": [
|
|
2636
2684
|
""
|
|
2637
2685
|
],
|
|
@@ -2641,6 +2689,9 @@
|
|
|
2641
2689
|
"Distribute archived content view versions": [
|
|
2642
2690
|
""
|
|
2643
2691
|
],
|
|
2692
|
+
"Distributions": [
|
|
2693
|
+
""
|
|
2694
|
+
],
|
|
2644
2695
|
"Do not include this array of content views": [
|
|
2645
2696
|
""
|
|
2646
2697
|
],
|
|
@@ -2695,6 +2746,9 @@
|
|
|
2695
2746
|
"Edit RPM rule": [
|
|
2696
2747
|
""
|
|
2697
2748
|
],
|
|
2749
|
+
"Edit URL and Debian fields": [
|
|
2750
|
+
""
|
|
2751
|
+
],
|
|
2698
2752
|
"Edit URL and subpaths": [
|
|
2699
2753
|
""
|
|
2700
2754
|
],
|
|
@@ -2782,9 +2836,6 @@
|
|
|
2782
2836
|
"Enabled Repositories": [
|
|
2783
2837
|
""
|
|
2784
2838
|
],
|
|
2785
|
-
"Enabling Simple Content Access failed for '%{subject}'.": [
|
|
2786
|
-
""
|
|
2787
|
-
],
|
|
2788
2839
|
"Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
|
|
2789
2840
|
""
|
|
2790
2841
|
],
|
|
@@ -2818,6 +2869,9 @@
|
|
|
2818
2869
|
"Enter in the base path and any subpaths that should be searched for alternate content.": [
|
|
2819
2870
|
""
|
|
2820
2871
|
],
|
|
2872
|
+
"Enter in the base url and the Debian fields that should be searched for alternate content. The base path can be a web address or a filesystem location.": [
|
|
2873
|
+
""
|
|
2874
|
+
],
|
|
2821
2875
|
"Entitlements": [
|
|
2822
2876
|
""
|
|
2823
2877
|
],
|
|
@@ -3028,6 +3082,9 @@
|
|
|
3028
3082
|
"Failed to delete %{host}: %{errors}": [
|
|
3029
3083
|
""
|
|
3030
3084
|
],
|
|
3085
|
+
"Failed to delete content credential. Please try again.": [
|
|
3086
|
+
""
|
|
3087
|
+
],
|
|
3031
3088
|
"Failed to delete latest content view version of Content View '%{subject}'.": [
|
|
3032
3089
|
""
|
|
3033
3090
|
],
|
|
@@ -3040,6 +3097,21 @@
|
|
|
3040
3097
|
"Failed to initiate trace resolution job.": [
|
|
3041
3098
|
""
|
|
3042
3099
|
],
|
|
3100
|
+
"Failed to remove content view environment: %{errors}": [
|
|
3101
|
+
""
|
|
3102
|
+
],
|
|
3103
|
+
"Failed to start repository synchronization": [
|
|
3104
|
+
""
|
|
3105
|
+
],
|
|
3106
|
+
"Failed to update content credential.": [
|
|
3107
|
+
""
|
|
3108
|
+
],
|
|
3109
|
+
"Failed to upload content credential file.": [
|
|
3110
|
+
""
|
|
3111
|
+
],
|
|
3112
|
+
"Failed to upload file.": [
|
|
3113
|
+
""
|
|
3114
|
+
],
|
|
3043
3115
|
"Fails if any of the repositories belonging to this organization are unexportable. False by default.": [
|
|
3044
3116
|
""
|
|
3045
3117
|
],
|
|
@@ -3079,6 +3151,9 @@
|
|
|
3079
3151
|
"Files": [
|
|
3080
3152
|
""
|
|
3081
3153
|
],
|
|
3154
|
+
"Filter alternate content sources": [
|
|
3155
|
+
""
|
|
3156
|
+
],
|
|
3082
3157
|
"Filter by Product": [
|
|
3083
3158
|
""
|
|
3084
3159
|
],
|
|
@@ -3109,6 +3184,9 @@
|
|
|
3109
3184
|
"Filter out default content views": [
|
|
3110
3185
|
""
|
|
3111
3186
|
],
|
|
3187
|
+
"Filter products": [
|
|
3188
|
+
""
|
|
3189
|
+
],
|
|
3112
3190
|
"Filter products by host id": [
|
|
3113
3191
|
""
|
|
3114
3192
|
],
|
|
@@ -3124,6 +3202,9 @@
|
|
|
3124
3202
|
"Filter products by sync plan id": [
|
|
3125
3203
|
""
|
|
3126
3204
|
],
|
|
3205
|
+
"Filter repositories": [
|
|
3206
|
+
""
|
|
3207
|
+
],
|
|
3127
3208
|
"Filter repositories by content unit type (erratum, docker_tag, etc.). Check the \\\"Indexed?\\\" types here: /katello/api/repositories/repository_types": [
|
|
3128
3209
|
""
|
|
3129
3210
|
],
|
|
@@ -3151,6 +3232,9 @@
|
|
|
3151
3232
|
"Filter versions that are components in the specified composite version": [
|
|
3152
3233
|
""
|
|
3153
3234
|
],
|
|
3235
|
+
"Filter...": [
|
|
3236
|
+
""
|
|
3237
|
+
],
|
|
3154
3238
|
"Filtered index content": [
|
|
3155
3239
|
""
|
|
3156
3240
|
],
|
|
@@ -3247,12 +3331,21 @@
|
|
|
3247
3331
|
"Forces a republish of the version's repositories' metadata": [
|
|
3248
3332
|
""
|
|
3249
3333
|
],
|
|
3334
|
+
"Format: [epoch:]version[-release]": [
|
|
3335
|
+
""
|
|
3336
|
+
],
|
|
3337
|
+
"Format: [epoch:]version[-release]. If epoch is omitted, defaults to epoch 0.": [
|
|
3338
|
+
""
|
|
3339
|
+
],
|
|
3250
3340
|
"Full description": [
|
|
3251
3341
|
""
|
|
3252
3342
|
],
|
|
3253
3343
|
"Full support": [
|
|
3254
3344
|
""
|
|
3255
3345
|
],
|
|
3346
|
+
"GPG Key": [
|
|
3347
|
+
""
|
|
3348
|
+
],
|
|
3256
3349
|
"GPG Key URL": [
|
|
3257
3350
|
""
|
|
3258
3351
|
],
|
|
@@ -3290,12 +3383,6 @@
|
|
|
3290
3383
|
"Generated content views cannot be directly published. They can updated only via export.": [
|
|
3291
3384
|
""
|
|
3292
3385
|
],
|
|
3293
|
-
"Get all content available, not just that provided by subscriptions": [
|
|
3294
|
-
""
|
|
3295
|
-
],
|
|
3296
|
-
"Get all content available, not just that provided by subscriptions.": [
|
|
3297
|
-
""
|
|
3298
|
-
],
|
|
3299
3386
|
"Get content and overrides for the host": [
|
|
3300
3387
|
""
|
|
3301
3388
|
],
|
|
@@ -3311,6 +3398,9 @@
|
|
|
3311
3398
|
"Get status of synchronisation for given repository": [
|
|
3312
3399
|
""
|
|
3313
3400
|
],
|
|
3401
|
+
"Get sync status for all repositories in an organization": [
|
|
3402
|
+
""
|
|
3403
|
+
],
|
|
3314
3404
|
"Given a set of hosts and errata, lists the content view versions and environments that need updating.": [
|
|
3315
3405
|
""
|
|
3316
3406
|
],
|
|
@@ -3362,6 +3452,9 @@
|
|
|
3362
3452
|
"Hide Reclaim Space Warning": [
|
|
3363
3453
|
""
|
|
3364
3454
|
],
|
|
3455
|
+
"Hide activation keys": [
|
|
3456
|
+
""
|
|
3457
|
+
],
|
|
3365
3458
|
"Hide affected activation keys": [
|
|
3366
3459
|
""
|
|
3367
3460
|
],
|
|
@@ -3371,6 +3464,12 @@
|
|
|
3371
3464
|
"Hide description": [
|
|
3372
3465
|
""
|
|
3373
3466
|
],
|
|
3467
|
+
"Hide host groups": [
|
|
3468
|
+
""
|
|
3469
|
+
],
|
|
3470
|
+
"Hide hosts": [
|
|
3471
|
+
""
|
|
3472
|
+
],
|
|
3374
3473
|
"History": [
|
|
3375
3474
|
""
|
|
3376
3475
|
],
|
|
@@ -3434,7 +3533,7 @@
|
|
|
3434
3533
|
"Host collections updated": [
|
|
3435
3534
|
""
|
|
3436
3535
|
],
|
|
3437
|
-
"Host content source will remain the same. Click Save below to update the host's content view
|
|
3536
|
+
"Host content source will remain the same. Click Save below to update the host's content view environments.": [
|
|
3438
3537
|
""
|
|
3439
3538
|
],
|
|
3440
3539
|
"Host content view environment(s) assigned": [
|
|
@@ -3455,6 +3554,9 @@
|
|
|
3455
3554
|
"Host group IDs": [
|
|
3456
3555
|
""
|
|
3457
3556
|
],
|
|
3557
|
+
"Host groups": [
|
|
3558
|
+
""
|
|
3559
|
+
],
|
|
3458
3560
|
"Host has not been registered with subscription-manager": [
|
|
3459
3561
|
""
|
|
3460
3562
|
],
|
|
@@ -3542,6 +3644,9 @@
|
|
|
3542
3644
|
"ID of an environment to show repositories in": [
|
|
3543
3645
|
""
|
|
3544
3646
|
],
|
|
3647
|
+
"ID of an organization": [
|
|
3648
|
+
""
|
|
3649
|
+
],
|
|
3545
3650
|
"ID of an organization to show repositories in": [
|
|
3546
3651
|
""
|
|
3547
3652
|
],
|
|
@@ -3593,6 +3698,9 @@
|
|
|
3593
3698
|
"Id of a file to find repositories that contain the file": [
|
|
3594
3699
|
""
|
|
3595
3700
|
],
|
|
3701
|
+
"Id of a module stream to find repositories that contain the module stream": [
|
|
3702
|
+
""
|
|
3703
|
+
],
|
|
3596
3704
|
"Id of a rpm package to find repositories that contain the rpm": [
|
|
3597
3705
|
""
|
|
3598
3706
|
],
|
|
@@ -3764,9 +3872,6 @@
|
|
|
3764
3872
|
"Ignore subscription-manager errors for `subscription-manager register` command": [
|
|
3765
3873
|
""
|
|
3766
3874
|
],
|
|
3767
|
-
"Ignore subscriptions that are unavailable to the specified host": [
|
|
3768
|
-
""
|
|
3769
|
-
],
|
|
3770
3875
|
"Ignored hosts": [
|
|
3771
3876
|
""
|
|
3772
3877
|
],
|
|
@@ -3941,6 +4046,9 @@
|
|
|
3941
4046
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3942
4047
|
""
|
|
3943
4048
|
],
|
|
4049
|
+
"Incremental update will not add any new content. The specified content is already present.": [
|
|
4050
|
+
""
|
|
4051
|
+
],
|
|
3944
4052
|
"Index content": [
|
|
3945
4053
|
""
|
|
3946
4054
|
],
|
|
@@ -3959,6 +4067,12 @@
|
|
|
3959
4067
|
"Inherit from Repository": [
|
|
3960
4068
|
""
|
|
3961
4069
|
],
|
|
4070
|
+
"Inherit parent": [
|
|
4071
|
+
""
|
|
4072
|
+
],
|
|
4073
|
+
"Inherit parent (%s)": [
|
|
4074
|
+
""
|
|
4075
|
+
],
|
|
3962
4076
|
"Initialize": [
|
|
3963
4077
|
""
|
|
3964
4078
|
],
|
|
@@ -4320,6 +4434,12 @@
|
|
|
4320
4434
|
"Last sync": [
|
|
4321
4435
|
""
|
|
4322
4436
|
],
|
|
4437
|
+
"Last sync failed": [
|
|
4438
|
+
""
|
|
4439
|
+
],
|
|
4440
|
+
"Last sync finished with warnings": [
|
|
4441
|
+
""
|
|
4442
|
+
],
|
|
4323
4443
|
"Last task": [
|
|
4324
4444
|
""
|
|
4325
4445
|
],
|
|
@@ -4374,6 +4494,9 @@
|
|
|
4374
4494
|
"Lifecycle environment": [
|
|
4375
4495
|
""
|
|
4376
4496
|
],
|
|
4497
|
+
"Lifecycle environment %s has associated host groups. Please change or remove the associated host groups before trying to delete this lifecycle environment.": [
|
|
4498
|
+
""
|
|
4499
|
+
],
|
|
4377
4500
|
"Lifecycle environment '%{environment}' is not attached to this capsule.": [
|
|
4378
4501
|
""
|
|
4379
4502
|
],
|
|
@@ -4437,9 +4560,6 @@
|
|
|
4437
4560
|
"List Content Credentials": [
|
|
4438
4561
|
""
|
|
4439
4562
|
],
|
|
4440
|
-
"List a host's subscriptions": [
|
|
4441
|
-
""
|
|
4442
|
-
],
|
|
4443
4563
|
"List activation keys": [
|
|
4444
4564
|
""
|
|
4445
4565
|
],
|
|
@@ -4455,9 +4575,6 @@
|
|
|
4455
4575
|
"List alternate content sources.": [
|
|
4456
4576
|
""
|
|
4457
4577
|
],
|
|
4458
|
-
"List an activation key's subscriptions": [
|
|
4459
|
-
""
|
|
4460
|
-
],
|
|
4461
4578
|
"List available releases in the organization": [
|
|
4462
4579
|
""
|
|
4463
4580
|
],
|
|
@@ -4626,6 +4743,12 @@
|
|
|
4626
4743
|
"List of repositories in an organization": [
|
|
4627
4744
|
""
|
|
4628
4745
|
],
|
|
4746
|
+
"List of repository IDs to poll": [
|
|
4747
|
+
""
|
|
4748
|
+
],
|
|
4749
|
+
"List of repository IDs to sync": [
|
|
4750
|
+
""
|
|
4751
|
+
],
|
|
4629
4752
|
"List of repository ids": [
|
|
4630
4753
|
""
|
|
4631
4754
|
],
|
|
@@ -4635,9 +4758,6 @@
|
|
|
4635
4758
|
"List of subscription products in a subscription": [
|
|
4636
4759
|
""
|
|
4637
4760
|
],
|
|
4638
|
-
"List of subscription products in an activation key": [
|
|
4639
|
-
""
|
|
4640
|
-
],
|
|
4641
4761
|
"List of versions to exclude and not run an action on": [
|
|
4642
4762
|
""
|
|
4643
4763
|
],
|
|
@@ -4890,9 +5010,6 @@
|
|
|
4890
5010
|
"Module Stream": [
|
|
4891
5011
|
""
|
|
4892
5012
|
],
|
|
4893
|
-
"Module Stream Details": [
|
|
4894
|
-
""
|
|
4895
|
-
],
|
|
4896
5013
|
"Module Streams": [
|
|
4897
5014
|
""
|
|
4898
5015
|
],
|
|
@@ -5022,6 +5139,9 @@
|
|
|
5022
5139
|
"Never Synced": [
|
|
5023
5140
|
""
|
|
5024
5141
|
],
|
|
5142
|
+
"Never synced": [
|
|
5143
|
+
""
|
|
5144
|
+
],
|
|
5025
5145
|
"New Errata": [
|
|
5026
5146
|
""
|
|
5027
5147
|
],
|
|
@@ -5070,15 +5190,18 @@
|
|
|
5070
5190
|
"No URL found for a container registry. Please check the configuration.": [
|
|
5071
5191
|
""
|
|
5072
5192
|
],
|
|
5073
|
-
"No Version of Content View %{component} already exists as a component of the composite Content View %{composite} version %{version}": [
|
|
5074
|
-
""
|
|
5075
|
-
],
|
|
5076
5193
|
"No action is needed because there are no applicable errata for this host.": [
|
|
5077
5194
|
""
|
|
5078
5195
|
],
|
|
5079
5196
|
"No action required": [
|
|
5080
5197
|
""
|
|
5081
5198
|
],
|
|
5199
|
+
"No alternate content sources match your filter criteria.": [
|
|
5200
|
+
""
|
|
5201
|
+
],
|
|
5202
|
+
"No alternate content sources using this credential": [
|
|
5203
|
+
""
|
|
5204
|
+
],
|
|
5082
5205
|
"No applicable errata": [
|
|
5083
5206
|
""
|
|
5084
5207
|
],
|
|
@@ -5133,9 +5256,6 @@
|
|
|
5133
5256
|
"No content views available": [
|
|
5134
5257
|
""
|
|
5135
5258
|
],
|
|
5136
|
-
"No content views available for the selected environment": [
|
|
5137
|
-
""
|
|
5138
|
-
],
|
|
5139
5259
|
"No content views available for the selected lifecycle environment": [
|
|
5140
5260
|
""
|
|
5141
5261
|
],
|
|
@@ -5199,6 +5319,9 @@
|
|
|
5199
5319
|
"No host collections yet": [
|
|
5200
5320
|
""
|
|
5201
5321
|
],
|
|
5322
|
+
"No host groups found.": [
|
|
5323
|
+
""
|
|
5324
|
+
],
|
|
5202
5325
|
"No hosts found": [
|
|
5203
5326
|
""
|
|
5204
5327
|
],
|
|
@@ -5244,6 +5367,9 @@
|
|
|
5244
5367
|
"No matching activation keys found.": [
|
|
5245
5368
|
""
|
|
5246
5369
|
],
|
|
5370
|
+
"No matching alternate content sources": [
|
|
5371
|
+
""
|
|
5372
|
+
],
|
|
5247
5373
|
"No matching alternate content sources found": [
|
|
5248
5374
|
""
|
|
5249
5375
|
],
|
|
@@ -5274,6 +5400,12 @@
|
|
|
5274
5400
|
"No matching packages found": [
|
|
5275
5401
|
""
|
|
5276
5402
|
],
|
|
5403
|
+
"No matching products": [
|
|
5404
|
+
""
|
|
5405
|
+
],
|
|
5406
|
+
"No matching repositories": [
|
|
5407
|
+
""
|
|
5408
|
+
],
|
|
5277
5409
|
"No matching repositories found": [
|
|
5278
5410
|
""
|
|
5279
5411
|
],
|
|
@@ -5328,6 +5460,12 @@
|
|
|
5328
5460
|
"No products are enabled.": [
|
|
5329
5461
|
""
|
|
5330
5462
|
],
|
|
5463
|
+
"No products match your filter criteria.": [
|
|
5464
|
+
""
|
|
5465
|
+
],
|
|
5466
|
+
"No products using this credential": [
|
|
5467
|
+
""
|
|
5468
|
+
],
|
|
5331
5469
|
"No profiles to show": [
|
|
5332
5470
|
""
|
|
5333
5471
|
],
|
|
@@ -5358,10 +5496,13 @@
|
|
|
5358
5496
|
"No repositories enabled.": [
|
|
5359
5497
|
""
|
|
5360
5498
|
],
|
|
5499
|
+
"No repositories match your filter criteria.": [
|
|
5500
|
+
""
|
|
5501
|
+
],
|
|
5361
5502
|
"No repositories selected.": [
|
|
5362
5503
|
""
|
|
5363
5504
|
],
|
|
5364
|
-
"No repositories
|
|
5505
|
+
"No repositories using this credential": [
|
|
5365
5506
|
""
|
|
5366
5507
|
],
|
|
5367
5508
|
"No repository sets match your search criteria.": [
|
|
@@ -5397,6 +5538,9 @@
|
|
|
5397
5538
|
"No uploads param specified. An array of uploads to import is required.": [
|
|
5398
5539
|
""
|
|
5399
5540
|
],
|
|
5541
|
+
"No valid organization found for the selected hosts": [
|
|
5542
|
+
""
|
|
5543
|
+
],
|
|
5400
5544
|
"No versions yet": [
|
|
5401
5545
|
""
|
|
5402
5546
|
],
|
|
@@ -5436,9 +5580,6 @@
|
|
|
5436
5580
|
"Note: Deleting a subscription manifest is STRONGLY discouraged.": [
|
|
5437
5581
|
""
|
|
5438
5582
|
],
|
|
5439
|
-
"Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:": [
|
|
5440
|
-
""
|
|
5441
|
-
],
|
|
5442
5583
|
"Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available.": [
|
|
5443
5584
|
""
|
|
5444
5585
|
],
|
|
@@ -5481,9 +5622,6 @@
|
|
|
5481
5622
|
"OSTree refs": [
|
|
5482
5623
|
""
|
|
5483
5624
|
],
|
|
5484
|
-
"Object to show subscriptions available for, either 'host' or 'activation_key'": [
|
|
5485
|
-
""
|
|
5486
|
-
],
|
|
5487
5625
|
"On Demand": [
|
|
5488
5626
|
""
|
|
5489
5627
|
],
|
|
@@ -5910,6 +6048,9 @@
|
|
|
5910
6048
|
"Policy to set for mirroring content. Must be one of %s.": [
|
|
5911
6049
|
""
|
|
5912
6050
|
],
|
|
6051
|
+
"Poll sync status for specified repositories": [
|
|
6052
|
+
""
|
|
6053
|
+
],
|
|
5913
6054
|
"Prefer registered through Smart Proxy for remote execution": [
|
|
5914
6055
|
""
|
|
5915
6056
|
],
|
|
@@ -6003,6 +6144,9 @@
|
|
|
6003
6144
|
"Product with ID %s not found in Candlepin. Skipping content import for it.": [
|
|
6004
6145
|
""
|
|
6005
6146
|
],
|
|
6147
|
+
"Product | Repository": [
|
|
6148
|
+
""
|
|
6149
|
+
],
|
|
6006
6150
|
"Product: '%{product}', Repository: '%{repository}'": [
|
|
6007
6151
|
""
|
|
6008
6152
|
],
|
|
@@ -6012,12 +6156,18 @@
|
|
|
6012
6156
|
"Products": [
|
|
6013
6157
|
"উৎপাদন"
|
|
6014
6158
|
],
|
|
6159
|
+
"Products table": [
|
|
6160
|
+
""
|
|
6161
|
+
],
|
|
6015
6162
|
"Products updated.": [
|
|
6016
6163
|
""
|
|
6017
6164
|
],
|
|
6018
6165
|
"Profiles": [
|
|
6019
6166
|
""
|
|
6020
6167
|
],
|
|
6168
|
+
"Progress / Result": [
|
|
6169
|
+
""
|
|
6170
|
+
],
|
|
6021
6171
|
"Promote": [
|
|
6022
6172
|
""
|
|
6023
6173
|
],
|
|
@@ -6240,6 +6390,12 @@
|
|
|
6240
6390
|
"Reassign affected host": [
|
|
6241
6391
|
""
|
|
6242
6392
|
],
|
|
6393
|
+
"Reassign affected host group": [
|
|
6394
|
+
""
|
|
6395
|
+
],
|
|
6396
|
+
"Reassign affected host groups": [
|
|
6397
|
+
""
|
|
6398
|
+
],
|
|
6243
6399
|
"Reassign affected hosts": [
|
|
6244
6400
|
""
|
|
6245
6401
|
],
|
|
@@ -6435,6 +6591,9 @@
|
|
|
6435
6591
|
"Release version of the content host": [
|
|
6436
6592
|
""
|
|
6437
6593
|
],
|
|
6594
|
+
"Releases/Distributions": [
|
|
6595
|
+
""
|
|
6596
|
+
],
|
|
6438
6597
|
"Releasever to disable": [
|
|
6439
6598
|
""
|
|
6440
6599
|
],
|
|
@@ -6594,6 +6753,9 @@
|
|
|
6594
6753
|
"Repositories gpg reset": [
|
|
6595
6754
|
""
|
|
6596
6755
|
],
|
|
6756
|
+
"Repositories table": [
|
|
6757
|
+
""
|
|
6758
|
+
],
|
|
6597
6759
|
"Repository": [
|
|
6598
6760
|
"সংগ্রহস্থল"
|
|
6599
6761
|
],
|
|
@@ -6645,6 +6807,9 @@
|
|
|
6645
6807
|
"Repository not found": [
|
|
6646
6808
|
""
|
|
6647
6809
|
],
|
|
6810
|
+
"Repository not found or not syncable": [
|
|
6811
|
+
""
|
|
6812
|
+
],
|
|
6648
6813
|
"Repository path": [
|
|
6649
6814
|
""
|
|
6650
6815
|
],
|
|
@@ -6684,6 +6849,9 @@
|
|
|
6684
6849
|
"Repository sync failure": [
|
|
6685
6850
|
""
|
|
6686
6851
|
],
|
|
6852
|
+
"Repository synchronization started": [
|
|
6853
|
+
""
|
|
6854
|
+
],
|
|
6687
6855
|
"Repository type": [
|
|
6688
6856
|
""
|
|
6689
6857
|
],
|
|
@@ -6699,9 +6867,6 @@
|
|
|
6699
6867
|
"Requested access to '%s' is denied": [
|
|
6700
6868
|
""
|
|
6701
6869
|
],
|
|
6702
|
-
"Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
|
|
6703
|
-
""
|
|
6704
|
-
],
|
|
6705
6870
|
"Requirements is not valid yaml.": [
|
|
6706
6871
|
""
|
|
6707
6872
|
],
|
|
@@ -6738,9 +6903,6 @@
|
|
|
6738
6903
|
"Resolve traces via Katello interface": [
|
|
6739
6904
|
""
|
|
6740
6905
|
],
|
|
6741
|
-
"Resource": [
|
|
6742
|
-
""
|
|
6743
|
-
],
|
|
6744
6906
|
"Restart Services via Katello interface": [
|
|
6745
6907
|
""
|
|
6746
6908
|
],
|
|
@@ -6846,12 +7008,6 @@
|
|
|
6846
7008
|
"Return same, different or all results": [
|
|
6847
7009
|
""
|
|
6848
7010
|
],
|
|
6849
|
-
"Return subscriptions that match installed products of the specified host": [
|
|
6850
|
-
""
|
|
6851
|
-
],
|
|
6852
|
-
"Return subscriptions which do not overlap with a currently-attached subscription": [
|
|
6853
|
-
""
|
|
6854
|
-
],
|
|
6855
7011
|
"Return the content of a Content Credential, used directly by yum": [
|
|
6856
7012
|
""
|
|
6857
7013
|
],
|
|
@@ -6942,12 +7098,21 @@
|
|
|
6942
7098
|
"SRPM details": [
|
|
6943
7099
|
""
|
|
6944
7100
|
],
|
|
7101
|
+
"SSL CA Certificate": [
|
|
7102
|
+
""
|
|
7103
|
+
],
|
|
6945
7104
|
"SSL CA Content Credential": [
|
|
6946
7105
|
""
|
|
6947
7106
|
],
|
|
6948
7107
|
"SSL CA certificate": [
|
|
6949
7108
|
""
|
|
6950
7109
|
],
|
|
7110
|
+
"SSL Client Certificate": [
|
|
7111
|
+
""
|
|
7112
|
+
],
|
|
7113
|
+
"SSL Client Key": [
|
|
7114
|
+
""
|
|
7115
|
+
],
|
|
6951
7116
|
"SSL client certificate": [
|
|
6952
7117
|
""
|
|
6953
7118
|
],
|
|
@@ -7083,12 +7248,21 @@
|
|
|
7083
7248
|
"Select a content view": [
|
|
7084
7249
|
""
|
|
7085
7250
|
],
|
|
7251
|
+
"Select a content view environment": [
|
|
7252
|
+
""
|
|
7253
|
+
],
|
|
7086
7254
|
"Select a lifecycle environment": [
|
|
7087
7255
|
""
|
|
7088
7256
|
],
|
|
7257
|
+
"Select a lifecycle environment and a content view to move these host groups.": [
|
|
7258
|
+
""
|
|
7259
|
+
],
|
|
7089
7260
|
"Select a lifecycle environment and a content view to move these hosts.": [
|
|
7090
7261
|
""
|
|
7091
7262
|
],
|
|
7263
|
+
"Select a lifecycle environment and a content view to move this host group.": [
|
|
7264
|
+
""
|
|
7265
|
+
],
|
|
7092
7266
|
"Select a lifecycle environment and a content view to move this host.": [
|
|
7093
7267
|
""
|
|
7094
7268
|
],
|
|
@@ -7170,6 +7344,9 @@
|
|
|
7170
7344
|
"Select lifecycle environment": [
|
|
7171
7345
|
""
|
|
7172
7346
|
],
|
|
7347
|
+
"Select node": [
|
|
7348
|
+
""
|
|
7349
|
+
],
|
|
7173
7350
|
"Select none": [
|
|
7174
7351
|
""
|
|
7175
7352
|
],
|
|
@@ -7197,6 +7374,9 @@
|
|
|
7197
7374
|
"Select products to associate to this source.": [
|
|
7198
7375
|
""
|
|
7199
7376
|
],
|
|
7377
|
+
"Select repository": [
|
|
7378
|
+
""
|
|
7379
|
+
],
|
|
7200
7380
|
"Select repository sets": [
|
|
7201
7381
|
""
|
|
7202
7382
|
],
|
|
@@ -7329,6 +7509,9 @@
|
|
|
7329
7509
|
"Show a sync plan": [
|
|
7330
7510
|
""
|
|
7331
7511
|
],
|
|
7512
|
+
"Show activation keys": [
|
|
7513
|
+
""
|
|
7514
|
+
],
|
|
7332
7515
|
"Show affected activation keys": [
|
|
7333
7516
|
""
|
|
7334
7517
|
],
|
|
@@ -7362,6 +7545,12 @@
|
|
|
7362
7545
|
"Show full description": [
|
|
7363
7546
|
""
|
|
7364
7547
|
],
|
|
7548
|
+
"Show host groups": [
|
|
7549
|
+
""
|
|
7550
|
+
],
|
|
7551
|
+
"Show hosts": [
|
|
7552
|
+
""
|
|
7553
|
+
],
|
|
7365
7554
|
"Show hosts associated to an activation key": [
|
|
7366
7555
|
""
|
|
7367
7556
|
],
|
|
@@ -7380,6 +7569,9 @@
|
|
|
7380
7569
|
"Show repositories enabled on the host that are known to Katello": [
|
|
7381
7570
|
""
|
|
7382
7571
|
],
|
|
7572
|
+
"Show syncing only": [
|
|
7573
|
+
""
|
|
7574
|
+
],
|
|
7383
7575
|
"Show the available repository types": [
|
|
7384
7576
|
""
|
|
7385
7577
|
],
|
|
@@ -7392,15 +7584,6 @@
|
|
|
7392
7584
|
"Shows version information": [
|
|
7393
7585
|
""
|
|
7394
7586
|
],
|
|
7395
|
-
"Simple Content Access has been disabled for '%{subject}'.": [
|
|
7396
|
-
""
|
|
7397
|
-
],
|
|
7398
|
-
"Simple Content Access has been enabled for '%{subject}'.": [
|
|
7399
|
-
""
|
|
7400
|
-
],
|
|
7401
|
-
"Simple Content Access is the only supported content access mode": [
|
|
7402
|
-
""
|
|
7403
|
-
],
|
|
7404
7587
|
"Simplified": [
|
|
7405
7588
|
""
|
|
7406
7589
|
],
|
|
@@ -7462,13 +7645,13 @@
|
|
|
7462
7645
|
"Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
|
|
7463
7646
|
""
|
|
7464
7647
|
],
|
|
7465
|
-
"Some
|
|
7648
|
+
"Some hosts are not registered and will be ignored.": [
|
|
7466
7649
|
""
|
|
7467
7650
|
],
|
|
7468
|
-
"Some
|
|
7651
|
+
"Some lifecycle environments are disabled because they are not associated with the host's content source.": [
|
|
7469
7652
|
""
|
|
7470
7653
|
],
|
|
7471
|
-
"Some lifecycle environments are disabled because they are not associated with the
|
|
7654
|
+
"Some lifecycle environments are disabled because they are not associated with the selected content source.": [
|
|
7472
7655
|
""
|
|
7473
7656
|
],
|
|
7474
7657
|
"Some of your inputs contain errors. Please update them and save your changes again.": [
|
|
@@ -7675,6 +7858,9 @@
|
|
|
7675
7858
|
"Start date": [
|
|
7676
7859
|
""
|
|
7677
7860
|
],
|
|
7861
|
+
"Started at": [
|
|
7862
|
+
""
|
|
7863
|
+
],
|
|
7678
7864
|
"Starts": [
|
|
7679
7865
|
""
|
|
7680
7866
|
],
|
|
@@ -7741,9 +7927,6 @@
|
|
|
7741
7927
|
"Subscription expiration notification": [
|
|
7742
7928
|
""
|
|
7743
7929
|
],
|
|
7744
|
-
"Subscription id is nil.": [
|
|
7745
|
-
""
|
|
7746
|
-
],
|
|
7747
7930
|
"Subscription identifier": [
|
|
7748
7931
|
""
|
|
7749
7932
|
],
|
|
@@ -7795,6 +7978,9 @@
|
|
|
7795
7978
|
"Successfully removed %s Host(s).": [
|
|
7796
7979
|
""
|
|
7797
7980
|
],
|
|
7981
|
+
"Successfully synced": [
|
|
7982
|
+
""
|
|
7983
|
+
],
|
|
7798
7984
|
"Successfully synced capsule.": [
|
|
7799
7985
|
""
|
|
7800
7986
|
],
|
|
@@ -7870,6 +8056,9 @@
|
|
|
7870
8056
|
"Sync all repositories for a product": [
|
|
7871
8057
|
""
|
|
7872
8058
|
],
|
|
8059
|
+
"Sync canceled": [
|
|
8060
|
+
""
|
|
8061
|
+
],
|
|
7873
8062
|
"Sync capsule": [
|
|
7874
8063
|
""
|
|
7875
8064
|
],
|
|
@@ -7879,6 +8068,12 @@
|
|
|
7879
8068
|
"Sync errata": [
|
|
7880
8069
|
""
|
|
7881
8070
|
],
|
|
8071
|
+
"Sync in progress": [
|
|
8072
|
+
""
|
|
8073
|
+
],
|
|
8074
|
+
"Sync incomplete": [
|
|
8075
|
+
""
|
|
8076
|
+
],
|
|
7882
8077
|
"Sync one or more products": [
|
|
7883
8078
|
""
|
|
7884
8079
|
],
|
|
@@ -7909,6 +8104,9 @@
|
|
|
7909
8104
|
"Synchronize Now": [
|
|
7910
8105
|
"অবলিম্বে সুসংগত করা হবে"
|
|
7911
8106
|
],
|
|
8107
|
+
"Synchronize repositories": [
|
|
8108
|
+
""
|
|
8109
|
+
],
|
|
7912
8110
|
"Synchronize repository": [
|
|
7913
8111
|
""
|
|
7914
8112
|
],
|
|
@@ -7924,9 +8122,15 @@
|
|
|
7924
8122
|
"Synchronize: Validate Content": [
|
|
7925
8123
|
""
|
|
7926
8124
|
],
|
|
8125
|
+
"Syncing": [
|
|
8126
|
+
""
|
|
8127
|
+
],
|
|
7927
8128
|
"Syncing Complete.": [
|
|
7928
8129
|
""
|
|
7929
8130
|
],
|
|
8131
|
+
"Syncing complete": [
|
|
8132
|
+
""
|
|
8133
|
+
],
|
|
7930
8134
|
"Synopsis": [
|
|
7931
8135
|
""
|
|
7932
8136
|
],
|
|
@@ -8062,15 +8266,9 @@
|
|
|
8062
8266
|
"The id of the content source": [
|
|
8063
8267
|
""
|
|
8064
8268
|
],
|
|
8065
|
-
"The id of the content view": [
|
|
8066
|
-
""
|
|
8067
|
-
],
|
|
8068
8269
|
"The id of the host to alter": [
|
|
8069
8270
|
""
|
|
8070
8271
|
],
|
|
8071
|
-
"The id of the lifecycle environment": [
|
|
8072
|
-
""
|
|
8073
|
-
],
|
|
8074
8272
|
"The ids of the hosts to alter. Hosts not managed by Katello are ignored": [
|
|
8075
8273
|
""
|
|
8076
8274
|
],
|
|
@@ -8197,6 +8395,9 @@
|
|
|
8197
8395
|
"There are {numberOfActivationKeys} activation keys that need to be reassigned.": [
|
|
8198
8396
|
""
|
|
8199
8397
|
],
|
|
8398
|
+
"There are {numberOfHostgroups} host groups that need to be reassigned.": [
|
|
8399
|
+
""
|
|
8400
|
+
],
|
|
8200
8401
|
"There are {numberOfHosts} hosts that need to be reassigned.": [
|
|
8201
8402
|
""
|
|
8202
8403
|
],
|
|
@@ -8218,6 +8419,9 @@
|
|
|
8218
8419
|
"There is {numberOfActivationKeys} activation key that needs to be reassigned.": [
|
|
8219
8420
|
""
|
|
8220
8421
|
],
|
|
8422
|
+
"There is {numberOfHostgroups} host group that needs to be reassigned.": [
|
|
8423
|
+
""
|
|
8424
|
+
],
|
|
8221
8425
|
"There is {numberOfHosts} host that needs to be reassigned.": [
|
|
8222
8426
|
""
|
|
8223
8427
|
],
|
|
@@ -8251,9 +8455,6 @@
|
|
|
8251
8455
|
"This action should only be taken for debugging purposes.": [
|
|
8252
8456
|
""
|
|
8253
8457
|
],
|
|
8254
|
-
"This action should only be taken in extreme circumstances or for debugging purposes.": [
|
|
8255
|
-
""
|
|
8256
|
-
],
|
|
8257
8458
|
"This activation key is associated to one or more Hosts/Hostgroups. Search and unassociate Hosts/Hostgroups using params.kt_activation_keys ~ \\\"%{name}\\\" before deleting.": [
|
|
8258
8459
|
""
|
|
8259
8460
|
],
|
|
@@ -8263,6 +8464,15 @@
|
|
|
8263
8464
|
"This certificate allows a user to view the repositories in any environment from a browser.": [
|
|
8264
8465
|
""
|
|
8265
8466
|
],
|
|
8467
|
+
"This content credential is not currently being used by any alternate content sources.": [
|
|
8468
|
+
""
|
|
8469
|
+
],
|
|
8470
|
+
"This content credential is not currently being used by any products.": [
|
|
8471
|
+
""
|
|
8472
|
+
],
|
|
8473
|
+
"This content credential is not currently being used by any repositories.": [
|
|
8474
|
+
""
|
|
8475
|
+
],
|
|
8266
8476
|
"This content view does not have any versions associated.": [
|
|
8267
8477
|
""
|
|
8268
8478
|
],
|
|
@@ -8278,9 +8488,6 @@
|
|
|
8278
8488
|
"This content view will be deleted. Changes will be effective after clicking Delete.": [
|
|
8279
8489
|
""
|
|
8280
8490
|
],
|
|
8281
|
-
"This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
|
|
8282
|
-
""
|
|
8283
|
-
],
|
|
8284
8491
|
"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.": [
|
|
8285
8492
|
""
|
|
8286
8493
|
],
|
|
@@ -8383,9 +8590,6 @@
|
|
|
8383
8590
|
"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.": [
|
|
8384
8591
|
""
|
|
8385
8592
|
],
|
|
8386
|
-
"To enable them, add the environment to the content source, or select a different content source.": [
|
|
8387
|
-
""
|
|
8388
|
-
],
|
|
8389
8593
|
"To enable them, add the lifecycle environment to the host's content source, or ": [
|
|
8390
8594
|
""
|
|
8391
8595
|
],
|
|
@@ -8503,6 +8707,9 @@
|
|
|
8503
8707
|
"URL": [
|
|
8504
8708
|
""
|
|
8505
8709
|
],
|
|
8710
|
+
"URL and Debian fields": [
|
|
8711
|
+
""
|
|
8712
|
+
],
|
|
8506
8713
|
"URL and paths": [
|
|
8507
8714
|
""
|
|
8508
8715
|
],
|
|
@@ -8587,6 +8794,12 @@
|
|
|
8587
8794
|
"Unable to reassign content hosts. Please provide system_content_view_id and system_environment_id.": [
|
|
8588
8795
|
""
|
|
8589
8796
|
],
|
|
8797
|
+
"Unable to reassign host groups. Please check hostgroup_content_view_environment_id.": [
|
|
8798
|
+
""
|
|
8799
|
+
],
|
|
8800
|
+
"Unable to reassign host groups. Please provide hostgroup_content_view_environment_id.": [
|
|
8801
|
+
""
|
|
8802
|
+
],
|
|
8590
8803
|
"Unable to reassign systems. Please check system_content_view_id and system_environment_id.": [
|
|
8591
8804
|
""
|
|
8592
8805
|
],
|
|
@@ -8891,6 +9104,9 @@
|
|
|
8891
9104
|
"Upload into": [
|
|
8892
9105
|
""
|
|
8893
9106
|
],
|
|
9107
|
+
"Upload new file": [
|
|
9108
|
+
""
|
|
9109
|
+
],
|
|
8894
9110
|
"Upload package / repos profile": [
|
|
8895
9111
|
""
|
|
8896
9112
|
],
|
|
@@ -8942,9 +9158,6 @@
|
|
|
8942
9158
|
"Upstream username and upstream password cannot be blank for ULN repositories": [
|
|
8943
9159
|
""
|
|
8944
9160
|
],
|
|
8945
|
-
"Upstream username requires upstream password be set.": [
|
|
8946
|
-
""
|
|
8947
|
-
],
|
|
8948
9161
|
"Usage": [
|
|
8949
9162
|
""
|
|
8950
9163
|
],
|
|
@@ -8966,6 +9179,9 @@
|
|
|
8966
9179
|
"Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host": [
|
|
8967
9180
|
""
|
|
8968
9181
|
],
|
|
9182
|
+
"Used as": [
|
|
9183
|
+
""
|
|
9184
|
+
],
|
|
8969
9185
|
"Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10": [
|
|
8970
9186
|
""
|
|
8971
9187
|
],
|
|
@@ -9152,9 +9368,6 @@
|
|
|
9152
9368
|
"Virtual host": [
|
|
9153
9369
|
""
|
|
9154
9370
|
],
|
|
9155
|
-
"WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
|
|
9156
|
-
""
|
|
9157
|
-
],
|
|
9158
9371
|
"Waiting to start.": [
|
|
9159
9372
|
""
|
|
9160
9373
|
],
|
|
@@ -9203,6 +9416,9 @@
|
|
|
9203
9416
|
"Whether to include available content attribute in results": [
|
|
9204
9417
|
""
|
|
9205
9418
|
],
|
|
9419
|
+
"Without epoch, matches all epochs. Release must be exact if specified (e.g. 1.el9).": [
|
|
9420
|
+
""
|
|
9421
|
+
],
|
|
9206
9422
|
"Workers": [
|
|
9207
9423
|
""
|
|
9208
9424
|
],
|
|
@@ -9512,9 +9728,15 @@
|
|
|
9512
9728
|
"content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
|
|
9513
9729
|
""
|
|
9514
9730
|
],
|
|
9731
|
+
"content type value": [
|
|
9732
|
+
""
|
|
9733
|
+
],
|
|
9515
9734
|
"content view component ID. Identifier of the component association": [
|
|
9516
9735
|
""
|
|
9517
9736
|
],
|
|
9737
|
+
"content view environment to reassign orphaned host groups to": [
|
|
9738
|
+
""
|
|
9739
|
+
],
|
|
9518
9740
|
"content view filter identifier": [
|
|
9519
9741
|
""
|
|
9520
9742
|
],
|
|
@@ -9599,6 +9821,9 @@
|
|
|
9599
9821
|
"download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
|
|
9600
9822
|
""
|
|
9601
9823
|
],
|
|
9824
|
+
"edit the content source": [
|
|
9825
|
+
""
|
|
9826
|
+
],
|
|
9602
9827
|
"enables or disables synchronization": [
|
|
9603
9828
|
""
|
|
9604
9829
|
],
|
|
@@ -9704,13 +9929,16 @@
|
|
|
9704
9929
|
"host collection name to filter by": [
|
|
9705
9930
|
""
|
|
9706
9931
|
],
|
|
9707
|
-
"
|
|
9932
|
+
"host group": [
|
|
9708
9933
|
""
|
|
9709
9934
|
],
|
|
9710
|
-
"
|
|
9935
|
+
"host groups": [
|
|
9711
9936
|
""
|
|
9712
9937
|
],
|
|
9713
|
-
"
|
|
9938
|
+
"hosts": [
|
|
9939
|
+
""
|
|
9940
|
+
],
|
|
9941
|
+
"how often synchronization should run": [
|
|
9714
9942
|
""
|
|
9715
9943
|
],
|
|
9716
9944
|
"id of host": [
|
|
@@ -10137,6 +10365,9 @@
|
|
|
10137
10365
|
"view content view tabs.": [
|
|
10138
10366
|
""
|
|
10139
10367
|
],
|
|
10368
|
+
"view tasks button": [
|
|
10369
|
+
""
|
|
10370
|
+
],
|
|
10140
10371
|
"waiting for %s to finish the task": [
|
|
10141
10372
|
""
|
|
10142
10373
|
],
|
|
@@ -10173,6 +10404,12 @@
|
|
|
10173
10404
|
"{numberOfActivationKeys} activation keys will be assigned to content view {cvName} in": [
|
|
10174
10405
|
""
|
|
10175
10406
|
],
|
|
10407
|
+
"{numberOfHostgroups} host group will be assigned to content view {cvName} in": [
|
|
10408
|
+
""
|
|
10409
|
+
],
|
|
10410
|
+
"{numberOfHostgroups} host groups will be assigned to content view {cvName} in": [
|
|
10411
|
+
""
|
|
10412
|
+
],
|
|
10176
10413
|
"{numberOfHosts} host will be assigned to content view {cvName} in": [
|
|
10177
10414
|
""
|
|
10178
10415
|
],
|