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

[superset] branch master updated (5088e57 -> 9997abe)

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

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


    from 5088e57  Reduce z-index (#12334)
     add 9997abe  feat: SQL Toolbar (#12067)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/images/icons/link.svg            |  21 +
 .../images/icons/{more_horiz.svg => save.svg}      |   2 +-
 .../spec/javascripts/sqllab/LimitControl_spec.jsx  | 128 ------
 .../spec/javascripts/sqllab/SaveQuery_spec.jsx     |  10 +-
 .../javascripts/sqllab/ShareSqlLabQuery_spec.jsx   |  62 ++-
 .../spec/javascripts/sqllab/SqlEditor_spec.jsx     |  77 ++--
 .../SqlLab/components/EstimateQueryCostButton.jsx  |   9 +-
 .../src/SqlLab/components/LimitControl.tsx         | 161 -------
 .../src/SqlLab/components/RunQueryActionButton.tsx | 123 ++++--
 .../src/SqlLab/components/SaveQuery.tsx            | 122 +++---
 .../src/SqlLab/components/ScheduleQueryButton.jsx  |   8 +-
 .../src/SqlLab/components/ShareSqlLabQuery.jsx     | 114 +++--
 .../src/SqlLab/components/SqlEditor.jsx            | 475 ++++++++++++++-------
 .../src/SqlLab/components/TabbedSqlEditors.jsx     |  11 +-
 .../src/SqlLab/components/TemplateParamsEditor.jsx |   7 +-
 superset-frontend/src/SqlLab/main.less             |  27 --
 .../src/common/components/Dropdown.tsx             |  79 +++-
 .../src/components/CopyToClipboard.jsx             |  17 +-
 superset-frontend/src/components/Icon/index.tsx    |   6 +
 superset-frontend/src/components/Timer.tsx         |   5 +-
 20 files changed, 742 insertions(+), 722 deletions(-)
 create mode 100644 superset-frontend/images/icons/link.svg
 copy superset-frontend/images/icons/{more_horiz.svg => save.svg} (63%)
 delete mode 100644 superset-frontend/spec/javascripts/sqllab/LimitControl_spec.jsx
 delete mode 100644 superset-frontend/src/SqlLab/components/LimitControl.tsx