katello 4.18.0 → 4.19.0.rc1
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.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
- data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
- data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/publish.rb +7 -7
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -12
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +16 -7
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +30 -13
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +16 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +52 -349
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +52 -349
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +52 -349
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +54 -350
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +54 -351
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +56 -353
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +52 -349
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +52 -349
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +55 -352
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +54 -350
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +53 -350
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +52 -349
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +56 -353
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +52 -349
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +139 -435
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +52 -349
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +52 -349
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +52 -349
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +52 -349
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +52 -349
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +53 -350
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +143 -439
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +56 -353
- data/locale/katello.pot +695 -1152
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +52 -349
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +136 -432
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +52 -349
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +52 -349
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +52 -349
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +52 -349
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +52 -349
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +52 -349
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +52 -349
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +52 -349
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +56 -353
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +52 -349
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +52 -349
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +54 -351
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +52 -349
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +52 -349
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +52 -349
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +52 -349
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +52 -349
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +52 -349
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +52 -349
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +52 -349
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +52 -349
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +136 -432
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +54 -351
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +83 -55
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- data/locale/action_names.rb +0 -186
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
|
@@ -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.19.0.pre.master",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
9
|
"Last-Translator": "Mikael Fridh <frimik@gmail.com>, 2022",
|
|
@@ -447,9 +447,6 @@
|
|
|
447
447
|
"A remote execution job is in progress.": [
|
|
448
448
|
""
|
|
449
449
|
],
|
|
450
|
-
"A service level for auto-healing process, e.g. SELF-SUPPORT": [
|
|
451
|
-
""
|
|
452
|
-
],
|
|
453
450
|
"A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
|
|
454
451
|
""
|
|
455
452
|
],
|
|
@@ -465,9 +462,6 @@
|
|
|
465
462
|
"About page": [
|
|
466
463
|
""
|
|
467
464
|
],
|
|
468
|
-
"Abstract async task": [
|
|
469
|
-
""
|
|
470
|
-
],
|
|
471
465
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
472
466
|
""
|
|
473
467
|
],
|
|
@@ -555,10 +549,13 @@
|
|
|
555
549
|
"Add RPM rule": [
|
|
556
550
|
""
|
|
557
551
|
],
|
|
558
|
-
"Add
|
|
552
|
+
"Add Red Hat Flatpak remote": [
|
|
559
553
|
""
|
|
560
554
|
],
|
|
561
|
-
"Add
|
|
555
|
+
"Add Red Hat flatpak remote": [
|
|
556
|
+
""
|
|
557
|
+
],
|
|
558
|
+
"Add Subscriptions": [
|
|
562
559
|
""
|
|
563
560
|
],
|
|
564
561
|
"Add an alternate content source": [
|
|
@@ -612,9 +609,6 @@
|
|
|
612
609
|
"Add repositories with package groups to content view to select them here.": [
|
|
613
610
|
""
|
|
614
611
|
],
|
|
615
|
-
"Add rolling repo clone": [
|
|
616
|
-
""
|
|
617
|
-
],
|
|
618
612
|
"Add rule": [
|
|
619
613
|
""
|
|
620
614
|
],
|
|
@@ -627,9 +621,6 @@
|
|
|
627
621
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
|
628
622
|
""
|
|
629
623
|
],
|
|
630
|
-
"Add subscriptions to one or more hosts": [
|
|
631
|
-
""
|
|
632
|
-
],
|
|
633
624
|
"Add subscriptions using the Add Subscriptions button.": [
|
|
634
625
|
""
|
|
635
626
|
],
|
|
@@ -897,12 +888,6 @@
|
|
|
897
888
|
"Array of pools to add": [
|
|
898
889
|
""
|
|
899
890
|
],
|
|
900
|
-
"Array of subscriptions to add": [
|
|
901
|
-
""
|
|
902
|
-
],
|
|
903
|
-
"Array of subscriptions to remove": [
|
|
904
|
-
""
|
|
905
|
-
],
|
|
906
891
|
"Array of uploads to import": [
|
|
907
892
|
""
|
|
908
893
|
],
|
|
@@ -958,15 +943,6 @@
|
|
|
958
943
|
"At least one organization must exist.": [
|
|
959
944
|
""
|
|
960
945
|
],
|
|
961
|
-
"Attach a subscription": [
|
|
962
|
-
""
|
|
963
|
-
],
|
|
964
|
-
"Attach subscriptions": [
|
|
965
|
-
""
|
|
966
|
-
],
|
|
967
|
-
"Attach subscriptions to %s": [
|
|
968
|
-
""
|
|
969
|
-
],
|
|
970
946
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
|
971
947
|
""
|
|
972
948
|
],
|
|
@@ -982,9 +958,6 @@
|
|
|
982
958
|
"Auto Publish - Triggered by '%s'": [
|
|
983
959
|
""
|
|
984
960
|
],
|
|
985
|
-
"Auto attach subscriptions": [
|
|
986
|
-
""
|
|
987
|
-
],
|
|
988
961
|
"Auto publish": [
|
|
989
962
|
""
|
|
990
963
|
],
|
|
@@ -1081,6 +1054,9 @@
|
|
|
1081
1054
|
"Bootc upgrade via Bootc interface": [
|
|
1082
1055
|
""
|
|
1083
1056
|
],
|
|
1057
|
+
"Booted": [
|
|
1058
|
+
""
|
|
1059
|
+
],
|
|
1084
1060
|
"Booted Container Images": [
|
|
1085
1061
|
""
|
|
1086
1062
|
],
|
|
@@ -1477,9 +1453,6 @@
|
|
|
1477
1453
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1478
1454
|
""
|
|
1479
1455
|
],
|
|
1480
|
-
"Commit upload": [
|
|
1481
|
-
""
|
|
1482
|
-
],
|
|
1483
1456
|
"Compare": [
|
|
1484
1457
|
""
|
|
1485
1458
|
],
|
|
@@ -1552,6 +1525,9 @@
|
|
|
1552
1525
|
"Container image tags": [
|
|
1553
1526
|
""
|
|
1554
1527
|
],
|
|
1528
|
+
"Container images": [
|
|
1529
|
+
""
|
|
1530
|
+
],
|
|
1555
1531
|
"Container manifest lists": [
|
|
1556
1532
|
""
|
|
1557
1533
|
],
|
|
@@ -1831,27 +1807,15 @@
|
|
|
1831
1807
|
"Copy": [
|
|
1832
1808
|
""
|
|
1833
1809
|
],
|
|
1834
|
-
"Copy all units": [
|
|
1835
|
-
""
|
|
1836
|
-
],
|
|
1837
1810
|
"Copy an activation key": [
|
|
1838
1811
|
""
|
|
1839
1812
|
],
|
|
1840
|
-
"Copy content": [
|
|
1841
|
-
""
|
|
1842
|
-
],
|
|
1843
1813
|
"Copy content view": [
|
|
1844
1814
|
""
|
|
1845
1815
|
],
|
|
1846
1816
|
"Copy to clipboard": [
|
|
1847
1817
|
""
|
|
1848
1818
|
],
|
|
1849
|
-
"Copy version": [
|
|
1850
|
-
""
|
|
1851
|
-
],
|
|
1852
|
-
"Copy version units to library": [
|
|
1853
|
-
""
|
|
1854
|
-
],
|
|
1855
1819
|
"Cores per socket": [
|
|
1856
1820
|
""
|
|
1857
1821
|
],
|
|
@@ -2065,39 +2029,18 @@
|
|
|
2065
2029
|
"Create content view": [
|
|
2066
2030
|
""
|
|
2067
2031
|
],
|
|
2068
|
-
"Create exporter": [
|
|
2069
|
-
""
|
|
2070
|
-
],
|
|
2071
2032
|
"Create filter": [
|
|
2072
2033
|
""
|
|
2073
2034
|
],
|
|
2074
2035
|
"Create host collection": [
|
|
2075
2036
|
""
|
|
2076
2037
|
],
|
|
2077
|
-
"Create import": [
|
|
2078
|
-
""
|
|
2079
|
-
],
|
|
2080
|
-
"Create importer": [
|
|
2081
|
-
""
|
|
2082
|
-
],
|
|
2083
2038
|
"Create new activation key": [
|
|
2084
2039
|
""
|
|
2085
2040
|
],
|
|
2086
2041
|
"Create organization": [
|
|
2087
2042
|
""
|
|
2088
2043
|
],
|
|
2089
|
-
"Create package filter rule": [
|
|
2090
|
-
""
|
|
2091
|
-
],
|
|
2092
|
-
"Create publication": [
|
|
2093
|
-
""
|
|
2094
|
-
],
|
|
2095
|
-
"Create remote": [
|
|
2096
|
-
""
|
|
2097
|
-
],
|
|
2098
|
-
"Create rule": [
|
|
2099
|
-
""
|
|
2100
|
-
],
|
|
2101
2044
|
"Credentials": [
|
|
2102
2045
|
""
|
|
2103
2046
|
],
|
|
@@ -2359,36 +2302,12 @@
|
|
|
2359
2302
|
"Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
|
|
2360
2303
|
""
|
|
2361
2304
|
],
|
|
2362
|
-
"Delete distributions": [
|
|
2363
|
-
""
|
|
2364
|
-
],
|
|
2365
2305
|
"Delete manifest from Red Hat provider": [
|
|
2366
2306
|
""
|
|
2367
2307
|
],
|
|
2368
2308
|
"Delete multiple filters from a content view": [
|
|
2369
2309
|
""
|
|
2370
2310
|
],
|
|
2371
|
-
"Delete orphan alternate content sources": [
|
|
2372
|
-
""
|
|
2373
|
-
],
|
|
2374
|
-
"Delete orphan distributions": [
|
|
2375
|
-
""
|
|
2376
|
-
],
|
|
2377
|
-
"Delete orphan remotes": [
|
|
2378
|
-
""
|
|
2379
|
-
],
|
|
2380
|
-
"Delete orphan repository versions": [
|
|
2381
|
-
""
|
|
2382
|
-
],
|
|
2383
|
-
"Delete orphaned migrated repositories": [
|
|
2384
|
-
""
|
|
2385
|
-
],
|
|
2386
|
-
"Delete remote": [
|
|
2387
|
-
""
|
|
2388
|
-
],
|
|
2389
|
-
"Delete repository references": [
|
|
2390
|
-
""
|
|
2391
|
-
],
|
|
2392
2311
|
"Delete version": [
|
|
2393
2312
|
""
|
|
2394
2313
|
],
|
|
@@ -2488,12 +2407,6 @@
|
|
|
2488
2407
|
"Destroy an environment in an organization": [
|
|
2489
2408
|
""
|
|
2490
2409
|
],
|
|
2491
|
-
"Destroy exporter": [
|
|
2492
|
-
""
|
|
2493
|
-
],
|
|
2494
|
-
"Destroy importer": [
|
|
2495
|
-
""
|
|
2496
|
-
],
|
|
2497
2410
|
"Destroy one or more alternate content sources": [
|
|
2498
2411
|
""
|
|
2499
2412
|
],
|
|
@@ -2527,9 +2440,6 @@
|
|
|
2527
2440
|
"Disable Red Hat Insights.": [
|
|
2528
2441
|
""
|
|
2529
2442
|
],
|
|
2530
|
-
"Disable Simple Content Access": [
|
|
2531
|
-
""
|
|
2532
|
-
],
|
|
2533
2443
|
"Disable a repository from the set": [
|
|
2534
2444
|
""
|
|
2535
2445
|
],
|
|
@@ -2542,9 +2452,6 @@
|
|
|
2542
2452
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2543
2453
|
""
|
|
2544
2454
|
],
|
|
2545
|
-
"Discover": [
|
|
2546
|
-
""
|
|
2547
|
-
],
|
|
2548
2455
|
"Discover Repositories": [
|
|
2549
2456
|
""
|
|
2550
2457
|
],
|
|
@@ -2596,6 +2503,9 @@
|
|
|
2596
2503
|
"Edit": [
|
|
2597
2504
|
"Redigera"
|
|
2598
2505
|
],
|
|
2506
|
+
"Edit DEB rule": [
|
|
2507
|
+
""
|
|
2508
|
+
],
|
|
2599
2509
|
"Edit Flatpak Remote": [
|
|
2600
2510
|
""
|
|
2601
2511
|
],
|
|
@@ -2623,9 +2533,6 @@
|
|
|
2623
2533
|
"Edit filter rule": [
|
|
2624
2534
|
""
|
|
2625
2535
|
],
|
|
2626
|
-
"Edit package filter rule": [
|
|
2627
|
-
""
|
|
2628
|
-
],
|
|
2629
2536
|
"Edit products": [
|
|
2630
2537
|
""
|
|
2631
2538
|
],
|
|
@@ -2668,9 +2575,6 @@
|
|
|
2668
2575
|
"Enable Red Hat repositories": [
|
|
2669
2576
|
""
|
|
2670
2577
|
],
|
|
2671
|
-
"Enable Simple Content Access": [
|
|
2672
|
-
""
|
|
2673
|
-
],
|
|
2674
2578
|
"Enable Tracer": [
|
|
2675
2579
|
""
|
|
2676
2580
|
],
|
|
@@ -2746,9 +2650,6 @@
|
|
|
2746
2650
|
"Environment cannot be in its own promotion path": [
|
|
2747
2651
|
""
|
|
2748
2652
|
],
|
|
2749
|
-
"Environment contents refresh": [
|
|
2750
|
-
""
|
|
2751
|
-
],
|
|
2752
2653
|
"Environment identifier": [
|
|
2753
2654
|
""
|
|
2754
2655
|
],
|
|
@@ -2788,9 +2689,6 @@
|
|
|
2788
2689
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2789
2690
|
""
|
|
2790
2691
|
],
|
|
2791
|
-
"Errata mail": [
|
|
2792
|
-
""
|
|
2793
|
-
],
|
|
2794
2692
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2795
2693
|
""
|
|
2796
2694
|
],
|
|
@@ -2956,9 +2854,6 @@
|
|
|
2956
2854
|
"Fetch installable errata for one or more hosts.": [
|
|
2957
2855
|
""
|
|
2958
2856
|
],
|
|
2959
|
-
"Fetch pxe files": [
|
|
2960
|
-
""
|
|
2961
|
-
],
|
|
2962
2857
|
"Fetch traces for one or more hosts": [
|
|
2963
2858
|
""
|
|
2964
2859
|
],
|
|
@@ -3052,9 +2947,6 @@
|
|
|
3052
2947
|
"Filter versions that are components in the specified composite version": [
|
|
3053
2948
|
""
|
|
3054
2949
|
],
|
|
3055
|
-
"Filtered index content": [
|
|
3056
|
-
""
|
|
3057
|
-
],
|
|
3058
2950
|
"Filters": [
|
|
3059
2951
|
"Filter"
|
|
3060
2952
|
],
|
|
@@ -3166,10 +3058,10 @@
|
|
|
3166
3058
|
"Generate host applicability": [
|
|
3167
3059
|
""
|
|
3168
3060
|
],
|
|
3169
|
-
"Generate
|
|
3061
|
+
"Generate repository applicability": [
|
|
3170
3062
|
""
|
|
3171
3063
|
],
|
|
3172
|
-
"Generate
|
|
3064
|
+
"Generate username and password": [
|
|
3173
3065
|
""
|
|
3174
3066
|
],
|
|
3175
3067
|
"Generated": [
|
|
@@ -3406,12 +3298,6 @@
|
|
|
3406
3298
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3407
3299
|
""
|
|
3408
3300
|
],
|
|
3409
|
-
"Hypervisors": [
|
|
3410
|
-
""
|
|
3411
|
-
],
|
|
3412
|
-
"Hypervisors update": [
|
|
3413
|
-
""
|
|
3414
|
-
],
|
|
3415
3301
|
"ID": [
|
|
3416
3302
|
""
|
|
3417
3303
|
],
|
|
@@ -3601,9 +3487,6 @@
|
|
|
3601
3487
|
"If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'.": [
|
|
3602
3488
|
""
|
|
3603
3489
|
],
|
|
3604
|
-
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
|
3605
|
-
""
|
|
3606
|
-
],
|
|
3607
3490
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3608
3491
|
""
|
|
3609
3492
|
],
|
|
@@ -3733,9 +3616,6 @@
|
|
|
3733
3616
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3734
3617
|
""
|
|
3735
3618
|
],
|
|
3736
|
-
"Import migration": [
|
|
3737
|
-
""
|
|
3738
|
-
],
|
|
3739
3619
|
"Import new manifest": [
|
|
3740
3620
|
""
|
|
3741
3621
|
],
|
|
@@ -3745,12 +3625,6 @@
|
|
|
3745
3625
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3746
3626
|
""
|
|
3747
3627
|
],
|
|
3748
|
-
"Import repository upload": [
|
|
3749
|
-
""
|
|
3750
|
-
],
|
|
3751
|
-
"Import upload": [
|
|
3752
|
-
""
|
|
3753
|
-
],
|
|
3754
3628
|
"Import uploads into a repository": [
|
|
3755
3629
|
""
|
|
3756
3630
|
],
|
|
@@ -3817,9 +3691,6 @@
|
|
|
3817
3691
|
"Incremental Update incomplete.": [
|
|
3818
3692
|
""
|
|
3819
3693
|
],
|
|
3820
|
-
"Incremental Update of Content View Version(s) ": [
|
|
3821
|
-
""
|
|
3822
|
-
],
|
|
3823
3694
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3824
3695
|
""
|
|
3825
3696
|
],
|
|
@@ -3832,27 +3703,12 @@
|
|
|
3832
3703
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3833
3704
|
""
|
|
3834
3705
|
],
|
|
3835
|
-
"Index content": [
|
|
3836
|
-
""
|
|
3837
|
-
],
|
|
3838
|
-
"Index errata": [
|
|
3839
|
-
""
|
|
3840
|
-
],
|
|
3841
|
-
"Index module streams": [
|
|
3842
|
-
""
|
|
3843
|
-
],
|
|
3844
|
-
"Index package groups": [
|
|
3845
|
-
""
|
|
3846
|
-
],
|
|
3847
3706
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3848
3707
|
""
|
|
3849
3708
|
],
|
|
3850
3709
|
"Inherit from Repository": [
|
|
3851
3710
|
""
|
|
3852
3711
|
],
|
|
3853
|
-
"Initialize": [
|
|
3854
|
-
""
|
|
3855
|
-
],
|
|
3856
3712
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3857
3713
|
""
|
|
3858
3714
|
],
|
|
@@ -3928,9 +3784,6 @@
|
|
|
3928
3784
|
"Installing Package...": [
|
|
3929
3785
|
""
|
|
3930
3786
|
],
|
|
3931
|
-
"Instance update": [
|
|
3932
|
-
""
|
|
3933
|
-
],
|
|
3934
3787
|
"Instance-based": [
|
|
3935
3788
|
""
|
|
3936
3789
|
],
|
|
@@ -4057,6 +3910,9 @@
|
|
|
4057
3910
|
"It's not possible to promote a rolling content view.": [
|
|
4058
3911
|
""
|
|
4059
3912
|
],
|
|
3913
|
+
"It's not possible to provide environment_ids for anything other than a rolling content view.": [
|
|
3914
|
+
""
|
|
3915
|
+
],
|
|
4060
3916
|
"It's not possible to publish a rolling content view.": [
|
|
4061
3917
|
""
|
|
4062
3918
|
],
|
|
@@ -4456,6 +4312,9 @@
|
|
|
4456
4312
|
"List of hypervisor guest uuids": [
|
|
4457
4313
|
""
|
|
4458
4314
|
],
|
|
4315
|
+
"List of lifecycle environments for rolling content views": [
|
|
4316
|
+
""
|
|
4317
|
+
],
|
|
4459
4318
|
"List of package group names (Deprecated)": [
|
|
4460
4319
|
""
|
|
4461
4320
|
],
|
|
@@ -4684,9 +4543,6 @@
|
|
|
4684
4543
|
"Messaging connection": [
|
|
4685
4544
|
""
|
|
4686
4545
|
],
|
|
4687
|
-
"Metadata generate": [
|
|
4688
|
-
""
|
|
4689
|
-
],
|
|
4690
4546
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
|
|
4691
4547
|
""
|
|
4692
4548
|
],
|
|
@@ -4750,15 +4606,6 @@
|
|
|
4750
4606
|
"Multi Content View Environment": [
|
|
4751
4607
|
""
|
|
4752
4608
|
],
|
|
4753
|
-
"Multi copy all units": [
|
|
4754
|
-
""
|
|
4755
|
-
],
|
|
4756
|
-
"Multi copy content": [
|
|
4757
|
-
""
|
|
4758
|
-
],
|
|
4759
|
-
"Multi copy units": [
|
|
4760
|
-
""
|
|
4761
|
-
],
|
|
4762
4609
|
"Multi-entitlement": [
|
|
4763
4610
|
""
|
|
4764
4611
|
],
|
|
@@ -5368,9 +5215,6 @@
|
|
|
5368
5215
|
"Organization ID": [
|
|
5369
5216
|
""
|
|
5370
5217
|
],
|
|
5371
|
-
"Organization ID is required": [
|
|
5372
|
-
""
|
|
5373
|
-
],
|
|
5374
5218
|
"Organization ID or title": [
|
|
5375
5219
|
""
|
|
5376
5220
|
],
|
|
@@ -5854,6 +5698,9 @@
|
|
|
5854
5698
|
"Promotion to Environment": [
|
|
5855
5699
|
""
|
|
5856
5700
|
],
|
|
5701
|
+
"Provide credentials if the registry requires authentication": [
|
|
5702
|
+
""
|
|
5703
|
+
],
|
|
5857
5704
|
"Provide the required information and click {update} below to save changes.": [
|
|
5858
5705
|
""
|
|
5859
5706
|
],
|
|
@@ -5953,9 +5800,6 @@
|
|
|
5953
5800
|
"Pulp task error": [
|
|
5954
5801
|
""
|
|
5955
5802
|
],
|
|
5956
|
-
"Purge completed tasks": [
|
|
5957
|
-
""
|
|
5958
|
-
],
|
|
5959
5803
|
"Python Package": [
|
|
5960
5804
|
""
|
|
5961
5805
|
],
|
|
@@ -5983,15 +5827,6 @@
|
|
|
5983
5827
|
"Quantity of entitlements to bind": [
|
|
5984
5828
|
""
|
|
5985
5829
|
],
|
|
5986
|
-
"Quantity of specified subscription to remove": [
|
|
5987
|
-
""
|
|
5988
|
-
],
|
|
5989
|
-
"Quantity of this subscription to add": [
|
|
5990
|
-
""
|
|
5991
|
-
],
|
|
5992
|
-
"Quantity of this subscriptions to add": [
|
|
5993
|
-
""
|
|
5994
|
-
],
|
|
5995
5830
|
"Quantity to Allocate": [
|
|
5996
5831
|
""
|
|
5997
5832
|
],
|
|
@@ -6064,9 +5899,6 @@
|
|
|
6064
5899
|
"Reclaim Space": [
|
|
6065
5900
|
""
|
|
6066
5901
|
],
|
|
6067
|
-
"Reclaim space": [
|
|
6068
|
-
""
|
|
6069
|
-
],
|
|
6070
5902
|
"Reclaim space from On Demand repositories": [
|
|
6071
5903
|
""
|
|
6072
5904
|
],
|
|
@@ -6133,9 +5965,6 @@
|
|
|
6133
5965
|
"Refresh all alternate content sources": [
|
|
6134
5966
|
""
|
|
6135
5967
|
],
|
|
6136
|
-
"Refresh all distributions": [
|
|
6137
|
-
""
|
|
6138
|
-
],
|
|
6139
5968
|
"Refresh alternate content sources": [
|
|
6140
5969
|
""
|
|
6141
5970
|
],
|
|
@@ -6148,27 +5977,15 @@
|
|
|
6148
5977
|
"Refresh counts": [
|
|
6149
5978
|
""
|
|
6150
5979
|
],
|
|
6151
|
-
"Refresh distribution": [
|
|
6152
|
-
""
|
|
6153
|
-
],
|
|
6154
5980
|
"Refresh errata applicability": [
|
|
6155
5981
|
""
|
|
6156
5982
|
],
|
|
6157
|
-
"Refresh if needed": [
|
|
6158
|
-
""
|
|
6159
|
-
],
|
|
6160
5983
|
"Refresh package applicability": [
|
|
6161
5984
|
""
|
|
6162
5985
|
],
|
|
6163
5986
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
6164
5987
|
""
|
|
6165
5988
|
],
|
|
6166
|
-
"Refresh remote": [
|
|
6167
|
-
""
|
|
6168
|
-
],
|
|
6169
|
-
"Refresh repos": [
|
|
6170
|
-
""
|
|
6171
|
-
],
|
|
6172
5989
|
"Refresh source": [
|
|
6173
5990
|
""
|
|
6174
5991
|
],
|
|
@@ -6178,9 +5995,6 @@
|
|
|
6178
5995
|
"Register a host with subscription and information": [
|
|
6179
5996
|
""
|
|
6180
5997
|
],
|
|
6181
|
-
"Register host '%s' before attaching subscriptions": [
|
|
6182
|
-
""
|
|
6183
|
-
],
|
|
6184
5998
|
"Registered": [
|
|
6185
5999
|
""
|
|
6186
6000
|
],
|
|
@@ -6214,9 +6028,6 @@
|
|
|
6214
6028
|
"Registry token expiration time": [
|
|
6215
6029
|
""
|
|
6216
6030
|
],
|
|
6217
|
-
"Reindex subscriptions": [
|
|
6218
|
-
""
|
|
6219
|
-
],
|
|
6220
6031
|
"Related composite content views": [
|
|
6221
6032
|
""
|
|
6222
6033
|
],
|
|
@@ -6313,9 +6124,6 @@
|
|
|
6313
6124
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6314
6125
|
""
|
|
6315
6126
|
],
|
|
6316
|
-
"Remove orphans": [
|
|
6317
|
-
""
|
|
6318
|
-
],
|
|
6319
6127
|
"Remove package group via Katello interface": [
|
|
6320
6128
|
""
|
|
6321
6129
|
],
|
|
@@ -6331,27 +6139,6 @@
|
|
|
6331
6139
|
"Remove products from sync plan": [
|
|
6332
6140
|
""
|
|
6333
6141
|
],
|
|
6334
|
-
"Remove rolling repo clone": [
|
|
6335
|
-
""
|
|
6336
|
-
],
|
|
6337
|
-
"Remove subscriptions": [
|
|
6338
|
-
""
|
|
6339
|
-
],
|
|
6340
|
-
"Remove subscriptions from %s": [
|
|
6341
|
-
""
|
|
6342
|
-
],
|
|
6343
|
-
"Remove subscriptions from a host": [
|
|
6344
|
-
""
|
|
6345
|
-
],
|
|
6346
|
-
"Remove subscriptions from one or more hosts": [
|
|
6347
|
-
""
|
|
6348
|
-
],
|
|
6349
|
-
"Remove units": [
|
|
6350
|
-
""
|
|
6351
|
-
],
|
|
6352
|
-
"Remove unneeded repos": [
|
|
6353
|
-
""
|
|
6354
|
-
],
|
|
6355
6142
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
6356
6143
|
""
|
|
6357
6144
|
],
|
|
@@ -6376,9 +6163,6 @@
|
|
|
6376
6163
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6377
6164
|
""
|
|
6378
6165
|
],
|
|
6379
|
-
"Repair": [
|
|
6380
|
-
""
|
|
6381
|
-
],
|
|
6382
6166
|
"Replace content source on the target machine": [
|
|
6383
6167
|
""
|
|
6384
6168
|
],
|
|
@@ -6397,18 +6181,12 @@
|
|
|
6397
6181
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6398
6182
|
""
|
|
6399
6183
|
],
|
|
6400
|
-
"Repositories certs reset": [
|
|
6401
|
-
""
|
|
6402
|
-
],
|
|
6403
6184
|
"Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
|
|
6404
6185
|
""
|
|
6405
6186
|
],
|
|
6406
6187
|
"Repositories from published Content Views are not allowed.": [
|
|
6407
6188
|
""
|
|
6408
6189
|
],
|
|
6409
|
-
"Repositories gpg reset": [
|
|
6410
|
-
""
|
|
6411
|
-
],
|
|
6412
6190
|
"Repository": [
|
|
6413
6191
|
""
|
|
6414
6192
|
],
|
|
@@ -6580,6 +6358,9 @@
|
|
|
6580
6358
|
"Return Red Hat (non-custom) products only": [
|
|
6581
6359
|
""
|
|
6582
6360
|
],
|
|
6361
|
+
"Return a list of installed debs distinct by name": [
|
|
6362
|
+
""
|
|
6363
|
+
],
|
|
6583
6364
|
"Return a list of installed packages distinct by name": [
|
|
6584
6365
|
""
|
|
6585
6366
|
],
|
|
@@ -6760,19 +6541,7 @@
|
|
|
6760
6541
|
"Save": [
|
|
6761
6542
|
"Spara"
|
|
6762
6543
|
],
|
|
6763
|
-
"Save
|
|
6764
|
-
""
|
|
6765
|
-
],
|
|
6766
|
-
"Save distribution references": [
|
|
6767
|
-
""
|
|
6768
|
-
],
|
|
6769
|
-
"Save publication": [
|
|
6770
|
-
""
|
|
6771
|
-
],
|
|
6772
|
-
"Save version": [
|
|
6773
|
-
""
|
|
6774
|
-
],
|
|
6775
|
-
"Save versions": [
|
|
6544
|
+
"Save Environments": [
|
|
6776
6545
|
""
|
|
6777
6546
|
],
|
|
6778
6547
|
"Saving alternate content source...": [
|
|
@@ -6784,12 +6553,6 @@
|
|
|
6784
6553
|
"Scan a flatpak remote": [
|
|
6785
6554
|
""
|
|
6786
6555
|
],
|
|
6787
|
-
"Scan cdn": [
|
|
6788
|
-
""
|
|
6789
|
-
],
|
|
6790
|
-
"Scan remote": [
|
|
6791
|
-
""
|
|
6792
|
-
],
|
|
6793
6556
|
"Schema version 1": [
|
|
6794
6557
|
""
|
|
6795
6558
|
],
|
|
@@ -7027,10 +6790,13 @@
|
|
|
7027
6790
|
"Service Level (SLA)": [
|
|
7028
6791
|
""
|
|
7029
6792
|
],
|
|
6793
|
+
"Service level": [
|
|
6794
|
+
""
|
|
6795
|
+
],
|
|
7030
6796
|
"Service level of host": [
|
|
7031
6797
|
""
|
|
7032
6798
|
],
|
|
7033
|
-
"Service level
|
|
6799
|
+
"Service level, e.g. SELF-SUPPORT": [
|
|
7034
6800
|
""
|
|
7035
6801
|
],
|
|
7036
6802
|
"Set content overrides": [
|
|
@@ -7057,9 +6823,6 @@
|
|
|
7057
6823
|
"Sets the system purpose usage": [
|
|
7058
6824
|
""
|
|
7059
6825
|
],
|
|
7060
|
-
"Sets whether the Host will autoheal subscriptions upon checkin": [
|
|
7061
|
-
""
|
|
7062
|
-
],
|
|
7063
6826
|
"Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
|
|
7064
6827
|
""
|
|
7065
6828
|
],
|
|
@@ -7210,6 +6973,9 @@
|
|
|
7210
6973
|
"Smart proxy name": [
|
|
7211
6974
|
""
|
|
7212
6975
|
],
|
|
6976
|
+
"Smart proxy verify content checksum has started in the background": [
|
|
6977
|
+
""
|
|
6978
|
+
],
|
|
7213
6979
|
"Sockets": [
|
|
7214
6980
|
""
|
|
7215
6981
|
],
|
|
@@ -7324,7 +7090,7 @@
|
|
|
7324
7090
|
"Something went wrong while refreshing alternate content sources: ": [
|
|
7325
7091
|
""
|
|
7326
7092
|
],
|
|
7327
|
-
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7093
|
+
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
|
|
7328
7094
|
""
|
|
7329
7095
|
],
|
|
7330
7096
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
|
@@ -7393,6 +7159,9 @@
|
|
|
7393
7159
|
"Something went wrong while updating the content source. See the logs for more information": [
|
|
7394
7160
|
""
|
|
7395
7161
|
],
|
|
7162
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
|
|
7163
|
+
""
|
|
7164
|
+
],
|
|
7396
7165
|
"Something went wrong! Please check server logs!": [
|
|
7397
7166
|
""
|
|
7398
7167
|
],
|
|
@@ -7480,9 +7249,6 @@
|
|
|
7480
7249
|
"Subscription Details": [
|
|
7481
7250
|
""
|
|
7482
7251
|
],
|
|
7483
|
-
"Subscription ID": [
|
|
7484
|
-
""
|
|
7485
|
-
],
|
|
7486
7252
|
"Subscription Info": [
|
|
7487
7253
|
""
|
|
7488
7254
|
],
|
|
@@ -7498,12 +7264,6 @@
|
|
|
7498
7264
|
"Subscription Name": [
|
|
7499
7265
|
""
|
|
7500
7266
|
],
|
|
7501
|
-
"Subscription Pool id": [
|
|
7502
|
-
""
|
|
7503
|
-
],
|
|
7504
|
-
"Subscription Pool uuid": [
|
|
7505
|
-
""
|
|
7506
|
-
],
|
|
7507
7267
|
"Subscription UUID": [
|
|
7508
7268
|
""
|
|
7509
7269
|
],
|
|
@@ -7591,9 +7351,6 @@
|
|
|
7591
7351
|
"Supported Content Types": [
|
|
7592
7352
|
""
|
|
7593
7353
|
],
|
|
7594
|
-
"Sync": [
|
|
7595
|
-
""
|
|
7596
|
-
],
|
|
7597
7354
|
"Sync Canceled": [
|
|
7598
7355
|
""
|
|
7599
7356
|
],
|
|
@@ -7648,9 +7405,6 @@
|
|
|
7648
7405
|
"Sync all repositories for a product": [
|
|
7649
7406
|
""
|
|
7650
7407
|
],
|
|
7651
|
-
"Sync capsule": [
|
|
7652
|
-
""
|
|
7653
|
-
],
|
|
7654
7408
|
"Sync complete.": [
|
|
7655
7409
|
""
|
|
7656
7410
|
],
|
|
@@ -7669,9 +7423,6 @@
|
|
|
7669
7423
|
"Sync state": [
|
|
7670
7424
|
""
|
|
7671
7425
|
],
|
|
7672
|
-
"Syncable export": [
|
|
7673
|
-
""
|
|
7674
|
-
],
|
|
7675
7426
|
"Synced": [
|
|
7676
7427
|
""
|
|
7677
7428
|
],
|
|
@@ -7681,6 +7432,9 @@
|
|
|
7681
7432
|
"Synced Content": [
|
|
7682
7433
|
""
|
|
7683
7434
|
],
|
|
7435
|
+
"Synced container images content": [
|
|
7436
|
+
""
|
|
7437
|
+
],
|
|
7684
7438
|
"Synchronize": [
|
|
7685
7439
|
""
|
|
7686
7440
|
],
|
|
@@ -7930,9 +7684,6 @@
|
|
|
7930
7684
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
|
7931
7685
|
""
|
|
7932
7686
|
],
|
|
7933
|
-
"The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
|
|
7934
|
-
""
|
|
7935
|
-
],
|
|
7936
7687
|
"The subscription cannot be found upstream": [
|
|
7937
7688
|
""
|
|
7938
7689
|
],
|
|
@@ -8074,12 +7825,6 @@
|
|
|
8074
7825
|
"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.": [
|
|
8075
7826
|
""
|
|
8076
7827
|
],
|
|
8077
|
-
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
|
8078
|
-
""
|
|
8079
|
-
],
|
|
8080
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
|
|
8081
|
-
""
|
|
8082
|
-
],
|
|
8083
7828
|
"This is disabled because a manifest task is in progress": [
|
|
8084
7829
|
""
|
|
8085
7830
|
],
|
|
@@ -8158,6 +7903,9 @@
|
|
|
8158
7903
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
|
8159
7904
|
""
|
|
8160
7905
|
],
|
|
7906
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
|
|
7907
|
+
""
|
|
7908
|
+
],
|
|
8161
7909
|
"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.": [
|
|
8162
7910
|
""
|
|
8163
7911
|
],
|
|
@@ -8188,9 +7936,6 @@
|
|
|
8188
7936
|
"To manage packages, select an action.": [
|
|
8189
7937
|
""
|
|
8190
7938
|
],
|
|
8191
|
-
"Toggle": [
|
|
8192
|
-
""
|
|
8193
|
-
],
|
|
8194
7939
|
"Token/password for the flatpak remote": [
|
|
8195
7940
|
""
|
|
8196
7941
|
],
|
|
@@ -8236,12 +7981,6 @@
|
|
|
8236
7981
|
"Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
|
|
8237
7982
|
""
|
|
8238
7983
|
],
|
|
8239
|
-
"Trigger an auto-attach of subscriptions": [
|
|
8240
|
-
""
|
|
8241
|
-
],
|
|
8242
|
-
"Trigger an auto-attach of subscriptions on one or more hosts": [
|
|
8243
|
-
""
|
|
8244
|
-
],
|
|
8245
7984
|
"Try changing your search criteria.": [
|
|
8246
7985
|
""
|
|
8247
7986
|
],
|
|
@@ -8395,9 +8134,6 @@
|
|
|
8395
8134
|
"Unapplied Errata": [
|
|
8396
8135
|
""
|
|
8397
8136
|
],
|
|
8398
|
-
"Unattach a subscription": [
|
|
8399
|
-
""
|
|
8400
|
-
],
|
|
8401
8137
|
"Unfiltered params array: %s.": [
|
|
8402
8138
|
""
|
|
8403
8139
|
],
|
|
@@ -8509,27 +8245,15 @@
|
|
|
8509
8245
|
"Update content counts for the smart proxy": [
|
|
8510
8246
|
""
|
|
8511
8247
|
],
|
|
8512
|
-
"Update content urls": [
|
|
8513
|
-
""
|
|
8514
|
-
],
|
|
8515
8248
|
"Update content view environments for host": [
|
|
8516
8249
|
""
|
|
8517
8250
|
],
|
|
8518
8251
|
"Update content view environments for host %s": [
|
|
8519
8252
|
""
|
|
8520
8253
|
],
|
|
8521
|
-
"Update distributions": [
|
|
8522
|
-
""
|
|
8523
|
-
],
|
|
8524
8254
|
"Update hosts manually": [
|
|
8525
8255
|
""
|
|
8526
8256
|
],
|
|
8527
|
-
"Update http proxy": [
|
|
8528
|
-
""
|
|
8529
|
-
],
|
|
8530
|
-
"Update http proxy details": [
|
|
8531
|
-
""
|
|
8532
|
-
],
|
|
8533
8257
|
"Update installed packages, enabled repos, module inventory": [
|
|
8534
8258
|
""
|
|
8535
8259
|
],
|
|
@@ -8545,21 +8269,12 @@
|
|
|
8545
8269
|
"Update packages via Katello interface": [
|
|
8546
8270
|
""
|
|
8547
8271
|
],
|
|
8548
|
-
"Update redhat repository": [
|
|
8549
|
-
""
|
|
8550
|
-
],
|
|
8551
8272
|
"Update release version for host": [
|
|
8552
8273
|
""
|
|
8553
8274
|
],
|
|
8554
8275
|
"Update release version for host %s": [
|
|
8555
8276
|
""
|
|
8556
8277
|
],
|
|
8557
|
-
"Update remote": [
|
|
8558
|
-
""
|
|
8559
|
-
],
|
|
8560
|
-
"Update repository": [
|
|
8561
|
-
""
|
|
8562
|
-
],
|
|
8563
8278
|
"Update services requiring restart": [
|
|
8564
8279
|
""
|
|
8565
8280
|
],
|
|
@@ -8650,12 +8365,6 @@
|
|
|
8650
8365
|
"Upload a subscription manifest": [
|
|
8651
8366
|
""
|
|
8652
8367
|
],
|
|
8653
|
-
"Upload content": [
|
|
8654
|
-
""
|
|
8655
|
-
],
|
|
8656
|
-
"Upload file": [
|
|
8657
|
-
""
|
|
8658
|
-
],
|
|
8659
8368
|
"Upload into": [
|
|
8660
8369
|
""
|
|
8661
8370
|
],
|
|
@@ -8665,9 +8374,6 @@
|
|
|
8665
8374
|
"Upload request id": [
|
|
8666
8375
|
""
|
|
8667
8376
|
],
|
|
8668
|
-
"Upload tag": [
|
|
8669
|
-
""
|
|
8670
|
-
],
|
|
8671
8377
|
"Upstream Candlepin": [
|
|
8672
8378
|
""
|
|
8673
8379
|
],
|
|
@@ -8782,10 +8488,10 @@
|
|
|
8782
8488
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
|
8783
8489
|
""
|
|
8784
8490
|
],
|
|
8785
|
-
"Verify
|
|
8491
|
+
"Verify Content Checksum": [
|
|
8786
8492
|
""
|
|
8787
8493
|
],
|
|
8788
|
-
"Verify
|
|
8494
|
+
"Verify SSL": [
|
|
8789
8495
|
""
|
|
8790
8496
|
],
|
|
8791
8497
|
"Verify checksum for content on smart proxy": [
|
|
@@ -8869,6 +8575,9 @@
|
|
|
8869
8575
|
"View by": [
|
|
8870
8576
|
""
|
|
8871
8577
|
],
|
|
8578
|
+
"View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry.": [
|
|
8579
|
+
""
|
|
8580
|
+
],
|
|
8872
8581
|
"View content views": [
|
|
8873
8582
|
""
|
|
8874
8583
|
],
|
|
@@ -9157,9 +8866,6 @@
|
|
|
9157
8866
|
"attempted to sync without a feed URL": [
|
|
9158
8867
|
""
|
|
9159
8868
|
],
|
|
9160
|
-
"auto attach subscriptions upon registration": [
|
|
9161
|
-
""
|
|
9162
|
-
],
|
|
9163
8869
|
"base url to perform repo discovery on": [
|
|
9164
8870
|
""
|
|
9165
8871
|
],
|
|
@@ -9796,9 +9502,6 @@
|
|
|
9796
9502
|
"start datetime of synchronization": [
|
|
9797
9503
|
""
|
|
9798
9504
|
],
|
|
9799
|
-
"subscriptions not specified": [
|
|
9800
|
-
""
|
|
9801
|
-
],
|
|
9802
9505
|
"sync plan description": [
|
|
9803
9506
|
""
|
|
9804
9507
|
],
|