You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2022/09/23 23:40:23 UTC

[superset] branch master updated (4913da1511 -> c4638fa2b9)

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

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


    from 4913da1511 chore(deps): bump moment-timezone from 0.5.33 to 0.5.37 in /superset-frontend (#21565)
     add c4638fa2b9 feat: Dataset Creation Footer Component (#21241)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/logger/LogUtils.ts           |  17 ++++
 .../data/dataset/AddDataset/AddDataset.test.tsx    |   2 +-
 .../data/dataset/AddDataset/Footer/Footer.test.tsx |  43 ++++++++-
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  | 101 ++++++++++++++++++++-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    |  57 +++++++++---
 .../views/CRUD/data/dataset/AddDataset/index.tsx   |  12 ++-
 .../views/CRUD/data/dataset/AddDataset/types.tsx   |  15 ++-
 .../dataset/DatasetLayout/DatasetLayout.test.tsx   |   4 +-
 .../src/views/CRUD/data/dataset/styles.ts          |   5 +
 9 files changed, 227 insertions(+), 29 deletions(-)