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
@@ -1,19 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<span data-block="search"></span>
|
3
|
-
|
4
|
-
<table data-block="table" class="table table-striped table-bordered">
|
5
|
-
<thead>
|
6
|
-
<tr bst-table-head>
|
7
|
-
<th bst-table-column translate>Content View Name</th>
|
8
|
-
<th bst-table-column translate>Version</th>
|
9
|
-
</tr>
|
10
|
-
</thead>
|
11
|
-
|
12
|
-
<tbody>
|
13
|
-
<tr bst-table-row ng-repeat="version in table.rows">
|
14
|
-
<td bst-table-cell>{{ version.content_view.name }}</td>
|
15
|
-
<td bst-table-cell>{{ version.version }}</td>
|
16
|
-
</tr>
|
17
|
-
</tbody>
|
18
|
-
</table>
|
19
|
-
</div>
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column translate>Name</th>
|
6
|
-
<th bst-table-column translate>Version</th>
|
7
|
-
<th bst-table-column translate>Architecture</th>
|
8
|
-
</tr>
|
9
|
-
</thead>
|
10
|
-
|
11
|
-
<tbody>
|
12
|
-
<tr bst-table-row ng-repeat="deb in table.rows">
|
13
|
-
<td bst-table-cell>{{ deb.name }}</td>
|
14
|
-
<td bst-table-cell>{{ deb.version }}</td>
|
15
|
-
<td bst-table-cell>{{ deb.architecture }}</td>
|
16
|
-
</tr>
|
17
|
-
</tbody>
|
18
|
-
</table>
|
19
|
-
</div>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<div class="details">
|
2
|
-
<div class="detail">
|
3
|
-
<span class="info-label" translate>Description</span>
|
4
|
-
<span class="info-value" bst-edit-textarea="version.description" on-save="save(version)"></span>
|
5
|
-
</div>
|
6
|
-
|
7
|
-
<div class="detail">
|
8
|
-
<span class="info-label" translate>Environments</span>
|
9
|
-
<span ng-repeat="environment in version.environments" readonly="true">
|
10
|
-
<span class="info-value">
|
11
|
-
{{ environment.name }}<span ng-if="!$last">,</span>
|
12
|
-
</span>
|
13
|
-
</span>
|
14
|
-
</div>
|
15
|
-
</div>
|
@@ -1,23 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column translate>Name</th>
|
6
|
-
<th bst-table-column translate>Product</th>
|
7
|
-
<th bst-table-column translate>Repository</th>
|
8
|
-
<th bst-table-column translate>Container Image Name</th>
|
9
|
-
<th bst-table-column translate>Tags</th>
|
10
|
-
</tr>
|
11
|
-
</thead>
|
12
|
-
|
13
|
-
<tbody>
|
14
|
-
<tr bst-table-row ng-repeat="repository in table.rows">
|
15
|
-
<td bst-table-cell>{{ repository.name }}</td>
|
16
|
-
<td bst-table-cell>{{ repository.product.name }}</td>
|
17
|
-
<td bst-table-cell>{{ repository.relative_path }}</td>
|
18
|
-
<td bst-table-cell>{{ repository.container_repository_name }}</td>
|
19
|
-
<td bst-table-cell class="number-cell">{{ repository.content_counts.docker_tag || 0}}</td>
|
20
|
-
</tr>
|
21
|
-
</tbody>
|
22
|
-
</table>
|
23
|
-
</div>
|
@@ -1,48 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column="errata_id" sortable>{{ "Errata ID" | translate }}</th>
|
6
|
-
<th bst-table-column="title">{{ "Title" | translate }}</th>
|
7
|
-
<th bst-table-column="type">{{ "Type" | translate }}</th>
|
8
|
-
<th bst-table-column="modular">{{ "Modular" | translate }}</th>
|
9
|
-
<th bst-table-column="numberOfContentHosts">{{ "Applicable Content Hosts" | translate }}</th>
|
10
|
-
<th bst-table-column="updated" sortable>{{ "Updated" | translate }}</th>
|
11
|
-
</tr>
|
12
|
-
</thead>
|
13
|
-
|
14
|
-
<tbody>
|
15
|
-
<tr bst-table-row ng-repeat="errata in table.rows">
|
16
|
-
<td bst-table-cell>
|
17
|
-
{{ errata.errata_id }}
|
18
|
-
<i class="fa fa-chevron-right selected-icon" ng-show="errata.selected"></i>
|
19
|
-
</td>
|
20
|
-
<td bst-table-cell>
|
21
|
-
<a ui-sref="erratum.info({errataId: errata.id})">
|
22
|
-
{{ errata.title }}
|
23
|
-
</a>
|
24
|
-
</td>
|
25
|
-
<td bst-table-cell>
|
26
|
-
<span ng-show="errata.type == 'security'">
|
27
|
-
<i class="fa fa-warning inline-icon" title="{{ 'Security' | translate }}"></i>
|
28
|
-
</span>
|
29
|
-
|
30
|
-
<span ng-show="errata.type == 'bugfix' || errata.type == 'recommended'">
|
31
|
-
<i class="fa fa-bug inline-icon" title="{{ 'Bug Fix' | translate }}"></i>
|
32
|
-
</span>
|
33
|
-
|
34
|
-
<span ng-show="errata.type == 'enhancement' || errata.type == 'optional'">
|
35
|
-
<i class="fa fa-plus-square inline-icon" title="{{ 'Enhancement' | translate }}"></i>
|
36
|
-
</span>
|
37
|
-
|
38
|
-
{{ errata.type }}
|
39
|
-
<span ng-show="errata.severity">- {{ errata.severity }}</span>
|
40
|
-
</td>
|
41
|
-
<td bst-table-cell ng-if="errata.module_streams.length > 0" translate> Yes </td>
|
42
|
-
<td bst-table-cell ng-if="errata.module_streams.length == 0" translate> No </td>
|
43
|
-
<td bst-table-cell>{{ errata.hosts_available_count || 0 }}</td>
|
44
|
-
<td bst-table-cell><date date="errata.updated" /></td>
|
45
|
-
</tr>
|
46
|
-
</tbody>
|
47
|
-
</table>
|
48
|
-
</div>
|
@@ -1,21 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column translate>Name</th>
|
6
|
-
<th bst-table-column translate>Product</th>
|
7
|
-
</tr>
|
8
|
-
</thead>
|
9
|
-
|
10
|
-
<tbody>
|
11
|
-
<tr bst-table-row ng-repeat="repository in table.rows">
|
12
|
-
<td bst-table-cell>
|
13
|
-
<a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.id})">{{ repository.name }}</a>
|
14
|
-
</td>
|
15
|
-
<td bst-table-cell>
|
16
|
-
<a ui-sref="product.info({productId: repository.product.id})">{{ repository.product.name }}</a>
|
17
|
-
</td>
|
18
|
-
</tr>
|
19
|
-
</tbody>
|
20
|
-
</table>
|
21
|
-
</div>
|
@@ -1,8 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<div data-block="search-filter">
|
3
|
-
<select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo in repositories"></select>
|
4
|
-
</div>
|
5
|
-
<div data-block="table">
|
6
|
-
<ng-include src="'module-streams/views/partials/module-streams-table.html'"> </ng-include>
|
7
|
-
</div>
|
8
|
-
</div>
|
@@ -1,21 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<div data-block="search-filter">
|
3
|
-
<select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo in repositories"></select>
|
4
|
-
</div>
|
5
|
-
|
6
|
-
<table data-block="table" class="table table-striped table-bordered">
|
7
|
-
<thead>
|
8
|
-
<tr bst-table-head>
|
9
|
-
<th bst-table-column translate>Name</th>
|
10
|
-
<th bst-table-column translate>Repository</th>
|
11
|
-
</tr>
|
12
|
-
</thead>
|
13
|
-
|
14
|
-
<tbody>
|
15
|
-
<tr bst-table-row ng-repeat="packageGroup in table.rows">
|
16
|
-
<td bst-table-cell>{{ packageGroup.name }}</td>
|
17
|
-
<td bst-table-cell>{{ packageGroup.repository.name }}</td>
|
18
|
-
</tr>
|
19
|
-
</tbody>
|
20
|
-
</table>
|
21
|
-
</div>
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<div data-block="search-filter">
|
3
|
-
<select class="form-control" ng-model="repositoryId" ng-options="repo.id as repo.name for repo in repositories"></select>
|
4
|
-
</div>
|
5
|
-
|
6
|
-
<table data-block="table" class="table table-striped table-bordered">
|
7
|
-
<thead>
|
8
|
-
<tr bst-table-head>
|
9
|
-
<th bst-table-column translate>Name</th>
|
10
|
-
<th bst-table-column translate>Version</th>
|
11
|
-
<th bst-table-column translate>Release</th>
|
12
|
-
<th bst-table-column translate>Arch</th>
|
13
|
-
</tr>
|
14
|
-
</thead>
|
15
|
-
|
16
|
-
<tbody>
|
17
|
-
<tr bst-table-row ng-repeat="package in table.rows">
|
18
|
-
<td bst-table-cell>
|
19
|
-
<a ui-sref="package.info({packageId: package.id})">{{ package.name }}</a>
|
20
|
-
</td>
|
21
|
-
<td bst-table-cell>{{ package.version }}</td>
|
22
|
-
<td bst-table-cell>{{ package.release }}</td>
|
23
|
-
<td bst-table-cell>{{ package.arch }}</td>
|
24
|
-
</tr>
|
25
|
-
</tbody>
|
26
|
-
</table>
|
27
|
-
</div>
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<div data-extend-template="layouts/partials/table.html">
|
2
|
-
<table data-block="table" class="table table-striped table-bordered">
|
3
|
-
<thead>
|
4
|
-
<tr bst-table-head>
|
5
|
-
<th bst-table-column translate>Name</th>
|
6
|
-
<th bst-table-column translate>Product</th>
|
7
|
-
<th bst-table-column translate>Content</th>
|
8
|
-
</tr>
|
9
|
-
</thead>
|
10
|
-
|
11
|
-
<tbody>
|
12
|
-
<tr bst-table-row ng-repeat="repository in table.rows">
|
13
|
-
<td bst-table-cell>
|
14
|
-
<a ui-sref="product.repository.info({productId: repository.product.id, repositoryId: repository.library_instance_id })">{{ repository.name }}</a>
|
15
|
-
</td>
|
16
|
-
<td bst-table-cell>
|
17
|
-
<a ui-sref="product.info({productId: repository.product.id})">{{ repository.product.name }}</a>
|
18
|
-
</td>
|
19
|
-
<td bst-table-cell>
|
20
|
-
<div>
|
21
|
-
<a ui-sref="product.repository.manage-content.packages({productId: repository.product.id, repositoryId: repository.library_instance_id})" translate>
|
22
|
-
{{ repository.content_counts.rpm }} Packages
|
23
|
-
</a>
|
24
|
-
</div>
|
25
|
-
<div>
|
26
|
-
{{ repository.content_counts.srpm }} Source RPMs
|
27
|
-
</div>
|
28
|
-
<div>
|
29
|
-
<a ui-sref="errata({repositoryId: repository.library_instance_id})" translate>
|
30
|
-
{{ repository.content_counts.erratum }} Errata
|
31
|
-
</a>
|
32
|
-
</div>
|
33
|
-
<div>
|
34
|
-
<a ui-sref="product.repository.manage-content.module-streams({productId: repository.product.id, repositoryId: repository.library_instance_id})">
|
35
|
-
{{ repository.content_counts.module_stream || 0 }} Module Streams
|
36
|
-
</a>
|
37
|
-
</div>
|
38
|
-
</td>
|
39
|
-
</tr>
|
40
|
-
</tbody>
|
41
|
-
</table>
|
42
|
-
</div>
|
@@ -1,83 +0,0 @@
|
|
1
|
-
<span page-title ng-model="version">{{ 'Version:' | translate }} {{ version.version }}</span>
|
2
|
-
|
3
|
-
<nav role="navigation">
|
4
|
-
<ul class="nav nav-tabs nav-tabs-pf">
|
5
|
-
<li ng-show="contentView.composite" ng-class="{active: isState('content-view.version.components')}">
|
6
|
-
<a ui-sref="content-view.version.components({versionId: version.id})">
|
7
|
-
<span translate>Components</span>
|
8
|
-
</a>
|
9
|
-
</li>
|
10
|
-
|
11
|
-
<li ng-class="{active: isState('content-view.version.yum')}"
|
12
|
-
ng-show="hasRepositories(version, 'yum')">
|
13
|
-
<a ui-sref="content-view.version.yum({versionId: version.id})">
|
14
|
-
<span translate>Yum Repositories</span>
|
15
|
-
</a>
|
16
|
-
</li>
|
17
|
-
|
18
|
-
<li ng-class="{active: isState('content-view.version.packages')}"
|
19
|
-
ng-show="version.package_count !== 0">
|
20
|
-
<a ui-sref="content-view.version.packages({versionId: version.id})">
|
21
|
-
<span translate>rpm Packages</span>
|
22
|
-
</a>
|
23
|
-
</li>
|
24
|
-
|
25
|
-
<li ng-class="{active: isState('content-view.version.package-groups')}"
|
26
|
-
ng-show="version.package_group_count !== 0">
|
27
|
-
<a ui-sref="content-view.version.package-groups({versionId: version.id})">
|
28
|
-
<span translate>rpm Package Groups</span>
|
29
|
-
</a>
|
30
|
-
</li>
|
31
|
-
|
32
|
-
<li ng-class="{active: isState('content-view.version.module-streams')}"
|
33
|
-
ng-show="version.module_stream_count !== 0">
|
34
|
-
<a ui-sref="content-view.version.module-streams({versionId: version.id})">
|
35
|
-
<span translate>Module Streams</span>
|
36
|
-
</a>
|
37
|
-
</li>
|
38
|
-
|
39
|
-
<li ng-class="{active: isState('content-view.version.errata')}"
|
40
|
-
ng-show="hasErrata(version)">
|
41
|
-
<a ui-sref="content-view.version.errata({versionId: version.id})">
|
42
|
-
<span translate>Errata</span>
|
43
|
-
</a>
|
44
|
-
</li>
|
45
|
-
|
46
|
-
<li ng-class="{active: isState('content-view.version.apt')}"
|
47
|
-
ng-show="version.deb_count !== 0">
|
48
|
-
<a ui-sref="content-view.version.apt({versionId: version.id})">
|
49
|
-
<span translate>Apt Repositories</span>
|
50
|
-
</a>
|
51
|
-
</li>
|
52
|
-
|
53
|
-
<li ng-class="{active: isState('content-view.version.deb')}"
|
54
|
-
ng-show="version.deb_count !== 0">
|
55
|
-
<a ui-sref="content-view.version.deb({versionId: version.id})">
|
56
|
-
<span translate>Deb Packages</span>
|
57
|
-
</a>
|
58
|
-
</li>
|
59
|
-
|
60
|
-
<li ng-class="{active: isState('content-view.version.docker')}"
|
61
|
-
ng-show="version.docker_tag_count !== 0 || version.docker_manifest_count !== 0">
|
62
|
-
<a ui-sref="content-view.version.docker({versionId: version.id})">
|
63
|
-
<span translate>Docker Repositories</span>
|
64
|
-
</a>
|
65
|
-
</li>
|
66
|
-
|
67
|
-
<li ng-class="{active: isState('content-view.version.file')}"
|
68
|
-
ng-show="version.file_count !== 0">
|
69
|
-
<a ui-sref="content-view.version.file({versionId: version.id})">
|
70
|
-
<span translate>File Repositories</span>
|
71
|
-
</a>
|
72
|
-
</li>
|
73
|
-
|
74
|
-
<li ng-class="{active: isState('content-view.version.details')}">
|
75
|
-
<a ui-sref="content-view.version.details({versionId: version.id})">
|
76
|
-
<span translate>Details</span>
|
77
|
-
</a>
|
78
|
-
</li>
|
79
|
-
|
80
|
-
</ul>
|
81
|
-
</nav>
|
82
|
-
|
83
|
-
<div ui-view></div>
|
@@ -1,74 +0,0 @@
|
|
1
|
-
<span page-title>{{ 'Content Views' | translate }}</span>
|
2
|
-
|
3
|
-
<div data-extend-template="layouts/table-with-header.html">
|
4
|
-
|
5
|
-
<div data-block="header">
|
6
|
-
<h2 translate>Content Views</h2>
|
7
|
-
</div>
|
8
|
-
|
9
|
-
<div data-block="list-actions">
|
10
|
-
<a class="btn btn-primary" ui-sref="content-views.new" ng-hide="denied('create_content_views')"><i class="pficon pficon-add-circle-o"></i>
|
11
|
-
<span translate>Create New View</span>
|
12
|
-
</a>
|
13
|
-
</div>
|
14
|
-
|
15
|
-
<span data-block="no-rows-message" translate>
|
16
|
-
You currently don't have any Content Views. A Content View can be added by using the button on the right.
|
17
|
-
</span>
|
18
|
-
|
19
|
-
<span data-block="no-search-results-message" translate>
|
20
|
-
Your search returned zero Content Views.
|
21
|
-
</span>
|
22
|
-
|
23
|
-
<div data-block="table">
|
24
|
-
<table class="table table-striped table-bordered"
|
25
|
-
bst-table="table"
|
26
|
-
ng-class="{'table-mask': table.working}">
|
27
|
-
|
28
|
-
<thead>
|
29
|
-
<tr bst-table-head>
|
30
|
-
<th bst-table-column><span translate>Name</span></th>
|
31
|
-
<th bst-table-column><span translate>Composite View?</span></th>
|
32
|
-
<th bst-table-column ng-show="importOnlyEnabled()"><span translate>Import-only?</span></th>
|
33
|
-
<th bst-table-column><span translate>Last Published</span></th>
|
34
|
-
<th bst-table-column><span translate>Environments</span></th>
|
35
|
-
<th bst-table-column><span translate>Repositories</span></th>
|
36
|
-
</tr>
|
37
|
-
</thead>
|
38
|
-
|
39
|
-
<tbody>
|
40
|
-
<tr bst-table-row ng-repeat="contentView in table.rows">
|
41
|
-
<td bst-table-cell>
|
42
|
-
<a ui-sref="content-view.versions({contentViewId: contentView.id})">
|
43
|
-
{{ contentView.name }}
|
44
|
-
</a>
|
45
|
-
</td>
|
46
|
-
<td bst-table-cell>
|
47
|
-
<span ng-show="contentView.composite" translate>Yes</span>
|
48
|
-
<span ng-hide="contentView.composite" translate>No</span>
|
49
|
-
</td>
|
50
|
-
<td bst-table-cell ng-show="importOnlyEnabled()">
|
51
|
-
<span ng-show="contentView.import_only" translate>Yes</span>
|
52
|
-
<span ng-hide="contentView.import_only" translate>No</span>
|
53
|
-
</td>
|
54
|
-
<td bst-table-cell>
|
55
|
-
<span ng-show="contentView.last_published"><long-date-time date="contentView.last_published" /></span>
|
56
|
-
<span ng-hide="contentView.last_published" translate>
|
57
|
-
Not yet published
|
58
|
-
</span>
|
59
|
-
</td>
|
60
|
-
<td bst-table-cell>
|
61
|
-
<span ng-show="contentView.environments.length !== 0"
|
62
|
-
ng-repeat="environment in contentView.environments" ng-if="environment.permissions.readable">
|
63
|
-
{{ environment.name }}<span ng-if="!$last">, </span>
|
64
|
-
</span>
|
65
|
-
<span ng-show="contentView.environments.length === 0" translate>
|
66
|
-
Not yet published
|
67
|
-
</span>
|
68
|
-
</td>
|
69
|
-
<td bst-table-cell class="number-cell">{{ contentView.repositories.length }}</td>
|
70
|
-
</tr>
|
71
|
-
</tbody>
|
72
|
-
</table>
|
73
|
-
</div>
|
74
|
-
</div>
|
@@ -1,99 +0,0 @@
|
|
1
|
-
import { act, renderHook } from '@testing-library/react-hooks';
|
2
|
-
import { useBulkSelect } from '../TableHooks';
|
3
|
-
|
4
|
-
const isSelectable = () => true;
|
5
|
-
const idColumn = 'errata_id';
|
6
|
-
const metadata = {
|
7
|
-
error: null, selectable: 2, subtotal: 2, total: 2,
|
8
|
-
};
|
9
|
-
const results = [
|
10
|
-
{
|
11
|
-
errata_id: 'RHSA-2022:2031',
|
12
|
-
id: 311,
|
13
|
-
severity: 'Low',
|
14
|
-
type: 'security',
|
15
|
-
},
|
16
|
-
{
|
17
|
-
errata_id: 'RHSA-2022:2110',
|
18
|
-
id: 17,
|
19
|
-
severity: 'Low',
|
20
|
-
type: 'security',
|
21
|
-
},
|
22
|
-
];
|
23
|
-
|
24
|
-
it('returns a scoped search string based on inclusionSet', () => {
|
25
|
-
const { result } = renderHook(() => useBulkSelect({
|
26
|
-
results,
|
27
|
-
metadata,
|
28
|
-
idColumn,
|
29
|
-
isSelectable,
|
30
|
-
}));
|
31
|
-
|
32
|
-
act(() => {
|
33
|
-
result.current.selectOne(true, 'RHSA-2022:2031');
|
34
|
-
});
|
35
|
-
|
36
|
-
expect(result.current.fetchBulkParams()).toBe('errata_id ^ (RHSA-2022:2031)');
|
37
|
-
});
|
38
|
-
|
39
|
-
it('returns a scoped search string based on exclusionSet', () => {
|
40
|
-
const { result } = renderHook(() => useBulkSelect({
|
41
|
-
results,
|
42
|
-
metadata,
|
43
|
-
idColumn,
|
44
|
-
isSelectable,
|
45
|
-
}));
|
46
|
-
|
47
|
-
act(() => {
|
48
|
-
result.current.selectAll(true);
|
49
|
-
});
|
50
|
-
|
51
|
-
act(() => {
|
52
|
-
result.current.selectOne(false, 'RHSA-2022:2031');
|
53
|
-
});
|
54
|
-
|
55
|
-
expect(result.current.fetchBulkParams()).toBe('errata_id !^ (RHSA-2022:2031)');
|
56
|
-
});
|
57
|
-
|
58
|
-
it('adds search query to scoped search string based on exclusionSet', () => {
|
59
|
-
const { result } = renderHook(() => useBulkSelect({
|
60
|
-
results,
|
61
|
-
metadata,
|
62
|
-
idColumn,
|
63
|
-
isSelectable,
|
64
|
-
}));
|
65
|
-
|
66
|
-
act(() => {
|
67
|
-
result.current.updateSearchQuery('type=security');
|
68
|
-
});
|
69
|
-
|
70
|
-
act(() => {
|
71
|
-
result.current.selectAll(true);
|
72
|
-
});
|
73
|
-
|
74
|
-
act(() => {
|
75
|
-
result.current.selectOne(false, 'RHSA-2022:2031');
|
76
|
-
});
|
77
|
-
|
78
|
-
expect(result.current.fetchBulkParams()).toBe('type=security and errata_id !^ (RHSA-2022:2031)');
|
79
|
-
});
|
80
|
-
|
81
|
-
it('adds filter dropdown query to scoped search string', () => {
|
82
|
-
const { result } = renderHook(() => useBulkSelect({
|
83
|
-
results,
|
84
|
-
metadata,
|
85
|
-
idColumn,
|
86
|
-
isSelectable,
|
87
|
-
filtersQuery: 'severity=Low',
|
88
|
-
}));
|
89
|
-
|
90
|
-
act(() => {
|
91
|
-
result.current.selectAll(true);
|
92
|
-
});
|
93
|
-
|
94
|
-
act(() => {
|
95
|
-
result.current.selectOne(false, 'RHSA-2022:2031');
|
96
|
-
});
|
97
|
-
|
98
|
-
expect(result.current.fetchBulkParams()).toBe('severity=Low and errata_id !^ (RHSA-2022:2031)');
|
99
|
-
});
|
@@ -1,30 +0,0 @@
|
|
1
|
-
import { propsToSnakeCase } from 'foremanReact/common/helpers';
|
2
|
-
|
3
|
-
import api, { orgId } from '../../services/api';
|
4
|
-
import {
|
5
|
-
ANSIBLE_COLLECTIONS_REQUEST,
|
6
|
-
ANSIBLE_COLLECTIONS_SUCCESS,
|
7
|
-
ANSIBLE_COLLECTIONS_ERROR,
|
8
|
-
} from './AnsibleCollectionsConstants';
|
9
|
-
import { apiError } from '../../utils/helpers';
|
10
|
-
|
11
|
-
export const getAnsibleCollections = (extendedParams = {}) => async (dispatch) => {
|
12
|
-
dispatch({ type: ANSIBLE_COLLECTIONS_REQUEST });
|
13
|
-
|
14
|
-
const params = {
|
15
|
-
organization_id: orgId(),
|
16
|
-
...propsToSnakeCase(extendedParams),
|
17
|
-
};
|
18
|
-
|
19
|
-
try {
|
20
|
-
const { data } = await api.get('/ansible_collections', {}, params);
|
21
|
-
return dispatch({
|
22
|
-
type: ANSIBLE_COLLECTIONS_SUCCESS,
|
23
|
-
response: data,
|
24
|
-
});
|
25
|
-
} catch (error) {
|
26
|
-
return dispatch(apiError(ANSIBLE_COLLECTIONS_ERROR, error));
|
27
|
-
}
|
28
|
-
};
|
29
|
-
|
30
|
-
export default getAnsibleCollections;
|
@@ -1,80 +0,0 @@
|
|
1
|
-
import React, { Component } from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
|
-
import qs from 'query-string';
|
4
|
-
import { translate as __ } from 'foremanReact/common/I18n';
|
5
|
-
import { orgId } from '../../services/api';
|
6
|
-
import TableSchema from './AnsibleCollectionsTableSchema';
|
7
|
-
import ContentPage from '../../components/Content/ContentPage';
|
8
|
-
|
9
|
-
class AnsibleCollectionsPage extends Component {
|
10
|
-
constructor(props) {
|
11
|
-
super(props);
|
12
|
-
|
13
|
-
const queryParams = qs.parse(this.props.location.search);
|
14
|
-
this.state = {
|
15
|
-
searchQuery: queryParams.search || '',
|
16
|
-
};
|
17
|
-
}
|
18
|
-
|
19
|
-
componentDidMount() {
|
20
|
-
this.props.getAnsibleCollections({
|
21
|
-
search: this.state.searchQuery,
|
22
|
-
});
|
23
|
-
}
|
24
|
-
|
25
|
-
onPaginationChange = (pagination) => {
|
26
|
-
this.props.getAnsibleCollections({
|
27
|
-
...pagination,
|
28
|
-
});
|
29
|
-
};
|
30
|
-
|
31
|
-
onSearch = (search) => {
|
32
|
-
this.props.getAnsibleCollections({ search });
|
33
|
-
};
|
34
|
-
|
35
|
-
getAutoCompleteParams = search => ({
|
36
|
-
endpoint: '/ansible_collections/auto_complete_search',
|
37
|
-
params: {
|
38
|
-
organization_id: orgId(),
|
39
|
-
search,
|
40
|
-
},
|
41
|
-
});
|
42
|
-
|
43
|
-
updateSearchQuery = (searchQuery) => {
|
44
|
-
this.setState({ searchQuery });
|
45
|
-
};
|
46
|
-
|
47
|
-
render() {
|
48
|
-
const { ansibleCollections } = this.props;
|
49
|
-
return (
|
50
|
-
<ContentPage
|
51
|
-
header={__('Ansible Collections')}
|
52
|
-
content={ansibleCollections}
|
53
|
-
tableSchema={TableSchema}
|
54
|
-
onSearch={this.onSearch}
|
55
|
-
getAutoCompleteParams={this.getAutoCompleteParams}
|
56
|
-
updateSearchQuery={this.updateSearchQuery}
|
57
|
-
initialInputValue={this.state.searchQuery}
|
58
|
-
onPaginationChange={this.onPaginationChange}
|
59
|
-
/>
|
60
|
-
);
|
61
|
-
}
|
62
|
-
}
|
63
|
-
|
64
|
-
AnsibleCollectionsPage.propTypes = {
|
65
|
-
location: PropTypes.shape({
|
66
|
-
search: PropTypes.oneOfType([
|
67
|
-
PropTypes.shape({}),
|
68
|
-
PropTypes.string,
|
69
|
-
]),
|
70
|
-
}),
|
71
|
-
getAnsibleCollections: PropTypes.func.isRequired,
|
72
|
-
ansibleCollections: PropTypes.shape({}).isRequired,
|
73
|
-
};
|
74
|
-
|
75
|
-
AnsibleCollectionsPage.defaultProps = {
|
76
|
-
location: { search: '' },
|
77
|
-
};
|
78
|
-
|
79
|
-
|
80
|
-
export default AnsibleCollectionsPage;
|
@@ -1,39 +0,0 @@
|
|
1
|
-
import { initialApiState } from '../../services/api';
|
2
|
-
import {
|
3
|
-
ANSIBLE_COLLECTIONS_REQUEST,
|
4
|
-
ANSIBLE_COLLECTIONS_SUCCESS,
|
5
|
-
ANSIBLE_COLLECTIONS_ERROR,
|
6
|
-
} from './AnsibleCollectionsConstants';
|
7
|
-
|
8
|
-
const initialState = initialApiState;
|
9
|
-
|
10
|
-
export default (state = initialState, action) => {
|
11
|
-
switch (action.type) {
|
12
|
-
case ANSIBLE_COLLECTIONS_REQUEST: {
|
13
|
-
return state.set('loading', true);
|
14
|
-
}
|
15
|
-
case ANSIBLE_COLLECTIONS_SUCCESS: {
|
16
|
-
const {
|
17
|
-
results, page, per_page, subtotal, // eslint-disable-line camelcase
|
18
|
-
} = action.response;
|
19
|
-
return state.merge({
|
20
|
-
results,
|
21
|
-
loading: false,
|
22
|
-
pagination: {
|
23
|
-
page: Number(page),
|
24
|
-
perPage: Number(per_page || state.pagination.perPage), // eslint-disable-line camelcase
|
25
|
-
},
|
26
|
-
itemCount: Number(subtotal),
|
27
|
-
});
|
28
|
-
}
|
29
|
-
case ANSIBLE_COLLECTIONS_ERROR: {
|
30
|
-
return state.merge({
|
31
|
-
error: action.error,
|
32
|
-
loading: false,
|
33
|
-
});
|
34
|
-
}
|
35
|
-
default: {
|
36
|
-
return state;
|
37
|
-
}
|
38
|
-
}
|
39
|
-
};
|