You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/02/15 19:42:55 UTC

[superset] branch master updated (2e6ea76 -> cc9103b)

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

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


    from 2e6ea76  fix(alerts): void query with numeric comparison (#13090)
     add cc9103b  feat(dashboard): API to get a dashboard's charts (#12978)

No new revisions were added by this update.

Summary of changes:
 superset/charts/schemas.py    | 26 +++++++++++++++
 superset/constants.py         |  1 +
 superset/dashboards/api.py    | 52 +++++++++++++++++++++++++++++-
 superset/dashboards/dao.py    | 16 ++++++++++
 tests/base_tests.py           |  5 +++
 tests/charts/api_tests.py     | 42 ++----------------------
 tests/dashboards/api_tests.py | 74 +++++++++++++++++++++++++++++++++++++------
 tests/insert_chart_mixin.py   | 61 +++++++++++++++++++++++++++++++++++
 8 files changed, 228 insertions(+), 49 deletions(-)
 create mode 100644 tests/insert_chart_mixin.py