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/02/15 22:40:12 UTC

[superset] branch hugh/sqlalchemy-docs updated (42b33ce -> 16c87b0)

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

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


    from 42b33ce  this
     add cc9103b  feat(dashboard): API to get a dashboard's charts (#12978)
     add c9f76d5  chore: upgrade to npm 7 and superset-ui 0.17.9 (#13100)
     add 16c87b0  Merge branch 'master' of https://github.com/apache/incubator-superset into hugh/sqlalchemy-docs

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                     |    26 +-
 Dockerfile                          |     3 +
 superset-frontend/package-lock.json | 55712 +++++++++++++++++++++++++++++++++-
 superset-frontend/package.json      |     2 +-
 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 +
 12 files changed, 55892 insertions(+), 128 deletions(-)
 create mode 100644 tests/insert_chart_mixin.py