You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/01/18 18:12:44 UTC

[superset] branch master updated (5bfe2d4 -> 88db2cc)

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

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


    from 5bfe2d4  fix(generator): add lockfile and fix styling issues (#18073)
     add 88db2cc  refactor(sql_lab): SQL Lab Persistent Saved State (#17771)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/SqlLab/actions/sqlLab.js     | 26 +++++++++++++++++++---
 .../src/SqlLab/actions/sqlLab.test.js              |  4 +---
 .../src/SqlLab/components/SaveQuery/index.tsx      |  7 +++++-
 .../src/SqlLab/components/SqlEditor/index.jsx      | 12 +++++++++-
 .../src/SqlLab/reducers/getInitialState.js         |  1 +
 superset/models/sql_lab.py                         | 10 +++++++++
 6 files changed, 52 insertions(+), 8 deletions(-)