You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/05/04 22:27:27 UTC

[superset] branch master updated (d138b44 -> 23014e9)

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

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


    from d138b44  fix: Ignore database extra fields when saving (#14465)
     add 23014e9  chore: upgrade @emotion (#14454)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/cypress-base/package-lock.json   | 1395 +++--
 superset-frontend/cypress-base/package.json        |    2 +-
 superset-frontend/jest.config.js                   |    1 +
 superset-frontend/package-lock.json                | 5655 ++++----------------
 superset-frontend/package.json                     |   60 +-
 .../explore/components/MetricsControl_spec.jsx     |    2 +-
 .../components/withAsyncVerification_spec.tsx      |    4 +-
 .../src/SqlLab/components/ColumnElement.tsx        |    2 +-
 .../src/components/Checkbox/Checkbox.test.tsx      |    8 +-
 superset-frontend/src/components/Icons/Icon.tsx    |   12 +-
 superset-frontend/src/components/Icons/IconType.ts |    5 +-
 superset-frontend/src/components/Label/index.tsx   |    4 +-
 .../src/components/ListViewCard/index.tsx          |   31 +-
 superset-frontend/src/components/Modal/Modal.tsx   |    6 +-
 superset-frontend/src/components/Select/styles.tsx |   24 +-
 superset-frontend/src/components/Tabs/Tabs.tsx     |    2 +-
 .../components/FiltersBadge/DetailsPanel/index.tsx |    4 +-
 .../explore/components/ExploreViewContainer.jsx    |    2 +-
 .../components/DateFunctionTooltip.tsx             |    2 +-
 .../AdhocFilterControl/AdhocFilterControl.test.jsx |    2 +-
 .../FilterControl/AdhocFilterControl/index.jsx     |    1 +
 .../controls/FixedOrMetricControl/index.jsx        |    2 +-
 .../CRUD/alert/components/AlertStatusIcon.tsx      |   16 +-
 superset-frontend/src/views/menu.tsx               |    2 +-
 superset-frontend/tsconfig.json                    |    7 +-
 superset-frontend/webpack.config.js                |    3 -
 26 files changed, 2139 insertions(+), 5115 deletions(-)