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/12/05 11:13:04 UTC

[superset] branch master updated (b2d909f529 -> f3bf3ec2ed)

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 b2d909f529 fix(dashboard): Fix dashboard's left side being cut off (#22319)
     add f3bf3ec2ed chore: Remove actions prop and refactor code in SQL Lab (#22231)

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-core/src/query/types/Query.ts      |  1 +
 .../components/QueryHistory/QueryHistory.test.tsx  |  8 --
 .../src/SqlLab/components/QueryHistory/index.tsx   |  9 ---
 .../components/QuerySearch/QuerySearch.test.jsx    |  1 -
 .../src/SqlLab/components/QuerySearch/index.tsx    | 29 ++++---
 .../components/QueryTable/QueryTable.test.jsx      |  2 -
 .../src/SqlLab/components/QueryTable/index.tsx     | 51 ++++---------
 .../components/SaveDatasetActionButton/index.tsx   | 10 ++-
 .../SqlLab/components/SouthPane/SouthPane.test.jsx | 88 ++++++++--------------
 .../src/SqlLab/components/SouthPane/index.tsx      | 80 ++++++++++++--------
 .../src/SqlLab/components/SouthPane/state.ts       | 61 ---------------
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx | 18 +----
 .../src/SqlLab/components/SqlEditor/index.jsx      |  7 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |  1 -
 superset-frontend/src/SqlLab/types.ts              |  4 +-
 15 files changed, 125 insertions(+), 245 deletions(-)
 delete mode 100644 superset-frontend/src/SqlLab/components/SouthPane/state.ts