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
@@ -6,39 +6,58 @@ import { EmptyState,
|
|
6
6
|
Bullseye,
|
7
7
|
Title } from '@patternfly/react-core';
|
8
8
|
import PropTypes from 'prop-types';
|
9
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
9
10
|
import { CubeIcon, ExclamationCircleIcon, SearchIcon } from '@patternfly/react-icons';
|
10
11
|
import { global_danger_color_200 as dangerColor } from '@patternfly/react-tokens';
|
11
12
|
|
12
|
-
const KatelloEmptyStateIcon = ({ error, search }) => {
|
13
|
+
const KatelloEmptyStateIcon = ({ error, search, customIcon }) => {
|
13
14
|
if (error) return <EmptyStateIcon icon={ExclamationCircleIcon} color={dangerColor.value} />;
|
14
15
|
if (search) return <EmptyStateIcon icon={SearchIcon} />;
|
16
|
+
if (customIcon) return <EmptyStateIcon icon={customIcon} />;
|
15
17
|
return <EmptyStateIcon icon={CubeIcon} />;
|
16
18
|
};
|
17
19
|
|
18
20
|
const EmptyStateMessage = ({
|
19
|
-
title, body, error, search,
|
20
|
-
}) =>
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
21
|
+
title, body, error, search, customIcon,
|
22
|
+
}) => {
|
23
|
+
let emptyStateTitle = title;
|
24
|
+
let emptyStateBody = body;
|
25
|
+
if (error) {
|
26
|
+
if (error?.response?.data?.error) {
|
27
|
+
const { response: { data: { error: { message, details } } } } = error;
|
28
|
+
emptyStateTitle = message;
|
29
|
+
emptyStateBody = details;
|
30
|
+
} else if (error?.response?.status) {
|
31
|
+
const { response: { status } } = error;
|
32
|
+
emptyStateTitle = status;
|
33
|
+
emptyStateBody = error?.response?.data?.displayMessage || __('Something went wrong! Please check server logs!');
|
34
|
+
}
|
35
|
+
}
|
36
|
+
return (
|
37
|
+
<Bullseye>
|
38
|
+
<EmptyState variant={EmptyStateVariant.small}>
|
39
|
+
<KatelloEmptyStateIcon error={!!error} search={search} customIcon={customIcon} />
|
40
|
+
<Title headingLevel="h2" size="lg">
|
41
|
+
{emptyStateTitle}
|
42
|
+
</Title>
|
43
|
+
<EmptyStateBody>
|
44
|
+
{emptyStateBody}
|
45
|
+
</EmptyStateBody>
|
46
|
+
</EmptyState>
|
47
|
+
</Bullseye>
|
48
|
+
);
|
49
|
+
};
|
33
50
|
|
34
51
|
KatelloEmptyStateIcon.propTypes = {
|
35
52
|
error: PropTypes.bool,
|
36
53
|
search: PropTypes.bool,
|
54
|
+
customIcon: PropTypes.elementType,
|
37
55
|
};
|
38
56
|
|
39
57
|
KatelloEmptyStateIcon.defaultProps = {
|
40
58
|
error: false,
|
41
59
|
search: false,
|
60
|
+
customIcon: undefined,
|
42
61
|
};
|
43
62
|
|
44
63
|
EmptyStateMessage.propTypes = {
|
@@ -49,13 +68,15 @@ EmptyStateMessage.propTypes = {
|
|
49
68
|
PropTypes.string,
|
50
69
|
]),
|
51
70
|
search: PropTypes.bool,
|
71
|
+
customIcon: PropTypes.elementType,
|
52
72
|
};
|
53
73
|
|
54
74
|
EmptyStateMessage.defaultProps = {
|
55
|
-
title: 'Unable to connect',
|
56
|
-
body: 'There was an error retrieving data from the server. Check your connection and try again.',
|
75
|
+
title: __('Unable to connect'),
|
76
|
+
body: __('There was an error retrieving data from the server. Check your connection and try again.'),
|
57
77
|
error: undefined,
|
58
78
|
search: false,
|
79
|
+
customIcon: undefined,
|
59
80
|
};
|
60
81
|
|
61
82
|
export default EmptyStateMessage;
|
@@ -3,9 +3,12 @@ import {
|
|
3
3
|
Table,
|
4
4
|
TableHeader,
|
5
5
|
TableBody,
|
6
|
+
TableComposable,
|
6
7
|
} from '@patternfly/react-table';
|
7
8
|
import { STATUS } from 'foremanReact/constants';
|
9
|
+
import { isEqual } from 'lodash';
|
8
10
|
import PropTypes from 'prop-types';
|
11
|
+
import './MainTable.scss';
|
9
12
|
|
10
13
|
import EmptyStateMessage from './EmptyStateMessage';
|
11
14
|
import Loading from '../../components/Loading';
|
@@ -13,24 +16,41 @@ import Loading from '../../components/Loading';
|
|
13
16
|
const MainTable = ({
|
14
17
|
status, cells, rows, error, emptyContentTitle, emptyContentBody,
|
15
18
|
emptySearchTitle, emptySearchBody, searchIsActive, activeFilters,
|
16
|
-
...extraTableProps
|
19
|
+
defaultFilters, actionButtons, rowsCount, children, ...extraTableProps
|
17
20
|
}) => {
|
18
|
-
const
|
21
|
+
const tableHasNoRows = () => {
|
22
|
+
if (children) return rowsCount === 0;
|
23
|
+
return rows.length === 0;
|
24
|
+
};
|
25
|
+
const filtersAreActive = activeFilters?.length &&
|
26
|
+
!isEqual(new Set(activeFilters), new Set(defaultFilters));
|
27
|
+
const isFiltering = searchIsActive || filtersAreActive;
|
19
28
|
if (status === STATUS.PENDING) return (<Loading />);
|
20
29
|
// Can we display the error message?
|
21
30
|
if (status === STATUS.ERROR) return (<EmptyStateMessage error={error} />);
|
22
|
-
if (status === STATUS.RESOLVED && isFiltering &&
|
31
|
+
if (status === STATUS.RESOLVED && isFiltering && tableHasNoRows()) {
|
23
32
|
return (<EmptyStateMessage
|
24
33
|
title={emptySearchTitle}
|
25
34
|
body={emptySearchBody}
|
26
35
|
search
|
27
36
|
/>);
|
28
37
|
}
|
29
|
-
if (status === STATUS.RESOLVED &&
|
38
|
+
if (status === STATUS.RESOLVED && tableHasNoRows()) {
|
30
39
|
return (<EmptyStateMessage title={emptyContentTitle} body={emptyContentBody} />);
|
31
40
|
}
|
32
41
|
|
33
42
|
const tableProps = { cells, rows, ...extraTableProps };
|
43
|
+
if (children) {
|
44
|
+
return (
|
45
|
+
<TableComposable
|
46
|
+
aria-label="Content View Table"
|
47
|
+
className="katello-pf4-table"
|
48
|
+
{...extraTableProps}
|
49
|
+
>
|
50
|
+
{children}
|
51
|
+
</TableComposable>
|
52
|
+
);
|
53
|
+
}
|
34
54
|
return (
|
35
55
|
<Table
|
36
56
|
aria-label="Content View Table"
|
@@ -46,11 +66,11 @@ const MainTable = ({
|
|
46
66
|
MainTable.propTypes = {
|
47
67
|
status: PropTypes.string.isRequired,
|
48
68
|
cells: PropTypes.arrayOf(PropTypes.oneOfType([
|
49
|
-
PropTypes.shape({}),
|
50
|
-
PropTypes.string]))
|
51
|
-
rows: PropTypes.arrayOf(PropTypes.shape({}))
|
69
|
+
PropTypes.shape({ }),
|
70
|
+
PropTypes.string])),
|
71
|
+
rows: PropTypes.arrayOf(PropTypes.shape({ })),
|
52
72
|
error: PropTypes.oneOfType([
|
53
|
-
PropTypes.shape({}),
|
73
|
+
PropTypes.shape({ }),
|
54
74
|
PropTypes.string,
|
55
75
|
]),
|
56
76
|
emptyContentTitle: PropTypes.string.isRequired,
|
@@ -58,13 +78,32 @@ MainTable.propTypes = {
|
|
58
78
|
emptySearchTitle: PropTypes.string.isRequired,
|
59
79
|
emptySearchBody: PropTypes.string.isRequired,
|
60
80
|
searchIsActive: PropTypes.bool,
|
61
|
-
activeFilters: PropTypes.
|
81
|
+
activeFilters: PropTypes.arrayOf(PropTypes.oneOfType([
|
82
|
+
PropTypes.string,
|
83
|
+
PropTypes.arrayOf(PropTypes.string),
|
84
|
+
])),
|
85
|
+
defaultFilters: PropTypes.arrayOf(PropTypes.oneOfType([
|
86
|
+
PropTypes.string,
|
87
|
+
PropTypes.arrayOf(PropTypes.string),
|
88
|
+
])),
|
89
|
+
actionButtons: PropTypes.bool,
|
90
|
+
rowsCount: PropTypes.number,
|
91
|
+
children: PropTypes.oneOfType([
|
92
|
+
PropTypes.arrayOf(PropTypes.node),
|
93
|
+
PropTypes.node,
|
94
|
+
]),
|
62
95
|
};
|
63
96
|
|
64
97
|
MainTable.defaultProps = {
|
65
98
|
error: null,
|
66
99
|
searchIsActive: false,
|
67
|
-
activeFilters:
|
100
|
+
activeFilters: [],
|
101
|
+
defaultFilters: [],
|
102
|
+
actionButtons: false,
|
103
|
+
children: null,
|
104
|
+
cells: undefined,
|
105
|
+
rows: undefined,
|
106
|
+
rowsCount: undefined,
|
68
107
|
};
|
69
108
|
|
70
109
|
export default MainTable;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import PropTypes from 'prop-types';
|
3
|
+
import { Pagination, PaginationVariant, FlexItem } from '@patternfly/react-core';
|
4
|
+
import { usePaginationOptions } from 'foremanReact/components/Pagination/PaginationHooks';
|
5
|
+
|
6
|
+
import { getPageStats } from './helpers';
|
7
|
+
|
8
|
+
const PageControls = ({
|
9
|
+
variant, total, page, perPage, onPaginationUpdate,
|
10
|
+
}) => {
|
11
|
+
const { firstIndex, lastIndex } = getPageStats({ total, page, perPage });
|
12
|
+
return (
|
13
|
+
<FlexItem align={{ default: 'alignRight' }}>
|
14
|
+
<Pagination
|
15
|
+
key={variant}
|
16
|
+
itemCount={total}
|
17
|
+
itemsStart={firstIndex}
|
18
|
+
itemsEnd={lastIndex}
|
19
|
+
page={page}
|
20
|
+
perPage={perPage}
|
21
|
+
isCompact={variant === PaginationVariant.top}
|
22
|
+
onSetPage={(_evt, updated) => onPaginationUpdate({ page: updated })}
|
23
|
+
onPerPageSelect={(_evt, updated) => onPaginationUpdate({ per_page: updated })}
|
24
|
+
perPageOptions={usePaginationOptions().map(p => ({ title: p.toString(), value: p }))}
|
25
|
+
variant={variant}
|
26
|
+
/>
|
27
|
+
</FlexItem>
|
28
|
+
);
|
29
|
+
};
|
30
|
+
|
31
|
+
export default PageControls;
|
32
|
+
|
33
|
+
PageControls.propTypes = {
|
34
|
+
variant: PropTypes.string.isRequired,
|
35
|
+
total: PropTypes.number,
|
36
|
+
page: PropTypes.number,
|
37
|
+
perPage: PropTypes.number,
|
38
|
+
onPaginationUpdate: PropTypes.func.isRequired,
|
39
|
+
};
|
40
|
+
|
41
|
+
PageControls.defaultProps = {
|
42
|
+
total: 0,
|
43
|
+
page: 1,
|
44
|
+
perPage: 20,
|
45
|
+
};
|
@@ -0,0 +1,230 @@
|
|
1
|
+
import { useState, useRef, useEffect, useCallback } from 'react';
|
2
|
+
import { isEmpty } from 'lodash';
|
3
|
+
|
4
|
+
class ReactConnectedSet extends Set {
|
5
|
+
constructor(initialValue, forceRender) {
|
6
|
+
super();
|
7
|
+
this.forceRender = forceRender;
|
8
|
+
// The constructor would normally call add() with the initial value, but since we
|
9
|
+
// must call super() at the top, this.forceRender() isn't defined yet.
|
10
|
+
// So, we call super() above with no argument, then call add() manually below
|
11
|
+
// after forceRender is defined
|
12
|
+
if (initialValue) {
|
13
|
+
if (initialValue.constructor.name === 'Array') {
|
14
|
+
initialValue.forEach(id => super.add(id));
|
15
|
+
} else {
|
16
|
+
super.add(initialValue);
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
20
|
+
|
21
|
+
add(value) {
|
22
|
+
const result = super.add(value); // ensuring these methods have the same API as the superclass
|
23
|
+
this.forceRender();
|
24
|
+
return result;
|
25
|
+
}
|
26
|
+
|
27
|
+
clear() {
|
28
|
+
const result = super.clear();
|
29
|
+
this.forceRender();
|
30
|
+
return result;
|
31
|
+
}
|
32
|
+
|
33
|
+
delete(value) {
|
34
|
+
const result = super.delete(value);
|
35
|
+
this.forceRender();
|
36
|
+
return result;
|
37
|
+
}
|
38
|
+
|
39
|
+
onToggle(isOpen, id) {
|
40
|
+
if (isOpen) {
|
41
|
+
this.add(id);
|
42
|
+
} else {
|
43
|
+
this.delete(id);
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
addAll(ids) {
|
48
|
+
ids.forEach(id => super.add(id));
|
49
|
+
this.forceRender();
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
export const useSet = (initialArry) => {
|
54
|
+
const [, setToggle] = useState(0);
|
55
|
+
// needed because mutating a Ref won't cause React to rerender
|
56
|
+
const forceRender = () => setToggle(prev => prev + 1);
|
57
|
+
const set = useRef(new ReactConnectedSet(initialArry, forceRender));
|
58
|
+
return set.current;
|
59
|
+
};
|
60
|
+
|
61
|
+
export const useSelectionSet = ({
|
62
|
+
results, metadata,
|
63
|
+
initialArry = [],
|
64
|
+
idColumn = 'id',
|
65
|
+
isSelectable = () => true,
|
66
|
+
}) => {
|
67
|
+
const selectionSet = useSet(initialArry);
|
68
|
+
const pageIds = results?.map(result => result[idColumn]) ?? [];
|
69
|
+
const selectableResults = results?.filter(result => isSelectable(result)) ?? [];
|
70
|
+
const selectableIds = new Set(selectableResults.map(result => result[idColumn]));
|
71
|
+
const canSelect = id => selectableIds.has(id);
|
72
|
+
const areAllRowsOnPageSelected = () =>
|
73
|
+
Number(pageIds?.length) > 0 &&
|
74
|
+
pageIds.every(result => selectionSet.has(result) || !canSelect(result));
|
75
|
+
|
76
|
+
const areAllRowsSelected = () =>
|
77
|
+
Number(selectionSet.size) > 0 && selectionSet.size === Number(metadata.selectable);
|
78
|
+
|
79
|
+
const selectPage = () => selectionSet.addAll(pageIds.filter(canSelect));
|
80
|
+
const selectNone = () => selectionSet.clear();
|
81
|
+
const selectOne = (isSelected, id) => {
|
82
|
+
if (canSelect(id)) {
|
83
|
+
if (isSelected) {
|
84
|
+
selectionSet.add(id);
|
85
|
+
} else {
|
86
|
+
selectionSet.delete(id);
|
87
|
+
}
|
88
|
+
}
|
89
|
+
};
|
90
|
+
|
91
|
+
const selectedCount = selectionSet.size;
|
92
|
+
|
93
|
+
const isSelected = id => canSelect(id) && selectionSet.has(id);
|
94
|
+
|
95
|
+
return {
|
96
|
+
selectOne,
|
97
|
+
selectedCount,
|
98
|
+
areAllRowsOnPageSelected,
|
99
|
+
areAllRowsSelected,
|
100
|
+
selectPage,
|
101
|
+
selectNone,
|
102
|
+
isSelected,
|
103
|
+
isSelectable: canSelect,
|
104
|
+
selectionSet,
|
105
|
+
};
|
106
|
+
};
|
107
|
+
|
108
|
+
const usePrevious = (value) => {
|
109
|
+
const ref = useRef();
|
110
|
+
useEffect(() => {
|
111
|
+
ref.current = value;
|
112
|
+
});
|
113
|
+
return ref.current;
|
114
|
+
};
|
115
|
+
|
116
|
+
export const useBulkSelect = ({
|
117
|
+
results,
|
118
|
+
metadata,
|
119
|
+
initialArry = [],
|
120
|
+
idColumn = 'id',
|
121
|
+
isSelectable,
|
122
|
+
}) => {
|
123
|
+
const { selectionSet: inclusionSet, ...selectOptions } =
|
124
|
+
useSelectionSet({
|
125
|
+
results, metadata, initialArry, idColumn, isSelectable,
|
126
|
+
});
|
127
|
+
const exclusionSet = useSet([]);
|
128
|
+
const [searchQuery, updateSearchQuery] = useState('');
|
129
|
+
const [selectAllMode, setSelectAllMode] = useState(false);
|
130
|
+
const selectedCount = selectAllMode ?
|
131
|
+
Number(metadata.selectable) - exclusionSet.size : selectOptions.selectedCount;
|
132
|
+
|
133
|
+
const areAllRowsOnPageSelected = () => selectAllMode ||
|
134
|
+
selectOptions.areAllRowsOnPageSelected();
|
135
|
+
|
136
|
+
const areAllRowsSelected = () => (selectAllMode && exclusionSet.size === 0) ||
|
137
|
+
selectOptions.areAllRowsSelected();
|
138
|
+
|
139
|
+
const isSelected = (id) => {
|
140
|
+
if (!selectOptions.isSelectable(id)) {
|
141
|
+
return false;
|
142
|
+
}
|
143
|
+
if (selectAllMode) {
|
144
|
+
return !exclusionSet.has(id);
|
145
|
+
}
|
146
|
+
return inclusionSet.has(id);
|
147
|
+
};
|
148
|
+
|
149
|
+
const selectPage = () => {
|
150
|
+
setSelectAllMode(false);
|
151
|
+
selectOptions.selectPage();
|
152
|
+
};
|
153
|
+
|
154
|
+
const selectNone = useCallback(() => {
|
155
|
+
setSelectAllMode(false);
|
156
|
+
exclusionSet.clear();
|
157
|
+
inclusionSet.clear();
|
158
|
+
}, [exclusionSet, inclusionSet]);
|
159
|
+
|
160
|
+
const selectOne = (isRowSelected, id) => {
|
161
|
+
if (selectAllMode) {
|
162
|
+
if (isRowSelected) {
|
163
|
+
exclusionSet.delete(id);
|
164
|
+
} else {
|
165
|
+
exclusionSet.add(id);
|
166
|
+
}
|
167
|
+
} else {
|
168
|
+
selectOptions.selectOne(isRowSelected, id);
|
169
|
+
}
|
170
|
+
};
|
171
|
+
|
172
|
+
const selectAll = (checked) => {
|
173
|
+
setSelectAllMode(checked);
|
174
|
+
if (checked) {
|
175
|
+
exclusionSet.clear();
|
176
|
+
} else {
|
177
|
+
inclusionSet.clear();
|
178
|
+
}
|
179
|
+
};
|
180
|
+
|
181
|
+
const fetchBulkParams = () => {
|
182
|
+
const selected = {
|
183
|
+
included: {
|
184
|
+
ids: [],
|
185
|
+
search: null,
|
186
|
+
},
|
187
|
+
excluded: {
|
188
|
+
ids: [],
|
189
|
+
},
|
190
|
+
all: false,
|
191
|
+
};
|
192
|
+
|
193
|
+
if (selectAllMode) {
|
194
|
+
selected.included.search = searchQuery;
|
195
|
+
selected.excluded.ids = [...exclusionSet];
|
196
|
+
selected.all = true;
|
197
|
+
} else if (!isEmpty(inclusionSet)) {
|
198
|
+
selected.included.ids = [...inclusionSet];
|
199
|
+
} else {
|
200
|
+
return {};
|
201
|
+
}
|
202
|
+
return selected;
|
203
|
+
};
|
204
|
+
|
205
|
+
const prevSearchRef = usePrevious({ searchQuery });
|
206
|
+
|
207
|
+
useEffect(() => {
|
208
|
+
// if search value changed and cleared from a string to empty value
|
209
|
+
// And it was select all -> then reset selections
|
210
|
+
if ((prevSearchRef && !isEmpty(prevSearchRef.searchQuery)) &&
|
211
|
+
isEmpty(searchQuery) && selectAllMode) {
|
212
|
+
selectNone();
|
213
|
+
}
|
214
|
+
}, [searchQuery, selectAllMode, prevSearchRef, selectNone]);
|
215
|
+
|
216
|
+
return {
|
217
|
+
...selectOptions,
|
218
|
+
selectPage,
|
219
|
+
selectNone,
|
220
|
+
selectAll,
|
221
|
+
isSelected,
|
222
|
+
selectedCount,
|
223
|
+
fetchBulkParams,
|
224
|
+
searchQuery,
|
225
|
+
updateSearchQuery,
|
226
|
+
selectOne,
|
227
|
+
areAllRowsOnPageSelected,
|
228
|
+
areAllRowsSelected,
|
229
|
+
};
|
230
|
+
};
|