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/06/22 11:26:26 UTC

[superset] branch master updated (1948678 -> 048609d)

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 1948678  fix(helm): Use import_datasources.yaml, if it exists (#14704)
     add 048609d  feat(native-filters): Show/Highlight errored/focused status (#15276)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 11 +++
 superset-frontend/package.json                     |  1 +
 .../FilterBar/FilterControls/FilterValue.tsx       |  3 +-
 .../FiltersConfigForm/DefaultValue.tsx             | 11 ++-
 .../FiltersConfigForm/FiltersConfigForm.tsx        |  4 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |  2 +-
 .../components/GroupBy/GroupByFilterPlugin.tsx     | 57 ++++++++------
 .../src/filters/components/GroupBy/controlPanel.ts | 12 +++
 .../filters/components/Range/RangeFilterPlugin.tsx | 90 ++++++++++++++++++----
 .../src/filters/components/Range/controlPanel.ts   | 18 +++++
 .../components/Select/SelectFilterPlugin.tsx       |  2 +-
 .../filters/components/Time/TimeFilterPlugin.tsx   | 32 +++++++-
 .../src/filters/components/Time/controlPanel.ts    | 22 +++++-
 .../TimeColumn/TimeColumnFilterPlugin.tsx          | 54 ++++++++-----
 .../filters/components/TimeColumn/controlPanel.ts  | 22 +++++-
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx | 47 ++++++-----
 .../filters/components/TimeGrain/controlPanel.ts   | 22 +++++-
 17 files changed, 320 insertions(+), 90 deletions(-)