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/03/05 20:31:14 UTC

[superset] branch hugh/use-event-db updated (46ce47f -> f4eaac1)

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

hugh pushed a change to branch hugh/use-event-db
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 46ce47f  add pyline
     add 94fc5d5  docs: deprecate old alerts and dash/charts reports (#13440)
     add 491fbd1  fix(dashboard): Get dashboard by slug (#13352)
     add 8d48d2e  fix(sqllab): per-tab hide left bar (#13288)
     add b17e7aa  feat: refactor on DBEventLogger to allow for context management (#13441)
     add f4eaac1  Merge branch 'master' of https://github.com/apache/incubator-superset into hugh/use-event-db

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  7 ++
 .../src/pages/docs/installation/alerts_reports.mdx |  2 +-
 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 +
 superset/app.py                                    |  7 ++
 superset/config.py                                 | 27 ++++++--
 superset/dashboards/api.py                         | 78 +++++++++++++++-------
 superset/dashboards/dao.py                         | 21 +++++-
 superset/dashboards/schemas.py                     | 36 +++++++++-
 ... 67da9ef1ef9c_add_hide_left_bar_to_tabstate.py} | 20 +++---
 superset/models/dashboard.py                       | 16 +++--
 superset/models/sql_lab.py                         |  2 +
 superset/tasks/slack_util.py                       |  3 +
 superset/views/alerts.py                           | 24 ++++++-
 superset/views/schedules.py                        | 40 ++++++++++-
 superset/views/sql_lab.py                          |  1 +
 tests/dashboards/api_tests.py                      | 27 ++++++++
 21 files changed, 310 insertions(+), 57 deletions(-)
 copy superset/migrations/versions/{ca69c70ec99b_tracking_url.py => 67da9ef1ef9c_add_hide_left_bar_to_tabstate.py} (67%)