You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/04/03 11:30:28 UTC

[superset] branch master updated (90dbe8d -> 60dcd65)

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

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


    from 90dbe8d  perf: speed up db migration for deprecating time_range_endpoints (#19495)
     add 60dcd65  feat(explore): SQL popover in datasource panel (#19308)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 23 ++++---
 superset-frontend/package.json                     |  1 +
 .../superset-ui-chart-controls/package.json        |  7 ++-
 .../src/components/ColumnOption.tsx                | 14 +----
 .../src/components/MetricOption.tsx                | 10 +---
 .../src/components/SQLPopover.tsx                  | 70 ++++++++++++++++++++++
 .../test/components/ColumnOption.test.tsx          | 12 ++--
 .../test/components/MetricOption.test.tsx          | 11 ++--
 .../TemplateParamsEditor.test.tsx                  |  3 -
 .../components/TemplateParamsEditor/index.tsx      |  1 -
 .../src/components/AsyncAceEditor/index.tsx        |  6 +-
 11 files changed, 110 insertions(+), 48 deletions(-)
 create mode 100644 superset-frontend/packages/superset-ui-chart-controls/src/components/SQLPopover.tsx