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
@@ -0,0 +1,118 @@
|
|
1
|
+
import React, { useState } from 'react';
|
2
|
+
import { useDispatch } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
5
|
+
import { ActionGroup, Button, Form, FormGroup, Modal, ModalVariant, TextArea, TextInput } from '@patternfly/react-core';
|
6
|
+
import { editACS, getACSDetails } from '../../ACSActions';
|
7
|
+
|
8
|
+
const ACSEditURLPaths = ({ onClose, acsId, acsDetails }) => {
|
9
|
+
const { subpaths, base_url: url } = acsDetails;
|
10
|
+
const dispatch = useDispatch();
|
11
|
+
const [acsUrl, setAcsUrl] = useState(url);
|
12
|
+
const [acsSubpath, setAcsSubpath] = useState(subpaths.join() || '');
|
13
|
+
const [saving, setSaving] = useState(false);
|
14
|
+
|
15
|
+
const onSubmit = () => {
|
16
|
+
setSaving(true);
|
17
|
+
let params = { id: acsId, base_url: acsUrl };
|
18
|
+
if (acsSubpath !== '') {
|
19
|
+
params = { subpaths: acsSubpath.split(','), ...params };
|
20
|
+
} else {
|
21
|
+
params = { subpaths: [], ...params };
|
22
|
+
}
|
23
|
+
dispatch(editACS(
|
24
|
+
acsId,
|
25
|
+
params,
|
26
|
+
() => {
|
27
|
+
dispatch(getACSDetails(acsId));
|
28
|
+
onClose();
|
29
|
+
},
|
30
|
+
() => {
|
31
|
+
setSaving(false);
|
32
|
+
},
|
33
|
+
));
|
34
|
+
};
|
35
|
+
|
36
|
+
return (
|
37
|
+
<Modal
|
38
|
+
title={__('Edit Alternate content source URL and subpaths')}
|
39
|
+
variant={ModalVariant.small}
|
40
|
+
isOpen
|
41
|
+
onClose={onClose}
|
42
|
+
appendTo={document.body}
|
43
|
+
>
|
44
|
+
<Form onSubmit={(e) => {
|
45
|
+
e.preventDefault();
|
46
|
+
onSubmit();
|
47
|
+
}}
|
48
|
+
>
|
49
|
+
<FormGroup
|
50
|
+
label={__('Base URL')}
|
51
|
+
type="string"
|
52
|
+
fieldId="acs_base_url"
|
53
|
+
isRequired
|
54
|
+
>
|
55
|
+
<TextInput
|
56
|
+
isRequired
|
57
|
+
type="text"
|
58
|
+
id="acs_base_url_field"
|
59
|
+
name="acs_base_url_field"
|
60
|
+
aria-label="acs_base_url_field"
|
61
|
+
placeholder="https:// or file://"
|
62
|
+
value={acsUrl}
|
63
|
+
onChange={(value) => {
|
64
|
+
setAcsUrl(value);
|
65
|
+
}}
|
66
|
+
/>
|
67
|
+
</FormGroup>
|
68
|
+
<FormGroup
|
69
|
+
label={__('Subpaths')}
|
70
|
+
type="string"
|
71
|
+
fieldId="acs_subpaths"
|
72
|
+
>
|
73
|
+
<TextArea
|
74
|
+
placeholder="test/repo1/, test/repo2/,"
|
75
|
+
value={acsSubpath}
|
76
|
+
onChange={(value) => {
|
77
|
+
setAcsSubpath(value);
|
78
|
+
}}
|
79
|
+
name="acs_subpath_field"
|
80
|
+
id="acs_subpath_field"
|
81
|
+
aria-label="acs_subpath_field"
|
82
|
+
/>
|
83
|
+
</FormGroup>
|
84
|
+
<ActionGroup>
|
85
|
+
<Button
|
86
|
+
ouiaId="edit-acs-url-submit"
|
87
|
+
aria-label="edit_acs_url"
|
88
|
+
variant="primary"
|
89
|
+
isDisabled={saving || acsUrl.length === 0}
|
90
|
+
isLoading={saving}
|
91
|
+
type="submit"
|
92
|
+
>
|
93
|
+
{__('Edit ACS')}
|
94
|
+
</Button>
|
95
|
+
<Button ouiaId="edit-acs-url-cancel" variant="link" onClick={onClose}>
|
96
|
+
{__('Cancel')}
|
97
|
+
</Button>
|
98
|
+
</ActionGroup>
|
99
|
+
</Form>
|
100
|
+
</Modal>
|
101
|
+
);
|
102
|
+
};
|
103
|
+
|
104
|
+
ACSEditURLPaths.propTypes = {
|
105
|
+
acsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
106
|
+
onClose: PropTypes.func.isRequired,
|
107
|
+
acsDetails: PropTypes.shape({
|
108
|
+
base_url: PropTypes.string,
|
109
|
+
subpaths: PropTypes.arrayOf(PropTypes.string),
|
110
|
+
id: PropTypes.number,
|
111
|
+
}),
|
112
|
+
};
|
113
|
+
|
114
|
+
ACSEditURLPaths.defaultProps = {
|
115
|
+
acsDetails: { base_url: '', subpaths: '', id: undefined },
|
116
|
+
};
|
117
|
+
|
118
|
+
export default ACSEditURLPaths;
|
@@ -0,0 +1,242 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { act, fireEvent, patientlyWaitFor, renderWithRedux } from 'react-testing-lib-wrapper';
|
3
|
+
import { Route } from 'react-router-dom';
|
4
|
+
import { assertNockRequest, nockInstance } from '../../../../test-utils/nockWrapper';
|
5
|
+
import api from '../../../../services/api';
|
6
|
+
import ACSExpandableDetails from '../ACSExpandableDetails';
|
7
|
+
import acsDetails from './acsDetails.fixtures';
|
8
|
+
import simplifiedAcsDetails from './simplifiedAcsDetails.fixtures.json';
|
9
|
+
import productsList from './acsProducts.fixtures.json';
|
10
|
+
|
11
|
+
const acsDetailsURL = api.getApiUrl('/alternate_content_sources/1');
|
12
|
+
const withACSRoute = component => <Route path="/labs/alternate_content_sources/:id([0-9]+)">{component}</Route>;
|
13
|
+
const productsURL = api.getApiUrl('/products');
|
14
|
+
|
15
|
+
test('Can show custom ACS details expandable sections with edit buttons', async (done) => {
|
16
|
+
const renderOptions = {
|
17
|
+
routerParams: {
|
18
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
19
|
+
},
|
20
|
+
};
|
21
|
+
const acsDetailsScope = nockInstance
|
22
|
+
.get(acsDetailsURL)
|
23
|
+
.query(true)
|
24
|
+
.reply(200, acsDetails);
|
25
|
+
const { queryByText, getByLabelText } =
|
26
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
27
|
+
|
28
|
+
// Nothing will show at first, page is loading
|
29
|
+
expect(queryByText('test_acs')).toBeNull();
|
30
|
+
expect(queryByText('Hide details')).toBeNull();
|
31
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
32
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
33
|
+
expect(queryByText('Show credentials')).toBeNull();
|
34
|
+
// Assert that the ACS name and expandable sections
|
35
|
+
// are now showing on the screen, but wait for it to appear.
|
36
|
+
await patientlyWaitFor(() => {
|
37
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
38
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
39
|
+
expect(getByLabelText('edit-details-pencil-edit')).toBeInTheDocument();
|
40
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
41
|
+
expect(getByLabelText('edit-smart-proxies-pencil-edit')).toBeInTheDocument();
|
42
|
+
expect(queryByText('Show URL and subpaths')).toBeInTheDocument();
|
43
|
+
expect(getByLabelText('edit-urls-pencil-edit')).toBeInTheDocument();
|
44
|
+
expect(queryByText('Show credentials')).toBeInTheDocument();
|
45
|
+
expect(getByLabelText('edit-credentials-pencil-edit')).toBeInTheDocument();
|
46
|
+
});
|
47
|
+
assertNockRequest(acsDetailsScope, done);
|
48
|
+
act(done);
|
49
|
+
});
|
50
|
+
|
51
|
+
test('Can open and close edit ACS details modal', async (done) => {
|
52
|
+
const renderOptions = {
|
53
|
+
routerParams: {
|
54
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
55
|
+
},
|
56
|
+
};
|
57
|
+
const acsDetailsScope = nockInstance
|
58
|
+
.get(acsDetailsURL)
|
59
|
+
.query(true)
|
60
|
+
.reply(200, acsDetails);
|
61
|
+
const { queryByText, getByLabelText } =
|
62
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
63
|
+
|
64
|
+
// Nothing will show at first, page is loading
|
65
|
+
expect(queryByText('test_acs')).toBeNull();
|
66
|
+
expect(queryByText('Hide details')).toBeNull();
|
67
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
68
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
69
|
+
expect(queryByText('Show credentials')).toBeNull();
|
70
|
+
// Assert that the ACS name and expandable sections
|
71
|
+
// are now showing on the screen, but wait for it to appear.
|
72
|
+
await patientlyWaitFor(() => {
|
73
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
74
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
75
|
+
expect(getByLabelText('edit-details-pencil-edit')).toBeInTheDocument();
|
76
|
+
});
|
77
|
+
const editDetails = getByLabelText('edit-details-pencil-edit');
|
78
|
+
fireEvent.click(editDetails);
|
79
|
+
// Can open modal
|
80
|
+
await patientlyWaitFor(() => {
|
81
|
+
expect(queryByText('Edit Alternate content source details')).toBeInTheDocument();
|
82
|
+
expect(getByLabelText('edit_acs_details')).toBeInTheDocument();
|
83
|
+
});
|
84
|
+
const cancelButton = queryByText('Cancel');
|
85
|
+
fireEvent.click(cancelButton);
|
86
|
+
// can close modal
|
87
|
+
await patientlyWaitFor(() => {
|
88
|
+
expect(queryByText('Edit Alternate content source details')).not.toBeInTheDocument();
|
89
|
+
});
|
90
|
+
assertNockRequest(acsDetailsScope, done);
|
91
|
+
act(done);
|
92
|
+
});
|
93
|
+
|
94
|
+
test('Can edit ACS details in the edit modal', async (done) => {
|
95
|
+
const renderOptions = {
|
96
|
+
routerParams: {
|
97
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
98
|
+
},
|
99
|
+
};
|
100
|
+
const acsDetailsScope = nockInstance
|
101
|
+
.get(acsDetailsURL)
|
102
|
+
.times(2)
|
103
|
+
.query(true)
|
104
|
+
.reply(200, acsDetails);
|
105
|
+
const acsEditScope = nockInstance
|
106
|
+
.put(acsDetailsURL)
|
107
|
+
.reply(200, acsDetails);
|
108
|
+
const { queryByText, getByLabelText } =
|
109
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
110
|
+
|
111
|
+
// Nothing will show at first, page is loading
|
112
|
+
expect(queryByText('test_acs')).toBeNull();
|
113
|
+
expect(queryByText('Hide details')).toBeNull();
|
114
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
115
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
116
|
+
expect(queryByText('Show credentials')).toBeNull();
|
117
|
+
// Assert that the ACS name and expandable sections
|
118
|
+
// are now showing on the screen, but wait for it to appear.
|
119
|
+
await patientlyWaitFor(() => {
|
120
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
121
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
122
|
+
expect(getByLabelText('edit-details-pencil-edit')).toBeInTheDocument();
|
123
|
+
});
|
124
|
+
const editDetails = getByLabelText('edit-details-pencil-edit');
|
125
|
+
fireEvent.click(editDetails);
|
126
|
+
// Can open modal
|
127
|
+
await patientlyWaitFor(() => {
|
128
|
+
expect(queryByText('Edit Alternate content source details')).toBeInTheDocument();
|
129
|
+
expect(getByLabelText('edit_acs_details')).toBeInTheDocument();
|
130
|
+
});
|
131
|
+
const saveButton = queryByText('Edit ACS details');
|
132
|
+
fireEvent.click(saveButton);
|
133
|
+
// can close modal
|
134
|
+
await patientlyWaitFor(() => {
|
135
|
+
expect(queryByText('Edit Alternate content source details')).not.toBeInTheDocument();
|
136
|
+
});
|
137
|
+
assertNockRequest(acsDetailsScope);
|
138
|
+
assertNockRequest(acsEditScope);
|
139
|
+
assertNockRequest(acsDetailsScope, done);
|
140
|
+
act(done);
|
141
|
+
});
|
142
|
+
|
143
|
+
test('Can show simplified ACS details expandable sections with edit buttons', async (done) => {
|
144
|
+
const renderOptions = {
|
145
|
+
routerParams: {
|
146
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
147
|
+
},
|
148
|
+
};
|
149
|
+
const acsDetailsScope = nockInstance
|
150
|
+
.get(acsDetailsURL)
|
151
|
+
.query(true)
|
152
|
+
.reply(200, simplifiedAcsDetails);
|
153
|
+
const { queryByText, getByLabelText } =
|
154
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
155
|
+
|
156
|
+
// Nothing will show at first, page is loading
|
157
|
+
expect(queryByText('test_acs3')).toBeNull();
|
158
|
+
expect(queryByText('Hide details')).toBeNull();
|
159
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
160
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
161
|
+
expect(queryByText('Show credentials')).toBeNull();
|
162
|
+
expect(queryByText('Show products')).toBeNull();
|
163
|
+
// Assert that the ACS name and expandable sections
|
164
|
+
// are now showing on the screen, but wait for it to appear.
|
165
|
+
await patientlyWaitFor(() => {
|
166
|
+
expect(queryByText('test_acs3')).toBeInTheDocument();
|
167
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
168
|
+
expect(getByLabelText('edit-details-pencil-edit')).toBeInTheDocument();
|
169
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
170
|
+
expect(getByLabelText('edit-smart-proxies-pencil-edit')).toBeInTheDocument();
|
171
|
+
expect(queryByText('Show products')).toBeInTheDocument();
|
172
|
+
expect(getByLabelText('edit-products-pencil-edit')).toBeInTheDocument();
|
173
|
+
expect(queryByText('Show credentials')).not.toBeInTheDocument();
|
174
|
+
expect(queryByText('Show URL and subpaths')).not.toBeInTheDocument();
|
175
|
+
});
|
176
|
+
assertNockRequest(acsDetailsScope, done);
|
177
|
+
act(done);
|
178
|
+
});
|
179
|
+
|
180
|
+
test('Can edit products in a simplified ACS details edit modal', async (done) => {
|
181
|
+
const renderOptions = {
|
182
|
+
routerParams: {
|
183
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
184
|
+
},
|
185
|
+
};
|
186
|
+
const acsDetailsScope = nockInstance
|
187
|
+
.get(acsDetailsURL)
|
188
|
+
.times(2)
|
189
|
+
.query(true)
|
190
|
+
.reply(200, simplifiedAcsDetails);
|
191
|
+
|
192
|
+
const productsScope = nockInstance
|
193
|
+
.get(productsURL)
|
194
|
+
.query(true)
|
195
|
+
.reply(200, productsList);
|
196
|
+
|
197
|
+
const acsEditScope = nockInstance
|
198
|
+
.put(acsDetailsURL)
|
199
|
+
.reply(200, acsDetails);
|
200
|
+
|
201
|
+
const { queryByText, getByLabelText } =
|
202
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
203
|
+
|
204
|
+
// Nothing will show at first, page is loading
|
205
|
+
expect(queryByText('test_acs3')).toBeNull();
|
206
|
+
expect(queryByText('Hide details')).toBeNull();
|
207
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
208
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
209
|
+
expect(queryByText('Show credentials')).toBeNull();
|
210
|
+
expect(queryByText('Show products')).toBeNull();
|
211
|
+
// Assert that the ACS name and expandable sections
|
212
|
+
// are now showing on the screen, but wait for it to appear.
|
213
|
+
await patientlyWaitFor(() => {
|
214
|
+
expect(queryByText('test_acs3')).toBeInTheDocument();
|
215
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
216
|
+
expect(getByLabelText('edit-details-pencil-edit')).toBeInTheDocument();
|
217
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
218
|
+
expect(getByLabelText('edit-smart-proxies-pencil-edit')).toBeInTheDocument();
|
219
|
+
expect(queryByText('Show products')).toBeInTheDocument();
|
220
|
+
expect(getByLabelText('edit-products-pencil-edit')).toBeInTheDocument();
|
221
|
+
expect(queryByText('Show credentials')).not.toBeInTheDocument();
|
222
|
+
expect(queryByText('Show URL and subpaths')).not.toBeInTheDocument();
|
223
|
+
});
|
224
|
+
const editDetails = getByLabelText('edit-products-pencil-edit');
|
225
|
+
fireEvent.click(editDetails);
|
226
|
+
// Can open modal
|
227
|
+
await patientlyWaitFor(() => {
|
228
|
+
expect(queryByText('Edit Alternate content source products')).toBeInTheDocument();
|
229
|
+
expect(getByLabelText('edit_acs_details')).toBeInTheDocument();
|
230
|
+
});
|
231
|
+
const saveButton = queryByText('Edit ACS products');
|
232
|
+
fireEvent.click(saveButton);
|
233
|
+
// can close modal
|
234
|
+
await patientlyWaitFor(() => {
|
235
|
+
expect(queryByText('Edit Alternate content source products')).not.toBeInTheDocument();
|
236
|
+
});
|
237
|
+
assertNockRequest(acsDetailsScope);
|
238
|
+
assertNockRequest(productsScope);
|
239
|
+
assertNockRequest(acsEditScope);
|
240
|
+
assertNockRequest(acsDetailsScope, done);
|
241
|
+
act(done);
|
242
|
+
});
|
@@ -0,0 +1,106 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { act, renderWithRedux, patientlyWaitFor, fireEvent } from 'react-testing-lib-wrapper';
|
3
|
+
import { Route } from 'react-router-dom';
|
4
|
+
import { nockInstance, assertNockRequest } from '../../../../test-utils/nockWrapper';
|
5
|
+
import api from '../../../../services/api';
|
6
|
+
import ACSExpandableDetails from '../ACSExpandableDetails';
|
7
|
+
import acsDetails from './acsDetails.fixtures';
|
8
|
+
|
9
|
+
const acsDetailsURL = api.getApiUrl('/alternate_content_sources/1');
|
10
|
+
const withACSRoute = component => <Route path="/labs/alternate_content_sources/:id([0-9]+)">{component}</Route>;
|
11
|
+
|
12
|
+
test('Can call API and show ACS details expandable sections on page load', async (done) => {
|
13
|
+
const renderOptions = {
|
14
|
+
routerParams: {
|
15
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
16
|
+
},
|
17
|
+
};
|
18
|
+
const acsDetailsScope = nockInstance
|
19
|
+
.get(acsDetailsURL)
|
20
|
+
.query(true)
|
21
|
+
.reply(200, acsDetails);
|
22
|
+
const { queryByText } = renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
23
|
+
|
24
|
+
// Nothing will show at first, page is loading
|
25
|
+
expect(queryByText('test_acs')).toBeNull();
|
26
|
+
expect(queryByText('Hide details')).toBeNull();
|
27
|
+
expect(queryByText('Show smart proxies')).toBeNull();
|
28
|
+
expect(queryByText('Show URL and subpaths')).toBeNull();
|
29
|
+
expect(queryByText('Show credentials')).toBeNull();
|
30
|
+
// Assert that the ACS name and expandable sections
|
31
|
+
// are now showing on the screen, but wait for it to appear.
|
32
|
+
await patientlyWaitFor(() => {
|
33
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
34
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
35
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
36
|
+
expect(queryByText('Show URL and subpaths')).toBeInTheDocument();
|
37
|
+
expect(queryByText('Show credentials')).toBeInTheDocument();
|
38
|
+
});
|
39
|
+
assertNockRequest(acsDetailsScope, done);
|
40
|
+
act(done);
|
41
|
+
});
|
42
|
+
|
43
|
+
test('Can expand expandable sections on details page', async (done) => {
|
44
|
+
const renderOptions = {
|
45
|
+
routerParams: {
|
46
|
+
initialEntries: [{ pathname: '/labs/alternate_content_sources/1/details' }],
|
47
|
+
},
|
48
|
+
};
|
49
|
+
const acsDetailsScope = nockInstance
|
50
|
+
.get(acsDetailsURL)
|
51
|
+
.query(true)
|
52
|
+
.reply(200, acsDetails);
|
53
|
+
const { queryAllByText, queryByText } =
|
54
|
+
renderWithRedux(withACSRoute(<ACSExpandableDetails />), renderOptions);
|
55
|
+
|
56
|
+
// Nothing will show at first, page is loading
|
57
|
+
expect(queryByText('test_acs')).toBeNull();
|
58
|
+
// Assert that the ACS name and expandable sections
|
59
|
+
// are now showing on the screen, but wait for it to appear.
|
60
|
+
await patientlyWaitFor(() => {
|
61
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
62
|
+
expect(queryByText('Hide details')).toBeInTheDocument();
|
63
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
64
|
+
expect(queryByText('Show URL and subpaths')).toBeInTheDocument();
|
65
|
+
expect(queryByText('Show credentials')).toBeInTheDocument();
|
66
|
+
});
|
67
|
+
const showSmartProxyButton = queryByText('Show smart proxies');
|
68
|
+
fireEvent.click(showSmartProxyButton);
|
69
|
+
await patientlyWaitFor(() => {
|
70
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
71
|
+
expect(queryByText('Show details')).toBeInTheDocument();
|
72
|
+
expect(queryByText('Hide smart proxies')).toBeInTheDocument();
|
73
|
+
expect(queryByText('centos7-katello-devel-stable.example.com')).toBeInTheDocument();
|
74
|
+
expect(queryByText('Show URL and subpaths')).toBeInTheDocument();
|
75
|
+
expect(queryByText('Show credentials')).toBeInTheDocument();
|
76
|
+
});
|
77
|
+
|
78
|
+
const showURLSubpathsButton = queryByText('Show URL and subpaths');
|
79
|
+
fireEvent.click(showURLSubpathsButton);
|
80
|
+
await patientlyWaitFor(() => {
|
81
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
82
|
+
expect(queryByText('Show details')).toBeInTheDocument();
|
83
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
84
|
+
expect(queryByText('Hide URL and subpaths')).toBeInTheDocument();
|
85
|
+
expect(queryByText('https://fedorapeople.org/groups/katello/fakerepos/')).toBeInTheDocument();
|
86
|
+
expect(queryByText('zoo/, zoo2/, zoo3/, zoo4/, zoo5/')).toBeInTheDocument();
|
87
|
+
expect(queryByText('Show credentials')).toBeInTheDocument();
|
88
|
+
});
|
89
|
+
|
90
|
+
const showCredentialButton = queryByText('Show credentials');
|
91
|
+
fireEvent.click(showCredentialButton);
|
92
|
+
await patientlyWaitFor(() => {
|
93
|
+
expect(queryByText('test_acs')).toBeInTheDocument();
|
94
|
+
expect(queryByText('Show details')).toBeInTheDocument();
|
95
|
+
expect(queryByText('Show smart proxies')).toBeInTheDocument();
|
96
|
+
expect(queryByText('Show URL and subpaths')).toBeInTheDocument();
|
97
|
+
expect(queryByText('Hide credentials')).toBeInTheDocument();
|
98
|
+
expect(queryByText('Verify SSL')).toBeInTheDocument();
|
99
|
+
expect(queryByText('false')).toBeInTheDocument();
|
100
|
+
expect(queryByText('SSL CA certificate')).toBeInTheDocument();
|
101
|
+
expect(queryAllByText('N/A')[0]).toBeInTheDocument();
|
102
|
+
});
|
103
|
+
|
104
|
+
assertNockRequest(acsDetailsScope, done);
|
105
|
+
act(done);
|
106
|
+
});
|
@@ -0,0 +1,49 @@
|
|
1
|
+
{
|
2
|
+
"name": "test_acs",
|
3
|
+
"base_url": "https://fedorapeople.org/groups/katello/fakerepos/",
|
4
|
+
"subpaths": [
|
5
|
+
"zoo/",
|
6
|
+
" zoo2/",
|
7
|
+
" zoo3/",
|
8
|
+
" zoo4/",
|
9
|
+
" zoo5/"
|
10
|
+
],
|
11
|
+
"content_type": "yum",
|
12
|
+
"alternate_content_source_type": "custom",
|
13
|
+
"smart_proxies": [
|
14
|
+
{
|
15
|
+
"id": 1,
|
16
|
+
"name": "centos7-katello-devel-stable.example.com",
|
17
|
+
"url": "https://centos7-katello-devel-stable.example.com:9090",
|
18
|
+
"created_at": "2022-05-25T12:31:24.683-04:00",
|
19
|
+
"updated_at": "2022-05-31T11:11:38.503-04:00",
|
20
|
+
"pubkey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3bzUlVINCZqDFEcBmWI3d3rytod1XtlGNrTp4JXeLVmT74/gbpeUkM221RZxfNDrU6BPHxwbuzeAF3/DU4nT6w9WkRSemeNxzLSZPqNiJuqjDwIkI2KTmTkyOF+jYObC+0ir7pCD7IdCVdf2RxJIJjPB8GnLYAzBjPRwtUFuDZfzpBGf4iTlmMd8oSfSnUOSrdI30ag2DkvoqGII+z+QVIGRj/bKL55DW4C/5ykH5B7kpZSFfRcmYzA6f1bNHuWuOkopkT3CcpotEb7kx3qeh16skJsgPABYBTm41klUPIFJS609dF8jJwbF+ZhNkIv96OYT/7nZR+Kcf/S2qBbXP foreman-proxy@centos7-katello-devel-stable.example.com",
|
21
|
+
"expired_logs": "0",
|
22
|
+
"puppet_path": null,
|
23
|
+
"download_policy": "on_demand"
|
24
|
+
}
|
25
|
+
],
|
26
|
+
"upstream_username": null,
|
27
|
+
"verify_ssl": false,
|
28
|
+
"id": 2,
|
29
|
+
"label": "test_acs",
|
30
|
+
"description": null,
|
31
|
+
"ssl_ca_cert": null,
|
32
|
+
"ssl_client_cert": null,
|
33
|
+
"ssl_client_key": null,
|
34
|
+
"last_refresh": {
|
35
|
+
"id": "52aa69f8-124c-4ae9-80f3-1e4a0e248dad",
|
36
|
+
"username": "admin",
|
37
|
+
"started_at": "2022-06-09 10:10:38 -0400",
|
38
|
+
"ended_at": "2022-06-09 10:10:42 -0400",
|
39
|
+
"state": "stopped",
|
40
|
+
"result": "success",
|
41
|
+
"progress": 1,
|
42
|
+
"last_refresh_words": "8 days"
|
43
|
+
},
|
44
|
+
"permissions": {
|
45
|
+
"view_alternate_content_sources": true,
|
46
|
+
"edit_alternate_content_sources": true,
|
47
|
+
"destroy_alternate_content_sources": true
|
48
|
+
}
|
49
|
+
}
|
@@ -0,0 +1,95 @@
|
|
1
|
+
{
|
2
|
+
"total": 3,
|
3
|
+
"subtotal": 3,
|
4
|
+
"selectable": 3,
|
5
|
+
"page": 1,
|
6
|
+
"per_page": 3,
|
7
|
+
"error": null,
|
8
|
+
"search": null,
|
9
|
+
"sort": {
|
10
|
+
"by": "name",
|
11
|
+
"order": "asc"
|
12
|
+
},
|
13
|
+
"results": [
|
14
|
+
{
|
15
|
+
"id": 341,
|
16
|
+
"cp_id": "338371876895",
|
17
|
+
"name": "file_product",
|
18
|
+
"label": "file_product",
|
19
|
+
"description": null,
|
20
|
+
"provider_id": 1,
|
21
|
+
"sync_plan_id": null,
|
22
|
+
"sync_summary": {},
|
23
|
+
"gpg_key_id": null,
|
24
|
+
"ssl_ca_cert_id": null,
|
25
|
+
"ssl_client_cert_id": null,
|
26
|
+
"ssl_client_key_id": null,
|
27
|
+
"sync_state": null,
|
28
|
+
"last_sync": "2022-08-01 10:19:13 -0400",
|
29
|
+
"last_sync_words": "about 22 hours",
|
30
|
+
"organization_id": 1,
|
31
|
+
"organization": {
|
32
|
+
"name": "Default Organization",
|
33
|
+
"label": "Default_Organization",
|
34
|
+
"id": 1
|
35
|
+
},
|
36
|
+
"sync_plan": null,
|
37
|
+
"repository_count": 1
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"id": 14,
|
41
|
+
"cp_id": "479",
|
42
|
+
"name": "Red Hat Enterprise Linux for x86_64",
|
43
|
+
"label": "Red_Hat_Enterprise_Linux_for_x86_64",
|
44
|
+
"description": null,
|
45
|
+
"provider_id": 2,
|
46
|
+
"sync_plan_id": null,
|
47
|
+
"sync_summary": {
|
48
|
+
"success": 2
|
49
|
+
},
|
50
|
+
"gpg_key_id": null,
|
51
|
+
"ssl_ca_cert_id": null,
|
52
|
+
"ssl_client_cert_id": null,
|
53
|
+
"ssl_client_key_id": null,
|
54
|
+
"sync_state": "Syncing Complete.",
|
55
|
+
"last_sync": "2022-07-27 13:16:51 -0400",
|
56
|
+
"last_sync_words": "6 days",
|
57
|
+
"organization_id": 1,
|
58
|
+
"organization": {
|
59
|
+
"name": "Default Organization",
|
60
|
+
"label": "Default_Organization",
|
61
|
+
"id": 1
|
62
|
+
},
|
63
|
+
"sync_plan": null,
|
64
|
+
"repository_count": 2
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"id": 340,
|
68
|
+
"cp_id": "460389036737",
|
69
|
+
"name": "test",
|
70
|
+
"label": "test",
|
71
|
+
"description": null,
|
72
|
+
"provider_id": 1,
|
73
|
+
"sync_plan_id": null,
|
74
|
+
"sync_summary": {
|
75
|
+
"warning": 1,
|
76
|
+
"success": 2
|
77
|
+
},
|
78
|
+
"gpg_key_id": null,
|
79
|
+
"ssl_ca_cert_id": null,
|
80
|
+
"ssl_client_cert_id": null,
|
81
|
+
"ssl_client_key_id": null,
|
82
|
+
"sync_state": "Syncing Complete.",
|
83
|
+
"last_sync": "2022-07-27 16:35:54 -0400",
|
84
|
+
"last_sync_words": "6 days",
|
85
|
+
"organization_id": 1,
|
86
|
+
"organization": {
|
87
|
+
"name": "Default Organization",
|
88
|
+
"label": "Default_Organization",
|
89
|
+
"id": 1
|
90
|
+
},
|
91
|
+
"sync_plan": null,
|
92
|
+
"repository_count": 3
|
93
|
+
}
|
94
|
+
]
|
95
|
+
}
|
data/webpack/scenes/AlternateContentSources/Details/__tests__/simplifiedAcsDetails.fixtures.json
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"name": "test_acs3",
|
3
|
+
"alternate_content_source_type": "simplified",
|
4
|
+
"content_type": "yum",
|
5
|
+
"products": [
|
6
|
+
{
|
7
|
+
"id": 14,
|
8
|
+
"organization_id": 1,
|
9
|
+
"name": "Red Hat Enterprise Linux for x86_64",
|
10
|
+
"label": "Red_Hat_Enterprise_Linux_for_x86_64"
|
11
|
+
}
|
12
|
+
],
|
13
|
+
"smart_proxies": [
|
14
|
+
{
|
15
|
+
"id": 1,
|
16
|
+
"name": "centos8-katello-devel-stable.example.com",
|
17
|
+
"url": "https://centos8-katello-devel-stable.example.com:9090",
|
18
|
+
"download_policy": "on_demand"
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"id": 3,
|
22
|
+
"label": "test_acs3",
|
23
|
+
"description": "descr_simplified123",
|
24
|
+
"last_refresh": {
|
25
|
+
"id": "ca96c622-e4ec-4b5a-bba1-ebf75d5b5c9b",
|
26
|
+
"username": "admin",
|
27
|
+
"started_at": "2022-07-28 14:43:56 -0400",
|
28
|
+
"ended_at": "2022-07-28 14:43:56 -0400",
|
29
|
+
"state": "stopped",
|
30
|
+
"result": "success",
|
31
|
+
"progress": 1,
|
32
|
+
"last_refresh_words": "5 days"
|
33
|
+
},
|
34
|
+
"permissions": {
|
35
|
+
"view_alternate_content_sources": true,
|
36
|
+
"edit_alternate_content_sources": true,
|
37
|
+
"destroy_alternate_content_sources": true
|
38
|
+
}
|
39
|
+
}
|