You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2022/02/08 19:38:07 UTC

[superset] branch master updated (125be78 -> fdf57cc)

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

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


    from 125be78  feat(chart-data-api): download multiple csvs as zip (#18618)
     add fdf57cc  chore: Rename and reposition native filter modal fields (#18558)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard/nativeFilters.test.ts    |  69 ++-
 .../FiltersConfigModal/FilterConfigPane.test.tsx   |   4 +-
 .../FiltersConfigModal/FilterTitlePane.tsx         |  34 +-
 .../FilterScope/FilterScope.test.tsx               |   2 +-
 .../FiltersConfigForm/FiltersConfigForm.tsx        | 618 ++++++++++-----------
 .../FiltersConfigModal/FiltersConfigForm/state.ts  |   6 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |  30 +-
 .../FiltersConfigModal/FiltersConfigModal.tsx      |  16 +-
 .../src/filters/components/GroupBy/controlPanel.ts |   9 +-
 .../src/filters/components/Range/controlPanel.ts   |   6 +-
 .../src/filters/components/Select/controlPanel.ts  |  11 +-
 .../src/filters/components/Select/types.ts         |   2 +-
 .../src/filters/components/Time/controlPanel.ts    |   6 +-
 .../filters/components/TimeColumn/controlPanel.ts  |   6 +-
 .../filters/components/TimeGrain/controlPanel.ts   |   6 +-
 15 files changed, 395 insertions(+), 430 deletions(-)