katello 4.2.1 → 4.3.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/assets/javascripts/katello/common/katello.common.js +0 -67
- data/app/assets/javascripts/katello/common/katello.js +0 -27
- data/app/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/assets/stylesheets/katello/katello.scss +0 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +10 -2
- data/app/controllers/katello/api/v2/api_controller.rb +35 -9
- data/app/controllers/katello/api/v2/capsule_content_controller.rb +16 -2
- data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +65 -1
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +5 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +13 -6
- data/app/controllers/katello/api/v2/debs_controller.rb +74 -1
- data/app/controllers/katello/api/v2/errata_controller.rb +13 -10
- data/app/controllers/katello/api/v2/file_units_controller.rb +1 -0
- data/app/controllers/katello/api/v2/generic_content_units_controller.rb +1 -1
- data/app/controllers/katello/api/v2/host_errata_controller.rb +46 -5
- data/app/controllers/katello/api/v2/host_tracer_controller.rb +2 -1
- data/app/controllers/katello/api/v2/module_streams_controller.rb +4 -0
- data/app/controllers/katello/api/v2/organizations_controller.rb +22 -7
- data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +36 -19
- data/app/controllers/katello/api/v2/subscriptions_controller.rb +0 -8
- data/app/controllers/katello/api/v2/upstream_subscriptions_controller.rb +5 -1
- data/app/controllers/katello/concerns/api/v2/bulk_extensions.rb +40 -0
- data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +4 -31
- data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +1 -1
- data/app/helpers/katello/concerns/smart_proxy_helper_extensions.rb +2 -6
- data/app/helpers/katello/katello_url_helper.rb +1 -1
- data/app/lib/actions/candlepin/abstract_async_task.rb +6 -3
- data/app/lib/actions/candlepin/async_hypervisors.rb +12 -8
- data/app/lib/actions/katello/applicability/hosts/bulk_generate.rb +10 -1
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +3 -3
- data/app/lib/actions/katello/cdn_configuration/update.rb +38 -0
- data/app/lib/actions/katello/content_view/remove.rb +18 -7
- data/app/lib/actions/katello/content_view_version/destroy.rb +2 -2
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -2
- data/app/lib/actions/katello/repository/destroy.rb +21 -5
- data/app/lib/actions/katello/repository/fetch_pxe_files.rb +1 -1
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/import_upload.rb +1 -1
- data/app/lib/actions/katello/repository/index_content.rb +19 -6
- data/app/lib/actions/katello/repository/metadata_generate.rb +2 -0
- data/app/lib/actions/katello/repository/multi_clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/remove_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +3 -7
- data/app/lib/actions/katello/repository_set/scan_cdn.rb +0 -4
- data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +1 -1
- data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +1 -1
- data/app/lib/actions/pulp/repository/clear.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +10 -1
- data/app/lib/actions/pulp3/capsule_content/generate_metadata.rb +13 -18
- data/app/lib/actions/pulp3/capsule_content/refresh_distribution.rb +1 -11
- data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +3 -1
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +25 -42
- data/app/lib/actions/pulp3/orchestration/repository/sync.rb +8 -1
- data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +3 -3
- data/app/lib/actions/pulp3/repository/commit_upload.rb +1 -1
- data/app/lib/actions/pulp3/repository/import_upload.rb +8 -4
- data/app/lib/actions/pulp3/repository/multi_copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb +18 -0
- data/app/lib/actions/pulp3/repository/presenters/content_unit_presenter.rb +7 -2
- data/app/lib/actions/pulp3/repository/presenters/repair_presenter.rb +6 -1
- data/app/lib/actions/pulp3/repository/save_artifact.rb +14 -4
- data/app/lib/katello/errors.rb +2 -0
- data/app/lib/katello/resources/candlepin/consumer.rb +0 -20
- data/app/lib/katello/resources/candlepin/proxy.rb +8 -2
- data/app/lib/katello/resources/candlepin/upstream_consumer.rb +2 -0
- data/app/lib/katello/resources/cdn/katello_cdn.rb +68 -0
- data/app/lib/katello/resources/cdn.rb +61 -29
- data/app/lib/katello/util/cdn_var_substitutor.rb +15 -9
- data/app/lib/katello/util/package.rb +22 -0
- data/app/lib/katello/util/path_with_substitutions.rb +12 -14
- data/app/models/katello/activation_key.rb +10 -0
- data/app/models/katello/ansible_collection.rb +1 -1
- data/app/models/katello/authorization/repository.rb +4 -4
- data/app/models/katello/candlepin/repository_mapper.rb +5 -1
- data/app/models/katello/cdn_configuration.rb +32 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +40 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +28 -2
- data/app/models/katello/concerns/hostgroup_extensions.rb +1 -1
- data/app/models/katello/concerns/organization_extensions.rb +3 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +15 -5
- data/app/models/katello/concerns/remote_execution_provider_extensions.rb +9 -0
- data/app/models/katello/concerns/setting_extensions.rb +1 -1
- data/app/models/katello/concerns/smart_proxy_extensions.rb +4 -3
- data/app/models/katello/content_credential.rb +4 -0
- data/app/models/katello/content_facet_applicable_deb.rb +7 -0
- data/app/models/katello/content_view.rb +24 -1
- data/app/models/katello/content_view_component.rb +4 -0
- data/app/models/katello/content_view_erratum_filter.rb +2 -0
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_package_filter_rule.rb +2 -1
- data/app/models/katello/content_view_version.rb +30 -1
- data/app/models/katello/deb.rb +71 -0
- data/app/models/katello/erratum.rb +13 -1
- data/app/models/katello/generic_content_unit.rb +3 -1
- data/app/models/katello/glue/pulp/repos.rb +2 -2
- data/app/models/katello/host/content_facet.rb +23 -2
- data/app/models/katello/host/subscription_facet.rb +1 -1
- data/app/models/katello/host_tracer.rb +21 -2
- data/app/models/katello/installed_deb.rb +1 -1
- data/app/models/katello/module_stream.rb +4 -0
- data/app/models/katello/ping.rb +20 -4
- data/app/models/katello/product.rb +7 -5
- data/app/models/katello/provider.rb +1 -24
- data/app/models/katello/repository.rb +37 -10
- data/app/models/katello/root_repository.rb +28 -14
- data/app/models/setting/content.rb +8 -13
- data/app/services/katello/applicability/applicable_content_helper.rb +20 -0
- data/app/services/katello/organization_creator.rb +8 -0
- data/app/services/katello/pulp3/api/ansible_collection.rb +0 -40
- data/app/services/katello/pulp3/api/apt.rb +0 -47
- data/app/services/katello/pulp3/api/content_guard.rb +1 -1
- data/app/services/katello/pulp3/api/core.rb +28 -23
- data/app/services/katello/pulp3/api/docker.rb +0 -50
- data/app/services/katello/pulp3/api/file.rb +0 -48
- data/app/services/katello/pulp3/api/generic.rb +1 -44
- data/app/services/katello/pulp3/api/yum.rb +4 -44
- data/app/services/katello/pulp3/generic_content_unit.rb +8 -4
- data/app/services/katello/pulp3/repository/ansible_collection.rb +4 -0
- data/app/services/katello/pulp3/repository/apt.rb +3 -3
- data/app/services/katello/pulp3/repository/generic.rb +10 -65
- data/app/services/katello/pulp3/repository/yum.rb +10 -0
- data/app/services/katello/pulp3/repository.rb +47 -21
- data/app/services/katello/pulp3/repository_mirror.rb +30 -11
- data/app/services/katello/pulp3/rpm.rb +2 -32
- data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +7 -8
- data/app/services/katello/pulp3/smart_proxy_repository.rb +1 -1
- data/app/services/katello/registration_manager.rb +2 -0
- data/app/services/katello/repository_type.rb +103 -15
- data/app/services/katello/repository_type_manager.rb +14 -8
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +1 -0
- data/app/views/foreman/job_templates/resolve_traces.erb +25 -0
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +28 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/common/_metadata.json.rabl +1 -0
- data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +7 -0
- data/app/views/katello/api/v2/content_views/base.json.rabl +12 -8
- data/app/views/katello/api/v2/content_views/index.json.rabl +1 -0
- data/app/views/katello/api/v2/content_views/permissions.rabl +8 -0
- data/app/views/katello/api/v2/debs/base.json.rabl +5 -0
- data/app/views/katello/api/v2/errata/index.json.rabl +4 -0
- data/app/views/katello/api/v2/generic_content_units/base.json.rabl +2 -0
- data/app/views/katello/api/v2/generic_content_units/show.json.rabl +7 -0
- data/app/views/katello/api/v2/host_tracer/base.json.rabl +1 -0
- data/app/views/katello/api/v2/module_streams/index.json.rabl +4 -0
- data/app/views/katello/api/v2/organizations/cdn_configuration.rabl +1 -0
- data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +10 -17
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +2 -6
- data/config/routes/api/v2.rb +13 -0
- data/config/routes/overrides.rb +2 -0
- data/config/routes.rb +14 -2
- data/db/migrate/20140110000001_update_environments_add_katello_id.rb +1 -3
- data/db/migrate/20140610154745_content_view_puppet_environment_id.rb +0 -35
- data/db/migrate/20190802112101_add_applicable_debs.rb +16 -0
- data/db/migrate/20210201163238_migrate_background_download_policy_to_migrate.rb +2 -2
- data/db/migrate/20210909140337_add_last_indexed_to_repos.rb +5 -0
- data/db/migrate/20210910190324_move_background_settings_to_immediate.rb +25 -0
- data/db/migrate/20211006161617_add_filename_to_katello_generic_content_units.rb +5 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +30 -0
- data/db/migrate/20211025181315_add_additional_metadata_to_katello_generic_content_units.rb +5 -0
- data/engines/bastion/README.md +15 -0
- data/engines/bastion/app/assets/javascripts/bastion/components/nutupane.factory.js +2 -2
- data/engines/bastion/config/routes.rb +2 -0
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +3 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/registration.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +44 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +70 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +5 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +25 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.routes.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb.controller.js +22 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html +36 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/views/deb.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +31 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.factory.js +21 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/generic-content/generic-content.module.js +17 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/package.controller.js +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +30 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.filter.js +1 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +32 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +15 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +32 -19
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +28 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html +57 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +46 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +57 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.module.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +16 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +30 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository.factory.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +8 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +6 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -1
- data/lib/katello/engine.rb +0 -1
- data/lib/katello/permission_creator.rb +4 -3
- data/lib/katello/permissions/host_permissions.rb +1 -0
- data/lib/katello/permissions/organization_permissions.rb +2 -1
- data/lib/katello/plugin.rb +15 -11
- data/lib/katello/repository_types/ansible_collection.rb +13 -1
- data/lib/katello/repository_types/deb.rb +13 -0
- data/lib/katello/repository_types/docker.rb +13 -1
- data/lib/katello/repository_types/file.rb +13 -0
- data/lib/katello/repository_types/ostree.rb +48 -4
- data/lib/katello/repository_types/python.rb +26 -12
- data/lib/katello/repository_types/yum.rb +16 -1
- data/lib/katello/tasks/repository.rake +3 -12
- data/lib/katello/tasks/reset.rake +4 -5
- data/lib/katello/version.rb +1 -1
- data/package.json +3 -2
- data/webpack/__mocks__/react-intl/index.js +4 -0
- data/webpack/components/ActionableDetail.js +23 -3
- data/webpack/components/AddedStatusLabel.js +1 -1
- data/webpack/components/Bookmark/AddBookmarkModal.js +96 -0
- data/webpack/components/Bookmark/Bookmark.scss +28 -0
- data/webpack/components/Bookmark/BookmarkActions.js +24 -0
- data/webpack/components/Bookmark/BookmarkConstants.js +3 -0
- data/webpack/components/Bookmark/BookmarkSelectors.js +15 -0
- data/webpack/components/Bookmark/index.js +94 -0
- data/webpack/components/EditableSwitch.js +6 -1
- data/webpack/components/EditableTextInput/EditableTextInput.js +41 -13
- data/webpack/components/Errata/index.js +69 -0
- data/webpack/components/ErratumTypeLabel.js +31 -0
- data/webpack/components/Loading.js +5 -2
- data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +5 -11
- data/webpack/components/RoutedTabs/index.js +77 -2
- data/webpack/components/Search/Search.js +67 -80
- data/webpack/components/Search/__tests__/search.test.js +8 -26
- data/webpack/components/SelectAllCheckbox/SelectAllCheckbox.scss +3 -0
- data/webpack/components/SelectAllCheckbox/index.js +126 -0
- data/webpack/components/SelectableDropdown/SelectableDropdown.js +7 -2
- data/webpack/components/Table/EmptyStateMessage.js +38 -17
- data/webpack/components/Table/MainTable.js +49 -10
- data/webpack/components/Table/MainTable.scss +11 -0
- data/webpack/components/Table/PageControls.js +45 -0
- data/webpack/components/Table/TableHooks.js +230 -0
- data/webpack/components/Table/TableWrapper.js +221 -50
- data/webpack/components/Table/helpers.js +17 -0
- data/webpack/components/TypeAhead/TypeAhead.js +74 -58
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +25 -10
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.scss +9 -8
- data/webpack/components/TypeAhead/pf4Search/TypeAheadItems.js +2 -2
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +32 -22
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +101 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/contentViewDetailsCard.test.js +53 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataActions.js +47 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataConstants.js +32 -0
- data/webpack/components/extensions/HostDetails/HostErrata/HostErrataSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/EmptyPage.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +17 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/helpers.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +40 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerEmptyState.js +42 -0
- data/webpack/components/extensions/HostDetails/Tabs/EnableTracerModal.js +118 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.js +347 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionContents.js +60 -0
- data/webpack/components/extensions/HostDetails/Tabs/ErratumExpansionDetail.js +69 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesActions.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesConstants.js +2 -0
- data/webpack/components/extensions/HostDetails/Tabs/HostTracesSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +56 -0
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +5 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.js +188 -0
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +12 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errata.fixtures.json +67 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +785 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/resolveTraces.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEmptyTraceResults.fixtures.json +7 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracerEnableJobInvocation.fixtures.json +35 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +44 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +386 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +20 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/index.js +1 -1
- data/webpack/components/pf3Table/components/Table.js +1 -1
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +3 -3
- data/webpack/containers/Application/Routes.js +3 -3
- data/webpack/containers/Application/config.js +21 -6
- data/webpack/containers/Application/overrides.scss +34 -3
- data/webpack/{fills_index.js → global_index.js} +11 -2
- data/webpack/global_test_setup.js +6 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +4 -4
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsTableSchema.js +1 -1
- data/webpack/scenes/Content/ContentActions.js +31 -0
- data/webpack/scenes/Content/ContentConfig.js +138 -0
- data/webpack/scenes/Content/ContentConstants.js +7 -0
- data/webpack/scenes/Content/ContentPage.js +89 -0
- data/webpack/scenes/Content/ContentSelectors.js +43 -0
- data/webpack/scenes/Content/Details/ContentCounts.js +42 -0
- data/webpack/scenes/Content/Details/ContentDetails.js +66 -0
- data/webpack/scenes/Content/Details/ContentInfo.js +60 -0
- data/webpack/scenes/Content/Details/ContentRepositories.js +78 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/ansibleCollectionRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +152 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageDetails.fixtures.json +20 -0
- data/webpack/scenes/Content/Details/__tests__/pythonPackageRepositoryDetails.fixtures.json +71 -0
- data/webpack/scenes/Content/Details/index.js +4 -0
- data/webpack/scenes/Content/Table/ContentTable.js +90 -0
- data/webpack/scenes/Content/Table/index.js +3 -0
- data/webpack/scenes/Content/__tests__/ansibleCollections.fixtures.json +50 -0
- data/webpack/scenes/Content/__tests__/contentTable.test.js +89 -0
- data/webpack/scenes/Content/__tests__/contentTypes.fixtures.json +66 -0
- data/webpack/scenes/Content/__tests__/pythonPackages.fixtures.json +30 -0
- data/webpack/scenes/Content/index.js +4 -0
- data/webpack/scenes/ContentViews/ContentViewSelectors.js +5 -6
- data/webpack/scenes/ContentViews/ContentViewsActions.js +13 -8
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +31 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +4 -0
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +19 -7
- data/webpack/scenes/ContentViews/Copy/CopyContentViewModal.js +7 -5
- data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +7 -3
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +1 -2
- data/webpack/scenes/ContentViews/Delete/CVDeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +170 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +108 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionFinish.js +69 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +121 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +120 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +62 -0
- data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +259 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +155 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +241 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +248 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/cvVersionsData.fixtures.json +865 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/envPathData.fixtures.json +424 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +15 -7
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +123 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +8 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +109 -51
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +21 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +80 -16
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +248 -3
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +141 -0
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +36 -54
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +20 -4
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +63 -38
- data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +3 -4
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +65 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +260 -0
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +54 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +202 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +291 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +441 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +62 -3
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +302 -0
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +186 -23
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +144 -19
- data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +2 -0
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +44 -13
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +81 -17
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +43 -43
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +96 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContent.fixtures.json +166 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +90 -0
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +33 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js +91 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +237 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.fixtures.json +42 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +265 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +218 -11
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +517 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterErrata.fixtures.json +122 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterModulesStreams.fixtures.json +60 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +359 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +88 -102
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +34 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.fixtures.json +148 -132
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +25 -7
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvAllRepos.fixtures.json +150 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +74 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +404 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +89 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +383 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +375 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +282 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +392 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +97 -0
- data/webpack/scenes/ContentViews/Details/Filters/index.js +26 -0
- data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +68 -79
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -2
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +163 -0
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromoteSelectors.js +16 -0
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +9 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +88 -74
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +8 -9
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +30 -9
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +9 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +132 -14
- data/webpack/scenes/ContentViews/Details/Versions/Delete/DeleteContext.js +4 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +176 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +127 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +131 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionDeleteFinish.js +94 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +67 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +53 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +153 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvDropDownOptionsResponse.fixture.json +192 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +313 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemoveResponse.fixture.json +74 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionRemoveEnvPaths.fixtures.json +352 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/versionsResponseData.fixtures.json +583 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +96 -0
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +97 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +332 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +128 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +66 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +125 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +115 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionAnsibleCollections.fixtures.json +449 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionComponent.fixtures.json +753 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDebPackages.fixtures.json +58 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.fixtures.json +158 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +289 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsCounts.fixtures.json +73 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDockerTags.fixtures.json +3024 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionErrata.fixtures.json +201 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionFiles.fixtures.json +22 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionModuleStreams.fixtures.json +196 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRepositories.fixtures.json +1000 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackageGroups.fixtures.json +44 -0
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionRpmPackages.fixtures.json +394 -0
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +4 -4
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +95 -26
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsWithTask.fixtures.json +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/index.js +25 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +20 -16
- data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +3 -5
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +106 -64
- data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +25 -4
- data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +4 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +29 -36
- data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +117 -0
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +59 -0
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +4 -3
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +30 -11
- data/webpack/scenes/ContentViews/components/TaskPresenter/TaskPresenter.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +38 -1
- data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +79 -0
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +107 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +59 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsResponse.fixtures.json +116 -0
- data/webpack/scenes/ContentViews/expansions/__tests__/relatedCompositeCvs.fixtures.json +4 -0
- data/webpack/scenes/ContentViews/helpers.js +1 -0
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js +1 -1
- data/webpack/scenes/RedHatRepositories/components/SearchBar.js +4 -3
- data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +17 -9
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +3 -3
- data/webpack/test-utils/nockWrapper.js +20 -3
- data/webpack/utils/helpers.js +16 -2
- data/webpack/utils/useDebounce.js +20 -0
- metadata +232 -54
- data/app/assets/javascripts/katello/widgets/tabs.js +0 -13
- data/app/assets/stylesheets/katello/widgets/tabs.scss +0 -69
- data/app/lib/actions/katello/provider/update.rb +0 -38
- data/webpack/components/RoutedTabs/RoutedTabs.js +0 -90
- data/webpack/components/Search/Search.test.js +0 -23
- data/webpack/components/Search/__snapshots__/Search.test.js.snap +0 -21
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab.js +0 -42
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +0 -145
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import React from 'react';
|
1
|
+
import React, { useState } from 'react';
|
2
2
|
import { useDispatch, useSelector } from 'react-redux';
|
3
3
|
import {
|
4
4
|
Flex,
|
@@ -19,11 +19,12 @@ import Loading from '../../../components/Loading';
|
|
19
19
|
import ContentViewIcon from '../components/ContentViewIcon';
|
20
20
|
import ActionableDetail from '../../../components/ActionableDetail';
|
21
21
|
import './contentViewInfo.scss';
|
22
|
-
import { dependenciesHelpText, autoPublishHelpText } from '../helpers';
|
22
|
+
import { dependenciesHelpText, autoPublishHelpText, hasPermission } from '../helpers';
|
23
23
|
import { LabelImportOnly } from '../Create/ContentViewFormComponents';
|
24
24
|
|
25
25
|
const ContentViewInfo = ({ cvId, details }) => {
|
26
26
|
const dispatch = useDispatch();
|
27
|
+
const [currentAttribute, setCurrentAttribute] = useState();
|
27
28
|
const updating = useSelector(state => selectIsCVUpdating(state));
|
28
29
|
const {
|
29
30
|
name,
|
@@ -33,10 +34,16 @@ const ContentViewInfo = ({ cvId, details }) => {
|
|
33
34
|
solve_dependencies: solveDependencies,
|
34
35
|
auto_publish: autoPublish,
|
35
36
|
import_only: importOnly,
|
37
|
+
permissions,
|
36
38
|
} = details;
|
37
39
|
|
38
40
|
if (updating) return <Loading size="sm" showText={false} />;
|
39
|
-
|
41
|
+
|
42
|
+
const onEdit = (val, attribute) => {
|
43
|
+
if (val === details[attribute]) return;
|
44
|
+
dispatch(updateContentView(cvId, { [attribute]: val }));
|
45
|
+
};
|
46
|
+
|
40
47
|
return (
|
41
48
|
<TextContent>
|
42
49
|
<TextList component={TextListVariants.dl}>
|
@@ -44,7 +51,9 @@ const ContentViewInfo = ({ cvId, details }) => {
|
|
44
51
|
label={__('Name')}
|
45
52
|
attribute="name"
|
46
53
|
onEdit={onEdit}
|
54
|
+
disabled={!hasPermission(permissions, 'edit_content_views')}
|
47
55
|
value={name}
|
56
|
+
{...{ currentAttribute, setCurrentAttribute }}
|
48
57
|
/>
|
49
58
|
<TextListItem component={TextListItemVariants.dt}>
|
50
59
|
{__('Label')}
|
@@ -62,7 +71,7 @@ const ContentViewInfo = ({ cvId, details }) => {
|
|
62
71
|
<TextListItem component={TextListItemVariants.dd} className="foreman-spaced-list">
|
63
72
|
<Flex>
|
64
73
|
<FlexItem spacer={{ default: 'spacerXs' }}><ContentViewIcon composite={composite} /></FlexItem>
|
65
|
-
<FlexItem>{
|
74
|
+
<FlexItem>{composite ? 'Composite' : 'Component'}</FlexItem>
|
66
75
|
</Flex>
|
67
76
|
</TextListItem>
|
68
77
|
<ActionableDetail
|
@@ -70,7 +79,9 @@ const ContentViewInfo = ({ cvId, details }) => {
|
|
70
79
|
label={__('Description')}
|
71
80
|
attribute="description"
|
72
81
|
onEdit={onEdit}
|
82
|
+
disabled={!hasPermission(permissions, 'edit_content_views')}
|
73
83
|
value={description}
|
84
|
+
{...{ currentAttribute, setCurrentAttribute }}
|
74
85
|
/>
|
75
86
|
{composite ?
|
76
87
|
(<ActionableDetail
|
@@ -78,16 +89,20 @@ const ContentViewInfo = ({ cvId, details }) => {
|
|
78
89
|
attribute="auto_publish"
|
79
90
|
value={autoPublish}
|
80
91
|
onEdit={onEdit}
|
92
|
+
disabled={!hasPermission(permissions, 'edit_content_views')}
|
81
93
|
tooltip={autoPublishHelpText}
|
82
94
|
boolean
|
95
|
+
{...{ currentAttribute, setCurrentAttribute }}
|
83
96
|
/>) :
|
84
97
|
(<ActionableDetail
|
85
98
|
label={__('Solve dependencies')}
|
86
99
|
attribute="solve_dependencies"
|
87
100
|
value={solveDependencies}
|
88
101
|
onEdit={onEdit}
|
102
|
+
disabled={!hasPermission(permissions, 'edit_content_views')}
|
89
103
|
tooltip={dependenciesHelpText}
|
90
104
|
boolean
|
105
|
+
{...{ currentAttribute, setCurrentAttribute }}
|
91
106
|
/>)}
|
92
107
|
<TextListItem component={TextListItemVariants.dt}>
|
93
108
|
{LabelImportOnly()}
|
@@ -116,6 +131,7 @@ ContentViewInfo.propTypes = {
|
|
116
131
|
solve_dependencies: PropTypes.bool,
|
117
132
|
auto_publish: PropTypes.bool,
|
118
133
|
import_only: PropTypes.bool,
|
134
|
+
permissions: PropTypes.shape({}),
|
119
135
|
}).isRequired,
|
120
136
|
};
|
121
137
|
|
@@ -5,17 +5,20 @@ import { useDispatch, useSelector } from 'react-redux';
|
|
5
5
|
import { STATUS } from 'foremanReact/constants';
|
6
6
|
import PropTypes from 'prop-types';
|
7
7
|
import { translate as __ } from 'foremanReact/common/I18n';
|
8
|
-
import {
|
9
|
-
|
10
|
-
|
8
|
+
import {
|
9
|
+
Modal, ModalVariant, Form, FormGroup, TextInput, ActionGroup, Button, Radio, TextArea,
|
10
|
+
Split, SplitItem, Select, SelectOption,
|
11
|
+
} from '@patternfly/react-core';
|
12
|
+
import { addCVFilterRule, createContentViewFilter } from '../../ContentViewDetailActions';
|
11
13
|
import {
|
12
14
|
selectCreateContentViewFilter, selectCreateContentViewFilterStatus,
|
13
|
-
selectCreateContentViewFilterError,
|
15
|
+
selectCreateContentViewFilterError, selectCreateFilterRule,
|
16
|
+
selectCreateFilterRuleError, selectCreateFilterRuleStatus,
|
14
17
|
} from '../../../Details/ContentViewDetailSelectors';
|
15
18
|
import { FILTER_TYPES } from '../../../ContentViewsConstants';
|
16
19
|
import ContentType from '../ContentType';
|
17
20
|
|
18
|
-
const CVFilterAddModal = ({ cvId,
|
21
|
+
const CVFilterAddModal = ({ cvId, onClose }) => {
|
19
22
|
const [inclusion, setInclusion] = useState(true);
|
20
23
|
const [name, setName] = useState('');
|
21
24
|
const [description, setDescription] = useState('');
|
@@ -26,9 +29,12 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
26
29
|
const response = useSelector(state => selectCreateContentViewFilter(state));
|
27
30
|
const status = useSelector(state => selectCreateContentViewFilterStatus(state));
|
28
31
|
const error = useSelector(state => selectCreateContentViewFilterError(state));
|
32
|
+
const ruleResponse = useSelector(state => selectCreateFilterRule(state));
|
33
|
+
const ruleStatus = useSelector(state => selectCreateFilterRuleStatus(state));
|
34
|
+
const ruleError = useSelector(state => selectCreateFilterRuleError(state));
|
29
35
|
const [redirect, setRedirect] = useState(false);
|
30
36
|
|
31
|
-
const
|
37
|
+
const onSubmit = () => {
|
32
38
|
setSaving(true);
|
33
39
|
dispatch(createContentViewFilter(
|
34
40
|
cvId,
|
@@ -46,29 +52,47 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
46
52
|
useDeepCompareEffect(() => {
|
47
53
|
const { id } = response || {};
|
48
54
|
if (id && status === STATUS.RESOLVED && saving) {
|
49
|
-
|
50
|
-
|
55
|
+
// We need to create an empty rule for Errata by Date type once the Filter is created.
|
56
|
+
if (type === 'erratum_date') {
|
57
|
+
dispatch(addCVFilterRule(id, { types: ['security', 'enhancement', 'bugfix'] }));
|
58
|
+
} else {
|
59
|
+
setSaving(false);
|
60
|
+
setRedirect(true);
|
61
|
+
}
|
51
62
|
} else if (status === STATUS.ERROR) {
|
52
63
|
setSaving(false);
|
53
64
|
}
|
54
|
-
}, [response, status, error, saving]);
|
65
|
+
}, [response, status, error, saving, dispatch, type]);
|
66
|
+
|
67
|
+
useDeepCompareEffect(() => {
|
68
|
+
const { id: filterId } = response || {};
|
69
|
+
const { id: filterRuleId } = ruleResponse || {};
|
70
|
+
if (filterId && filterRuleId &&
|
71
|
+
status === STATUS.RESOLVED && ruleStatus === STATUS.RESOLVED &&
|
72
|
+
saving) {
|
73
|
+
setSaving(false);
|
74
|
+
setRedirect(true);
|
75
|
+
}
|
76
|
+
}, [response, status, ruleResponse, ruleStatus, ruleError, saving]);
|
55
77
|
|
56
78
|
if (redirect) {
|
57
79
|
const { id } = response;
|
58
|
-
return (<Redirect to={`/
|
80
|
+
return (<Redirect to={`/filters/${id}`} />);
|
59
81
|
}
|
60
82
|
|
61
83
|
return (
|
62
84
|
<Modal
|
63
85
|
title={__('Create filter')}
|
64
|
-
variant={ModalVariant.
|
65
|
-
isOpen
|
66
|
-
onClose={
|
67
|
-
setIsOpen(false);
|
68
|
-
}}
|
86
|
+
variant={ModalVariant.large}
|
87
|
+
isOpen
|
88
|
+
onClose={onClose}
|
69
89
|
appendTo={document.body}
|
70
90
|
>
|
71
|
-
<Form
|
91
|
+
<Form onSubmit={(e) => {
|
92
|
+
e.preventDefault();
|
93
|
+
onSubmit();
|
94
|
+
}}
|
95
|
+
>
|
72
96
|
<FormGroup label={__('Name')} isRequired fieldId="name">
|
73
97
|
<TextInput
|
74
98
|
isRequired
|
@@ -80,6 +104,22 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
80
104
|
onChange={value => setName(value)}
|
81
105
|
/>
|
82
106
|
</FormGroup>
|
107
|
+
<FormGroup label={__('Content type')} isRequired fieldId="content_type">
|
108
|
+
<Select
|
109
|
+
selections={type}
|
110
|
+
onSelect={onSelect}
|
111
|
+
isOpen={typeSelectOpen}
|
112
|
+
onToggle={setTypeSelectOpen}
|
113
|
+
id="content_type"
|
114
|
+
name="content_type"
|
115
|
+
aria-label="ContentType"
|
116
|
+
>
|
117
|
+
{
|
118
|
+
FILTER_TYPES.map(item =>
|
119
|
+
<SelectOption key={item} value={item}><ContentType type={item} /></SelectOption>)
|
120
|
+
}
|
121
|
+
</Select>
|
122
|
+
</FormGroup>
|
83
123
|
<FormGroup>
|
84
124
|
<Split hasGutter>
|
85
125
|
<SplitItem>
|
@@ -90,6 +130,7 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
90
130
|
label="Include Filter"
|
91
131
|
id="include_filter"
|
92
132
|
value="includeFilter"
|
133
|
+
style={{ margin: '1px' }}
|
93
134
|
/>
|
94
135
|
</SplitItem>
|
95
136
|
<SplitItem>
|
@@ -100,26 +141,11 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
100
141
|
label="Exclude Filter"
|
101
142
|
id="exclude_filter"
|
102
143
|
value="excludeFilter"
|
144
|
+
style={{ margin: '1px' }}
|
103
145
|
/>
|
104
146
|
</SplitItem>
|
105
147
|
</Split>
|
106
148
|
</FormGroup>
|
107
|
-
<FormGroup label={__('Content type')} isRequired fieldId="content_type">
|
108
|
-
<Select
|
109
|
-
selections={type}
|
110
|
-
onSelect={onSelect}
|
111
|
-
isOpen={typeSelectOpen}
|
112
|
-
onToggle={isExpanded => setTypeSelectOpen(isExpanded)}
|
113
|
-
id="content_type"
|
114
|
-
name="content_type"
|
115
|
-
aria-label="ContentType"
|
116
|
-
>
|
117
|
-
{
|
118
|
-
FILTER_TYPES.map(item =>
|
119
|
-
<SelectOption key={item} value={item}><ContentType type={item} /></SelectOption>)
|
120
|
-
}
|
121
|
-
</Select>
|
122
|
-
</FormGroup>
|
123
149
|
<FormGroup label={__('Description')} fieldId="description">
|
124
150
|
<TextArea
|
125
151
|
type="text"
|
@@ -134,12 +160,12 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
134
160
|
<Button
|
135
161
|
aria-label="create_filter"
|
136
162
|
variant="primary"
|
137
|
-
isDisabled={saving}
|
138
|
-
|
163
|
+
isDisabled={saving || name.length === 0}
|
164
|
+
type="submit"
|
139
165
|
>
|
140
166
|
{__('Create filter')}
|
141
167
|
</Button>
|
142
|
-
<Button variant="link" onClick={
|
168
|
+
<Button variant="link" onClick={onClose}>
|
143
169
|
{__('Cancel')}
|
144
170
|
</Button>
|
145
171
|
</ActionGroup>
|
@@ -150,12 +176,11 @@ const CVFilterAddModal = ({ cvId, show, setIsOpen }) => {
|
|
150
176
|
|
151
177
|
CVFilterAddModal.propTypes = {
|
152
178
|
cvId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
153
|
-
|
154
|
-
setIsOpen: PropTypes.func,
|
179
|
+
onClose: PropTypes.func,
|
155
180
|
};
|
156
181
|
|
157
182
|
CVFilterAddModal.defaultProps = {
|
158
|
-
|
183
|
+
onClose: null,
|
159
184
|
};
|
160
185
|
|
161
186
|
export default CVFilterAddModal;
|
@@ -5,8 +5,7 @@ import { renderWithRedux, patientlyWaitFor, fireEvent } from 'react-testing-lib-
|
|
5
5
|
import api from '../../../../../../services/api';
|
6
6
|
import CVFilterAddModal from '../CVFilterAddModal';
|
7
7
|
import { nockInstance, assertNockRequest } from '../../../../../../test-utils/nockWrapper';
|
8
|
-
|
9
|
-
const cvCreateData = require('./cvFilterCreateResult.fixtures.json');
|
8
|
+
import cvCreateData from './cvFilterCreateResult.fixtures.json';
|
10
9
|
|
11
10
|
const cvCreateFilterPath = api.getApiUrl('/content_view_filters?content_view_id=5');
|
12
11
|
|
@@ -33,7 +32,7 @@ test('Can save content view filter from form', (done) => {
|
|
33
32
|
fireEvent.change(getByLabelText('input_name'), { target: { value: 'test' } });
|
34
33
|
fireEvent.change(getByLabelText('input_description'), { target: { value: 'Creating filter' } });
|
35
34
|
|
36
|
-
getByLabelText('create_filter')
|
35
|
+
fireEvent.submit(getByLabelText('create_filter'));
|
37
36
|
assertNockRequest(createFilterscope, done);
|
38
37
|
});
|
39
38
|
|
@@ -45,7 +44,7 @@ test('Closes content view filter form upon save', async (done) => {
|
|
45
44
|
fireEvent.change(getByLabelText('input_name'), { target: { value: 'test' } });
|
46
45
|
fireEvent.change(getByLabelText('input_description'), { target: { value: 'Creating filter' } });
|
47
46
|
|
48
|
-
getByLabelText('create_filter')
|
47
|
+
fireEvent.submit(getByLabelText('create_filter'));
|
49
48
|
await patientlyWaitFor(() => {
|
50
49
|
expect(queryByText('Description')).not.toBeInTheDocument();
|
51
50
|
});
|
data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js
ADDED
@@ -0,0 +1,65 @@
|
|
1
|
+
import React, { useState } from 'react';
|
2
|
+
import { shallowEqual, useSelector, useDispatch } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import { Select, SelectOption } from '@patternfly/react-core';
|
5
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
6
|
+
import { selectCVFilterDetails } from '../../ContentViewDetailSelectors';
|
7
|
+
import { editCVFilter, getCVFilterDetails } from '../../ContentViewDetailActions';
|
8
|
+
|
9
|
+
const AffectedRepositorySelection = ({
|
10
|
+
cvId, filterId, setShowAffectedRepos, disabled,
|
11
|
+
}) => {
|
12
|
+
const dispatch = useDispatch();
|
13
|
+
const response = useSelector(state => selectCVFilterDetails(state, cvId, filterId), shallowEqual);
|
14
|
+
const { repositories = [] } = response;
|
15
|
+
const [type, setType] = useState(repositories.length ? 'affect_repos' : 'all_repos');
|
16
|
+
const [typeSelectOpen, setTypeSelectOpen] = useState(false);
|
17
|
+
|
18
|
+
const onSelect = (event, selection) => {
|
19
|
+
if (selection === 'all_repos') {
|
20
|
+
setShowAffectedRepos(false);
|
21
|
+
if (repositories.length) {
|
22
|
+
dispatch(editCVFilter(
|
23
|
+
filterId,
|
24
|
+
{ id: filterId, repository_ids: [] },
|
25
|
+
() => {
|
26
|
+
dispatch(getCVFilterDetails(cvId, filterId));
|
27
|
+
},
|
28
|
+
));
|
29
|
+
}
|
30
|
+
}
|
31
|
+
if (selection === 'affect_repos') {
|
32
|
+
setShowAffectedRepos(true);
|
33
|
+
}
|
34
|
+
setType(selection);
|
35
|
+
setTypeSelectOpen(false);
|
36
|
+
};
|
37
|
+
|
38
|
+
return (
|
39
|
+
<Select
|
40
|
+
selections={type}
|
41
|
+
onSelect={onSelect}
|
42
|
+
isOpen={typeSelectOpen}
|
43
|
+
onToggle={isExpanded => setTypeSelectOpen(isExpanded)}
|
44
|
+
id="affected_repos"
|
45
|
+
name="affected_repos"
|
46
|
+
aria-label="affected_repos"
|
47
|
+
isDisabled={disabled}
|
48
|
+
>
|
49
|
+
<SelectOption key="all_repos" value="all_repos">{__('Apply to all repositories in the CV')}</SelectOption>
|
50
|
+
<SelectOption key="affect_repos" value="affect_repos">{__('Apply to subset of repositories')}</SelectOption>
|
51
|
+
</Select>
|
52
|
+
);
|
53
|
+
};
|
54
|
+
|
55
|
+
AffectedRepositorySelection.propTypes = {
|
56
|
+
cvId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
57
|
+
filterId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
58
|
+
setShowAffectedRepos: PropTypes.func.isRequired,
|
59
|
+
disabled: PropTypes.bool,
|
60
|
+
};
|
61
|
+
|
62
|
+
AffectedRepositorySelection.defaultProps = {
|
63
|
+
disabled: false,
|
64
|
+
};
|
65
|
+
export default AffectedRepositorySelection;
|
data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js
ADDED
@@ -0,0 +1,260 @@
|
|
1
|
+
import React, { useState, useCallback } from 'react';
|
2
|
+
import useDeepCompareEffect from 'use-deep-compare-effect';
|
3
|
+
import { useSelector, shallowEqual, useDispatch } from 'react-redux';
|
4
|
+
import {
|
5
|
+
Bullseye,
|
6
|
+
Split,
|
7
|
+
SplitItem,
|
8
|
+
Button,
|
9
|
+
ActionList,
|
10
|
+
ActionListItem,
|
11
|
+
Dropdown,
|
12
|
+
DropdownItem,
|
13
|
+
KebabToggle,
|
14
|
+
} from '@patternfly/react-core';
|
15
|
+
import { TableVariant, fitContent } from '@patternfly/react-table';
|
16
|
+
import { omit } from 'lodash';
|
17
|
+
import { STATUS } from 'foremanReact/constants';
|
18
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
19
|
+
import { urlBuilder } from 'foremanReact/common/urlHelpers';
|
20
|
+
import PropTypes from 'prop-types';
|
21
|
+
import onSelect from '../../../../../components/Table/helpers';
|
22
|
+
import { editCVFilter, getCVFilterDetails, getFilterRepositories } from '../../ContentViewDetailActions';
|
23
|
+
import { selectCVFilterRepos, selectCVFilterReposStatus, selectCVFilterReposError, selectCVFilterDetails } from '../../ContentViewDetailSelectors';
|
24
|
+
import ContentCounts from '../../Repositories/ContentCounts';
|
25
|
+
import LastSync from '../../Repositories/LastSync';
|
26
|
+
import AddedStatusLabel from '../../../../../components/AddedStatusLabel';
|
27
|
+
import TableWrapper from '../../../../../components/Table/TableWrapper';
|
28
|
+
import RepoIcon from '../../Repositories/RepoIcon';
|
29
|
+
import SelectableDropdown from '../../../../../components/SelectableDropdown/SelectableDropdown';
|
30
|
+
import { hasPermission } from '../../../helpers';
|
31
|
+
|
32
|
+
const allProducts = 'All products';
|
33
|
+
|
34
|
+
const AffectedRepositoryTable = ({
|
35
|
+
cvId, filterId, repoType, setShowAffectedRepos, details,
|
36
|
+
}) => {
|
37
|
+
const dispatch = useDispatch();
|
38
|
+
const response = useSelector(state => selectCVFilterRepos(state, filterId), shallowEqual);
|
39
|
+
const [initialResponse, setInitialResponse] = useState(response);
|
40
|
+
const status = useSelector(state => selectCVFilterReposStatus(state, filterId), shallowEqual);
|
41
|
+
const error = useSelector(state => selectCVFilterReposError(state, filterId), shallowEqual);
|
42
|
+
const filterDetails = useSelector(state =>
|
43
|
+
selectCVFilterDetails(state, cvId, filterId), shallowEqual);
|
44
|
+
const { repositories = [] } = filterDetails;
|
45
|
+
const [rows, setRows] = useState([]);
|
46
|
+
const [searchQuery, updateSearchQuery] = useState('');
|
47
|
+
const [productSelected, setProductSelected] = useState(allProducts);
|
48
|
+
const [repoProducts, setRepoProducts] = useState({});
|
49
|
+
const [bulkActionOpen, setBulkActionOpen] = useState(false);
|
50
|
+
const hasAddedSelected = rows.some(({ selected, added }) => selected && added);
|
51
|
+
const hasNotAddedSelected = rows.some(({ selected, added }) => selected && !added);
|
52
|
+
const deselectAll = () => setRows(rows.map(row => ({ ...row, selected: false })));
|
53
|
+
const metadata = omit(response, ['results']);
|
54
|
+
const { permissions } = details;
|
55
|
+
|
56
|
+
const columnHeaders = [
|
57
|
+
{ title: __('Type'), transforms: [fitContent] },
|
58
|
+
__('Name'),
|
59
|
+
__('Product'),
|
60
|
+
__('Sync state'),
|
61
|
+
__('Content'),
|
62
|
+
{ title: __('Status') },
|
63
|
+
];
|
64
|
+
const loading = status === STATUS.PENDING;
|
65
|
+
|
66
|
+
const buildRows = useCallback((results) => {
|
67
|
+
const isAddedToFilter = repoId => (!!repositories.filter(repo => repo.id === repoId).length);
|
68
|
+
const newRows = [];
|
69
|
+
results.forEach((repo) => {
|
70
|
+
const {
|
71
|
+
id,
|
72
|
+
content_type: contentType,
|
73
|
+
name,
|
74
|
+
product: { id: productId, name: productName },
|
75
|
+
content_counts: counts,
|
76
|
+
last_sync_words: lastSyncWords,
|
77
|
+
last_sync: lastSync,
|
78
|
+
} = repo;
|
79
|
+
|
80
|
+
const addedToFilter = isAddedToFilter(id);
|
81
|
+
|
82
|
+
const cells = [
|
83
|
+
{ title: <Bullseye><RepoIcon type={contentType} /></Bullseye> },
|
84
|
+
{ title: <a href={urlBuilder(`products/${productId}/repositories`, '', id)}>{name}</a> },
|
85
|
+
productName,
|
86
|
+
{ title: <LastSync {...{ lastSyncWords, lastSync }} /> },
|
87
|
+
{ title: <ContentCounts {...{ counts, productId }} repoId={id} /> },
|
88
|
+
{
|
89
|
+
title: <AddedStatusLabel added={addedToFilter} />,
|
90
|
+
},
|
91
|
+
];
|
92
|
+
newRows.push({
|
93
|
+
repoId: id,
|
94
|
+
cells,
|
95
|
+
added: addedToFilter,
|
96
|
+
});
|
97
|
+
});
|
98
|
+
return newRows.sort(({ added: addedA }, { added: addedB }) => {
|
99
|
+
if (addedA === addedB) return 0;
|
100
|
+
return addedA ? -1 : 1;
|
101
|
+
});
|
102
|
+
}, [repositories]);
|
103
|
+
|
104
|
+
useDeepCompareEffect(() => {
|
105
|
+
const { results } = response;
|
106
|
+
if (!loading && results) {
|
107
|
+
if (Object.keys(initialResponse).length === 0 || !Object.keys(repoProducts).length) {
|
108
|
+
setInitialResponse(response);
|
109
|
+
const allRepoProducts = {};
|
110
|
+
allRepoProducts[allProducts] = 'all';
|
111
|
+
results.forEach((repo) => {
|
112
|
+
const { product = {} } = repo;
|
113
|
+
const { name, id } = product;
|
114
|
+
allRepoProducts[name] = id;
|
115
|
+
});
|
116
|
+
setRepoProducts(allRepoProducts);
|
117
|
+
}
|
118
|
+
const newRows = buildRows(results);
|
119
|
+
setRows(newRows);
|
120
|
+
}
|
121
|
+
}, [response, loading, buildRows, initialResponse,
|
122
|
+
setInitialResponse, repoProducts, setRepoProducts]);
|
123
|
+
|
124
|
+
const toggleBulkAction = () => {
|
125
|
+
setBulkActionOpen(!bulkActionOpen);
|
126
|
+
};
|
127
|
+
|
128
|
+
const onAdd = (repos) => {
|
129
|
+
const repositoryIds = repositories.map(repo => repo.id);
|
130
|
+
dispatch(editCVFilter(
|
131
|
+
filterId,
|
132
|
+
{ id: filterId, repository_ids: repositoryIds.concat(repos) }, () => {
|
133
|
+
dispatch(getCVFilterDetails(cvId, filterId));
|
134
|
+
},
|
135
|
+
));
|
136
|
+
};
|
137
|
+
|
138
|
+
const onRemove = (repos) => {
|
139
|
+
const reposToDelete = [].concat(repos);
|
140
|
+
const repositoryIds = repositories.map(repo => repo.id);
|
141
|
+
const deletedRepos = repositoryIds.filter(x => !reposToDelete.includes(x));
|
142
|
+
dispatch(editCVFilter(
|
143
|
+
filterId,
|
144
|
+
{ id: filterId, repository_ids: deletedRepos },
|
145
|
+
() => dispatch(getCVFilterDetails(cvId, filterId, {})),
|
146
|
+
));
|
147
|
+
if (deletedRepos.length === 0) setShowAffectedRepos(false);
|
148
|
+
};
|
149
|
+
|
150
|
+
const addBulk = () => {
|
151
|
+
setBulkActionOpen(false);
|
152
|
+
const reposToAdd = rows.filter(({ selected, added }) =>
|
153
|
+
selected && !added).map(({ repoId }) => repoId);
|
154
|
+
deselectAll();
|
155
|
+
onAdd(reposToAdd);
|
156
|
+
};
|
157
|
+
|
158
|
+
const removeBulk = () => {
|
159
|
+
setBulkActionOpen(false);
|
160
|
+
const reposToDelete = rows.filter(({ selected, added }) =>
|
161
|
+
selected && added).map(({ repoId }) => repoId);
|
162
|
+
deselectAll();
|
163
|
+
onRemove(reposToDelete);
|
164
|
+
};
|
165
|
+
|
166
|
+
const getCVReposWithOptions = useCallback((params = {}) => {
|
167
|
+
const allParams = { ...params };
|
168
|
+
allParams.content_type = repoType;
|
169
|
+
if (productSelected !== allProducts) {
|
170
|
+
allParams.product_id = repoProducts[productSelected];
|
171
|
+
}
|
172
|
+
return getFilterRepositories(cvId, filterId, allParams);
|
173
|
+
}, [cvId, filterId, repoType, productSelected, repoProducts]);
|
174
|
+
|
175
|
+
const emptyContentTitle = __("You currently don't have any repositories to add to this filter.");
|
176
|
+
const emptyContentBody = __('Please add some repositories.');
|
177
|
+
const emptySearchTitle = __('No matching repositories found');
|
178
|
+
const emptySearchBody = __('Try changing your search settings.');
|
179
|
+
const activeFilters = [productSelected];
|
180
|
+
const defaultFilters = [allProducts];
|
181
|
+
const dropdownItems = [
|
182
|
+
<DropdownItem aria-label="bulk_add" key="bulk_add" isDisabled={!hasNotAddedSelected} component="button" onClick={addBulk}>
|
183
|
+
{__('Add')}
|
184
|
+
</DropdownItem>,
|
185
|
+
<DropdownItem aria-label="bulk_remove" key="bulk_remove" isDisabled={!hasAddedSelected} component="button" onClick={removeBulk}>
|
186
|
+
{__('Remove')}
|
187
|
+
</DropdownItem>,
|
188
|
+
];
|
189
|
+
|
190
|
+
return (
|
191
|
+
<TableWrapper
|
192
|
+
{...{
|
193
|
+
rows,
|
194
|
+
metadata,
|
195
|
+
emptyContentTitle,
|
196
|
+
emptyContentBody,
|
197
|
+
emptySearchTitle,
|
198
|
+
emptySearchBody,
|
199
|
+
searchQuery,
|
200
|
+
updateSearchQuery,
|
201
|
+
activeFilters,
|
202
|
+
defaultFilters,
|
203
|
+
error,
|
204
|
+
status,
|
205
|
+
}}
|
206
|
+
onSelect={hasPermission(permissions, 'edit_content_views') ? onSelect(rows, setRows) : null}
|
207
|
+
cells={columnHeaders}
|
208
|
+
variant={TableVariant.compact}
|
209
|
+
autocompleteEndpoint="/repositories/auto_complete_search"
|
210
|
+
fetchItems={useCallback(params => getCVReposWithOptions(params), [getCVReposWithOptions])}
|
211
|
+
additionalListeners={[productSelected]}
|
212
|
+
actionButtons={
|
213
|
+
<>
|
214
|
+
<Split hasGutter>
|
215
|
+
<SplitItem>
|
216
|
+
<SelectableDropdown
|
217
|
+
items={Object.keys(repoProducts)}
|
218
|
+
title={__('Product')}
|
219
|
+
selected={productSelected}
|
220
|
+
setSelected={setProductSelected}
|
221
|
+
placeholderText={__('Product')}
|
222
|
+
/>
|
223
|
+
</SplitItem>
|
224
|
+
{hasPermission(permissions, 'edit_content_views') &&
|
225
|
+
<SplitItem>
|
226
|
+
<ActionList>
|
227
|
+
<ActionListItem>
|
228
|
+
<Button onClick={addBulk} isDisabled={!hasNotAddedSelected} variant="secondary" aria-label="add_repositories">
|
229
|
+
Add repositories
|
230
|
+
</Button>
|
231
|
+
</ActionListItem>
|
232
|
+
<ActionListItem>
|
233
|
+
<Dropdown
|
234
|
+
toggle={<KebabToggle aria-label="bulk_actions" onToggle={toggleBulkAction} />}
|
235
|
+
isOpen={bulkActionOpen}
|
236
|
+
isPlain
|
237
|
+
dropdownItems={dropdownItems}
|
238
|
+
/>
|
239
|
+
</ActionListItem>
|
240
|
+
</ActionList>
|
241
|
+
</SplitItem>
|
242
|
+
}
|
243
|
+
</Split>
|
244
|
+
</>
|
245
|
+
}
|
246
|
+
/>
|
247
|
+
);
|
248
|
+
};
|
249
|
+
|
250
|
+
AffectedRepositoryTable.propTypes = {
|
251
|
+
cvId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
252
|
+
filterId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
253
|
+
repoType: PropTypes.string.isRequired,
|
254
|
+
setShowAffectedRepos: PropTypes.func.isRequired,
|
255
|
+
details: PropTypes.shape({
|
256
|
+
permissions: PropTypes.shape({}),
|
257
|
+
}).isRequired,
|
258
|
+
};
|
259
|
+
|
260
|
+
export default AffectedRepositoryTable;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import React, { useState } from 'react';
|
2
|
+
import { useDispatch } from 'react-redux';
|
3
|
+
import PropTypes from 'prop-types';
|
4
|
+
import { Checkbox } from '@patternfly/react-core';
|
5
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
6
|
+
import { editCVFilter } from '../ContentViewDetailActions';
|
7
|
+
|
8
|
+
export const ArtifactsWithNoErrataRenderer = ({ filterDetails }) => {
|
9
|
+
const dispatch = useDispatch();
|
10
|
+
const { id, inclusion, type } = filterDetails;
|
11
|
+
|
12
|
+
const artifactAttribute = (type === 'modulemd') ? 'original_module_streams' : 'original_packages';
|
13
|
+
const [artifactsNoErrata, enableArtifactsNoErrata] =
|
14
|
+
useState(filterDetails[artifactAttribute] === true);
|
15
|
+
|
16
|
+
const [isLoading, setLoading] = useState(false);
|
17
|
+
|
18
|
+
const setArtifactsNoErrata = (checked) => {
|
19
|
+
enableArtifactsNoErrata(checked);
|
20
|
+
setLoading(true);
|
21
|
+
dispatch(editCVFilter(id, { [artifactAttribute]: checked }, () => setLoading(false)));
|
22
|
+
};
|
23
|
+
const getLabel = () => {
|
24
|
+
switch (true) {
|
25
|
+
case type === 'modulemd' && inclusion:
|
26
|
+
return __('Include all Module Streams with no errata.');
|
27
|
+
case type === 'modulemd' && !inclusion:
|
28
|
+
return __('Exclude all Module Streams with no errata.');
|
29
|
+
case !inclusion:
|
30
|
+
return __('Exclude all RPMs with no errata.');
|
31
|
+
default:
|
32
|
+
return __('Include all RPMs with no errata.');
|
33
|
+
}
|
34
|
+
};
|
35
|
+
|
36
|
+
return (<Checkbox
|
37
|
+
id="artifactsNoErrata"
|
38
|
+
name="artifactsNoErrata"
|
39
|
+
label=<p style={{ marginTop: '4px' }}>{getLabel()}</p>
|
40
|
+
isChecked={artifactsNoErrata}
|
41
|
+
isDisabled={isLoading}
|
42
|
+
onChange={setArtifactsNoErrata}
|
43
|
+
/>);
|
44
|
+
};
|
45
|
+
|
46
|
+
ArtifactsWithNoErrataRenderer.propTypes = {
|
47
|
+
filterDetails: PropTypes.shape({
|
48
|
+
inclusion: PropTypes.bool.isRequired,
|
49
|
+
type: PropTypes.string.isRequired,
|
50
|
+
id: PropTypes.number.isRequired,
|
51
|
+
}).isRequired,
|
52
|
+
};
|
53
|
+
|
54
|
+
export default ArtifactsWithNoErrataRenderer;
|