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

[superset] branch master updated (9a159b3 -> 9c53ad4)

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

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


    from 9a159b3  fix(load_examples): better fix for load_data (#12702)
     add 9c53ad4  fix(native-filters): Show incompatible native filters indicator (#12687)

No new revisions were added by this update.

Summary of changes:
 .../spec/fixtures/mockNativeFilters.ts             |  90 ++++++++
 superset-frontend/spec/fixtures/mockStore.js       |  26 +++
 .../dashboard/components/FiltersBadge_spec.tsx     | 232 ++++++++++++++-------
 .../components/FiltersBadge/DetailsPanel.tsx       |   9 +-
 .../dashboard/components/FiltersBadge/selectors.ts |  44 +++-
 .../src/dashboard/containers/FiltersBadge.tsx      |   7 +-
 6 files changed, 320 insertions(+), 88 deletions(-)
 create mode 100644 superset-frontend/spec/fixtures/mockNativeFilters.ts