katello 4.5.1 → 4.6.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +10 -0
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +7 -0
- data/app/controllers/katello/api/v2/alternate_content_sources_controller.rb +52 -22
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -0
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +1 -1
- data/app/controllers/katello/api/v2/debs_controller.rb +42 -10
- data/app/controllers/katello/api/v2/host_collections_controller.rb +5 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +1 -0
- data/app/controllers/katello/api/v2/host_module_streams_controller.rb +9 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +8 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +3 -1
- data/app/controllers/katello/api/v2/simple_content_access_controller.rb +8 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +34 -11
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +7 -16
- data/app/lib/actions/katello/alternate_content_source/alternate_content_source_common.rb +16 -0
- data/app/lib/actions/katello/alternate_content_source/create.rb +11 -5
- data/app/lib/actions/katello/alternate_content_source/destroy.rb +3 -4
- data/app/lib/actions/katello/alternate_content_source/refresh.rb +3 -5
- data/app/lib/actions/katello/alternate_content_source/update.rb +57 -13
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +2 -2
- data/app/lib/actions/katello/organization/manifest_refresh.rb +8 -4
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +1 -9
- data/app/lib/actions/katello/repository/create.rb +9 -0
- data/app/lib/actions/katello/repository/destroy.rb +21 -0
- data/app/lib/actions/katello/repository/errata_mail.rb +3 -3
- data/app/lib/actions/katello/repository/refresh_repository.rb +3 -0
- data/app/lib/actions/katello/repository/update.rb +33 -0
- data/app/lib/actions/katello/repository/update_redhat_repository.rb +1 -1
- data/app/lib/actions/pulp3/alternate_content_source/create.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/create_remote.rb +5 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/delete_remote.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/refresh.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update.rb +4 -4
- data/app/lib/actions/pulp3/alternate_content_source/update_remote.rb +5 -5
- data/app/lib/actions/pulp3/capsule_content/reclaim_space.rb +1 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/create.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/delete.rb +6 -7
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/refresh_remote.rb +18 -0
- data/app/lib/actions/pulp3/orchestration/alternate_content_source/update.rb +3 -3
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +1 -1
- data/app/lib/katello/errors.rb +1 -1
- data/app/lib/katello/resources/candlepin/owner.rb +9 -2
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +17 -0
- data/app/models/katello/alternate_content_source.rb +39 -8
- data/app/models/katello/alternate_content_source_product.rb +13 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +12 -2
- data/app/models/katello/concerns/pulp_database_unit.rb +2 -2
- data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -6
- data/app/models/katello/content_view.rb +4 -0
- data/app/models/katello/content_view_deb_filter.rb +51 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +24 -0
- data/app/models/katello/content_view_filter.rb +10 -3
- data/app/models/katello/glue/candlepin/owner.rb +0 -1
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +3 -0
- data/app/models/katello/repository.rb +2 -0
- data/app/models/katello/smart_proxy_alternate_content_source.rb +6 -0
- data/app/services/cert/certs.rb +8 -16
- data/app/services/katello/content_unit_indexer.rb +2 -1
- data/app/services/katello/organization_creator.rb +4 -4
- data/app/services/katello/pulp/server.rb +2 -2
- data/app/services/katello/pulp3/alternate_content_source.rb +22 -4
- data/app/services/katello/pulp3/api/apt.rb +12 -0
- data/app/services/katello/pulp3/erratum.rb +1 -4
- data/app/services/katello/pulp3/repository/apt.rb +186 -2
- data/app/services/katello/pulp3/repository.rb +4 -3
- data/app/services/katello/pulp3/service_common.rb +1 -1
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +1 -1
- data/app/views/foreman/smart_proxies/show.html.erb +3 -3
- data/app/views/katello/api/v2/alternate_content_sources/base.json.rabl +18 -3
- data/app/views/katello/api/v2/alternate_content_sources/show.json.rabl +20 -0
- data/app/views/katello/api/v2/ansible_collections/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
- data/app/views/katello/api/v2/module_streams/compare.json.rabl +10 -0
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +4 -0
- data/app/views/katello/layouts/foreman_with_bastion.html.erb +1 -1
- data/app/views/katello/layouts/react.html.erb +1 -1
- data/app/views/overrides/organizations/_edit_override.html.erb +5 -8
- data/app/views/overrides/organizations/_index_row_override.html.erb +1 -1
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/ca/redhat-uep.pem +18 -23
- data/config/katello.yaml.example +0 -2
- data/config/routes/api/v2.rb +2 -0
- data/config/routes/overrides.rb +1 -0
- data/db/migrate/20201116161820_create_content_view_deb_filter_rules.rb +17 -0
- data/db/migrate/20220524132259_remove_last_refreshed_from_katello_alternate_content_sources.rb +5 -0
- data/db/migrate/20220601163911_add_vendor_to_katello_installed_packages.rb +5 -0
- data/db/migrate/20220610165621_add_repositories_and_products_to_acs.rb +23 -0
- data/db/seeds.d/102-organizations.rb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/application_ie.html.erb +1 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -5
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -1
- data/lib/katello/engine.rb +1 -2
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/plugin.rb +6 -12
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +49 -46
- data/locale/bn/katello.po +361 -53
- data/{webpack/scenes/AnsibleCollections/AnsibleCollectionsTables.scss → locale/bn/katello.po.time_stamp} +0 -0
- data/locale/cs/katello.po +361 -53
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/de/katello.po +366 -58
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/en/katello.po +361 -53
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/es/katello.po +364 -56
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po +376 -68
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po +361 -53
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po +361 -53
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/it/katello.po +361 -53
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po +374 -66
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/katello.pot +1626 -1079
- data/locale/kn/katello.po +361 -53
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po +361 -53
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po +361 -53
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/or/katello.po +361 -53
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po +361 -53
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po +361 -53
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po +364 -56
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po +361 -53
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po +361 -53
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/te/katello.po +361 -53
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po +374 -66
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po +361 -53
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/package.json +0 -3
- data/webpack/components/EditableTextInput/EditableTextInput.js +3 -16
- data/webpack/components/EditableTextInput/PencilEditButton.js +33 -0
- data/webpack/components/Errata/index.js +18 -3
- data/webpack/components/Loading.js +1 -1
- data/webpack/components/RoutedTabs/index.js +1 -17
- data/webpack/components/Search/Search.js +0 -1
- data/webpack/components/Search/__tests__/search.test.js +1 -2
- data/webpack/components/SelectAllCheckbox/index.js +7 -4
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +1 -0
- data/webpack/components/Table/EmptyStateMessage.js +77 -2
- data/webpack/components/Table/MainTable.js +46 -4
- data/webpack/components/Table/TableHooks.js +9 -6
- data/webpack/components/Table/TableWrapper.js +14 -8
- data/webpack/components/TypeAhead/TypeAhead.js +26 -11
- data/webpack/components/TypeAhead/pf3Search/TypeAheadItems.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +2 -1
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +9 -4
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeActions.js +37 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +173 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeConstants.js +6 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +301 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeSelectors.js +25 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +161 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +12 -12
- data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +100 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/SystemPropertiesCardExtensions.js +26 -4
- data/webpack/components/extensions/HostDetails/HostDetailsConstants.js +3 -1
- data/webpack/components/extensions/HostDetails/HostDetailsReducer.js +14 -0
- data/webpack/components/extensions/HostDetails/HostDetailsSelectors.js +8 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +8 -12
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +23 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +57 -7
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySets.fixtures.json +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +4 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -10
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +49 -17
- data/webpack/containers/Application/config.js +5 -10
- data/webpack/global_index.js +19 -7
- data/webpack/global_test_setup.js +14 -2
- data/webpack/ouia_id_check.js +95 -0
- data/webpack/redux/actions/RedHatRepositories/helpers.js +2 -0
- data/webpack/redux/reducers/index.js +2 -4
- data/webpack/scenes/AlternateContentSources/ACSActions.js +36 -3
- data/webpack/scenes/AlternateContentSources/ACSConstants.js +3 -0
- data/webpack/scenes/AlternateContentSources/ACSSelectors.js +15 -6
- data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +73 -42
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +26 -10
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSProducts.js +44 -0
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js +59 -45
- data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +2 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +0 -1
- data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +35 -19
- data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +120 -13
- data/webpack/scenes/AlternateContentSources/Create/__tests__/products.fixtures.json +92 -0
- data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +459 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +354 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +104 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +120 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +118 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +242 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +106 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsDetails.fixtures.json +49 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/acsProducts.fixtures.json +95 -0
- data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json +39 -0
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +215 -87
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.scss +3 -0
- data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +1 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -2
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +15 -4
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +113 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +32 -9
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +13 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +39 -27
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +236 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +10 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +17 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +34 -22
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +128 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +56 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +62 -8
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +1 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +32 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVContainerImageFilterContent.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVPackageFilterRules.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyContentViewFilters.fixtures.json +13 -0
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +5 -1
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/BulkDeleteModal.test.js +3 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js +143 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +314 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +186 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/AnsibleCollectionsCompareAllContentData.fixtures.json +63 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +657 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionEmptyContentCompareData.fixtures.json +14 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ContainerTagsCompareAllContentData.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/DebPackagesCompareAllContentData.fixtures.json +87 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareAllContentData.fixtures.json +319 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ErrataCompareThreeContentTypesData.fixtures.json +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/FilesCompareThreeContentTypesData.fixtures.json +48 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/ModuleStreamsCompareAllContentData.fixtures.json +239 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PackageGroupsCompareAllContentData.fixtures.json +51 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/PythonPackagesCompareAllContentData.fixtures.json +315 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareAllContentData.fixtures.json +470 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/RPMPackagesCompareThreeContentTypesData.fixtures.json +475 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewDetails.fixtures.json +160 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionOneDetials.fixtures.json +161 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionThreeDetails.fixtures.json +154 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersionTwoDetails.fixtures.json +211 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/contentViewVersions.fixtures.json +1013 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionOneDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/emptyStateCVVersionTwoDetails.fixtures.json +145 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +102 -36
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +113 -40
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +96 -81
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -2
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +7 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +0 -30
- data/webpack/test-utils/nockWrapper.js +7 -0
- metadata +100 -145
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -751
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +0 -82
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +0 -160
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +0 -94
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +0 -76
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +0 -88
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-component.factory.js +0 -32
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -81
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +0 -24
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-deb-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +0 -45
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-deb-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +0 -49
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +0 -129
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +0 -46
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +0 -91
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +0 -240
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +0 -115
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js +0 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +0 -77
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/docker-tag-filter.controller.js +0 -137
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -74
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +0 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +0 -30
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +0 -86
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-rule-matching-package-modal.controller.js +0 -37
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +0 -66
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js +0 -73
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +0 -100
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +0 -179
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +0 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html +0 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +0 -50
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +0 -121
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +0 -85
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +0 -62
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +0 -182
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +0 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +0 -43
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +0 -47
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.factory.js +0 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +0 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +0 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +0 -144
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +0 -114
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +0 -87
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +0 -58
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +0 -116
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -126
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +0 -78
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +0 -127
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +0 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +0 -59
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html +0 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html +0 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +0 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +0 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +0 -48
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-module-streams.html +0 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +0 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +0 -42
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +0 -74
- data/webpack/components/Table/__test__/useBulkSelect.test.js +0 -99
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsActions.js +0 -30
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsPage.js +0 -80
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +0 -39
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +0 -60
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetails.js +0 -94
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsActions.js +0 -23
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsConstants.js +0 -3
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +0 -30
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionsSchema.js +0 -35
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailInfo.test.js +0 -16
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.fixtures.js +0 -25
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -27
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsActions.test.js +0 -41
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetailsReducer.test.js +0 -33
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailInfo.test.js.snap +0 -83
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetails.test.js.snap +0 -190
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsActions.test.js.snap +0 -58
- data/webpack/scenes/AnsibleCollections/Details/__tests__/__snapshots__/AnsibleCollectionDetailsReducer.test.js.snap +0 -50
- data/webpack/scenes/AnsibleCollections/Details/index.js +0 -17
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -23
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollections.fixtures.js +0 -52
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsActions.test.js +0 -48
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsReducer.test.js +0 -46
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -25
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionPage.test.js.snap +0 -73
- data/webpack/scenes/AnsibleCollections/__tests__/__snapshots__/AnsibleCollectionsTable.test.js.snap +0 -81
- data/webpack/scenes/AnsibleCollections/index.js +0 -17
- data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +0 -123
data/locale/te/katello.po
CHANGED
@@ -36,6 +36,9 @@ msgstr ""
|
|
36
36
|
msgid " Content view updated"
|
37
37
|
msgstr ""
|
38
38
|
|
39
|
+
msgid " DEBs"
|
40
|
+
msgstr ""
|
41
|
+
|
39
42
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
40
43
|
msgstr ""
|
41
44
|
|
@@ -57,10 +60,10 @@ msgstr ""
|
|
57
60
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
58
61
|
msgstr ""
|
59
62
|
|
60
|
-
msgid " content view is used in listed
|
63
|
+
msgid " content view is used in listed composite content views."
|
61
64
|
msgstr ""
|
62
65
|
|
63
|
-
msgid " content view is used in listed
|
66
|
+
msgid " content view is used in listed content views. For more information, "
|
64
67
|
msgstr ""
|
65
68
|
|
66
69
|
msgid " environment cannot be set to an environment already on its path"
|
@@ -72,6 +75,9 @@ msgstr ""
|
|
72
75
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
73
76
|
msgstr ""
|
74
77
|
|
78
|
+
msgid " to manage and promote content views, or select a different environment."
|
79
|
+
msgstr ""
|
80
|
+
|
75
81
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
76
82
|
msgstr ""
|
77
83
|
|
@@ -320,6 +326,9 @@ msgstr ""
|
|
320
326
|
msgid "(Orphaned)"
|
321
327
|
msgstr ""
|
322
328
|
|
329
|
+
msgid "(unset)"
|
330
|
+
msgstr ""
|
331
|
+
|
323
332
|
msgid ", and"
|
324
333
|
msgstr ""
|
325
334
|
|
@@ -347,7 +356,7 @@ msgstr ""
|
|
347
356
|
msgid "A backend service [ %s ] is unreachable"
|
348
357
|
msgstr ""
|
349
358
|
|
350
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
359
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
351
360
|
msgstr ""
|
352
361
|
|
353
362
|
msgid "A content_type must be provided."
|
@@ -368,6 +377,12 @@ msgstr ""
|
|
368
377
|
msgid "A post-promotion summary of hosts with installable errata"
|
369
378
|
msgstr ""
|
370
379
|
|
380
|
+
msgid "A remote execution job is in progress"
|
381
|
+
msgstr ""
|
382
|
+
|
383
|
+
msgid "A remote execution job is in progress."
|
384
|
+
msgstr ""
|
385
|
+
|
371
386
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
372
387
|
msgstr ""
|
373
388
|
|
@@ -455,6 +470,9 @@ msgstr ""
|
|
455
470
|
msgid "Add Bookmark"
|
456
471
|
msgstr ""
|
457
472
|
|
473
|
+
msgid "Add DEB rule"
|
474
|
+
msgstr ""
|
475
|
+
|
458
476
|
msgid "Add RPM rule"
|
459
477
|
msgstr ""
|
460
478
|
|
@@ -464,13 +482,13 @@ msgstr ""
|
|
464
482
|
msgid "Add a subscription to a host"
|
465
483
|
msgstr ""
|
466
484
|
|
467
|
-
msgid "Add
|
485
|
+
msgid "Add an alternate content source"
|
468
486
|
msgstr ""
|
469
487
|
|
470
|
-
msgid "Add
|
488
|
+
msgid "Add components to the content view"
|
471
489
|
msgstr ""
|
472
490
|
|
473
|
-
msgid "Add
|
491
|
+
msgid "Add content view"
|
474
492
|
msgstr ""
|
475
493
|
|
476
494
|
msgid "Add content views"
|
@@ -485,9 +503,6 @@ msgstr ""
|
|
485
503
|
msgid "Add filter rule"
|
486
504
|
msgstr ""
|
487
505
|
|
488
|
-
msgid "Add filters using the 'Add filter' button above."
|
489
|
-
msgstr ""
|
490
|
-
|
491
506
|
msgid "Add host to collections"
|
492
507
|
msgstr ""
|
493
508
|
|
@@ -527,12 +542,18 @@ msgstr ""
|
|
527
542
|
msgid "Add subscriptions to one or more hosts"
|
528
543
|
msgstr ""
|
529
544
|
|
545
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
546
|
+
msgstr ""
|
547
|
+
|
530
548
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
531
549
|
msgstr ""
|
532
550
|
|
533
551
|
msgid "Add to this filter using the 'Add filter rule' button."
|
534
552
|
msgstr ""
|
535
553
|
|
554
|
+
msgid "Add-ons"
|
555
|
+
msgstr ""
|
556
|
+
|
536
557
|
msgid "Added"
|
537
558
|
msgstr ""
|
538
559
|
|
@@ -551,6 +572,9 @@ msgstr ""
|
|
551
572
|
msgid "Addons"
|
552
573
|
msgstr ""
|
553
574
|
|
575
|
+
msgid "Affected Repositories"
|
576
|
+
msgstr ""
|
577
|
+
|
554
578
|
msgid "Affected repositories"
|
555
579
|
msgstr ""
|
556
580
|
|
@@ -657,9 +681,6 @@ msgstr ""
|
|
657
681
|
msgid "Ansible Collection"
|
658
682
|
msgstr ""
|
659
683
|
|
660
|
-
msgid "Ansible Collection Details"
|
661
|
-
msgstr ""
|
662
|
-
|
663
684
|
msgid "Ansible Collections"
|
664
685
|
msgstr ""
|
665
686
|
|
@@ -708,6 +729,9 @@ msgstr "Fedora కొరకు ఆకృతి రకము"
|
|
708
729
|
msgid "Architecture of content in the repository"
|
709
730
|
msgstr ""
|
710
731
|
|
732
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
733
|
+
msgstr ""
|
734
|
+
|
711
735
|
msgid "Architecture(s)"
|
712
736
|
msgstr ""
|
713
737
|
|
@@ -812,6 +836,9 @@ msgstr ""
|
|
812
836
|
msgid "Auth URL requires Auth token be set."
|
813
837
|
msgstr ""
|
814
838
|
|
839
|
+
msgid "Authentication type"
|
840
|
+
msgstr ""
|
841
|
+
|
815
842
|
msgid "Author"
|
816
843
|
msgstr "గ్రంధకర్త"
|
817
844
|
|
@@ -833,6 +860,9 @@ msgstr ""
|
|
833
860
|
msgid "Autosearch delay"
|
834
861
|
msgstr ""
|
835
862
|
|
863
|
+
msgid "Available"
|
864
|
+
msgstr ""
|
865
|
+
|
836
866
|
msgid "Available Entitlements"
|
837
867
|
msgstr ""
|
838
868
|
|
@@ -845,6 +875,9 @@ msgstr ""
|
|
845
875
|
msgid "Backend System Status"
|
846
876
|
msgstr ""
|
847
877
|
|
878
|
+
msgid "Base URL"
|
879
|
+
msgstr ""
|
880
|
+
|
848
881
|
msgid "Base URL for finding alternate content"
|
849
882
|
msgstr ""
|
850
883
|
|
@@ -890,6 +923,9 @@ msgstr ""
|
|
890
923
|
msgid "Bookmarks marked as public are available to all users"
|
891
924
|
msgstr ""
|
892
925
|
|
926
|
+
msgid "Both"
|
927
|
+
msgstr ""
|
928
|
+
|
893
929
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
894
930
|
msgstr ""
|
895
931
|
|
@@ -911,6 +947,9 @@ msgstr ""
|
|
911
947
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
912
948
|
msgstr ""
|
913
949
|
|
950
|
+
msgid "CA Cert"
|
951
|
+
msgstr ""
|
952
|
+
|
914
953
|
msgid "CDN Configuration"
|
915
954
|
msgstr ""
|
916
955
|
|
@@ -1145,6 +1184,9 @@ msgstr ""
|
|
1145
1184
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1146
1185
|
msgstr ""
|
1147
1186
|
|
1187
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1188
|
+
msgstr ""
|
1189
|
+
|
1148
1190
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1149
1191
|
msgstr ""
|
1150
1192
|
|
@@ -1154,9 +1196,6 @@ msgstr ""
|
|
1154
1196
|
msgid "Checksum"
|
1155
1197
|
msgstr ""
|
1156
1198
|
|
1157
|
-
msgid "Checksum is a required parameter."
|
1158
|
-
msgstr ""
|
1159
|
-
|
1160
1199
|
msgid "Checksum of file to upload"
|
1161
1200
|
msgstr ""
|
1162
1201
|
|
@@ -1169,12 +1208,21 @@ msgstr ""
|
|
1169
1208
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1170
1209
|
msgstr ""
|
1171
1210
|
|
1211
|
+
msgid "Clear filters"
|
1212
|
+
msgstr ""
|
1213
|
+
|
1214
|
+
msgid "Clear search"
|
1215
|
+
msgstr ""
|
1216
|
+
|
1172
1217
|
msgid "Click here to go to the tasks page for the task."
|
1173
1218
|
msgstr ""
|
1174
1219
|
|
1175
1220
|
msgid "Click {update} below to save changes."
|
1176
1221
|
msgstr ""
|
1177
1222
|
|
1223
|
+
msgid "Client key"
|
1224
|
+
msgstr ""
|
1225
|
+
|
1178
1226
|
msgid "Clone"
|
1179
1227
|
msgstr "క్లోన్"
|
1180
1228
|
|
@@ -1205,12 +1253,6 @@ msgstr ""
|
|
1205
1253
|
msgid "Component Content View"
|
1206
1254
|
msgstr ""
|
1207
1255
|
|
1208
|
-
msgid "Component content view"
|
1209
|
-
msgstr ""
|
1210
|
-
|
1211
|
-
msgid "Component content views"
|
1212
|
-
msgstr ""
|
1213
|
-
|
1214
1256
|
msgid "Components"
|
1215
1257
|
msgstr ""
|
1216
1258
|
|
@@ -1241,7 +1283,7 @@ msgstr ""
|
|
1241
1283
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1242
1284
|
msgstr ""
|
1243
1285
|
|
1244
|
-
msgid "Consisting of multiple
|
1286
|
+
msgid "Consisting of multiple content views"
|
1245
1287
|
msgstr ""
|
1246
1288
|
|
1247
1289
|
msgid "Consists of content views"
|
@@ -1373,6 +1415,12 @@ msgstr ""
|
|
1373
1415
|
msgid "Content Views"
|
1374
1416
|
msgstr ""
|
1375
1417
|
|
1418
|
+
msgid "Content credential"
|
1419
|
+
msgstr ""
|
1420
|
+
|
1421
|
+
msgid "Content credentials"
|
1422
|
+
msgstr ""
|
1423
|
+
|
1376
1424
|
msgid "Content files to upload. Can be a single file or array of files."
|
1377
1425
|
msgstr ""
|
1378
1426
|
|
@@ -1490,6 +1538,9 @@ msgstr ""
|
|
1490
1538
|
msgid "Copy version units to library"
|
1491
1539
|
msgstr ""
|
1492
1540
|
|
1541
|
+
msgid "Cores per socket"
|
1542
|
+
msgstr ""
|
1543
|
+
|
1493
1544
|
msgid "Cores: %s"
|
1494
1545
|
msgstr ""
|
1495
1546
|
|
@@ -1601,6 +1652,9 @@ msgstr ""
|
|
1601
1652
|
msgid "Couldn't find smart proxies with id '%s'"
|
1602
1653
|
msgstr ""
|
1603
1654
|
|
1655
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1656
|
+
msgstr ""
|
1657
|
+
|
1604
1658
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1605
1659
|
msgstr ""
|
1606
1660
|
|
@@ -1613,6 +1667,9 @@ msgstr ""
|
|
1613
1667
|
msgid "Create"
|
1614
1668
|
msgstr ""
|
1615
1669
|
|
1670
|
+
msgid "Create ACS"
|
1671
|
+
msgstr ""
|
1672
|
+
|
1616
1673
|
msgid "Create Alternate Content Source"
|
1617
1674
|
msgstr ""
|
1618
1675
|
|
@@ -1628,12 +1685,18 @@ msgstr ""
|
|
1628
1685
|
msgid "Create Repositories"
|
1629
1686
|
msgstr ""
|
1630
1687
|
|
1688
|
+
msgid "Create Syncable Export History"
|
1689
|
+
msgstr ""
|
1690
|
+
|
1631
1691
|
msgid "Create a Content Credential"
|
1632
1692
|
msgstr ""
|
1633
1693
|
|
1634
1694
|
msgid "Create a content view"
|
1635
1695
|
msgstr ""
|
1636
1696
|
|
1697
|
+
msgid "Create a custom product"
|
1698
|
+
msgstr ""
|
1699
|
+
|
1637
1700
|
msgid "Create a custom repository"
|
1638
1701
|
msgstr ""
|
1639
1702
|
|
@@ -1673,16 +1736,28 @@ msgstr ""
|
|
1673
1736
|
msgid "Create filter"
|
1674
1737
|
msgstr ""
|
1675
1738
|
|
1739
|
+
msgid "Create host collection"
|
1740
|
+
msgstr ""
|
1741
|
+
|
1676
1742
|
msgid "Create organization"
|
1677
1743
|
msgstr ""
|
1678
1744
|
|
1745
|
+
msgid "Create package filter rule"
|
1746
|
+
msgstr ""
|
1747
|
+
|
1748
|
+
msgid "Create rule"
|
1749
|
+
msgstr ""
|
1750
|
+
|
1751
|
+
msgid "Credentials"
|
1752
|
+
msgstr ""
|
1753
|
+
|
1679
1754
|
msgid "Critical"
|
1680
1755
|
msgstr ""
|
1681
1756
|
|
1682
1757
|
msgid "Cron expression is not valid!"
|
1683
1758
|
msgstr ""
|
1684
1759
|
|
1685
|
-
msgid "Current organization
|
1760
|
+
msgid "Current organization does not have a manifest imported."
|
1686
1761
|
msgstr ""
|
1687
1762
|
|
1688
1763
|
msgid "Current organization is not set."
|
@@ -1691,6 +1766,9 @@ msgstr ""
|
|
1691
1766
|
msgid "Current organization not set."
|
1692
1767
|
msgstr ""
|
1693
1768
|
|
1769
|
+
msgid "Custom"
|
1770
|
+
msgstr ""
|
1771
|
+
|
1694
1772
|
msgid "Custom Content Repositories"
|
1695
1773
|
msgstr ""
|
1696
1774
|
|
@@ -1703,6 +1781,9 @@ msgstr ""
|
|
1703
1781
|
msgid "Customize with Rex"
|
1704
1782
|
msgstr ""
|
1705
1783
|
|
1784
|
+
msgid "DEB name"
|
1785
|
+
msgstr ""
|
1786
|
+
|
1706
1787
|
msgid "Database connection"
|
1707
1788
|
msgstr ""
|
1708
1789
|
|
@@ -1718,12 +1799,18 @@ msgstr ""
|
|
1718
1799
|
msgid "Days from Now"
|
1719
1800
|
msgstr ""
|
1720
1801
|
|
1802
|
+
msgid "Deb"
|
1803
|
+
msgstr ""
|
1804
|
+
|
1721
1805
|
msgid "Deb Package"
|
1722
1806
|
msgstr ""
|
1723
1807
|
|
1724
1808
|
msgid "Deb Packages"
|
1725
1809
|
msgstr ""
|
1726
1810
|
|
1811
|
+
msgid "Deb name"
|
1812
|
+
msgstr ""
|
1813
|
+
|
1727
1814
|
msgid "Deb package identifiers to filter content by"
|
1728
1815
|
msgstr ""
|
1729
1816
|
|
@@ -1979,6 +2066,9 @@ msgstr ""
|
|
1979
2066
|
msgid "Destroy an environment in an organization"
|
1980
2067
|
msgstr ""
|
1981
2068
|
|
2069
|
+
msgid "Destroy one or more alternate content sources"
|
2070
|
+
msgstr ""
|
2071
|
+
|
1982
2072
|
msgid "Destroy one or more hosts"
|
1983
2073
|
msgstr ""
|
1984
2074
|
|
@@ -2072,9 +2162,15 @@ msgstr ""
|
|
2072
2162
|
msgid "Edit filter rule"
|
2073
2163
|
msgstr ""
|
2074
2164
|
|
2165
|
+
msgid "Edit package filter rule"
|
2166
|
+
msgstr ""
|
2167
|
+
|
2075
2168
|
msgid "Edit rule"
|
2076
2169
|
msgstr ""
|
2077
2170
|
|
2171
|
+
msgid "Edit system purpose attributes"
|
2172
|
+
msgstr ""
|
2173
|
+
|
2078
2174
|
msgid "Editing Entitlements"
|
2079
2175
|
msgstr ""
|
2080
2176
|
|
@@ -2099,6 +2195,9 @@ msgstr ""
|
|
2099
2195
|
msgid "Enable"
|
2100
2196
|
msgstr ""
|
2101
2197
|
|
2198
|
+
msgid "Enable Red Hat repositories"
|
2199
|
+
msgstr ""
|
2200
|
+
|
2102
2201
|
msgid "Enable Simple Content Access"
|
2103
2202
|
msgstr ""
|
2104
2203
|
|
@@ -2144,9 +2243,15 @@ msgstr ""
|
|
2144
2243
|
msgid "Enter a name"
|
2145
2244
|
msgstr ""
|
2146
2245
|
|
2246
|
+
msgid "Enter a name for your source."
|
2247
|
+
msgstr ""
|
2248
|
+
|
2147
2249
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2148
2250
|
msgstr ""
|
2149
2251
|
|
2252
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2253
|
+
msgstr ""
|
2254
|
+
|
2150
2255
|
msgid "Entitlements"
|
2151
2256
|
msgstr ""
|
2152
2257
|
|
@@ -2288,6 +2393,11 @@ msgstr ""
|
|
2288
2393
|
msgid "Export as CSV"
|
2289
2394
|
msgstr ""
|
2290
2395
|
|
2396
|
+
msgid ""
|
2397
|
+
"Export formats. Choose syncable if content is to be imported via repository sync. Choose importable if content is to be imported via hammer content-import.\n"
|
2398
|
+
" Defaults to importable."
|
2399
|
+
msgstr ""
|
2400
|
+
|
2291
2401
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2292
2402
|
msgstr ""
|
2293
2403
|
|
@@ -2338,6 +2448,9 @@ msgstr ""
|
|
2338
2448
|
msgid "Fetch traces for one or more hosts"
|
2339
2449
|
msgstr ""
|
2340
2450
|
|
2451
|
+
msgid "Fetching content credentials"
|
2452
|
+
msgstr ""
|
2453
|
+
|
2341
2454
|
msgid "Field to sort the results on"
|
2342
2455
|
msgstr ""
|
2343
2456
|
|
@@ -2428,6 +2541,9 @@ msgstr "వడపోతలు"
|
|
2428
2541
|
msgid "Filters deleted"
|
2429
2542
|
msgstr ""
|
2430
2543
|
|
2544
|
+
msgid "Filters will appear here when the filter is created."
|
2545
|
+
msgstr ""
|
2546
|
+
|
2431
2547
|
msgid "Finish"
|
2432
2548
|
msgstr ""
|
2433
2549
|
|
@@ -2532,6 +2648,9 @@ msgstr ""
|
|
2532
2648
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2533
2649
|
msgstr ""
|
2534
2650
|
|
2651
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2652
|
+
msgstr ""
|
2653
|
+
|
2535
2654
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2536
2655
|
msgstr ""
|
2537
2656
|
|
@@ -2562,6 +2681,9 @@ msgstr ""
|
|
2562
2681
|
msgid "HTTP Proxy identifier to associated"
|
2563
2682
|
msgstr ""
|
2564
2683
|
|
2684
|
+
msgid "HW properties"
|
2685
|
+
msgstr ""
|
2686
|
+
|
2565
2687
|
msgid "Has to be > 0"
|
2566
2688
|
msgstr ""
|
2567
2689
|
|
@@ -2769,9 +2891,6 @@ msgstr ""
|
|
2769
2891
|
msgid "ID: %s doesn't exist "
|
2770
2892
|
msgstr ""
|
2771
2893
|
|
2772
|
-
msgid "Id"
|
2773
|
-
msgstr ""
|
2774
|
-
|
2775
2894
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2776
2895
|
msgstr ""
|
2777
2896
|
|
@@ -3048,6 +3167,9 @@ msgstr ""
|
|
3048
3167
|
msgid "Index package groups"
|
3049
3168
|
msgstr ""
|
3050
3169
|
|
3170
|
+
msgid "Indicate the source type."
|
3171
|
+
msgstr ""
|
3172
|
+
|
3051
3173
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3052
3174
|
msgstr ""
|
3053
3175
|
|
@@ -3135,6 +3257,9 @@ msgstr ""
|
|
3135
3257
|
msgid "Installation status"
|
3136
3258
|
msgstr ""
|
3137
3259
|
|
3260
|
+
msgid "Installed"
|
3261
|
+
msgstr ""
|
3262
|
+
|
3138
3263
|
msgid "Installed Packages"
|
3139
3264
|
msgstr ""
|
3140
3265
|
|
@@ -3210,6 +3335,9 @@ msgstr ""
|
|
3210
3335
|
msgid "Invalid event_type %s"
|
3211
3336
|
msgstr ""
|
3212
3337
|
|
3338
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3339
|
+
msgstr ""
|
3340
|
+
|
3213
3341
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3214
3342
|
msgstr ""
|
3215
3343
|
|
@@ -3228,6 +3356,9 @@ msgstr ""
|
|
3228
3356
|
msgid "Invalid params provided - date_type must be one of %s"
|
3229
3357
|
msgstr ""
|
3230
3358
|
|
3359
|
+
msgid "Invalid release version: [%s]"
|
3360
|
+
msgstr ""
|
3361
|
+
|
3231
3362
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3232
3363
|
msgstr ""
|
3233
3364
|
|
@@ -3246,7 +3377,10 @@ msgstr ""
|
|
3246
3377
|
msgid "Issued from"
|
3247
3378
|
msgstr ""
|
3248
3379
|
|
3249
|
-
msgid "Job ${description}
|
3380
|
+
msgid "Job '${description}' completed"
|
3381
|
+
msgstr ""
|
3382
|
+
|
3383
|
+
msgid "Job '${description}' has started."
|
3250
3384
|
msgstr ""
|
3251
3385
|
|
3252
3386
|
msgid "Katello ID of local pool to update"
|
@@ -3318,9 +3452,18 @@ msgstr ""
|
|
3318
3452
|
msgid "Label of the content view"
|
3319
3453
|
msgstr ""
|
3320
3454
|
|
3455
|
+
msgid "Last Refresh"
|
3456
|
+
msgstr ""
|
3457
|
+
|
3458
|
+
msgid "Last check-in:"
|
3459
|
+
msgstr ""
|
3460
|
+
|
3321
3461
|
msgid "Last published"
|
3322
3462
|
msgstr ""
|
3323
3463
|
|
3464
|
+
msgid "Last refresh :"
|
3465
|
+
msgstr ""
|
3466
|
+
|
3324
3467
|
msgid "Last task"
|
3325
3468
|
msgstr ""
|
3326
3469
|
|
@@ -3501,6 +3644,9 @@ msgstr ""
|
|
3501
3644
|
msgid "List of Products for sync plan"
|
3502
3645
|
msgstr ""
|
3503
3646
|
|
3647
|
+
msgid "List of alternate content source IDs"
|
3648
|
+
msgstr ""
|
3649
|
+
|
3504
3650
|
msgid "List of alternate_content_sources"
|
3505
3651
|
msgstr ""
|
3506
3652
|
|
@@ -3699,6 +3845,12 @@ msgstr ""
|
|
3699
3845
|
msgid "Manifest refreshed"
|
3700
3846
|
msgstr ""
|
3701
3847
|
|
3848
|
+
msgid "Manual"
|
3849
|
+
msgstr ""
|
3850
|
+
|
3851
|
+
msgid "Manual authentication"
|
3852
|
+
msgstr ""
|
3853
|
+
|
3702
3854
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3703
3855
|
msgstr ""
|
3704
3856
|
|
@@ -3762,6 +3914,9 @@ msgstr ""
|
|
3762
3914
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3763
3915
|
msgstr ""
|
3764
3916
|
|
3917
|
+
msgid "Model"
|
3918
|
+
msgstr ""
|
3919
|
+
|
3765
3920
|
msgid "Moderate"
|
3766
3921
|
msgstr ""
|
3767
3922
|
|
@@ -3783,7 +3938,7 @@ msgstr ""
|
|
3783
3938
|
msgid "Module streams"
|
3784
3939
|
msgstr ""
|
3785
3940
|
|
3786
|
-
msgid "Module streams will appear here
|
3941
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3787
3942
|
msgstr ""
|
3788
3943
|
|
3789
3944
|
msgid "Multi-entitlement"
|
@@ -3817,9 +3972,6 @@ msgstr ""
|
|
3817
3972
|
msgid "Name"
|
3818
3973
|
msgstr "పేరు"
|
3819
3974
|
|
3820
|
-
msgid "Name is a required parameter."
|
3821
|
-
msgstr ""
|
3822
|
-
|
3823
3975
|
msgid "Name of new activation key"
|
3824
3976
|
msgstr ""
|
3825
3977
|
|
@@ -3841,6 +3993,12 @@ msgstr ""
|
|
3841
3993
|
msgid "Name of the upstream docker repository"
|
3842
3994
|
msgstr ""
|
3843
3995
|
|
3996
|
+
msgid "Name source"
|
3997
|
+
msgstr ""
|
3998
|
+
|
3999
|
+
msgid "Names of smart proxies to associate"
|
4000
|
+
msgstr ""
|
4001
|
+
|
3844
4002
|
msgid "Needs to only be set for docker tags"
|
3845
4003
|
msgstr ""
|
3846
4004
|
|
@@ -3853,6 +4011,9 @@ msgstr ""
|
|
3853
4011
|
msgid "Network Sync"
|
3854
4012
|
msgstr ""
|
3855
4013
|
|
4014
|
+
msgid "Never"
|
4015
|
+
msgstr ""
|
4016
|
+
|
3856
4017
|
msgid "Never Synced"
|
3857
4018
|
msgstr ""
|
3858
4019
|
|
@@ -4027,6 +4188,9 @@ msgstr ""
|
|
4027
4188
|
msgid "No matching ${selectedContentType} found"
|
4028
4189
|
msgstr ""
|
4029
4190
|
|
4191
|
+
msgid "No matching DEB found."
|
4192
|
+
msgstr ""
|
4193
|
+
|
4030
4194
|
msgid "No matching RPM found."
|
4031
4195
|
msgstr ""
|
4032
4196
|
|
@@ -4186,6 +4350,9 @@ msgstr ""
|
|
4186
4350
|
msgid "Not all necessary pulp workers running at %s."
|
4187
4351
|
msgstr ""
|
4188
4352
|
|
4353
|
+
msgid "Not installed"
|
4354
|
+
msgstr ""
|
4355
|
+
|
4189
4356
|
msgid "Not running"
|
4190
4357
|
msgstr ""
|
4191
4358
|
|
@@ -4204,6 +4371,9 @@ msgstr ""
|
|
4204
4371
|
msgid "Nothing selected"
|
4205
4372
|
msgstr ""
|
4206
4373
|
|
4374
|
+
msgid "Number of CPU(s)"
|
4375
|
+
msgstr ""
|
4376
|
+
|
4207
4377
|
msgid "Number of host applicability calculations to process per task."
|
4208
4378
|
msgstr ""
|
4209
4379
|
|
@@ -4216,6 +4386,9 @@ msgstr ""
|
|
4216
4386
|
msgid "Number to Allocate"
|
4217
4387
|
msgstr ""
|
4218
4388
|
|
4389
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4390
|
+
msgstr ""
|
4391
|
+
|
4219
4392
|
msgid "OSTree Branch"
|
4220
4393
|
msgstr ""
|
4221
4394
|
|
@@ -4531,12 +4704,6 @@ msgstr ""
|
|
4531
4704
|
msgid "Path"
|
4532
4705
|
msgstr "పాత్"
|
4533
4706
|
|
4534
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4535
|
-
msgstr ""
|
4536
|
-
|
4537
|
-
msgid "Path for ssl key used for pulp server auth"
|
4538
|
-
msgstr ""
|
4539
|
-
|
4540
4707
|
msgid "Path suffixes for finding alternate content"
|
4541
4708
|
msgstr ""
|
4542
4709
|
|
@@ -4803,12 +4970,6 @@ msgstr ""
|
|
4803
4970
|
msgid "Pulp bulk load size"
|
4804
4971
|
msgstr ""
|
4805
4972
|
|
4806
|
-
msgid "Pulp client cert"
|
4807
|
-
msgstr ""
|
4808
|
-
|
4809
|
-
msgid "Pulp client key"
|
4810
|
-
msgstr ""
|
4811
|
-
|
4812
4973
|
msgid "Pulp database connection issue at %s."
|
4813
4974
|
msgstr ""
|
4814
4975
|
|
@@ -4887,6 +5048,9 @@ msgstr ""
|
|
4887
5048
|
msgid "Quantity to Allocate"
|
4888
5049
|
msgstr ""
|
4889
5050
|
|
5051
|
+
msgid "RAM"
|
5052
|
+
msgstr ""
|
5053
|
+
|
4890
5054
|
msgid "RAM: %s GB"
|
4891
5055
|
msgstr ""
|
4892
5056
|
|
@@ -4986,15 +5150,27 @@ msgstr ""
|
|
4986
5150
|
msgid "Refresh"
|
4987
5151
|
msgstr ""
|
4988
5152
|
|
5153
|
+
msgid "Refresh Alternate Content Source"
|
5154
|
+
msgstr ""
|
5155
|
+
|
4989
5156
|
msgid "Refresh Content Host Statuses for %s"
|
4990
5157
|
msgstr ""
|
4991
5158
|
|
4992
5159
|
msgid "Refresh Manifest"
|
4993
5160
|
msgstr ""
|
4994
5161
|
|
5162
|
+
msgid "Refresh alternate content sources"
|
5163
|
+
msgstr ""
|
5164
|
+
|
5165
|
+
msgid "Refresh an alternate content source"
|
5166
|
+
msgstr ""
|
5167
|
+
|
4995
5168
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
4996
5169
|
msgstr ""
|
4997
5170
|
|
5171
|
+
msgid "Refresh source"
|
5172
|
+
msgstr ""
|
5173
|
+
|
4998
5174
|
msgid "Refresh_Content_Host_Status"
|
4999
5175
|
msgstr ""
|
5000
5176
|
|
@@ -5028,24 +5204,27 @@ msgstr ""
|
|
5028
5204
|
msgid "Reindex subscriptions"
|
5029
5205
|
msgstr ""
|
5030
5206
|
|
5031
|
-
msgid "Related
|
5207
|
+
msgid "Related composite content views"
|
5032
5208
|
msgstr ""
|
5033
5209
|
|
5034
|
-
msgid "Related
|
5210
|
+
msgid "Related composite content views: "
|
5035
5211
|
msgstr ""
|
5036
5212
|
|
5037
|
-
msgid "Related
|
5213
|
+
msgid "Related content views"
|
5038
5214
|
msgstr ""
|
5039
5215
|
|
5040
|
-
msgid "Related
|
5216
|
+
msgid "Related content views will appear here when created."
|
5041
5217
|
msgstr ""
|
5042
5218
|
|
5043
|
-
msgid "Related content views
|
5219
|
+
msgid "Related content views: "
|
5044
5220
|
msgstr ""
|
5045
5221
|
|
5046
5222
|
msgid "Release"
|
5047
5223
|
msgstr ""
|
5048
5224
|
|
5225
|
+
msgid "Release version"
|
5226
|
+
msgstr ""
|
5227
|
+
|
5049
5228
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5050
5229
|
msgstr ""
|
5051
5230
|
|
@@ -5064,6 +5243,9 @@ msgstr ""
|
|
5064
5243
|
msgid "Remote action:"
|
5065
5244
|
msgstr ""
|
5066
5245
|
|
5246
|
+
msgid "Remote execution job '${description}' failed."
|
5247
|
+
msgstr ""
|
5248
|
+
|
5067
5249
|
msgid "Removal of package group(s) requested: %{groups}"
|
5068
5250
|
msgstr ""
|
5069
5251
|
|
@@ -5259,7 +5441,7 @@ msgstr ""
|
|
5259
5441
|
msgid "Repository sets reset to default"
|
5260
5442
|
msgstr ""
|
5261
5443
|
|
5262
|
-
msgid "Repository sets will appear here
|
5444
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5263
5445
|
msgstr ""
|
5264
5446
|
|
5265
5447
|
msgid "Republish Repositories of %{name} %{version}"
|
@@ -5394,6 +5576,9 @@ msgstr ""
|
|
5394
5576
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5395
5577
|
msgstr ""
|
5396
5578
|
|
5579
|
+
msgid "Return same, different or all results"
|
5580
|
+
msgstr ""
|
5581
|
+
|
5397
5582
|
msgid "Return subscriptions that match installed products of the specified host"
|
5398
5583
|
msgstr ""
|
5399
5584
|
|
@@ -5412,6 +5597,9 @@ msgstr ""
|
|
5412
5597
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5413
5598
|
msgstr ""
|
5414
5599
|
|
5600
|
+
msgid "Review Details"
|
5601
|
+
msgstr ""
|
5602
|
+
|
5415
5603
|
msgid "Review affected environment"
|
5416
5604
|
msgstr ""
|
5417
5605
|
|
@@ -5448,12 +5636,27 @@ msgstr ""
|
|
5448
5636
|
msgid "SKU"
|
5449
5637
|
msgstr ""
|
5450
5638
|
|
5639
|
+
msgid "SLA"
|
5640
|
+
msgstr ""
|
5641
|
+
|
5451
5642
|
msgid "SRPM details"
|
5452
5643
|
msgstr ""
|
5453
5644
|
|
5454
5645
|
msgid "SSL CA Content Credential"
|
5455
5646
|
msgstr ""
|
5456
5647
|
|
5648
|
+
msgid "SSL CA certificate"
|
5649
|
+
msgstr ""
|
5650
|
+
|
5651
|
+
msgid "SSL Cert"
|
5652
|
+
msgstr ""
|
5653
|
+
|
5654
|
+
msgid "SSL client certificate"
|
5655
|
+
msgstr ""
|
5656
|
+
|
5657
|
+
msgid "SSL client key"
|
5658
|
+
msgstr ""
|
5659
|
+
|
5457
5660
|
msgid "SSL version used to communicate with the CDN"
|
5458
5661
|
msgstr ""
|
5459
5662
|
|
@@ -5463,6 +5666,9 @@ msgstr ""
|
|
5463
5666
|
msgid "Save"
|
5464
5667
|
msgstr "దాయి"
|
5465
5668
|
|
5669
|
+
msgid "Saving alternate content source..."
|
5670
|
+
msgstr ""
|
5671
|
+
|
5466
5672
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5467
5673
|
msgstr ""
|
5468
5674
|
|
@@ -5532,6 +5738,15 @@ msgstr "సంస్థ యెంపికచేయి"
|
|
5532
5738
|
msgid "Select Value"
|
5533
5739
|
msgstr ""
|
5534
5740
|
|
5741
|
+
msgid "Select a CA certificate"
|
5742
|
+
msgstr ""
|
5743
|
+
|
5744
|
+
msgid "Select a client certificate"
|
5745
|
+
msgstr ""
|
5746
|
+
|
5747
|
+
msgid "Select a client key"
|
5748
|
+
msgstr ""
|
5749
|
+
|
5535
5750
|
msgid "Select a content view"
|
5536
5751
|
msgstr ""
|
5537
5752
|
|
@@ -5547,6 +5762,9 @@ msgstr ""
|
|
5547
5762
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5548
5763
|
msgstr ""
|
5549
5764
|
|
5765
|
+
msgid "Select add-ons"
|
5766
|
+
msgstr ""
|
5767
|
+
|
5550
5768
|
msgid "Select all"
|
5551
5769
|
msgstr ""
|
5552
5770
|
|
@@ -5568,7 +5786,7 @@ msgstr ""
|
|
5568
5786
|
msgid "Select available version of ${cvName} to use"
|
5569
5787
|
msgstr ""
|
5570
5788
|
|
5571
|
-
msgid "Select available version of
|
5789
|
+
msgid "Select available version of content views to use"
|
5572
5790
|
msgstr ""
|
5573
5791
|
|
5574
5792
|
msgid "Select content view"
|
@@ -5604,6 +5822,18 @@ msgstr ""
|
|
5604
5822
|
msgid "Select row"
|
5605
5823
|
msgstr ""
|
5606
5824
|
|
5825
|
+
msgid "Select smart proxies to be used with this source."
|
5826
|
+
msgstr ""
|
5827
|
+
|
5828
|
+
msgid "Select smart proxy"
|
5829
|
+
msgstr ""
|
5830
|
+
|
5831
|
+
msgid "Select source type"
|
5832
|
+
msgstr ""
|
5833
|
+
|
5834
|
+
msgid "Select system purpose attributes for host {hostName}."
|
5835
|
+
msgstr ""
|
5836
|
+
|
5607
5837
|
msgid "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media."
|
5608
5838
|
msgstr ""
|
5609
5839
|
|
@@ -5733,6 +5963,9 @@ msgstr ""
|
|
5733
5963
|
msgid "Show releases available for the content host"
|
5734
5964
|
msgstr ""
|
5735
5965
|
|
5966
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
5967
|
+
msgstr ""
|
5968
|
+
|
5736
5969
|
msgid "Show the available repository types"
|
5737
5970
|
msgstr ""
|
5738
5971
|
|
@@ -5766,12 +5999,18 @@ msgstr ""
|
|
5766
5999
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5767
6000
|
msgstr ""
|
5768
6001
|
|
6002
|
+
msgid "Smart proxies"
|
6003
|
+
msgstr ""
|
6004
|
+
|
5769
6005
|
msgid "Smart proxy IDs"
|
5770
6006
|
msgstr ""
|
5771
6007
|
|
5772
6008
|
msgid "Smart proxy content source not found!"
|
5773
6009
|
msgstr ""
|
5774
6010
|
|
6011
|
+
msgid "Sockets"
|
6012
|
+
msgstr ""
|
6013
|
+
|
5775
6014
|
msgid "Sockets: %s"
|
5776
6015
|
msgstr ""
|
5777
6016
|
|
@@ -5865,6 +6104,9 @@ msgstr ""
|
|
5865
6104
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
5866
6105
|
msgstr ""
|
5867
6106
|
|
6107
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6108
|
+
msgstr ""
|
6109
|
+
|
5868
6110
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
5869
6111
|
msgstr ""
|
5870
6112
|
|
@@ -5916,6 +6158,9 @@ msgstr ""
|
|
5916
6158
|
msgid "Source RPMs"
|
5917
6159
|
msgstr ""
|
5918
6160
|
|
6161
|
+
msgid "Source type"
|
6162
|
+
msgstr ""
|
6163
|
+
|
5919
6164
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
5920
6165
|
msgstr ""
|
5921
6166
|
|
@@ -5973,6 +6218,9 @@ msgstr ""
|
|
5973
6218
|
msgid "Subnet IDs"
|
5974
6219
|
msgstr ""
|
5975
6220
|
|
6221
|
+
msgid "Subpaths"
|
6222
|
+
msgstr ""
|
6223
|
+
|
5976
6224
|
msgid "Subscription"
|
5977
6225
|
msgstr ""
|
5978
6226
|
|
@@ -6072,6 +6320,9 @@ msgstr ""
|
|
6072
6320
|
msgid "Successfully initiated removal of %s product(s)"
|
6073
6321
|
msgstr ""
|
6074
6322
|
|
6323
|
+
msgid "Successfully refreshed."
|
6324
|
+
msgstr ""
|
6325
|
+
|
6075
6326
|
msgid "Successfully removed %s Host(s)."
|
6076
6327
|
msgstr ""
|
6077
6328
|
|
@@ -6162,6 +6413,9 @@ msgstr ""
|
|
6162
6413
|
msgid "Sync state"
|
6163
6414
|
msgstr ""
|
6164
6415
|
|
6416
|
+
msgid "Syncable export"
|
6417
|
+
msgstr ""
|
6418
|
+
|
6165
6419
|
msgid "Synced "
|
6166
6420
|
msgstr ""
|
6167
6421
|
|
@@ -6210,6 +6464,12 @@ msgstr "వ్యవస్థ స్థితి"
|
|
6210
6464
|
msgid "System purpose"
|
6211
6465
|
msgstr ""
|
6212
6466
|
|
6467
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6468
|
+
msgstr ""
|
6469
|
+
|
6470
|
+
msgid "System purpose attributes updated"
|
6471
|
+
msgstr ""
|
6472
|
+
|
6213
6473
|
msgid "Tag name"
|
6214
6474
|
msgstr ""
|
6215
6475
|
|
@@ -6376,6 +6636,9 @@ msgstr ""
|
|
6376
6636
|
msgid "The repository is already enabled"
|
6377
6637
|
msgstr ""
|
6378
6638
|
|
6639
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6640
|
+
msgstr ""
|
6641
|
+
|
6379
6642
|
msgid "The request did not contain any repository information."
|
6380
6643
|
msgstr ""
|
6381
6644
|
|
@@ -6442,6 +6705,9 @@ msgstr ""
|
|
6442
6705
|
msgid "There is no Manifest History to display."
|
6443
6706
|
msgstr ""
|
6444
6707
|
|
6708
|
+
msgid "There is no downloaded content to clean."
|
6709
|
+
msgstr ""
|
6710
|
+
|
6445
6711
|
msgid "There is no such HTTP proxy"
|
6446
6712
|
msgstr ""
|
6447
6713
|
|
@@ -6598,6 +6864,9 @@ msgstr ""
|
|
6598
6864
|
msgid "Total steps: "
|
6599
6865
|
msgstr ""
|
6600
6866
|
|
6867
|
+
msgid "Tracer"
|
6868
|
+
msgstr ""
|
6869
|
+
|
6601
6870
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6602
6871
|
msgstr ""
|
6603
6872
|
|
@@ -6607,18 +6876,30 @@ msgstr ""
|
|
6607
6876
|
msgid "Traces"
|
6608
6877
|
msgstr ""
|
6609
6878
|
|
6879
|
+
msgid "Traces are being enabled"
|
6880
|
+
msgstr ""
|
6881
|
+
|
6610
6882
|
msgid "Traces are not enabled"
|
6611
6883
|
msgstr ""
|
6612
6884
|
|
6613
6885
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6614
6886
|
msgstr ""
|
6615
6887
|
|
6888
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
6889
|
+
msgstr ""
|
6890
|
+
|
6616
6891
|
msgid "Traces may be listed here after {pkgLink}."
|
6617
6892
|
msgstr ""
|
6618
6893
|
|
6894
|
+
msgid "Traces not available"
|
6895
|
+
msgstr ""
|
6896
|
+
|
6619
6897
|
msgid "Traces that require logout cannot be restarted remotely"
|
6620
6898
|
msgstr ""
|
6621
6899
|
|
6900
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
6901
|
+
msgstr ""
|
6902
|
+
|
6622
6903
|
msgid "Trigger an auto-attach of subscriptions"
|
6623
6904
|
msgstr ""
|
6624
6905
|
|
@@ -6652,6 +6933,9 @@ msgstr ""
|
|
6652
6933
|
msgid "URL"
|
6653
6934
|
msgstr "యు ఆర్ ఎల్"
|
6654
6935
|
|
6936
|
+
msgid "URL and paths"
|
6937
|
+
msgstr ""
|
6938
|
+
|
6655
6939
|
msgid "URL needs to have a trailing /"
|
6656
6940
|
msgstr ""
|
6657
6941
|
|
@@ -6685,6 +6969,9 @@ msgstr ""
|
|
6685
6969
|
msgid "Unable to connect. Got: %s"
|
6686
6970
|
msgstr ""
|
6687
6971
|
|
6972
|
+
msgid "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist."
|
6973
|
+
msgstr ""
|
6974
|
+
|
6688
6975
|
msgid "Unable to detect pulp storage"
|
6689
6976
|
msgstr ""
|
6690
6977
|
|
@@ -6718,6 +7005,9 @@ msgstr ""
|
|
6718
7005
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6719
7006
|
msgstr ""
|
6720
7007
|
|
7008
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7009
|
+
msgstr ""
|
7010
|
+
|
6721
7011
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6722
7012
|
msgstr ""
|
6723
7013
|
|
@@ -7051,6 +7341,9 @@ msgstr ""
|
|
7051
7341
|
msgid "Usage of host"
|
7052
7342
|
msgstr ""
|
7053
7343
|
|
7344
|
+
msgid "Usage type"
|
7345
|
+
msgstr ""
|
7346
|
+
|
7054
7347
|
msgid "Use remote execution by default"
|
7055
7348
|
msgstr ""
|
7056
7349
|
|
@@ -7096,6 +7389,9 @@ msgstr ""
|
|
7096
7389
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7097
7390
|
msgstr ""
|
7098
7391
|
|
7392
|
+
msgid "Verify SSL"
|
7393
|
+
msgstr ""
|
7394
|
+
|
7099
7395
|
msgid "Verify checksum"
|
7100
7396
|
msgstr ""
|
7101
7397
|
|
@@ -7156,7 +7452,10 @@ msgstr ""
|
|
7156
7452
|
msgid "View tasks "
|
7157
7453
|
msgstr ""
|
7158
7454
|
|
7159
|
-
msgid "View the Content Views page
|
7455
|
+
msgid "View the Content Views page"
|
7456
|
+
msgstr ""
|
7457
|
+
|
7458
|
+
msgid "View the job"
|
7160
7459
|
msgstr ""
|
7161
7460
|
|
7162
7461
|
msgid "Virtual"
|
@@ -7306,6 +7605,9 @@ msgstr ""
|
|
7306
7605
|
msgid "Your search returned no matching "
|
7307
7606
|
msgstr ""
|
7308
7607
|
|
7608
|
+
msgid "Your search returned no matching DEBs."
|
7609
|
+
msgstr ""
|
7610
|
+
|
7309
7611
|
msgid "Your search returned no matching Module streams."
|
7310
7612
|
msgstr ""
|
7311
7613
|
|
@@ -7318,6 +7620,9 @@ msgstr ""
|
|
7318
7620
|
msgid "Your search returned no matching hosts."
|
7319
7621
|
msgstr ""
|
7320
7622
|
|
7623
|
+
msgid "Yum"
|
7624
|
+
msgstr ""
|
7625
|
+
|
7321
7626
|
msgid "Yum Metadata: %s"
|
7322
7627
|
msgstr ""
|
7323
7628
|
|
@@ -7552,7 +7857,7 @@ msgstr ""
|
|
7552
7857
|
msgid "create a filter for a content view"
|
7553
7858
|
msgstr ""
|
7554
7859
|
|
7555
|
-
msgid "deb
|
7860
|
+
msgid "deb, package, package group, or docker tag names"
|
7556
7861
|
msgstr ""
|
7557
7862
|
|
7558
7863
|
msgid "deb_ids is not an array"
|
@@ -7579,6 +7884,9 @@ msgstr ""
|
|
7579
7884
|
msgid "description of the repository"
|
7580
7885
|
msgstr ""
|
7581
7886
|
|
7887
|
+
msgid "disk"
|
7888
|
+
msgstr ""
|
7889
|
+
|
7582
7890
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7583
7891
|
msgstr ""
|
7584
7892
|
|
@@ -8071,7 +8379,7 @@ msgstr ""
|
|
8071
8379
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8072
8380
|
msgstr ""
|
8073
8381
|
|
8074
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8382
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8075
8383
|
msgstr ""
|
8076
8384
|
|
8077
8385
|
msgid "type of repo"
|