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/05/26 14:21:52 UTC

[superset] branch master updated (6bdbd2b -> e466066)

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 6bdbd2b  fix: the calculated columns explicit type convert into date (#14813)
     add e466066  chore(native-filters): introduce experimental feature flag (#14814)

No new revisions were added by this update.

Summary of changes:
 .../components/nativeFilters/utils.test.ts         | 126 +++++++++++++++++++++
 .../dashboard/components/nativeFilters/utils.ts    |  11 ++
 .../components/controls/VizTypeControl/index.jsx   |   9 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  18 +--
 .../src/visualizations/presets/MainPreset.js       |  11 +-
 5 files changed, 158 insertions(+), 17 deletions(-)
 create mode 100644 superset-frontend/src/dashboard/components/nativeFilters/utils.test.ts