You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/05/24 13:35:16 UTC

[superset] branch master updated (8484ee6 -> e9657af)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 8484ee6  fix: extra query in Dashboard when native filter enabled (#14770)
     add e9657af  feat(native-filters): add search all filter options (#14710)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 604 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../FilterBar/FilterControls/FilterValue.tsx       |  33 +-
 .../FiltersConfigForm/DefaultValue.tsx             |   3 +
 .../FiltersConfigForm/FiltersConfigForm.tsx        |   5 +-
 .../dashboard/components/nativeFilters/utils.ts    |   2 +-
 .../controls/FilterControl/AdhocFilter/index.js    |   1 +
 .../index.jsx                                      |   3 +
 superset-frontend/src/explore/constants.ts         |   3 +-
 .../components/Select/SelectFilterPlugin.tsx       | 175 ++++--
 .../filters/components/Select/buildQuery.test.ts   |  32 +-
 .../src/filters/components/Select/buildQuery.ts    |  48 +-
 .../src/filters/components/Select/controlPanel.ts  |  18 +
 .../src/filters/components/Select/index.ts         |   1 +
 .../filters/components/Select/transformProps.ts    |   2 +
 .../src/filters/components/Select/types.ts         |   6 +-
 superset/connectors/sqla/models.py                 |   2 +
 superset/utils/core.py                             |   1 +
 18 files changed, 593 insertions(+), 402 deletions(-)