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/18 13:43:50 UTC

[superset] branch master updated (f85497e -> 2ff8741)

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 f85497e  test: Adding test and storybook to "Loading" component. (#13179)
     add 2ff8741  feat(filter-sets): Saving filter sets in metadata (#13205)

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         |  64 +++++++++++-
 .../nativeFilters/FilterBar/FilterBar.tsx          | 108 ++++++++++++++++-----
 .../nativeFilters/FilterBar/FilterValue.tsx        |  13 ++-
 .../src/dashboard/reducers/getInitialState.js      |   7 +-
 .../src/dashboard/reducers/nativeFilters.ts        |  64 ++++++++----
 superset-frontend/src/dashboard/reducers/types.ts  |   6 +-
 .../filters/components/Range/RangeFilterPlugin.tsx |   4 +-
 superset/dashboards/schemas.py                     |   2 +
 10 files changed, 215 insertions(+), 55 deletions(-)