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/02/17 19:06:58 UTC

[superset] branch master updated (4502155 -> 5cbe2ac)

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 4502155  fix: cross filter functionality (#13178)
     add 5cbe2ac  feat(filters-set): basic implementation for managing user filter sets (#13031)

No new revisions were added by this update.

Summary of changes:
 .../spec/fixtures/mockNativeFilters.ts             |   1 +
 .../util/getFormDataWithExtraFilters_spec.ts       |   1 +
 .../src/dashboard/actions/nativeFilters.ts         |  40 +++++++-
 .../nativeFilters/FilterBar/FilterBar.tsx          | 109 ++++++++++++++++++++-
 .../nativeFilters/FilterBar/FilterValue.tsx        |   2 +-
 .../components/nativeFilters/FilterBar/state.ts    |  14 ++-
 .../components/nativeFilters/FilterBar/utils.ts    |   3 +
 .../dashboard/components/nativeFilters/utils.ts    |   4 +-
 .../src/dashboard/reducers/nativeFilters.ts        |  42 ++++++--
 superset-frontend/src/dashboard/reducers/types.ts  |  11 +++
 superset-frontend/src/featureFlags.ts              |   1 +
 superset/config.py                                 |   1 +
 12 files changed, 212 insertions(+), 17 deletions(-)