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

[superset] branch master updated (299635c -> aa21a96)

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

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


    from 299635c  docs: add password example to dataset import API (#18580)
     add aa21a96  feat: smart tooltip in datasourcepanel (#18080)

No new revisions were added by this update.

Summary of changes:
 .../src/components/ColumnOption.tsx                |  36 ++--
 .../src/components/MetricOption.tsx                |  31 ++--
 .../src/components/labelUtils.tsx                  |  81 +++++++++
 .../test/components/labelUtils.test.tsx            | 185 +++++++++++++++++++++
 .../shared-controls/emitFilterControl.test.tsx     |   2 +-
 .../explore/components/DatasourcePanel/index.tsx   |  37 ++---
 .../components/ExploreViewContainer/index.jsx      |   9 +-
 .../DndColumnSelectControl/OptionWrapper.tsx       |   1 -
 .../components/controls/OptionControls/index.tsx   |   8 +-
 9 files changed, 318 insertions(+), 72 deletions(-)
 create mode 100644 superset-frontend/packages/superset-ui-chart-controls/src/components/labelUtils.tsx
 create mode 100644 superset-frontend/packages/superset-ui-chart-controls/test/components/labelUtils.test.tsx