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/cs/katello.po
CHANGED
@@ -35,6 +35,9 @@ msgstr ""
|
|
35
35
|
msgid " Content view updated"
|
36
36
|
msgstr ""
|
37
37
|
|
38
|
+
msgid " DEBs"
|
39
|
+
msgstr ""
|
40
|
+
|
38
41
|
msgid " Either select the latest content view or the content view version. Cannot set both."
|
39
42
|
msgstr ""
|
40
43
|
|
@@ -56,10 +59,10 @@ msgstr ""
|
|
56
59
|
msgid " are out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
57
60
|
msgstr ""
|
58
61
|
|
59
|
-
msgid " content view is used in listed
|
62
|
+
msgid " content view is used in listed composite content views."
|
60
63
|
msgstr ""
|
61
64
|
|
62
|
-
msgid " content view is used in listed
|
65
|
+
msgid " content view is used in listed content views. For more information, "
|
63
66
|
msgstr ""
|
64
67
|
|
65
68
|
msgid " environment cannot be set to an environment already on its path"
|
@@ -71,6 +74,9 @@ msgstr ""
|
|
71
74
|
msgid " is out of the environment path order. The recommended practice is to promote to the next environment in the path."
|
72
75
|
msgstr ""
|
73
76
|
|
77
|
+
msgid " to manage and promote content views, or select a different environment."
|
78
|
+
msgstr ""
|
79
|
+
|
74
80
|
msgid "${deleteFlow ? 'Deleting' : 'Removing'} version ${versionNameToRemove}"
|
75
81
|
msgstr ""
|
76
82
|
|
@@ -340,6 +346,9 @@ msgstr ""
|
|
340
346
|
msgid "(Orphaned)"
|
341
347
|
msgstr ""
|
342
348
|
|
349
|
+
msgid "(unset)"
|
350
|
+
msgstr ""
|
351
|
+
|
343
352
|
msgid ", and"
|
344
353
|
msgstr ""
|
345
354
|
|
@@ -368,7 +377,7 @@ msgstr ""
|
|
368
377
|
msgid "A backend service [ %s ] is unreachable"
|
369
378
|
msgstr ""
|
370
379
|
|
371
|
-
msgid "A content view can be added by using the \"Create content view\" button
|
380
|
+
msgid "A content view can be added by using the \"Create content view\" button below."
|
372
381
|
msgstr ""
|
373
382
|
|
374
383
|
#, fuzzy
|
@@ -390,6 +399,12 @@ msgstr ""
|
|
390
399
|
msgid "A post-promotion summary of hosts with installable errata"
|
391
400
|
msgstr ""
|
392
401
|
|
402
|
+
msgid "A remote execution job is in progress"
|
403
|
+
msgstr ""
|
404
|
+
|
405
|
+
msgid "A remote execution job is in progress."
|
406
|
+
msgstr ""
|
407
|
+
|
393
408
|
msgid "A service level for auto-healing process, e.g. SELF-SUPPORT"
|
394
409
|
msgstr ""
|
395
410
|
|
@@ -479,6 +494,9 @@ msgstr ""
|
|
479
494
|
msgid "Add Bookmark"
|
480
495
|
msgstr ""
|
481
496
|
|
497
|
+
msgid "Add DEB rule"
|
498
|
+
msgstr ""
|
499
|
+
|
482
500
|
msgid "Add RPM rule"
|
483
501
|
msgstr ""
|
484
502
|
|
@@ -488,13 +506,13 @@ msgstr ""
|
|
488
506
|
msgid "Add a subscription to a host"
|
489
507
|
msgstr ""
|
490
508
|
|
491
|
-
msgid "Add
|
509
|
+
msgid "Add an alternate content source"
|
492
510
|
msgstr ""
|
493
511
|
|
494
|
-
msgid "Add
|
512
|
+
msgid "Add components to the content view"
|
495
513
|
msgstr ""
|
496
514
|
|
497
|
-
msgid "Add
|
515
|
+
msgid "Add content view"
|
498
516
|
msgstr ""
|
499
517
|
|
500
518
|
msgid "Add content views"
|
@@ -509,9 +527,6 @@ msgstr ""
|
|
509
527
|
msgid "Add filter rule"
|
510
528
|
msgstr ""
|
511
529
|
|
512
|
-
msgid "Add filters using the 'Add filter' button above."
|
513
|
-
msgstr ""
|
514
|
-
|
515
530
|
msgid "Add host to collections"
|
516
531
|
msgstr ""
|
517
532
|
|
@@ -551,12 +566,18 @@ msgstr ""
|
|
551
566
|
msgid "Add subscriptions to one or more hosts"
|
552
567
|
msgstr ""
|
553
568
|
|
569
|
+
msgid "Add to this filter using the 'Add Deb rule' button."
|
570
|
+
msgstr ""
|
571
|
+
|
554
572
|
msgid "Add to this filter using the 'Add RPM rule' button."
|
555
573
|
msgstr ""
|
556
574
|
|
557
575
|
msgid "Add to this filter using the 'Add filter rule' button."
|
558
576
|
msgstr ""
|
559
577
|
|
578
|
+
msgid "Add-ons"
|
579
|
+
msgstr ""
|
580
|
+
|
560
581
|
msgid "Added"
|
561
582
|
msgstr ""
|
562
583
|
|
@@ -575,6 +596,9 @@ msgstr ""
|
|
575
596
|
msgid "Addons"
|
576
597
|
msgstr ""
|
577
598
|
|
599
|
+
msgid "Affected Repositories"
|
600
|
+
msgstr ""
|
601
|
+
|
578
602
|
msgid "Affected repositories"
|
579
603
|
msgstr ""
|
580
604
|
|
@@ -681,9 +705,6 @@ msgstr ""
|
|
681
705
|
msgid "Ansible Collection"
|
682
706
|
msgstr ""
|
683
707
|
|
684
|
-
msgid "Ansible Collection Details"
|
685
|
-
msgstr ""
|
686
|
-
|
687
708
|
msgid "Ansible Collections"
|
688
709
|
msgstr ""
|
689
710
|
|
@@ -732,6 +753,9 @@ msgstr ""
|
|
732
753
|
msgid "Architecture of content in the repository"
|
733
754
|
msgstr ""
|
734
755
|
|
756
|
+
msgid "Architecture restricted to {archRestricted}. If host architecture does not match, the repository will not be available on this host."
|
757
|
+
msgstr ""
|
758
|
+
|
735
759
|
msgid "Architecture(s)"
|
736
760
|
msgstr ""
|
737
761
|
|
@@ -838,6 +862,9 @@ msgstr ""
|
|
838
862
|
msgid "Auth URL requires Auth token be set."
|
839
863
|
msgstr ""
|
840
864
|
|
865
|
+
msgid "Authentication type"
|
866
|
+
msgstr ""
|
867
|
+
|
841
868
|
msgid "Author"
|
842
869
|
msgstr ""
|
843
870
|
|
@@ -860,6 +887,9 @@ msgstr ""
|
|
860
887
|
msgid "Autosearch delay"
|
861
888
|
msgstr ""
|
862
889
|
|
890
|
+
msgid "Available"
|
891
|
+
msgstr ""
|
892
|
+
|
863
893
|
msgid "Available Entitlements"
|
864
894
|
msgstr ""
|
865
895
|
|
@@ -873,6 +903,9 @@ msgstr ""
|
|
873
903
|
msgid "Backend System Status"
|
874
904
|
msgstr "Systém"
|
875
905
|
|
906
|
+
msgid "Base URL"
|
907
|
+
msgstr ""
|
908
|
+
|
876
909
|
msgid "Base URL for finding alternate content"
|
877
910
|
msgstr ""
|
878
911
|
|
@@ -918,6 +951,9 @@ msgstr ""
|
|
918
951
|
msgid "Bookmarks marked as public are available to all users"
|
919
952
|
msgstr ""
|
920
953
|
|
954
|
+
msgid "Both"
|
955
|
+
msgstr ""
|
956
|
+
|
921
957
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
922
958
|
msgstr ""
|
923
959
|
|
@@ -939,6 +975,9 @@ msgstr ""
|
|
939
975
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
940
976
|
msgstr ""
|
941
977
|
|
978
|
+
msgid "CA Cert"
|
979
|
+
msgstr ""
|
980
|
+
|
942
981
|
msgid "CDN Configuration"
|
943
982
|
msgstr ""
|
944
983
|
|
@@ -1178,6 +1217,9 @@ msgstr ""
|
|
1178
1217
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1179
1218
|
msgstr ""
|
1180
1219
|
|
1220
|
+
msgid "Check if the specified organization has Simple Content Access enabled"
|
1221
|
+
msgstr ""
|
1222
|
+
|
1181
1223
|
msgid "Check if the specified organization is eligible for Simple Content Access"
|
1182
1224
|
msgstr ""
|
1183
1225
|
|
@@ -1187,9 +1229,6 @@ msgstr ""
|
|
1187
1229
|
msgid "Checksum"
|
1188
1230
|
msgstr ""
|
1189
1231
|
|
1190
|
-
msgid "Checksum is a required parameter."
|
1191
|
-
msgstr ""
|
1192
|
-
|
1193
1232
|
msgid "Checksum of file to upload"
|
1194
1233
|
msgstr ""
|
1195
1234
|
|
@@ -1202,12 +1241,21 @@ msgstr ""
|
|
1202
1241
|
msgid "Clear any previous registration and run subscription-manager with --force."
|
1203
1242
|
msgstr ""
|
1204
1243
|
|
1244
|
+
msgid "Clear filters"
|
1245
|
+
msgstr ""
|
1246
|
+
|
1247
|
+
msgid "Clear search"
|
1248
|
+
msgstr ""
|
1249
|
+
|
1205
1250
|
msgid "Click here to go to the tasks page for the task."
|
1206
1251
|
msgstr ""
|
1207
1252
|
|
1208
1253
|
msgid "Click {update} below to save changes."
|
1209
1254
|
msgstr ""
|
1210
1255
|
|
1256
|
+
msgid "Client key"
|
1257
|
+
msgstr ""
|
1258
|
+
|
1211
1259
|
msgid "Clone"
|
1212
1260
|
msgstr ""
|
1213
1261
|
|
@@ -1238,12 +1286,6 @@ msgstr ""
|
|
1238
1286
|
msgid "Component Content View"
|
1239
1287
|
msgstr ""
|
1240
1288
|
|
1241
|
-
msgid "Component content view"
|
1242
|
-
msgstr ""
|
1243
|
-
|
1244
|
-
msgid "Component content views"
|
1245
|
-
msgstr ""
|
1246
|
-
|
1247
1289
|
msgid "Components"
|
1248
1290
|
msgstr ""
|
1249
1291
|
|
@@ -1275,7 +1317,7 @@ msgstr ""
|
|
1275
1317
|
msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
|
1276
1318
|
msgstr ""
|
1277
1319
|
|
1278
|
-
msgid "Consisting of multiple
|
1320
|
+
msgid "Consisting of multiple content views"
|
1279
1321
|
msgstr ""
|
1280
1322
|
|
1281
1323
|
msgid "Consists of content views"
|
@@ -1413,6 +1455,12 @@ msgstr ""
|
|
1413
1455
|
msgid "Content Views"
|
1414
1456
|
msgstr "Vyhledat obsah"
|
1415
1457
|
|
1458
|
+
msgid "Content credential"
|
1459
|
+
msgstr ""
|
1460
|
+
|
1461
|
+
msgid "Content credentials"
|
1462
|
+
msgstr ""
|
1463
|
+
|
1416
1464
|
msgid "Content files to upload. Can be a single file or array of files."
|
1417
1465
|
msgstr ""
|
1418
1466
|
|
@@ -1533,6 +1581,9 @@ msgstr ""
|
|
1533
1581
|
msgid "Copy version units to library"
|
1534
1582
|
msgstr ""
|
1535
1583
|
|
1584
|
+
msgid "Cores per socket"
|
1585
|
+
msgstr ""
|
1586
|
+
|
1536
1587
|
msgid "Cores: %s"
|
1537
1588
|
msgstr ""
|
1538
1589
|
|
@@ -1650,6 +1701,9 @@ msgstr ""
|
|
1650
1701
|
msgid "Couldn't find smart proxies with id '%s'"
|
1651
1702
|
msgstr ""
|
1652
1703
|
|
1704
|
+
msgid "Couldn't find smart proxies with name '%s'"
|
1705
|
+
msgstr ""
|
1706
|
+
|
1653
1707
|
msgid "Couldn't find specified Content View and Lifecycle Environment."
|
1654
1708
|
msgstr ""
|
1655
1709
|
|
@@ -1662,6 +1716,9 @@ msgstr ""
|
|
1662
1716
|
msgid "Create"
|
1663
1717
|
msgstr ""
|
1664
1718
|
|
1719
|
+
msgid "Create ACS"
|
1720
|
+
msgstr ""
|
1721
|
+
|
1665
1722
|
msgid "Create Alternate Content Source"
|
1666
1723
|
msgstr ""
|
1667
1724
|
|
@@ -1677,6 +1734,9 @@ msgstr ""
|
|
1677
1734
|
msgid "Create Repositories"
|
1678
1735
|
msgstr ""
|
1679
1736
|
|
1737
|
+
msgid "Create Syncable Export History"
|
1738
|
+
msgstr ""
|
1739
|
+
|
1680
1740
|
msgid "Create a Content Credential"
|
1681
1741
|
msgstr ""
|
1682
1742
|
|
@@ -1684,6 +1744,9 @@ msgstr ""
|
|
1684
1744
|
msgid "Create a content view"
|
1685
1745
|
msgstr "Vyhledat obsah"
|
1686
1746
|
|
1747
|
+
msgid "Create a custom product"
|
1748
|
+
msgstr ""
|
1749
|
+
|
1687
1750
|
msgid "Create a custom repository"
|
1688
1751
|
msgstr ""
|
1689
1752
|
|
@@ -1726,17 +1789,29 @@ msgstr ""
|
|
1726
1789
|
msgid "Create filter"
|
1727
1790
|
msgstr ""
|
1728
1791
|
|
1792
|
+
msgid "Create host collection"
|
1793
|
+
msgstr ""
|
1794
|
+
|
1729
1795
|
#, fuzzy
|
1730
1796
|
msgid "Create organization"
|
1731
1797
|
msgstr "Vybrat organizaci"
|
1732
1798
|
|
1799
|
+
msgid "Create package filter rule"
|
1800
|
+
msgstr ""
|
1801
|
+
|
1802
|
+
msgid "Create rule"
|
1803
|
+
msgstr ""
|
1804
|
+
|
1805
|
+
msgid "Credentials"
|
1806
|
+
msgstr ""
|
1807
|
+
|
1733
1808
|
msgid "Critical"
|
1734
1809
|
msgstr ""
|
1735
1810
|
|
1736
1811
|
msgid "Cron expression is not valid!"
|
1737
1812
|
msgstr ""
|
1738
1813
|
|
1739
|
-
msgid "Current organization
|
1814
|
+
msgid "Current organization does not have a manifest imported."
|
1740
1815
|
msgstr ""
|
1741
1816
|
|
1742
1817
|
msgid "Current organization is not set."
|
@@ -1745,6 +1820,9 @@ msgstr ""
|
|
1745
1820
|
msgid "Current organization not set."
|
1746
1821
|
msgstr ""
|
1747
1822
|
|
1823
|
+
msgid "Custom"
|
1824
|
+
msgstr ""
|
1825
|
+
|
1748
1826
|
#, fuzzy
|
1749
1827
|
msgid "Custom Content Repositories"
|
1750
1828
|
msgstr "Repozitáře"
|
@@ -1759,6 +1837,9 @@ msgstr "Neznámý štítek repozitáře: %s"
|
|
1759
1837
|
msgid "Customize with Rex"
|
1760
1838
|
msgstr ""
|
1761
1839
|
|
1840
|
+
msgid "DEB name"
|
1841
|
+
msgstr ""
|
1842
|
+
|
1762
1843
|
msgid "Database connection"
|
1763
1844
|
msgstr ""
|
1764
1845
|
|
@@ -1774,12 +1855,18 @@ msgstr ""
|
|
1774
1855
|
msgid "Days from Now"
|
1775
1856
|
msgstr ""
|
1776
1857
|
|
1858
|
+
msgid "Deb"
|
1859
|
+
msgstr ""
|
1860
|
+
|
1777
1861
|
msgid "Deb Package"
|
1778
1862
|
msgstr ""
|
1779
1863
|
|
1780
1864
|
msgid "Deb Packages"
|
1781
1865
|
msgstr ""
|
1782
1866
|
|
1867
|
+
msgid "Deb name"
|
1868
|
+
msgstr ""
|
1869
|
+
|
1783
1870
|
msgid "Deb package identifiers to filter content by"
|
1784
1871
|
msgstr ""
|
1785
1872
|
|
@@ -2047,6 +2134,9 @@ msgstr "prostředí"
|
|
2047
2134
|
msgid "Destroy an environment in an organization"
|
2048
2135
|
msgstr ""
|
2049
2136
|
|
2137
|
+
msgid "Destroy one or more alternate content sources"
|
2138
|
+
msgstr ""
|
2139
|
+
|
2050
2140
|
msgid "Destroy one or more hosts"
|
2051
2141
|
msgstr ""
|
2052
2142
|
|
@@ -2142,9 +2232,15 @@ msgstr ""
|
|
2142
2232
|
msgid "Edit filter rule"
|
2143
2233
|
msgstr ""
|
2144
2234
|
|
2235
|
+
msgid "Edit package filter rule"
|
2236
|
+
msgstr ""
|
2237
|
+
|
2145
2238
|
msgid "Edit rule"
|
2146
2239
|
msgstr ""
|
2147
2240
|
|
2241
|
+
msgid "Edit system purpose attributes"
|
2242
|
+
msgstr ""
|
2243
|
+
|
2148
2244
|
msgid "Editing Entitlements"
|
2149
2245
|
msgstr ""
|
2150
2246
|
|
@@ -2169,6 +2265,9 @@ msgstr ""
|
|
2169
2265
|
msgid "Enable"
|
2170
2266
|
msgstr ""
|
2171
2267
|
|
2268
|
+
msgid "Enable Red Hat repositories"
|
2269
|
+
msgstr ""
|
2270
|
+
|
2172
2271
|
msgid "Enable Simple Content Access"
|
2173
2272
|
msgstr ""
|
2174
2273
|
|
@@ -2214,9 +2313,15 @@ msgstr ""
|
|
2214
2313
|
msgid "Enter a name"
|
2215
2314
|
msgstr ""
|
2216
2315
|
|
2316
|
+
msgid "Enter a name for your source."
|
2317
|
+
msgstr ""
|
2318
|
+
|
2217
2319
|
msgid "Enter a valid date: MM/DD/YYYY"
|
2218
2320
|
msgstr ""
|
2219
2321
|
|
2322
|
+
msgid "Enter basic authentication information or choose content credentials if required for this source."
|
2323
|
+
msgstr ""
|
2324
|
+
|
2220
2325
|
msgid "Entitlements"
|
2221
2326
|
msgstr ""
|
2222
2327
|
|
@@ -2362,6 +2467,11 @@ msgstr ""
|
|
2362
2467
|
msgid "Export as CSV"
|
2363
2468
|
msgstr ""
|
2364
2469
|
|
2470
|
+
msgid ""
|
2471
|
+
"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"
|
2472
|
+
" Defaults to importable."
|
2473
|
+
msgstr ""
|
2474
|
+
|
2365
2475
|
msgid "Export history identifier used for incremental export. If not provided the most recent export history will be used."
|
2366
2476
|
msgstr ""
|
2367
2477
|
|
@@ -2413,6 +2523,9 @@ msgstr ""
|
|
2413
2523
|
msgid "Fetch traces for one or more hosts"
|
2414
2524
|
msgstr ""
|
2415
2525
|
|
2526
|
+
msgid "Fetching content credentials"
|
2527
|
+
msgstr ""
|
2528
|
+
|
2416
2529
|
msgid "Field to sort the results on"
|
2417
2530
|
msgstr ""
|
2418
2531
|
|
@@ -2503,6 +2616,9 @@ msgstr ""
|
|
2503
2616
|
msgid "Filters deleted"
|
2504
2617
|
msgstr ""
|
2505
2618
|
|
2619
|
+
msgid "Filters will appear here when the filter is created."
|
2620
|
+
msgstr ""
|
2621
|
+
|
2506
2622
|
msgid "Finish"
|
2507
2623
|
msgstr ""
|
2508
2624
|
|
@@ -2607,6 +2723,9 @@ msgstr ""
|
|
2607
2723
|
msgid "Given a set of hosts and errata, lists the content view versions and environments that need updating."
|
2608
2724
|
msgstr ""
|
2609
2725
|
|
2726
|
+
msgid "Given criteria doesn't match any DEBs. Try changing your rule."
|
2727
|
+
msgstr ""
|
2728
|
+
|
2610
2729
|
msgid "Given criteria doesn't match any RPMs. Try changing your rule."
|
2611
2730
|
msgstr ""
|
2612
2731
|
|
@@ -2637,6 +2756,9 @@ msgstr ""
|
|
2637
2756
|
msgid "HTTP Proxy identifier to associated"
|
2638
2757
|
msgstr ""
|
2639
2758
|
|
2759
|
+
msgid "HW properties"
|
2760
|
+
msgstr ""
|
2761
|
+
|
2640
2762
|
msgid "Has to be > 0"
|
2641
2763
|
msgstr ""
|
2642
2764
|
|
@@ -2848,9 +2970,6 @@ msgstr ""
|
|
2848
2970
|
msgid "ID: %s doesn't exist "
|
2849
2971
|
msgstr ""
|
2850
2972
|
|
2851
|
-
msgid "Id"
|
2852
|
-
msgstr ""
|
2853
|
-
|
2854
2973
|
msgid "Id of a deb package to find repositories that contain the deb"
|
2855
2974
|
msgstr ""
|
2856
2975
|
|
@@ -3130,6 +3249,9 @@ msgstr ""
|
|
3130
3249
|
msgid "Index package groups"
|
3131
3250
|
msgstr ""
|
3132
3251
|
|
3252
|
+
msgid "Indicate the source type."
|
3253
|
+
msgstr ""
|
3254
|
+
|
3133
3255
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3134
3256
|
msgstr ""
|
3135
3257
|
|
@@ -3220,6 +3342,9 @@ msgstr ""
|
|
3220
3342
|
msgid "Installation status"
|
3221
3343
|
msgstr ""
|
3222
3344
|
|
3345
|
+
msgid "Installed"
|
3346
|
+
msgstr ""
|
3347
|
+
|
3223
3348
|
#, fuzzy
|
3224
3349
|
msgid "Installed Packages"
|
3225
3350
|
msgstr "všechny balíčky"
|
@@ -3300,6 +3425,9 @@ msgstr ""
|
|
3300
3425
|
msgid "Invalid event_type %s"
|
3301
3426
|
msgstr ""
|
3302
3427
|
|
3428
|
+
msgid "Invalid export format provided. Format must be one of %s "
|
3429
|
+
msgstr ""
|
3430
|
+
|
3303
3431
|
msgid "Invalid filter rule specified, 'version' cannot be specified in the same tuple as 'min_version' or 'max_version'"
|
3304
3432
|
msgstr ""
|
3305
3433
|
|
@@ -3318,6 +3446,9 @@ msgstr ""
|
|
3318
3446
|
msgid "Invalid params provided - date_type must be one of %s"
|
3319
3447
|
msgstr ""
|
3320
3448
|
|
3449
|
+
msgid "Invalid release version: [%s]"
|
3450
|
+
msgstr ""
|
3451
|
+
|
3321
3452
|
msgid "Invalid repository in the metadata %{repo} error=%{error}"
|
3322
3453
|
msgstr ""
|
3323
3454
|
|
@@ -3336,7 +3467,10 @@ msgstr ""
|
|
3336
3467
|
msgid "Issued from"
|
3337
3468
|
msgstr ""
|
3338
3469
|
|
3339
|
-
msgid "Job ${description}
|
3470
|
+
msgid "Job '${description}' completed"
|
3471
|
+
msgstr ""
|
3472
|
+
|
3473
|
+
msgid "Job '${description}' has started."
|
3340
3474
|
msgstr ""
|
3341
3475
|
|
3342
3476
|
msgid "Katello ID of local pool to update"
|
@@ -3408,9 +3542,18 @@ msgstr ""
|
|
3408
3542
|
msgid "Label of the content view"
|
3409
3543
|
msgstr ""
|
3410
3544
|
|
3545
|
+
msgid "Last Refresh"
|
3546
|
+
msgstr ""
|
3547
|
+
|
3548
|
+
msgid "Last check-in:"
|
3549
|
+
msgstr ""
|
3550
|
+
|
3411
3551
|
msgid "Last published"
|
3412
3552
|
msgstr ""
|
3413
3553
|
|
3554
|
+
msgid "Last refresh :"
|
3555
|
+
msgstr ""
|
3556
|
+
|
3414
3557
|
msgid "Last task"
|
3415
3558
|
msgstr ""
|
3416
3559
|
|
@@ -3599,6 +3742,9 @@ msgstr ""
|
|
3599
3742
|
msgid "List of Products for sync plan"
|
3600
3743
|
msgstr ""
|
3601
3744
|
|
3745
|
+
msgid "List of alternate content source IDs"
|
3746
|
+
msgstr ""
|
3747
|
+
|
3602
3748
|
msgid "List of alternate_content_sources"
|
3603
3749
|
msgstr ""
|
3604
3750
|
|
@@ -3802,6 +3948,12 @@ msgstr ""
|
|
3802
3948
|
msgid "Manifest refreshed"
|
3803
3949
|
msgstr ""
|
3804
3950
|
|
3951
|
+
msgid "Manual"
|
3952
|
+
msgstr ""
|
3953
|
+
|
3954
|
+
msgid "Manual authentication"
|
3955
|
+
msgstr ""
|
3956
|
+
|
3805
3957
|
msgid "Mark Content Host Statuses as Unknown for %s"
|
3806
3958
|
msgstr ""
|
3807
3959
|
|
@@ -3865,6 +4017,9 @@ msgstr ""
|
|
3865
4017
|
msgid "Missing arguments %{substitutions} for %{content_url}"
|
3866
4018
|
msgstr ""
|
3867
4019
|
|
4020
|
+
msgid "Model"
|
4021
|
+
msgstr ""
|
4022
|
+
|
3868
4023
|
msgid "Moderate"
|
3869
4024
|
msgstr ""
|
3870
4025
|
|
@@ -3886,7 +4041,7 @@ msgstr ""
|
|
3886
4041
|
msgid "Module streams"
|
3887
4042
|
msgstr ""
|
3888
4043
|
|
3889
|
-
msgid "Module streams will appear here
|
4044
|
+
msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
|
3890
4045
|
msgstr ""
|
3891
4046
|
|
3892
4047
|
msgid "Multi-entitlement"
|
@@ -3920,9 +4075,6 @@ msgstr ""
|
|
3920
4075
|
msgid "Name"
|
3921
4076
|
msgstr ""
|
3922
4077
|
|
3923
|
-
msgid "Name is a required parameter."
|
3924
|
-
msgstr ""
|
3925
|
-
|
3926
4078
|
msgid "Name of new activation key"
|
3927
4079
|
msgstr ""
|
3928
4080
|
|
@@ -3944,6 +4096,12 @@ msgstr ""
|
|
3944
4096
|
msgid "Name of the upstream docker repository"
|
3945
4097
|
msgstr ""
|
3946
4098
|
|
4099
|
+
msgid "Name source"
|
4100
|
+
msgstr ""
|
4101
|
+
|
4102
|
+
msgid "Names of smart proxies to associate"
|
4103
|
+
msgstr ""
|
4104
|
+
|
3947
4105
|
msgid "Needs to only be set for docker tags"
|
3948
4106
|
msgstr ""
|
3949
4107
|
|
@@ -3957,6 +4115,9 @@ msgstr "Host"
|
|
3957
4115
|
msgid "Network Sync"
|
3958
4116
|
msgstr ""
|
3959
4117
|
|
4118
|
+
msgid "Never"
|
4119
|
+
msgstr ""
|
4120
|
+
|
3960
4121
|
msgid "Never Synced"
|
3961
4122
|
msgstr ""
|
3962
4123
|
|
@@ -4140,6 +4301,9 @@ msgstr ""
|
|
4140
4301
|
msgid "No matching ${selectedContentType} found"
|
4141
4302
|
msgstr ""
|
4142
4303
|
|
4304
|
+
msgid "No matching DEB found."
|
4305
|
+
msgstr ""
|
4306
|
+
|
4143
4307
|
msgid "No matching RPM found."
|
4144
4308
|
msgstr ""
|
4145
4309
|
|
@@ -4303,6 +4467,9 @@ msgstr ""
|
|
4303
4467
|
msgid "Not all necessary pulp workers running at %s."
|
4304
4468
|
msgstr ""
|
4305
4469
|
|
4470
|
+
msgid "Not installed"
|
4471
|
+
msgstr ""
|
4472
|
+
|
4306
4473
|
msgid "Not running"
|
4307
4474
|
msgstr ""
|
4308
4475
|
|
@@ -4321,6 +4488,9 @@ msgstr ""
|
|
4321
4488
|
msgid "Nothing selected"
|
4322
4489
|
msgstr ""
|
4323
4490
|
|
4491
|
+
msgid "Number of CPU(s)"
|
4492
|
+
msgstr ""
|
4493
|
+
|
4324
4494
|
msgid "Number of host applicability calculations to process per task."
|
4325
4495
|
msgstr ""
|
4326
4496
|
|
@@ -4333,6 +4503,9 @@ msgstr ""
|
|
4333
4503
|
msgid "Number to Allocate"
|
4334
4504
|
msgstr ""
|
4335
4505
|
|
4506
|
+
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
4507
|
+
msgstr ""
|
4508
|
+
|
4336
4509
|
msgid "OSTree Branch"
|
4337
4510
|
msgstr ""
|
4338
4511
|
|
@@ -4693,12 +4866,6 @@ msgstr ""
|
|
4693
4866
|
msgid "Path"
|
4694
4867
|
msgstr ""
|
4695
4868
|
|
4696
|
-
msgid "Path for ssl cert used for pulp server auth"
|
4697
|
-
msgstr ""
|
4698
|
-
|
4699
|
-
msgid "Path for ssl key used for pulp server auth"
|
4700
|
-
msgstr ""
|
4701
|
-
|
4702
4869
|
msgid "Path suffixes for finding alternate content"
|
4703
4870
|
msgstr ""
|
4704
4871
|
|
@@ -4970,12 +5137,6 @@ msgstr ""
|
|
4970
5137
|
msgid "Pulp bulk load size"
|
4971
5138
|
msgstr ""
|
4972
5139
|
|
4973
|
-
msgid "Pulp client cert"
|
4974
|
-
msgstr ""
|
4975
|
-
|
4976
|
-
msgid "Pulp client key"
|
4977
|
-
msgstr ""
|
4978
|
-
|
4979
5140
|
msgid "Pulp database connection issue at %s."
|
4980
5141
|
msgstr ""
|
4981
5142
|
|
@@ -5054,6 +5215,9 @@ msgstr ""
|
|
5054
5215
|
msgid "Quantity to Allocate"
|
5055
5216
|
msgstr ""
|
5056
5217
|
|
5218
|
+
msgid "RAM"
|
5219
|
+
msgstr ""
|
5220
|
+
|
5057
5221
|
msgid "RAM: %s GB"
|
5058
5222
|
msgstr ""
|
5059
5223
|
|
@@ -5155,6 +5319,9 @@ msgstr ""
|
|
5155
5319
|
msgid "Refresh"
|
5156
5320
|
msgstr ""
|
5157
5321
|
|
5322
|
+
msgid "Refresh Alternate Content Source"
|
5323
|
+
msgstr ""
|
5324
|
+
|
5158
5325
|
msgid "Refresh Content Host Statuses for %s"
|
5159
5326
|
msgstr ""
|
5160
5327
|
|
@@ -5162,9 +5329,18 @@ msgstr ""
|
|
5162
5329
|
msgid "Refresh Manifest"
|
5163
5330
|
msgstr "Smazat role"
|
5164
5331
|
|
5332
|
+
msgid "Refresh alternate content sources"
|
5333
|
+
msgstr ""
|
5334
|
+
|
5335
|
+
msgid "Refresh an alternate content source"
|
5336
|
+
msgstr ""
|
5337
|
+
|
5165
5338
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5166
5339
|
msgstr ""
|
5167
5340
|
|
5341
|
+
msgid "Refresh source"
|
5342
|
+
msgstr ""
|
5343
|
+
|
5168
5344
|
msgid "Refresh_Content_Host_Status"
|
5169
5345
|
msgstr ""
|
5170
5346
|
|
@@ -5198,24 +5374,27 @@ msgstr ""
|
|
5198
5374
|
msgid "Reindex subscriptions"
|
5199
5375
|
msgstr ""
|
5200
5376
|
|
5201
|
-
msgid "Related
|
5377
|
+
msgid "Related composite content views"
|
5202
5378
|
msgstr ""
|
5203
5379
|
|
5204
|
-
msgid "Related
|
5380
|
+
msgid "Related composite content views: "
|
5205
5381
|
msgstr ""
|
5206
5382
|
|
5207
|
-
msgid "Related
|
5383
|
+
msgid "Related content views"
|
5208
5384
|
msgstr ""
|
5209
5385
|
|
5210
|
-
msgid "Related
|
5386
|
+
msgid "Related content views will appear here when created."
|
5211
5387
|
msgstr ""
|
5212
5388
|
|
5213
|
-
msgid "Related content views
|
5389
|
+
msgid "Related content views: "
|
5214
5390
|
msgstr ""
|
5215
5391
|
|
5216
5392
|
msgid "Release"
|
5217
5393
|
msgstr ""
|
5218
5394
|
|
5395
|
+
msgid "Release version"
|
5396
|
+
msgstr ""
|
5397
|
+
|
5219
5398
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
5220
5399
|
msgstr ""
|
5221
5400
|
|
@@ -5234,6 +5413,9 @@ msgstr ""
|
|
5234
5413
|
msgid "Remote action:"
|
5235
5414
|
msgstr ""
|
5236
5415
|
|
5416
|
+
msgid "Remote execution job '${description}' failed."
|
5417
|
+
msgstr ""
|
5418
|
+
|
5237
5419
|
msgid "Removal of package group(s) requested: %{groups}"
|
5238
5420
|
msgstr ""
|
5239
5421
|
|
@@ -5441,7 +5623,7 @@ msgstr ""
|
|
5441
5623
|
msgid "Repository sets reset to default"
|
5442
5624
|
msgstr ""
|
5443
5625
|
|
5444
|
-
msgid "Repository sets will appear here
|
5626
|
+
msgid "Repository sets will appear here after enabling Red Hat repositories or creating custom products."
|
5445
5627
|
msgstr ""
|
5446
5628
|
|
5447
5629
|
msgid "Republish Repositories of %{name} %{version}"
|
@@ -5576,6 +5758,9 @@ msgstr ""
|
|
5576
5758
|
msgid "Return packages that can be added to the specified object. Only the value 'content_view_version' is supported."
|
5577
5759
|
msgstr ""
|
5578
5760
|
|
5761
|
+
msgid "Return same, different or all results"
|
5762
|
+
msgstr ""
|
5763
|
+
|
5579
5764
|
msgid "Return subscriptions that match installed products of the specified host"
|
5580
5765
|
msgstr ""
|
5581
5766
|
|
@@ -5594,6 +5779,9 @@ msgstr ""
|
|
5594
5779
|
msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
|
5595
5780
|
msgstr ""
|
5596
5781
|
|
5782
|
+
msgid "Review Details"
|
5783
|
+
msgstr ""
|
5784
|
+
|
5597
5785
|
msgid "Review affected environment"
|
5598
5786
|
msgstr ""
|
5599
5787
|
|
@@ -5630,12 +5818,27 @@ msgstr ""
|
|
5630
5818
|
msgid "SKU"
|
5631
5819
|
msgstr ""
|
5632
5820
|
|
5821
|
+
msgid "SLA"
|
5822
|
+
msgstr ""
|
5823
|
+
|
5633
5824
|
msgid "SRPM details"
|
5634
5825
|
msgstr ""
|
5635
5826
|
|
5636
5827
|
msgid "SSL CA Content Credential"
|
5637
5828
|
msgstr ""
|
5638
5829
|
|
5830
|
+
msgid "SSL CA certificate"
|
5831
|
+
msgstr ""
|
5832
|
+
|
5833
|
+
msgid "SSL Cert"
|
5834
|
+
msgstr ""
|
5835
|
+
|
5836
|
+
msgid "SSL client certificate"
|
5837
|
+
msgstr ""
|
5838
|
+
|
5839
|
+
msgid "SSL client key"
|
5840
|
+
msgstr ""
|
5841
|
+
|
5639
5842
|
msgid "SSL version used to communicate with the CDN"
|
5640
5843
|
msgstr ""
|
5641
5844
|
|
@@ -5645,6 +5848,9 @@ msgstr ""
|
|
5645
5848
|
msgid "Save"
|
5646
5849
|
msgstr ""
|
5647
5850
|
|
5851
|
+
msgid "Saving alternate content source..."
|
5852
|
+
msgstr ""
|
5853
|
+
|
5648
5854
|
msgid "Schedule errata for installation using katello-agent. %s"
|
5649
5855
|
msgstr ""
|
5650
5856
|
|
@@ -5718,6 +5924,15 @@ msgstr ""
|
|
5718
5924
|
msgid "Select Value"
|
5719
5925
|
msgstr ""
|
5720
5926
|
|
5927
|
+
msgid "Select a CA certificate"
|
5928
|
+
msgstr ""
|
5929
|
+
|
5930
|
+
msgid "Select a client certificate"
|
5931
|
+
msgstr ""
|
5932
|
+
|
5933
|
+
msgid "Select a client key"
|
5934
|
+
msgstr ""
|
5935
|
+
|
5721
5936
|
msgid "Select a content view"
|
5722
5937
|
msgstr ""
|
5723
5938
|
|
@@ -5733,6 +5948,9 @@ msgstr ""
|
|
5733
5948
|
msgid "Select a provider to install katello-host-tools-tracer"
|
5734
5949
|
msgstr ""
|
5735
5950
|
|
5951
|
+
msgid "Select add-ons"
|
5952
|
+
msgstr ""
|
5953
|
+
|
5736
5954
|
msgid "Select all"
|
5737
5955
|
msgstr ""
|
5738
5956
|
|
@@ -5755,7 +5973,7 @@ msgstr ""
|
|
5755
5973
|
msgid "Select available version of ${cvName} to use"
|
5756
5974
|
msgstr ""
|
5757
5975
|
|
5758
|
-
msgid "Select available version of
|
5976
|
+
msgid "Select available version of content views to use"
|
5759
5977
|
msgstr ""
|
5760
5978
|
|
5761
5979
|
msgid "Select content view"
|
@@ -5791,6 +6009,18 @@ msgstr ""
|
|
5791
6009
|
msgid "Select row"
|
5792
6010
|
msgstr ""
|
5793
6011
|
|
6012
|
+
msgid "Select smart proxies to be used with this source."
|
6013
|
+
msgstr ""
|
6014
|
+
|
6015
|
+
msgid "Select smart proxy"
|
6016
|
+
msgstr ""
|
6017
|
+
|
6018
|
+
msgid "Select source type"
|
6019
|
+
msgstr ""
|
6020
|
+
|
6021
|
+
msgid "Select system purpose attributes for host {hostName}."
|
6022
|
+
msgstr ""
|
6023
|
+
|
5794
6024
|
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."
|
5795
6025
|
msgstr ""
|
5796
6026
|
|
@@ -5929,6 +6159,9 @@ msgstr ""
|
|
5929
6159
|
msgid "Show releases available for the content host"
|
5930
6160
|
msgstr ""
|
5931
6161
|
|
6162
|
+
msgid "Show repositories enabled on the host that are known to Katello"
|
6163
|
+
msgstr ""
|
6164
|
+
|
5932
6165
|
msgid "Show the available repository types"
|
5933
6166
|
msgstr ""
|
5934
6167
|
|
@@ -5962,12 +6195,18 @@ msgstr ""
|
|
5962
6195
|
msgid "Skipped pulp_auth check after failed pulp check"
|
5963
6196
|
msgstr ""
|
5964
6197
|
|
6198
|
+
msgid "Smart proxies"
|
6199
|
+
msgstr ""
|
6200
|
+
|
5965
6201
|
msgid "Smart proxy IDs"
|
5966
6202
|
msgstr ""
|
5967
6203
|
|
5968
6204
|
msgid "Smart proxy content source not found!"
|
5969
6205
|
msgstr ""
|
5970
6206
|
|
6207
|
+
msgid "Sockets"
|
6208
|
+
msgstr ""
|
6209
|
+
|
5971
6210
|
msgid "Sockets: %s"
|
5972
6211
|
msgstr ""
|
5973
6212
|
|
@@ -6061,6 +6300,9 @@ msgstr ""
|
|
6061
6300
|
msgid "Something went wrong while loading the content views. See the logs for more information"
|
6062
6301
|
msgstr ""
|
6063
6302
|
|
6303
|
+
msgid "Something went wrong while refreshing this alternate content source! ${getResponseErrorMsgs(error.response)}"
|
6304
|
+
msgstr ""
|
6305
|
+
|
6064
6306
|
msgid "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}"
|
6065
6307
|
msgstr ""
|
6066
6308
|
|
@@ -6112,6 +6354,9 @@ msgstr ""
|
|
6112
6354
|
msgid "Source RPMs"
|
6113
6355
|
msgstr ""
|
6114
6356
|
|
6357
|
+
msgid "Source type"
|
6358
|
+
msgstr ""
|
6359
|
+
|
6115
6360
|
msgid "Specify an export chunk size less than 1_000_000 GB"
|
6116
6361
|
msgstr ""
|
6117
6362
|
|
@@ -6170,6 +6415,9 @@ msgstr ""
|
|
6170
6415
|
msgid "Subnet IDs"
|
6171
6416
|
msgstr ""
|
6172
6417
|
|
6418
|
+
msgid "Subpaths"
|
6419
|
+
msgstr ""
|
6420
|
+
|
6173
6421
|
#, fuzzy
|
6174
6422
|
msgid "Subscription"
|
6175
6423
|
msgstr "organizace"
|
@@ -6272,6 +6520,9 @@ msgstr ""
|
|
6272
6520
|
msgid "Successfully initiated removal of %s product(s)"
|
6273
6521
|
msgstr ""
|
6274
6522
|
|
6523
|
+
msgid "Successfully refreshed."
|
6524
|
+
msgstr ""
|
6525
|
+
|
6275
6526
|
msgid "Successfully removed %s Host(s)."
|
6276
6527
|
msgstr ""
|
6277
6528
|
|
@@ -6369,6 +6620,9 @@ msgstr ""
|
|
6369
6620
|
msgid "Sync state"
|
6370
6621
|
msgstr ""
|
6371
6622
|
|
6623
|
+
msgid "Syncable export"
|
6624
|
+
msgstr ""
|
6625
|
+
|
6372
6626
|
msgid "Synced "
|
6373
6627
|
msgstr ""
|
6374
6628
|
|
@@ -6419,6 +6673,12 @@ msgstr ""
|
|
6419
6673
|
msgid "System purpose"
|
6420
6674
|
msgstr ""
|
6421
6675
|
|
6676
|
+
msgid "System purpose allows you to set the system\\'s intended use on your network and improves the reporting of usage in Subscription Watch."
|
6677
|
+
msgstr ""
|
6678
|
+
|
6679
|
+
msgid "System purpose attributes updated"
|
6680
|
+
msgstr ""
|
6681
|
+
|
6422
6682
|
msgid "Tag name"
|
6423
6683
|
msgstr ""
|
6424
6684
|
|
@@ -6587,6 +6847,9 @@ msgstr ""
|
|
6587
6847
|
msgid "The repository is already enabled"
|
6588
6848
|
msgstr "Neznámý štítek repozitáře: %s"
|
6589
6849
|
|
6850
|
+
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
6851
|
+
msgstr ""
|
6852
|
+
|
6590
6853
|
msgid "The request did not contain any repository information."
|
6591
6854
|
msgstr ""
|
6592
6855
|
|
@@ -6653,6 +6916,9 @@ msgstr ""
|
|
6653
6916
|
msgid "There is no Manifest History to display."
|
6654
6917
|
msgstr ""
|
6655
6918
|
|
6919
|
+
msgid "There is no downloaded content to clean."
|
6920
|
+
msgstr ""
|
6921
|
+
|
6656
6922
|
msgid "There is no such HTTP proxy"
|
6657
6923
|
msgstr ""
|
6658
6924
|
|
@@ -6809,6 +7075,9 @@ msgstr ""
|
|
6809
7075
|
msgid "Total steps: "
|
6810
7076
|
msgstr ""
|
6811
7077
|
|
7078
|
+
msgid "Tracer"
|
7079
|
+
msgstr ""
|
7080
|
+
|
6812
7081
|
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
6813
7082
|
msgstr ""
|
6814
7083
|
|
@@ -6818,18 +7087,30 @@ msgstr ""
|
|
6818
7087
|
msgid "Traces"
|
6819
7088
|
msgstr ""
|
6820
7089
|
|
7090
|
+
msgid "Traces are being enabled"
|
7091
|
+
msgstr ""
|
7092
|
+
|
6821
7093
|
msgid "Traces are not enabled"
|
6822
7094
|
msgstr ""
|
6823
7095
|
|
6824
7096
|
msgid "Traces help administrators identify applications that need to be restarted after a system is patched."
|
6825
7097
|
msgstr ""
|
6826
7098
|
|
7099
|
+
msgid "Traces may be enabled by a user with the appropriate permissions."
|
7100
|
+
msgstr ""
|
7101
|
+
|
6827
7102
|
msgid "Traces may be listed here after {pkgLink}."
|
6828
7103
|
msgstr ""
|
6829
7104
|
|
7105
|
+
msgid "Traces not available"
|
7106
|
+
msgstr ""
|
7107
|
+
|
6830
7108
|
msgid "Traces that require logout cannot be restarted remotely"
|
6831
7109
|
msgstr ""
|
6832
7110
|
|
7111
|
+
msgid "Traces will be shown here to a user with the appropriate permissions."
|
7112
|
+
msgstr ""
|
7113
|
+
|
6833
7114
|
msgid "Trigger an auto-attach of subscriptions"
|
6834
7115
|
msgstr ""
|
6835
7116
|
|
@@ -6863,6 +7144,9 @@ msgstr ""
|
|
6863
7144
|
msgid "URL"
|
6864
7145
|
msgstr ""
|
6865
7146
|
|
7147
|
+
msgid "URL and paths"
|
7148
|
+
msgstr ""
|
7149
|
+
|
6866
7150
|
msgid "URL needs to have a trailing /"
|
6867
7151
|
msgstr ""
|
6868
7152
|
|
@@ -6896,6 +7180,9 @@ msgstr ""
|
|
6896
7180
|
msgid "Unable to connect. Got: %s"
|
6897
7181
|
msgstr ""
|
6898
7182
|
|
7183
|
+
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."
|
7184
|
+
msgstr ""
|
7185
|
+
|
6899
7186
|
msgid "Unable to detect pulp storage"
|
6900
7187
|
msgstr ""
|
6901
7188
|
|
@@ -6929,6 +7216,9 @@ msgstr ""
|
|
6929
7216
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
6930
7217
|
msgstr ""
|
6931
7218
|
|
7219
|
+
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."
|
7220
|
+
msgstr ""
|
7221
|
+
|
6932
7222
|
msgid "Unable to send errata e-mail notification: %{error}"
|
6933
7223
|
msgstr ""
|
6934
7224
|
|
@@ -7273,6 +7563,9 @@ msgstr ""
|
|
7273
7563
|
msgid "Usage of host"
|
7274
7564
|
msgstr ""
|
7275
7565
|
|
7566
|
+
msgid "Usage type"
|
7567
|
+
msgstr ""
|
7568
|
+
|
7276
7569
|
msgid "Use remote execution by default"
|
7277
7570
|
msgstr ""
|
7278
7571
|
|
@@ -7318,6 +7611,9 @@ msgstr ""
|
|
7318
7611
|
msgid "Value must either be a boolean or 'default' for 'enabled'"
|
7319
7612
|
msgstr ""
|
7320
7613
|
|
7614
|
+
msgid "Verify SSL"
|
7615
|
+
msgstr ""
|
7616
|
+
|
7321
7617
|
msgid "Verify checksum"
|
7322
7618
|
msgstr ""
|
7323
7619
|
|
@@ -7378,7 +7674,10 @@ msgstr ""
|
|
7378
7674
|
msgid "View tasks "
|
7379
7675
|
msgstr ""
|
7380
7676
|
|
7381
|
-
msgid "View the Content Views page
|
7677
|
+
msgid "View the Content Views page"
|
7678
|
+
msgstr ""
|
7679
|
+
|
7680
|
+
msgid "View the job"
|
7382
7681
|
msgstr ""
|
7383
7682
|
|
7384
7683
|
#, fuzzy
|
@@ -7529,6 +7828,9 @@ msgstr ""
|
|
7529
7828
|
msgid "Your search returned no matching "
|
7530
7829
|
msgstr ""
|
7531
7830
|
|
7831
|
+
msgid "Your search returned no matching DEBs."
|
7832
|
+
msgstr ""
|
7833
|
+
|
7532
7834
|
msgid "Your search returned no matching Module streams."
|
7533
7835
|
msgstr ""
|
7534
7836
|
|
@@ -7541,6 +7843,9 @@ msgstr ""
|
|
7541
7843
|
msgid "Your search returned no matching hosts."
|
7542
7844
|
msgstr ""
|
7543
7845
|
|
7846
|
+
msgid "Yum"
|
7847
|
+
msgstr ""
|
7848
|
+
|
7544
7849
|
msgid "Yum Metadata: %s"
|
7545
7850
|
msgstr ""
|
7546
7851
|
|
@@ -7792,7 +8097,7 @@ msgstr ""
|
|
7792
8097
|
msgid "create a filter for a content view"
|
7793
8098
|
msgstr ""
|
7794
8099
|
|
7795
|
-
msgid "deb
|
8100
|
+
msgid "deb, package, package group, or docker tag names"
|
7796
8101
|
msgstr ""
|
7797
8102
|
|
7798
8103
|
msgid "deb_ids is not an array"
|
@@ -7820,6 +8125,9 @@ msgstr ""
|
|
7820
8125
|
msgid "description of the repository"
|
7821
8126
|
msgstr ""
|
7822
8127
|
|
8128
|
+
msgid "disk"
|
8129
|
+
msgstr ""
|
8130
|
+
|
7823
8131
|
msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
|
7824
8132
|
msgstr ""
|
7825
8133
|
|
@@ -8342,7 +8650,7 @@ msgstr ""
|
|
8342
8650
|
msgid "true if this repository when synced has to be mirrored from the source and stale rpms removed (Deprecated)"
|
8343
8651
|
msgstr ""
|
8344
8652
|
|
8345
|
-
msgid "type of filter (e.g. rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8653
|
+
msgid "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)"
|
8346
8654
|
msgstr ""
|
8347
8655
|
|
8348
8656
|
msgid "type of repo"
|