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 2023/04/06 15:32:18 UTC

[superset] branch master updated (f78798149a -> 326c0587fe)

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 f78798149a fix: load examples as anon user (#23600)
     add 326c0587fe chore: Migrate copy_dash endpoint to api v1 (#23112)

No new revisions were added by this update.

Summary of changes:
 .../src/dashboard/actions/dashboardState.js        | 29 +++----
 .../src/dashboard/actions/dashboardState.test.js   |  9 ++-
 .../src/dashboard/components/SaveModal.tsx         |  9 +--
 superset/constants.py                              |  1 +
 superset/dashboards/api.py                         | 69 ++++++++++++++++
 superset/dashboards/dao.py                         | 43 ++++++++--
 superset/dashboards/schemas.py                     | 19 ++++-
 superset/views/core.py                             |  7 ++
 tests/integration_tests/dashboards/api_tests.py    | 94 +++++++++++++++++++++-
 tests/integration_tests/dashboards/consts.py       |  1 -
 tests/integration_tests/dashboards/dao_tests.py    | 57 +++++++++++++
 11 files changed, 301 insertions(+), 37 deletions(-)