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/01/20 09:41:43 UTC

[superset] branch master updated (a422c76 -> 2463215)

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 a422c76  chore(chart): Save modal select placeholder value (#12413)
     add 2463215  refactor: Sync Scoping tree with Forms data (#12171)

No new revisions were added by this update.

Summary of changes:
 .../components/nativeFilters/ScopingTree_spec.tsx  |  32 ++++--
 superset-frontend/src/common/components/index.tsx  |   1 +
 .../components/nativeFilters/FilterConfigForm.tsx  |  62 ++----------
 .../components/nativeFilters/FilterConfigModal.tsx |   6 +-
 .../components/nativeFilters/FilterScope.tsx       | 105 ++++++++++++++++++++
 .../components/nativeFilters/ScopingTree.tsx       |  48 ++++++---
 .../dashboard/components/nativeFilters/state.ts    |  24 ++++-
 .../dashboard/components/nativeFilters/types.ts    |   4 +-
 .../dashboard/components/nativeFilters/utils.ts    | 107 ++++++++++++++++++---
 .../src/dashboard/{ => reducers}/types.ts          |  15 +--
 10 files changed, 296 insertions(+), 108 deletions(-)
 create mode 100644 superset-frontend/src/dashboard/components/nativeFilters/FilterScope.tsx
 copy superset-frontend/src/dashboard/{ => reducers}/types.ts (77%)