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/08/19 18:06:36 UTC

[superset] branch master updated (37f09bd -> 50d896f)

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 37f09bd  fix: columns/index rebuild (#16355)
     add 50d896f  fix: Fix parsing onSaving reports toast when user hasn't saved chart (#16330)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/src/reports/actions/reports.js |  2 +-
 superset/reports/commands/base.py                | 14 ++++++
 superset/reports/commands/exceptions.py          | 26 +++++++++++
 tests/integration_tests/reports/api_tests.py     | 56 ++++++++++++++++++++++++
 4 files changed, 97 insertions(+), 1 deletion(-)