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,354 @@
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
2
|
+
import { useDispatch, useSelector } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
5
|
+
import { STATUS } from 'foremanReact/constants';
|
6
|
+
import {
|
7
|
+
ActionGroup,
|
8
|
+
Button,
|
9
|
+
Form,
|
10
|
+
FormGroup,
|
11
|
+
FormSelect,
|
12
|
+
FormSelectOption,
|
13
|
+
Modal,
|
14
|
+
ModalVariant,
|
15
|
+
Radio,
|
16
|
+
Switch,
|
17
|
+
TextInput,
|
18
|
+
} from '@patternfly/react-core';
|
19
|
+
import { editACS, getACSDetails } from '../../ACSActions';
|
20
|
+
import {
|
21
|
+
selectContentCredentials,
|
22
|
+
selectContentCredentialsStatus,
|
23
|
+
} from '../../../ContentCredentials/ContentCredentialSelectors';
|
24
|
+
import Loading from '../../../../components/Loading';
|
25
|
+
import { getContentCredentials } from '../../../ContentCredentials/ContentCredentialActions';
|
26
|
+
import { CONTENT_CREDENTIAL_CERT_TYPE } from '../../../ContentCredentials/ContentCredentialConstants';
|
27
|
+
|
28
|
+
const ACSEditCredentials = ({ onClose, acsId, acsDetails }) => {
|
29
|
+
const {
|
30
|
+
verify_ssl: verifySsl,
|
31
|
+
ssl_ca_cert: sslCACert,
|
32
|
+
ssl_client_cert: sslClientCert,
|
33
|
+
ssl_client_key: sslClientKey,
|
34
|
+
upstream_username: username,
|
35
|
+
upstream_password_exists: passwordExists,
|
36
|
+
} = acsDetails;
|
37
|
+
const dispatch = useDispatch();
|
38
|
+
const contentCredentials = useSelector(selectContentCredentials);
|
39
|
+
const contentCredentialsStatus = useSelector(selectContentCredentialsStatus);
|
40
|
+
const [acsVerifySSL, setAcsVerifySSL] = useState(verifySsl);
|
41
|
+
const [acsUsername, setAcsUsername] = useState(username);
|
42
|
+
const [acsPassword, setAcsPassword] = useState(passwordExists ? '*****' : '');
|
43
|
+
const [acsCAcert, setAcsCAcert] = useState(sslCACert?.id);
|
44
|
+
const [acsSslClientCert, setAcsSslClientCert] = useState(sslClientCert?.id);
|
45
|
+
const [acsSslClientKey, setAcsSslClientKey] = useState(sslClientKey?.id);
|
46
|
+
const getAuthenticationState = () => {
|
47
|
+
if (username) {
|
48
|
+
return 'manual';
|
49
|
+
} else if (acsSslClientCert || acsSslClientKey) {
|
50
|
+
return 'credentials';
|
51
|
+
}
|
52
|
+
return 'none';
|
53
|
+
};
|
54
|
+
const [authentication, setAuthentication] = useState(getAuthenticationState());
|
55
|
+
const [saving, setSaving] = useState(false);
|
56
|
+
|
57
|
+
useEffect(
|
58
|
+
() => {
|
59
|
+
dispatch(getContentCredentials({ content_type: CONTENT_CREDENTIAL_CERT_TYPE }));
|
60
|
+
},
|
61
|
+
[dispatch],
|
62
|
+
);
|
63
|
+
|
64
|
+
const onSubmit = () => {
|
65
|
+
setSaving(true);
|
66
|
+
let params = {
|
67
|
+
verify_ssl: acsVerifySSL,
|
68
|
+
ssl_ca_cert_id: acsCAcert,
|
69
|
+
};
|
70
|
+
|
71
|
+
if (authentication === 'credentials') {
|
72
|
+
params = {
|
73
|
+
ssl_client_cert_id: acsSslClientCert,
|
74
|
+
ssl_client_key_id: acsSslClientKey,
|
75
|
+
upstream_username: null,
|
76
|
+
upstream_password: null,
|
77
|
+
...params,
|
78
|
+
};
|
79
|
+
}
|
80
|
+
if (authentication === 'manual') {
|
81
|
+
params = {
|
82
|
+
upstream_username: acsUsername,
|
83
|
+
upstream_password: acsPassword === '*****' ? '*****' : acsPassword,
|
84
|
+
ssl_client_cert_id: null,
|
85
|
+
ssl_client_key_id: null,
|
86
|
+
...params,
|
87
|
+
};
|
88
|
+
if (params.upstream_password === '*****') {
|
89
|
+
delete params.upstream_password;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
if (authentication === 'none') {
|
93
|
+
params = {
|
94
|
+
upstream_username: null,
|
95
|
+
upstream_password: null,
|
96
|
+
ssl_client_cert_id: null,
|
97
|
+
ssl_client_key_id: null,
|
98
|
+
...params,
|
99
|
+
};
|
100
|
+
}
|
101
|
+
dispatch(editACS(
|
102
|
+
acsId,
|
103
|
+
params,
|
104
|
+
() => {
|
105
|
+
dispatch(getACSDetails(acsId));
|
106
|
+
onClose();
|
107
|
+
},
|
108
|
+
() => {
|
109
|
+
setSaving(false);
|
110
|
+
},
|
111
|
+
));
|
112
|
+
};
|
113
|
+
|
114
|
+
if (contentCredentialsStatus === STATUS.PENDING) {
|
115
|
+
return <Loading loadingText={__('Fetching content credentials')} />;
|
116
|
+
}
|
117
|
+
|
118
|
+
return (
|
119
|
+
<Modal
|
120
|
+
title={__('Edit Alternate content source credentials')}
|
121
|
+
variant={ModalVariant.large}
|
122
|
+
isOpen
|
123
|
+
onClose={onClose}
|
124
|
+
appendTo={document.body}
|
125
|
+
>
|
126
|
+
<Form onSubmit={(e) => {
|
127
|
+
e.preventDefault();
|
128
|
+
onSubmit();
|
129
|
+
}}
|
130
|
+
>
|
131
|
+
<FormGroup label={__('Verify SSL')} fieldId="verify_ssl">
|
132
|
+
<Switch
|
133
|
+
id="verify-ssl-switch"
|
134
|
+
aria-label="verify-ssl-switch"
|
135
|
+
isChecked={acsVerifySSL}
|
136
|
+
onChange={checked => setAcsVerifySSL(checked)}
|
137
|
+
/>
|
138
|
+
</FormGroup>
|
139
|
+
<FormGroup
|
140
|
+
label={__('SSL CA certificate')}
|
141
|
+
type="string"
|
142
|
+
fieldId="ca_cert"
|
143
|
+
>
|
144
|
+
<FormSelect
|
145
|
+
isRequired
|
146
|
+
value={acsCAcert}
|
147
|
+
onChange={value => setAcsCAcert(value)}
|
148
|
+
aria-label="sslCAcert_select"
|
149
|
+
>
|
150
|
+
{
|
151
|
+
[
|
152
|
+
<FormSelectOption
|
153
|
+
key="placeholder"
|
154
|
+
value=""
|
155
|
+
label={__('Select a CA certificate')}
|
156
|
+
/>,
|
157
|
+
].concat(contentCredentials?.map(cc => (
|
158
|
+
<FormSelectOption
|
159
|
+
key={cc.id}
|
160
|
+
value={cc.id}
|
161
|
+
label={cc.name}
|
162
|
+
/>
|
163
|
+
)))
|
164
|
+
}
|
165
|
+
</FormSelect>
|
166
|
+
</FormGroup>
|
167
|
+
<Radio
|
168
|
+
label={__('Manual authentication')}
|
169
|
+
id="manual_auth"
|
170
|
+
name="manual_auth"
|
171
|
+
aria-label="manual_auth"
|
172
|
+
isChecked={authentication === 'manual'}
|
173
|
+
onChange={() => {
|
174
|
+
setAuthentication('manual');
|
175
|
+
setAcsSslClientCert('');
|
176
|
+
setAcsSslClientKey('');
|
177
|
+
}}
|
178
|
+
/>
|
179
|
+
{authentication === 'manual' &&
|
180
|
+
<>
|
181
|
+
<FormGroup
|
182
|
+
label={__('Username')}
|
183
|
+
type="string"
|
184
|
+
fieldId="acs_username"
|
185
|
+
isRequired
|
186
|
+
>
|
187
|
+
<TextInput
|
188
|
+
isRequired
|
189
|
+
type="text"
|
190
|
+
id="acs_username_field"
|
191
|
+
name="acs_username_field"
|
192
|
+
aria-label="acs_username_field"
|
193
|
+
value={acsUsername}
|
194
|
+
onChange={(value) => {
|
195
|
+
setAcsUsername(value);
|
196
|
+
}}
|
197
|
+
/>
|
198
|
+
|
199
|
+
</FormGroup>
|
200
|
+
<FormGroup
|
201
|
+
label={__('Password')}
|
202
|
+
type="password"
|
203
|
+
fieldId="acs_password"
|
204
|
+
>
|
205
|
+
<TextInput
|
206
|
+
isRequired
|
207
|
+
type="password"
|
208
|
+
id="acs_password_field"
|
209
|
+
name="acs_password_field"
|
210
|
+
aria-label="acs_password_field"
|
211
|
+
value={acsPassword}
|
212
|
+
onChange={(value) => {
|
213
|
+
setAcsPassword(value);
|
214
|
+
}}
|
215
|
+
/>
|
216
|
+
</FormGroup>
|
217
|
+
</>
|
218
|
+
}
|
219
|
+
<Radio
|
220
|
+
label={__('Content credentials')}
|
221
|
+
id="content_credentials"
|
222
|
+
aria-label="content_credentials"
|
223
|
+
name="content_cred_auth"
|
224
|
+
isChecked={authentication === 'credentials'}
|
225
|
+
onChange={() => {
|
226
|
+
setAuthentication('credentials');
|
227
|
+
setAcsUsername('');
|
228
|
+
setAcsPassword('');
|
229
|
+
}}
|
230
|
+
/>
|
231
|
+
{authentication === 'credentials' &&
|
232
|
+
<>
|
233
|
+
<FormGroup
|
234
|
+
label={__('SSL client certificate')}
|
235
|
+
type="string"
|
236
|
+
fieldId="ssl_client_cert"
|
237
|
+
>
|
238
|
+
<FormSelect
|
239
|
+
isRequired
|
240
|
+
value={acsSslClientCert}
|
241
|
+
onChange={value => setAcsSslClientCert(value)}
|
242
|
+
aria-label="ssl_client_cert_select"
|
243
|
+
>
|
244
|
+
{
|
245
|
+
[
|
246
|
+
<FormSelectOption
|
247
|
+
key="placeholder"
|
248
|
+
value=""
|
249
|
+
label={__('Select a client certificate')}
|
250
|
+
/>,
|
251
|
+
].concat(contentCredentials?.map(cc => (
|
252
|
+
<FormSelectOption
|
253
|
+
key={cc.id}
|
254
|
+
value={cc.id}
|
255
|
+
label={cc.name}
|
256
|
+
/>
|
257
|
+
)))
|
258
|
+
}
|
259
|
+
</FormSelect>
|
260
|
+
</FormGroup>
|
261
|
+
<FormGroup
|
262
|
+
label={__('SSL client key')}
|
263
|
+
type="string"
|
264
|
+
fieldId="client_key"
|
265
|
+
>
|
266
|
+
<FormSelect
|
267
|
+
isRequired
|
268
|
+
value={acsSslClientKey}
|
269
|
+
onChange={value => setAcsSslClientKey(value)}
|
270
|
+
aria-label="sslCAcert_select"
|
271
|
+
>
|
272
|
+
{
|
273
|
+
[
|
274
|
+
<FormSelectOption
|
275
|
+
key="placeholder"
|
276
|
+
value=""
|
277
|
+
label={__('Select a client key')}
|
278
|
+
/>,
|
279
|
+
].concat(contentCredentials?.map(cc => (
|
280
|
+
<FormSelectOption
|
281
|
+
key={cc.id}
|
282
|
+
value={cc.id}
|
283
|
+
label={cc.name}
|
284
|
+
/>
|
285
|
+
)))
|
286
|
+
}
|
287
|
+
</FormSelect>
|
288
|
+
</FormGroup>
|
289
|
+
</>}
|
290
|
+
<Radio
|
291
|
+
label={__('None')}
|
292
|
+
id="none"
|
293
|
+
name="none"
|
294
|
+
aria-label="none"
|
295
|
+
isChecked={authentication === 'none'}
|
296
|
+
onChange={() => {
|
297
|
+
setAuthentication('none');
|
298
|
+
setAcsSslClientCert('');
|
299
|
+
setAcsSslClientKey('');
|
300
|
+
setAcsUsername('');
|
301
|
+
setAcsPassword('');
|
302
|
+
}}
|
303
|
+
/>
|
304
|
+
<ActionGroup>
|
305
|
+
<Button
|
306
|
+
ouiaId="edit-acs-details-submit"
|
307
|
+
aria-label="edit_acs_details"
|
308
|
+
variant="primary"
|
309
|
+
isDisabled={saving}
|
310
|
+
isLoading={saving}
|
311
|
+
type="submit"
|
312
|
+
>
|
313
|
+
{__('Save')}
|
314
|
+
</Button>
|
315
|
+
<Button ouiaId="edit-acs-details-cancel" variant="link" onClick={onClose}>
|
316
|
+
{__('Cancel')}
|
317
|
+
</Button>
|
318
|
+
</ActionGroup>
|
319
|
+
</Form>
|
320
|
+
</Modal>
|
321
|
+
);
|
322
|
+
};
|
323
|
+
|
324
|
+
ACSEditCredentials.propTypes = {
|
325
|
+
acsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
326
|
+
onClose: PropTypes.func.isRequired,
|
327
|
+
acsDetails: PropTypes.shape({
|
328
|
+
name: PropTypes.string,
|
329
|
+
description: PropTypes.string,
|
330
|
+
id: PropTypes.number,
|
331
|
+
verify_ssl: PropTypes.bool,
|
332
|
+
ssl_ca_cert: PropTypes.shape({ id: PropTypes.number }),
|
333
|
+
ssl_client_cert: PropTypes.shape({ id: PropTypes.number }),
|
334
|
+
ssl_client_key: PropTypes.shape({ id: PropTypes.number }),
|
335
|
+
upstream_username: PropTypes.string,
|
336
|
+
upstream_password_exists: PropTypes.bool,
|
337
|
+
}),
|
338
|
+
};
|
339
|
+
|
340
|
+
ACSEditCredentials.defaultProps = {
|
341
|
+
acsDetails: {
|
342
|
+
name: '',
|
343
|
+
description: '',
|
344
|
+
id: undefined,
|
345
|
+
verify_ssl: false,
|
346
|
+
ssl_ca_cert: { id: undefined },
|
347
|
+
ssl_client_cert: { id: undefined },
|
348
|
+
ssl_client_key: { id: undefined },
|
349
|
+
upstream_username: undefined,
|
350
|
+
upstream_password_exists: false,
|
351
|
+
},
|
352
|
+
};
|
353
|
+
|
354
|
+
export default ACSEditCredentials;
|
@@ -0,0 +1,104 @@
|
|
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 ACSEditDetails = ({ onClose, acsId, acsDetails }) => {
|
9
|
+
const { name, description } = acsDetails;
|
10
|
+
const dispatch = useDispatch();
|
11
|
+
const [acsName, setACSName] = useState(name);
|
12
|
+
const [acsDescription, setAcsDescription] = useState(description || '');
|
13
|
+
const [saving, setSaving] = useState(false);
|
14
|
+
|
15
|
+
const onSubmit = () => {
|
16
|
+
setSaving(true);
|
17
|
+
dispatch(editACS(
|
18
|
+
acsId,
|
19
|
+
{ acsId, name: acsName, description: acsDescription },
|
20
|
+
() => {
|
21
|
+
dispatch(getACSDetails(acsId));
|
22
|
+
onClose();
|
23
|
+
},
|
24
|
+
() => {
|
25
|
+
setSaving(false);
|
26
|
+
},
|
27
|
+
));
|
28
|
+
};
|
29
|
+
|
30
|
+
return (
|
31
|
+
<Modal
|
32
|
+
title={__('Edit Alternate content source details')}
|
33
|
+
variant={ModalVariant.small}
|
34
|
+
isOpen
|
35
|
+
onClose={onClose}
|
36
|
+
appendTo={document.body}
|
37
|
+
>
|
38
|
+
<Form onSubmit={(e) => {
|
39
|
+
e.preventDefault();
|
40
|
+
onSubmit();
|
41
|
+
}}
|
42
|
+
>
|
43
|
+
<FormGroup label={__('Name')} isRequired fieldId="acs_name">
|
44
|
+
<TextInput
|
45
|
+
isRequired
|
46
|
+
type="text"
|
47
|
+
id="acs_name_field"
|
48
|
+
name="acs_name_field"
|
49
|
+
aria-label="acs_name_field"
|
50
|
+
value={acsName}
|
51
|
+
onChange={(value) => {
|
52
|
+
setACSName(value);
|
53
|
+
}}
|
54
|
+
/>
|
55
|
+
</FormGroup>
|
56
|
+
<FormGroup
|
57
|
+
label={__('Description')}
|
58
|
+
type="string"
|
59
|
+
fieldId="acs_description"
|
60
|
+
>
|
61
|
+
<TextArea
|
62
|
+
value={acsDescription}
|
63
|
+
onChange={(value) => {
|
64
|
+
setAcsDescription(value);
|
65
|
+
}}
|
66
|
+
name="acs_description_field"
|
67
|
+
id="acs_description_field"
|
68
|
+
/>
|
69
|
+
</FormGroup>
|
70
|
+
<ActionGroup>
|
71
|
+
<Button
|
72
|
+
ouiaId="edit-acs-details-submit"
|
73
|
+
aria-label="edit_acs_details"
|
74
|
+
variant="primary"
|
75
|
+
isDisabled={saving || acsName.length === 0}
|
76
|
+
isLoading={saving}
|
77
|
+
type="submit"
|
78
|
+
>
|
79
|
+
{__('Edit ACS details')}
|
80
|
+
</Button>
|
81
|
+
<Button ouiaId="edit-acs-details-cancel" variant="link" onClick={onClose}>
|
82
|
+
{__('Cancel')}
|
83
|
+
</Button>
|
84
|
+
</ActionGroup>
|
85
|
+
</Form>
|
86
|
+
</Modal>
|
87
|
+
);
|
88
|
+
};
|
89
|
+
|
90
|
+
ACSEditDetails.propTypes = {
|
91
|
+
acsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
92
|
+
onClose: PropTypes.func.isRequired,
|
93
|
+
acsDetails: PropTypes.shape({
|
94
|
+
name: PropTypes.string,
|
95
|
+
description: PropTypes.string,
|
96
|
+
id: PropTypes.number,
|
97
|
+
}),
|
98
|
+
};
|
99
|
+
|
100
|
+
ACSEditDetails.defaultProps = {
|
101
|
+
acsDetails: { name: '', description: '', id: undefined },
|
102
|
+
};
|
103
|
+
|
104
|
+
export default ACSEditDetails;
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
2
|
+
import { useDispatch, useSelector } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import useDeepCompareEffect from 'use-deep-compare-effect';
|
5
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
6
|
+
import { STATUS } from 'foremanReact/constants';
|
7
|
+
import { ActionGroup, Button, DualListSelector, Form, Modal, ModalVariant } from '@patternfly/react-core';
|
8
|
+
import { editACS, getACSDetails, getProducts } from '../../ACSActions';
|
9
|
+
import Loading from '../../../../components/Loading';
|
10
|
+
import { selectProducts, selectProductsStatus } from '../../ACSSelectors';
|
11
|
+
|
12
|
+
const ACSEditProducts = ({ onClose, acsId, acsDetails }) => {
|
13
|
+
const { products } = acsDetails;
|
14
|
+
const dispatch = useDispatch();
|
15
|
+
const [saving, setSaving] = useState(false);
|
16
|
+
const [
|
17
|
+
acsProducts, setAcsProducts,
|
18
|
+
] = useState(products.map(product => product.name));
|
19
|
+
const [productIds, setProductIds] = useState(products.map(product => product.id));
|
20
|
+
const availableProducts = useSelector(selectProducts);
|
21
|
+
const status = useSelector(selectProductsStatus);
|
22
|
+
const { results } = availableProducts;
|
23
|
+
const [availableOptions, setAvailableOptions] =
|
24
|
+
useState((results?.map(product => product.name))?.filter(p => !acsProducts.includes(p)));
|
25
|
+
const onListChange = (newAvailableOptions, newChosenOptions) => {
|
26
|
+
setAvailableOptions(newAvailableOptions);
|
27
|
+
setAcsProducts(newChosenOptions);
|
28
|
+
setProductIds(results?.filter(product =>
|
29
|
+
newChosenOptions.includes(product.name))?.map(p => p?.id));
|
30
|
+
};
|
31
|
+
|
32
|
+
useDeepCompareEffect(() => {
|
33
|
+
if (results && status === STATUS.RESOLVED) {
|
34
|
+
setAvailableOptions(results?.map(product =>
|
35
|
+
product.name).filter(p => !acsProducts.includes(p)));
|
36
|
+
}
|
37
|
+
}, [results, status, setAvailableOptions, acsProducts]);
|
38
|
+
|
39
|
+
useEffect(
|
40
|
+
() => {
|
41
|
+
dispatch(getProducts());
|
42
|
+
},
|
43
|
+
[dispatch],
|
44
|
+
);
|
45
|
+
|
46
|
+
const onSubmit = () => {
|
47
|
+
setSaving(true);
|
48
|
+
dispatch(editACS(
|
49
|
+
acsId,
|
50
|
+
{ acsId, product_ids: productIds },
|
51
|
+
() => {
|
52
|
+
dispatch(getACSDetails(acsId));
|
53
|
+
onClose();
|
54
|
+
},
|
55
|
+
() => {
|
56
|
+
setSaving(false);
|
57
|
+
},
|
58
|
+
));
|
59
|
+
};
|
60
|
+
|
61
|
+
if (status === STATUS.PENDING) {
|
62
|
+
return <Loading />;
|
63
|
+
}
|
64
|
+
|
65
|
+
return (
|
66
|
+
<Modal
|
67
|
+
title={__('Edit Alternate content source products')}
|
68
|
+
variant={ModalVariant.small}
|
69
|
+
isOpen
|
70
|
+
onClose={onClose}
|
71
|
+
appendTo={document.body}
|
72
|
+
>
|
73
|
+
<Form onSubmit={(e) => {
|
74
|
+
e.preventDefault();
|
75
|
+
onSubmit();
|
76
|
+
}}
|
77
|
+
>
|
78
|
+
<DualListSelector
|
79
|
+
isSearchable
|
80
|
+
availableOptions={availableOptions}
|
81
|
+
chosenOptions={acsProducts}
|
82
|
+
addAll={onListChange}
|
83
|
+
removeAll={onListChange}
|
84
|
+
addSelected={onListChange}
|
85
|
+
removeSelected={onListChange}
|
86
|
+
id="selector"
|
87
|
+
/>
|
88
|
+
<ActionGroup>
|
89
|
+
<Button
|
90
|
+
ouiaId="edit-acs-details-submit"
|
91
|
+
aria-label="edit_acs_details"
|
92
|
+
variant="primary"
|
93
|
+
isDisabled={saving}
|
94
|
+
isLoading={saving}
|
95
|
+
type="submit"
|
96
|
+
>
|
97
|
+
{__('Edit ACS products')}
|
98
|
+
</Button>
|
99
|
+
<Button ouiaId="edit-acs-smart-proxies-cancel" variant="link" onClick={onClose}>
|
100
|
+
{__('Cancel')}
|
101
|
+
</Button>
|
102
|
+
</ActionGroup>
|
103
|
+
</Form>
|
104
|
+
</Modal>
|
105
|
+
);
|
106
|
+
};
|
107
|
+
|
108
|
+
ACSEditProducts.propTypes = {
|
109
|
+
acsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
110
|
+
onClose: PropTypes.func.isRequired,
|
111
|
+
acsDetails: PropTypes.shape({
|
112
|
+
products: PropTypes.arrayOf(PropTypes.shape({})),
|
113
|
+
}),
|
114
|
+
};
|
115
|
+
|
116
|
+
ACSEditProducts.defaultProps = {
|
117
|
+
acsDetails: { products: [], id: undefined },
|
118
|
+
};
|
119
|
+
|
120
|
+
export default ACSEditProducts;
|
@@ -0,0 +1,118 @@
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
2
|
+
import { useDispatch, useSelector } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import useDeepCompareEffect from 'use-deep-compare-effect';
|
5
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
6
|
+
import { STATUS } from 'foremanReact/constants';
|
7
|
+
import { ActionGroup, Button, DualListSelector, Form, Modal, ModalVariant } from '@patternfly/react-core';
|
8
|
+
import { editACS, getACSDetails } from '../../ACSActions';
|
9
|
+
import { selectSmartProxy, selectSmartProxyStatus } from '../../../SmartProxy/SmartProxyContentSelectors';
|
10
|
+
import { getSmartProxies } from '../../../SmartProxy/SmartProxyContentActions';
|
11
|
+
import Loading from '../../../../components/Loading';
|
12
|
+
|
13
|
+
const ACSEditSmartProxies = ({ onClose, acsId, acsDetails }) => {
|
14
|
+
const { smart_proxies: smartProxies } = acsDetails;
|
15
|
+
const dispatch = useDispatch();
|
16
|
+
const [saving, setSaving] = useState(false);
|
17
|
+
const [
|
18
|
+
acsSmartProxies, setAcsSmartProxies,
|
19
|
+
] = useState(smartProxies.map(proxy => proxy.name));
|
20
|
+
const availableSmartProxies = useSelector(selectSmartProxy);
|
21
|
+
const status = useSelector(selectSmartProxyStatus);
|
22
|
+
const { results } = availableSmartProxies;
|
23
|
+
const [availableOptions, setAvailableOptions] =
|
24
|
+
useState(results?.map(proxy => proxy.name).filter(p => !acsSmartProxies.includes(p)));
|
25
|
+
const onListChange = (newAvailableOptions, newChosenOptions) => {
|
26
|
+
setAvailableOptions(newAvailableOptions);
|
27
|
+
setAcsSmartProxies(newChosenOptions);
|
28
|
+
};
|
29
|
+
|
30
|
+
useDeepCompareEffect(() => {
|
31
|
+
if (results && status === STATUS.RESOLVED) {
|
32
|
+
setAvailableOptions(results?.map(proxy =>
|
33
|
+
proxy.name).filter(p => !acsSmartProxies.includes(p)));
|
34
|
+
}
|
35
|
+
}, [results, status, setAvailableOptions, acsSmartProxies]);
|
36
|
+
|
37
|
+
useEffect(
|
38
|
+
() => {
|
39
|
+
dispatch(getSmartProxies());
|
40
|
+
},
|
41
|
+
[dispatch],
|
42
|
+
);
|
43
|
+
|
44
|
+
const onSubmit = () => {
|
45
|
+
setSaving(true);
|
46
|
+
dispatch(editACS(
|
47
|
+
acsId,
|
48
|
+
{ acsId, smart_proxy_names: acsSmartProxies },
|
49
|
+
() => {
|
50
|
+
dispatch(getACSDetails(acsId));
|
51
|
+
onClose();
|
52
|
+
},
|
53
|
+
() => {
|
54
|
+
setSaving(false);
|
55
|
+
},
|
56
|
+
));
|
57
|
+
};
|
58
|
+
|
59
|
+
if (status === STATUS.PENDING) {
|
60
|
+
return <Loading />;
|
61
|
+
}
|
62
|
+
|
63
|
+
return (
|
64
|
+
<Modal
|
65
|
+
title={__('Edit Alternate content source details')}
|
66
|
+
variant={ModalVariant.small}
|
67
|
+
isOpen
|
68
|
+
onClose={onClose}
|
69
|
+
appendTo={document.body}
|
70
|
+
>
|
71
|
+
<Form onSubmit={(e) => {
|
72
|
+
e.preventDefault();
|
73
|
+
onSubmit();
|
74
|
+
}}
|
75
|
+
>
|
76
|
+
<DualListSelector
|
77
|
+
isSearchable
|
78
|
+
availableOptions={availableOptions}
|
79
|
+
chosenOptions={acsSmartProxies}
|
80
|
+
addAll={onListChange}
|
81
|
+
removeAll={onListChange}
|
82
|
+
addSelected={onListChange}
|
83
|
+
removeSelected={onListChange}
|
84
|
+
id="selector"
|
85
|
+
/>
|
86
|
+
<ActionGroup>
|
87
|
+
<Button
|
88
|
+
ouiaId="edit-acs-details-submit"
|
89
|
+
aria-label="edit_acs_details"
|
90
|
+
variant="primary"
|
91
|
+
isDisabled={saving}
|
92
|
+
isLoading={saving}
|
93
|
+
type="submit"
|
94
|
+
>
|
95
|
+
{__('Edit ACS smart proxies')}
|
96
|
+
</Button>
|
97
|
+
<Button ouiaId="edit-acs-smart-proxies-cancel" variant="link" onClick={onClose}>
|
98
|
+
{__('Cancel')}
|
99
|
+
</Button>
|
100
|
+
</ActionGroup>
|
101
|
+
</Form>
|
102
|
+
</Modal>
|
103
|
+
);
|
104
|
+
};
|
105
|
+
|
106
|
+
ACSEditSmartProxies.propTypes = {
|
107
|
+
acsId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
108
|
+
onClose: PropTypes.func.isRequired,
|
109
|
+
acsDetails: PropTypes.shape({
|
110
|
+
smart_proxies: PropTypes.arrayOf(PropTypes.shape({})),
|
111
|
+
}),
|
112
|
+
};
|
113
|
+
|
114
|
+
ACSEditSmartProxies.defaultProps = {
|
115
|
+
acsDetails: { smart_proxies: [], id: undefined },
|
116
|
+
};
|
117
|
+
|
118
|
+
export default ACSEditSmartProxies;
|