You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2020/11/04 22:26:53 UTC

[incubator-superset] branch master updated (128ddfa -> d999802)

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

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


    from 128ddfa  fix: Pasting text issues in MetricsControl and AdhocFilterControl inputs (#11445)
     add d999802  Front end for VERSIONED_EXPORT (#11559)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/featureFlags.ts              |  1 +
 .../src/views/CRUD/chart/ChartCard.tsx             | 14 ++++-
 .../src/views/CRUD/chart/ChartList.tsx             | 55 +++++++++++++-----
 .../src/views/CRUD/data/database/DatabaseList.tsx  | 65 ++++++++++++++++------
 .../src/views/CRUD/data/dataset/DatasetList.tsx    | 63 ++++++++++++++++-----
 superset-frontend/src/views/CRUD/utils.tsx         |  8 +++
 superset/config.py                                 |  1 +
 superset/views/database/views.py                   |  4 +-
 8 files changed, 162 insertions(+), 49 deletions(-)