You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/11/26 08:46:35 UTC

[incubator-superset] branch master updated (13c51d5 -> bac84a3)

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

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


    from 13c51d5  chore: Fix TableModelView super call (#11815)
     add bac84a3  fix: delete chart, dashboards, dbs with assoc reports (#11801)

No new revisions were added by this update.

Summary of changes:
 superset/charts/commands/bulk_delete.py     | 10 ++++
 superset/charts/commands/delete.py          | 10 ++++
 superset/charts/commands/exceptions.py      | 10 +++-
 superset/dashboards/commands/bulk_delete.py | 10 ++++
 superset/dashboards/commands/delete.py      | 10 ++++
 superset/dashboards/commands/exceptions.py  |  8 ++++
 superset/databases/commands/delete.py       | 11 +++++
 superset/databases/commands/exceptions.py   |  4 ++
 superset/reports/dao.py                     | 48 +++++++++++++++++++
 superset/reports/schemas.py                 |  2 +-
 tests/charts/api_tests.py                   | 69 +++++++++++++++++++++++++++-
 tests/dashboards/api_tests.py               | 71 +++++++++++++++++++++++++++++
 tests/databases/api_tests.py                | 45 ++++++++++++++++++
 13 files changed, 304 insertions(+), 4 deletions(-)