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,145 @@
|
|
1
|
+
{
|
2
|
+
"version": "1.0",
|
3
|
+
"major": 1,
|
4
|
+
"minor": 0,
|
5
|
+
"composite_content_view_ids": [],
|
6
|
+
"published_in_composite_content_view_ids": [],
|
7
|
+
"content_view_id": 4,
|
8
|
+
"default": false,
|
9
|
+
"description": "",
|
10
|
+
"id": 12,
|
11
|
+
"name": "cv3 1.0",
|
12
|
+
"created_at": "2022-08-01 15:22:50 -0400",
|
13
|
+
"updated_at": "2022-08-01 15:22:51 -0400",
|
14
|
+
"content_view": {
|
15
|
+
"id": 4,
|
16
|
+
"name": "cv3",
|
17
|
+
"label": "cv3",
|
18
|
+
"generated_for": "none"
|
19
|
+
},
|
20
|
+
"composite_content_views": [],
|
21
|
+
"composite_content_view_versions": [],
|
22
|
+
"published_in_composite_content_views": [],
|
23
|
+
"environments": [],
|
24
|
+
"repositories": [],
|
25
|
+
"last_event": {
|
26
|
+
"user": "admin",
|
27
|
+
"status": "successful",
|
28
|
+
"description": "",
|
29
|
+
"action": "publish",
|
30
|
+
"created_at": "2022-08-01 15:22:50 -0400",
|
31
|
+
"updated_at": "2022-08-01 15:22:51 -0400",
|
32
|
+
"environment": null,
|
33
|
+
"task": {
|
34
|
+
"id": "a62cbf13-4a6c-49dd-8566-104f4cdb8597",
|
35
|
+
"label": "Actions::Katello::ContentView::Publish",
|
36
|
+
"pending": false,
|
37
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
38
|
+
"username": "admin",
|
39
|
+
"started_at": "2022-08-01 15:22:50 -0400",
|
40
|
+
"ended_at": "2022-08-01 15:22:51 -0400",
|
41
|
+
"state": "stopped",
|
42
|
+
"result": "success",
|
43
|
+
"progress": 1,
|
44
|
+
"input": {
|
45
|
+
"content_view": {
|
46
|
+
"id": 4,
|
47
|
+
"name": "cv3",
|
48
|
+
"label": "cv3"
|
49
|
+
},
|
50
|
+
"organization": {
|
51
|
+
"id": 1,
|
52
|
+
"name": "Default Organization",
|
53
|
+
"label": "Default_Organization"
|
54
|
+
},
|
55
|
+
"services_checked": [
|
56
|
+
"candlepin",
|
57
|
+
"candlepin_auth"
|
58
|
+
],
|
59
|
+
"history_id": 20,
|
60
|
+
"content_view_id": 4,
|
61
|
+
"auto_publish_composite_ids": [],
|
62
|
+
"content_view_version_name": "cv3 1.0",
|
63
|
+
"content_view_version_id": 12,
|
64
|
+
"environment_id": 1,
|
65
|
+
"user_id": 4,
|
66
|
+
"skip_promotion": null,
|
67
|
+
"locale": "en",
|
68
|
+
"current_request_id": "d0d99070-f4ce-4d2f-af07-2bc9c074c919",
|
69
|
+
"current_timezone": "America/New_York",
|
70
|
+
"current_organization_id": 1,
|
71
|
+
"current_location_id": 2,
|
72
|
+
"current_user_id": 4
|
73
|
+
},
|
74
|
+
"output": {
|
75
|
+
"content_view_id": 4,
|
76
|
+
"content_view_version_id": 12,
|
77
|
+
"skip_promotion": null,
|
78
|
+
"history_id": 20
|
79
|
+
},
|
80
|
+
"humanized": {
|
81
|
+
"action": "Publish",
|
82
|
+
"input": [
|
83
|
+
[
|
84
|
+
"content_view",
|
85
|
+
{
|
86
|
+
"text": "content view 'cv3'",
|
87
|
+
"link": "/content_views/4/versions"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
[
|
91
|
+
"organization",
|
92
|
+
{
|
93
|
+
"text": "organization 'Default Organization'",
|
94
|
+
"link": "/organizations/1/edit"
|
95
|
+
}
|
96
|
+
]
|
97
|
+
],
|
98
|
+
"output": "",
|
99
|
+
"errors": []
|
100
|
+
},
|
101
|
+
"cli_example": null,
|
102
|
+
"start_at": "2022-08-01 15:22:50 -0400",
|
103
|
+
"available_actions": {
|
104
|
+
"cancellable": false,
|
105
|
+
"resumable": false
|
106
|
+
}
|
107
|
+
},
|
108
|
+
"version": "1.0",
|
109
|
+
"publish": true,
|
110
|
+
"version_id": 12,
|
111
|
+
"triggered_by": null,
|
112
|
+
"triggered_by_id": null
|
113
|
+
},
|
114
|
+
"active_history": [],
|
115
|
+
"ansible_collection_count": 0,
|
116
|
+
"deb_count": 0,
|
117
|
+
"docker_manifest_count": 0,
|
118
|
+
"docker_manifest_list_count": 0,
|
119
|
+
"docker_tag_count": 0,
|
120
|
+
"file_count": 0,
|
121
|
+
"python_package_count": 0,
|
122
|
+
"rpm_count": 0,
|
123
|
+
"modulemd_count": 0,
|
124
|
+
"erratum_count": 0,
|
125
|
+
"package_group_count": 0,
|
126
|
+
"srpm_count": 0,
|
127
|
+
"module_stream_count": 0,
|
128
|
+
"package_count": 0,
|
129
|
+
"component_view_count": 0,
|
130
|
+
"ansible_collection_repository_count": 0,
|
131
|
+
"deb_repository_count": 0,
|
132
|
+
"docker_repository_count": 0,
|
133
|
+
"file_repository_count": 0,
|
134
|
+
"python_repository_count": 0,
|
135
|
+
"yum_repository_count": 0,
|
136
|
+
"errata_counts": {
|
137
|
+
"security": 0,
|
138
|
+
"bugfix": 0,
|
139
|
+
"enhancement": 0,
|
140
|
+
"total": 0
|
141
|
+
},
|
142
|
+
"permissions": {
|
143
|
+
"deletable": true
|
144
|
+
}
|
145
|
+
}
|
@@ -0,0 +1,145 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"major": 2,
|
4
|
+
"minor": 0,
|
5
|
+
"composite_content_view_ids": [],
|
6
|
+
"published_in_composite_content_view_ids": [],
|
7
|
+
"content_view_id": 4,
|
8
|
+
"default": false,
|
9
|
+
"description": "",
|
10
|
+
"id": 13,
|
11
|
+
"name": "cv3 2.0",
|
12
|
+
"created_at": "2022-08-01 15:23:03 -0400",
|
13
|
+
"updated_at": "2022-08-01 15:23:04 -0400",
|
14
|
+
"content_view": {
|
15
|
+
"id": 4,
|
16
|
+
"name": "cv3",
|
17
|
+
"label": "cv3",
|
18
|
+
"generated_for": "none"
|
19
|
+
},
|
20
|
+
"composite_content_views": [],
|
21
|
+
"composite_content_view_versions": [],
|
22
|
+
"published_in_composite_content_views": [],
|
23
|
+
"environments": [],
|
24
|
+
"repositories": [],
|
25
|
+
"last_event": {
|
26
|
+
"user": "admin",
|
27
|
+
"status": "successful",
|
28
|
+
"description": "",
|
29
|
+
"action": "publish",
|
30
|
+
"created_at": "2022-08-01 15:23:03 -0400",
|
31
|
+
"updated_at": "2022-08-01 15:23:04 -0400",
|
32
|
+
"environment": null,
|
33
|
+
"task": {
|
34
|
+
"id": "5490d19a-7aaa-49c4-bfc0-fead774a7055",
|
35
|
+
"label": "Actions::Katello::ContentView::Publish",
|
36
|
+
"pending": false,
|
37
|
+
"action": "Publish content view 'cv3'; organization 'Default Organization'",
|
38
|
+
"username": "admin",
|
39
|
+
"started_at": "2022-08-01 15:23:03 -0400",
|
40
|
+
"ended_at": "2022-08-01 15:23:04 -0400",
|
41
|
+
"state": "stopped",
|
42
|
+
"result": "success",
|
43
|
+
"progress": 1,
|
44
|
+
"input": {
|
45
|
+
"content_view": {
|
46
|
+
"id": 4,
|
47
|
+
"name": "cv3",
|
48
|
+
"label": "cv3"
|
49
|
+
},
|
50
|
+
"organization": {
|
51
|
+
"id": 1,
|
52
|
+
"name": "Default Organization",
|
53
|
+
"label": "Default_Organization"
|
54
|
+
},
|
55
|
+
"services_checked": [
|
56
|
+
"candlepin",
|
57
|
+
"candlepin_auth"
|
58
|
+
],
|
59
|
+
"history_id": 21,
|
60
|
+
"content_view_id": 4,
|
61
|
+
"auto_publish_composite_ids": [],
|
62
|
+
"content_view_version_name": "cv3 2.0",
|
63
|
+
"content_view_version_id": 13,
|
64
|
+
"environment_id": 1,
|
65
|
+
"user_id": 4,
|
66
|
+
"skip_promotion": null,
|
67
|
+
"locale": "en",
|
68
|
+
"current_request_id": "76529ab7-a394-4b31-9dc4-4ce1b022497a",
|
69
|
+
"current_timezone": "America/New_York",
|
70
|
+
"current_organization_id": 1,
|
71
|
+
"current_location_id": 2,
|
72
|
+
"current_user_id": 4
|
73
|
+
},
|
74
|
+
"output": {
|
75
|
+
"content_view_id": 4,
|
76
|
+
"content_view_version_id": 13,
|
77
|
+
"skip_promotion": null,
|
78
|
+
"history_id": 21
|
79
|
+
},
|
80
|
+
"humanized": {
|
81
|
+
"action": "Publish",
|
82
|
+
"input": [
|
83
|
+
[
|
84
|
+
"content_view",
|
85
|
+
{
|
86
|
+
"text": "content view 'cv3'",
|
87
|
+
"link": "/content_views/4/versions"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
[
|
91
|
+
"organization",
|
92
|
+
{
|
93
|
+
"text": "organization 'Default Organization'",
|
94
|
+
"link": "/organizations/1/edit"
|
95
|
+
}
|
96
|
+
]
|
97
|
+
],
|
98
|
+
"output": "",
|
99
|
+
"errors": []
|
100
|
+
},
|
101
|
+
"cli_example": null,
|
102
|
+
"start_at": "2022-08-01 15:23:03 -0400",
|
103
|
+
"available_actions": {
|
104
|
+
"cancellable": false,
|
105
|
+
"resumable": false
|
106
|
+
}
|
107
|
+
},
|
108
|
+
"version": "2.0",
|
109
|
+
"publish": true,
|
110
|
+
"version_id": 13,
|
111
|
+
"triggered_by": null,
|
112
|
+
"triggered_by_id": null
|
113
|
+
},
|
114
|
+
"active_history": [],
|
115
|
+
"ansible_collection_count": 0,
|
116
|
+
"deb_count": 0,
|
117
|
+
"docker_manifest_count": 0,
|
118
|
+
"docker_manifest_list_count": 0,
|
119
|
+
"docker_tag_count": 0,
|
120
|
+
"file_count": 0,
|
121
|
+
"python_package_count": 0,
|
122
|
+
"rpm_count": 0,
|
123
|
+
"modulemd_count": 0,
|
124
|
+
"erratum_count": 0,
|
125
|
+
"package_group_count": 0,
|
126
|
+
"srpm_count": 0,
|
127
|
+
"module_stream_count": 0,
|
128
|
+
"package_count": 0,
|
129
|
+
"component_view_count": 0,
|
130
|
+
"ansible_collection_repository_count": 0,
|
131
|
+
"deb_repository_count": 0,
|
132
|
+
"docker_repository_count": 0,
|
133
|
+
"file_repository_count": 0,
|
134
|
+
"python_repository_count": 0,
|
135
|
+
"yum_repository_count": 0,
|
136
|
+
"errata_counts": {
|
137
|
+
"security": 0,
|
138
|
+
"bugfix": 0,
|
139
|
+
"enhancement": 0,
|
140
|
+
"total": 0
|
141
|
+
},
|
142
|
+
"permissions": {
|
143
|
+
"deletable": true
|
144
|
+
}
|
145
|
+
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React, { useState, useEffect, useCallback } from 'react';
|
2
2
|
import { useDispatch, useSelector } from 'react-redux';
|
3
3
|
import { TableVariant, TableText, Tbody, Thead, Td, Tr, Th } from '@patternfly/react-table';
|
4
|
-
import { Checkbox, Dropdown, DropdownItem, Grid, KebabToggle } from '@patternfly/react-core';
|
4
|
+
import { Checkbox, Dropdown, DropdownItem, Grid, KebabToggle, GridItem, Button } from '@patternfly/react-core';
|
5
5
|
import { translate as __ } from 'foremanReact/common/I18n';
|
6
6
|
import { urlBuilder } from 'foremanReact/common/urlHelpers';
|
7
7
|
import { STATUS } from 'foremanReact/constants';
|
@@ -14,11 +14,12 @@ import InactiveText from '../../components/InactiveText';
|
|
14
14
|
import ContentViewVersionEnvironments from './ContentViewVersionEnvironments';
|
15
15
|
import ContentViewVersionErrata from './ContentViewVersionErrata';
|
16
16
|
import ContentViewVersionContent from './ContentViewVersionContent';
|
17
|
-
import { getContentViewVersions } from '../ContentViewDetailActions';
|
17
|
+
import getContentViewDetails, { getContentViewVersions } from '../ContentViewDetailActions';
|
18
18
|
import {
|
19
19
|
selectCVVersions,
|
20
20
|
selectCVVersionsStatus,
|
21
21
|
selectCVVersionsError,
|
22
|
+
selectCVDetails,
|
22
23
|
} from '../ContentViewDetailSelectors';
|
23
24
|
import getEnvironmentPaths from '../../components/EnvironmentPaths/EnvironmentPathActions';
|
24
25
|
import ContentViewVersionPromote from '../Promote/ContentViewVersionPromote';
|
@@ -27,12 +28,13 @@ import RemoveCVVersionWizard from './Delete/RemoveCVVersionWizard';
|
|
27
28
|
import { hasPermission } from '../../helpers';
|
28
29
|
import BulkDeleteModal from './BulkDelete/BulkDeleteModal';
|
29
30
|
import { selectEnvironmentPathsStatus } from '../../components/EnvironmentPaths/EnvironmentPathSelectors';
|
30
|
-
|
31
|
+
import PublishContentViewWizard from '../../Publish/PublishContentViewWizard';
|
32
|
+
import CVVersionCompare from './Compare/CVVersionCompare';
|
31
33
|
|
32
34
|
const ContentViewVersions = ({ cvId, details }) => {
|
33
35
|
const response = useSelector(state => selectCVVersions(state, cvId));
|
34
36
|
const { results, ...metadata } = response;
|
35
|
-
|
37
|
+
const { versions: cvDetails } = useSelector(state => selectCVDetails(state, cvId));
|
36
38
|
const firstIdWithActiveHistory =
|
37
39
|
results?.find(({ active_history: activeHistory }) =>
|
38
40
|
activeHistory?.length)?.id;
|
@@ -49,6 +51,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
49
51
|
const [versionNameToRemove, setVersionNameToRemove] = useState('');
|
50
52
|
const [versionEnvironments, setVersionEnvironments] = useState([]);
|
51
53
|
const [bulkDeleteModalOpen, setBulkDeleteModalOpen] = useState(false);
|
54
|
+
const [isPublishModalOpen, setIsPublishModalOpen] = useState(false);
|
52
55
|
const [promoting, setPromoting] = useState(false);
|
53
56
|
const [removingFromEnv, setRemovingFromEnv] = useState(false);
|
54
57
|
const [deleteVersion, setDeleteVersion] = useState(false);
|
@@ -56,8 +59,11 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
56
59
|
const { permissions } = details;
|
57
60
|
const [kebabOpen, setKebabOpen] = useState(false);
|
58
61
|
const hasActionPermissions = hasPermission(permissions, 'promote_or_remove_content_views');
|
62
|
+
const hasPublishCvPermissions = hasPermission(permissions, 'publish_content_views');
|
59
63
|
const renderActionButtons =
|
60
64
|
hasActionPermissions && status === STATUS.RESOLVED && !!results?.length;
|
65
|
+
const renderPublishCvModal =
|
66
|
+
hasPublishCvPermissions && status === STATUS.RESOLVED && isPublishModalOpen;
|
61
67
|
const {
|
62
68
|
selectOne, isSelected, isSelectable: _isSelectable,
|
63
69
|
selectedCount, selectionSet, ...selectionSetVars
|
@@ -66,6 +72,23 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
66
72
|
metadata,
|
67
73
|
});
|
68
74
|
|
75
|
+
const showPrimaryAction = true;
|
76
|
+
const primaryActionButton =
|
77
|
+
(
|
78
|
+
<Button
|
79
|
+
ouiaId="cv-details-publish-button"
|
80
|
+
onClick={() => setIsPublishModalOpen(true)}
|
81
|
+
variant="primary"
|
82
|
+
aria-label="publish_content_view"
|
83
|
+
> {__('Publish new version')}
|
84
|
+
</Button>);
|
85
|
+
|
86
|
+
const versionOneId = String([...selectionSet].sort()[0]);
|
87
|
+
const versionTwoId = String([...selectionSet].sort()[1]);
|
88
|
+
const fetchItems = useCallback((params) => {
|
89
|
+
selectionSet.clear();
|
90
|
+
return getContentViewVersions(cvId, params);
|
91
|
+
}, [cvId, selectionSet]);
|
69
92
|
const columnHeaders = [
|
70
93
|
'',
|
71
94
|
__('Version'),
|
@@ -76,6 +99,10 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
76
99
|
__('Description'),
|
77
100
|
];
|
78
101
|
|
102
|
+
const versionOneLabel = String(cvDetails?.find(version =>
|
103
|
+
Number(version.id) === Number(versionOneId))?.version);
|
104
|
+
const versionTwoLabel = String(cvDetails?.find(version =>
|
105
|
+
Number(version.id) === Number(versionTwoId))?.version);
|
79
106
|
useEffect(
|
80
107
|
() => {
|
81
108
|
if (envStatus !== STATUS.RESOLVED) { dispatch(getEnvironmentPaths()); }
|
@@ -115,10 +142,9 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
115
142
|
return [
|
116
143
|
<Checkbox
|
117
144
|
id={versionId}
|
145
|
+
aria-label={`Select version ${versionId}`}
|
118
146
|
isChecked={isSelected(versionId)}
|
119
|
-
onChange={selected =>
|
120
|
-
selectOne(selected, versionId)
|
121
|
-
}
|
147
|
+
onChange={selected => selectOne(selected, versionId)}
|
122
148
|
/>,
|
123
149
|
<Link to={`/versions/${versionId}`}>{__('Version ')}{version}</Link>,
|
124
150
|
<ContentViewVersionEnvironments {...{ environments }} />,
|
@@ -187,10 +213,27 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
187
213
|
];
|
188
214
|
|
189
215
|
const emptyContentTitle = __("You currently don't have any versions for this content view.");
|
190
|
-
const emptyContentBody = __('Versions will appear here when the content view is published.');
|
216
|
+
const emptyContentBody = __('Versions will appear here when the content view is published.');
|
191
217
|
const emptySearchTitle = __('No matching version found');
|
192
218
|
const emptySearchBody = __('Try changing your search settings.');
|
193
|
-
|
219
|
+
const selectedVersionIds = {
|
220
|
+
versionOneId,
|
221
|
+
versionTwoId,
|
222
|
+
};
|
223
|
+
const [hasTwoVersions, setHasTwoVersions] = useState(false);
|
224
|
+
if (hasTwoVersions) {
|
225
|
+
const versionLabels = {
|
226
|
+
versionOneLabel,
|
227
|
+
versionTwoLabel,
|
228
|
+
};
|
229
|
+
return (
|
230
|
+
<CVVersionCompare
|
231
|
+
versionIds={selectedVersionIds}
|
232
|
+
cvId={cvId}
|
233
|
+
versionLabels={versionLabels}
|
234
|
+
/>
|
235
|
+
);
|
236
|
+
}
|
194
237
|
return (
|
195
238
|
<TableWrapper
|
196
239
|
{...{
|
@@ -204,40 +247,63 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
204
247
|
error,
|
205
248
|
status,
|
206
249
|
selectedCount,
|
250
|
+
showPrimaryAction,
|
251
|
+
primaryActionButton,
|
207
252
|
}}
|
208
253
|
ouiaId="content-view-versions-table"
|
209
254
|
variant={TableVariant.compact}
|
210
255
|
autocompleteEndpoint={`/content_view_versions/auto_complete_search?content_view_id=${cvId}`}
|
211
|
-
fetchItems={
|
212
|
-
selectionSet.clear();
|
213
|
-
return getContentViewVersions(cvId, params);
|
214
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
215
|
-
}, [cvId])}
|
256
|
+
fetchItems={fetchItems}
|
216
257
|
{...hasActionPermissions ? selectionSetVars : []}
|
217
258
|
actionButtons={
|
218
|
-
|
219
|
-
|
220
|
-
<
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
259
|
+
<>
|
260
|
+
{renderPublishCvModal &&
|
261
|
+
<PublishContentViewWizard
|
262
|
+
details={details}
|
263
|
+
show={isPublishModalOpen}
|
264
|
+
onClose={(step3) => {
|
265
|
+
if (step3) dispatch(getContentViewDetails(cvId));
|
266
|
+
setIsPublishModalOpen(false);
|
267
|
+
}}
|
268
|
+
aria-label="publish_content_view_modal"
|
269
|
+
/>}
|
270
|
+
{renderActionButtons && (
|
271
|
+
<Grid>
|
272
|
+
<GridItem md={8} sm={12}>
|
273
|
+
<Button
|
274
|
+
variant="primary"
|
275
|
+
onClick={() => setHasTwoVersions(true)}
|
276
|
+
isDisabled={selectedCount !== 2}
|
277
|
+
aria-label="compare_two_versions"
|
234
278
|
>
|
235
|
-
{__('
|
236
|
-
</
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
279
|
+
{__('Compare')}
|
280
|
+
</Button>
|
281
|
+
</GridItem>
|
282
|
+
<GridItem md={4} sm={12}>
|
283
|
+
<Dropdown
|
284
|
+
toggle={<KebabToggle aria-label="bulk_actions" onToggle={setKebabOpen} />}
|
285
|
+
isOpen={kebabOpen}
|
286
|
+
isPlain
|
287
|
+
dropdownItems={[
|
288
|
+
<DropdownItem
|
289
|
+
aria-label="bulk_delete"
|
290
|
+
key="bulk_delete"
|
291
|
+
isDisabled={selectedCount < 1}
|
292
|
+
component="button"
|
293
|
+
onClick={() => {
|
294
|
+
setKebabOpen(false);
|
295
|
+
setBulkDeleteModalOpen(true);
|
296
|
+
}}
|
297
|
+
>
|
298
|
+
{__('Delete')}
|
299
|
+
</DropdownItem>]}
|
300
|
+
/>
|
301
|
+
</GridItem>
|
302
|
+
</Grid>
|
303
|
+
)}
|
304
|
+
</>
|
305
|
+
}
|
306
|
+
displaySelectAllCheckbox={renderActionButtons}
|
241
307
|
>
|
242
308
|
<Thead>
|
243
309
|
{bulkDeleteModalOpen &&
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { renderWithRedux, patientlyWaitFor, fireEvent } from 'react-testing-lib-wrapper';
|
3
|
-
import
|
3
|
+
import { nockInstance, assertNockRequest, mockAutocomplete, mockForemanAutocomplete, mockSetting } from '../../../../../../test-utils/nockWrapper';
|
4
4
|
import api, { foremanApi } from '../../../../../../services/api';
|
5
5
|
import CONTENT_VIEWS_KEY from '../../../../ContentViewsConstants';
|
6
6
|
import ContentViewVersions from '../../ContentViewVersions';
|
@@ -43,7 +43,6 @@ beforeEach(() => {
|
|
43
43
|
});
|
44
44
|
|
45
45
|
afterEach(() => {
|
46
|
-
nock.cleanAll();
|
47
46
|
assertNockRequest(envScope);
|
48
47
|
assertNockRequest(searchDelayScope);
|
49
48
|
assertNockRequest(autoSearchScope);
|
data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js
CHANGED
@@ -9,6 +9,7 @@ import {
|
|
9
9
|
SecurityIcon,
|
10
10
|
EnhancementIcon,
|
11
11
|
} from '@patternfly/react-icons';
|
12
|
+
import { Tooltip } from '@patternfly/react-core';
|
12
13
|
import {
|
13
14
|
getContentViewVersions,
|
14
15
|
getDebPackages,
|
@@ -217,8 +218,9 @@ export default ({ cvId, versionId }) => [
|
|
217
218
|
enhancements: EnhancementIcon,
|
218
219
|
};
|
219
220
|
const ErrataIcon = errataIcons[item?.type];
|
220
|
-
|
221
|
-
|
221
|
+
const itemType = startCase(item?.type);
|
222
|
+
if (!ErrataIcon) return itemType;
|
223
|
+
return <><Tooltip content={itemType} ><ErrataIcon style={{ marginRight: '4px' }} /></Tooltip>{itemType}{item?.severity !== 'None' && ` - ${item.severity}`}</>;
|
222
224
|
},
|
223
225
|
},
|
224
226
|
{
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { renderWithRedux, patientlyWaitFor } from 'react-testing-lib-wrapper';
|
3
3
|
import { Route } from 'react-router-dom';
|
4
4
|
import { head, last } from 'lodash';
|
5
|
-
import
|
5
|
+
import { nockInstance, assertNockRequest, mockSetting, mockAutocomplete } from '../../../../../../test-utils/nockWrapper';
|
6
6
|
import api from '../../../../../../services/api';
|
7
7
|
import { cvVersionDetailsKey } from '../../../../ContentViewsConstants';
|
8
8
|
import ContentViewVersionDetails from '../ContentViewVersionDetails';
|
@@ -51,7 +51,6 @@ beforeEach(() => {
|
|
51
51
|
|
52
52
|
afterEach(() => {
|
53
53
|
assertNockRequest(envScope);
|
54
|
-
nock.cleanAll();
|
55
54
|
});
|
56
55
|
// This is written separately, as the autocomplete/search scopes are not needed.
|
57
56
|
test('Can show versions details - Components Tab', async (done) => {
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { renderWithRedux, patientlyWaitFor, act } from 'react-testing-lib-wrapper';
|
3
3
|
import { Route } from 'react-router-dom';
|
4
4
|
|
5
|
-
import
|
5
|
+
import { nockInstance, assertNockRequest } from '../../../../../../test-utils/nockWrapper';
|
6
6
|
import api from '../../../../../../services/api';
|
7
7
|
import { cvVersionDetailsKey } from '../../../../ContentViewsConstants';
|
8
8
|
import ContentViewVersionDetails from '../ContentViewVersionDetails';
|
@@ -39,7 +39,6 @@ beforeEach(() => {
|
|
39
39
|
afterEach(() => {
|
40
40
|
assertNockRequest(envScope);
|
41
41
|
assertNockRequest(versionScope);
|
42
|
-
nock.cleanAll();
|
43
42
|
});
|
44
43
|
|
45
44
|
test('Can show versions detail header', async (done) => {
|