You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/03/05 19:16:41 UTC

[superset] branch master updated (491fbd1 -> 8d48d2e)

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

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


    from 491fbd1  fix(dashboard): Get dashboard by slug (#13352)
     add 8d48d2e  fix(sqllab): per-tab hide left bar (#13288)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/SqlLab/actions/sqlLab.js     | 32 ++++++++++++++++++++++
 .../src/SqlLab/components/SqlEditor.jsx            |  5 +++-
 .../src/SqlLab/components/TabbedSqlEditors.jsx     | 11 ++++----
 .../src/SqlLab/reducers/getInitialState.js         |  2 ++
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  5 ++++
 .../SqlLab/utils/reduxStateToLocalStorageHelper.js |  1 +
 ... 67da9ef1ef9c_add_hide_left_bar_to_tabstate.py} | 20 ++++++++------
 superset/models/sql_lab.py                         |  2 ++
 superset/views/sql_lab.py                          |  1 +
 9 files changed, 64 insertions(+), 15 deletions(-)
 copy superset/migrations/versions/{ca69c70ec99b_tracking_url.py => 67da9ef1ef9c_add_hide_left_bar_to_tabstate.py} (67%)