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

[incubator-superset] branch master updated (e4d0288 -> 501b9d4)

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

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


    from e4d0288  chore: unbreak frontend ci (#11806)
     add 501b9d4  feat: API endpoint to import dashboards (#11751)

No new revisions were added by this update.

Summary of changes:
 superset/charts/commands/exceptions.py             |   5 ++
 superset/charts/commands/importers/dispatcher.py   |   3 +-
 superset/charts/commands/importers/v1/__init__.py  |   5 +-
 superset/commands/exceptions.py                    |   5 ++
 superset/dashboards/api.py                         |  57 ++++++++++++
 superset/dashboards/commands/exceptions.py         |   5 ++
 .../commands/importers/dispatcher.py               |  13 ++-
 .../dashboards/commands/importers/v1/__init__.py   |   5 +-
 superset/databases/api.py                          |   3 +-
 superset/databases/commands/exceptions.py          |   5 ++
 .../databases/commands/importers/dispatcher.py     |   3 +-
 .../databases/commands/importers/v1/__init__.py    |   5 +-
 superset/datasets/api.py                           |   5 +-
 superset/datasets/commands/exceptions.py           |   5 ++
 superset/datasets/commands/importers/dispatcher.py |   3 +-
 .../datasets/commands/importers/v1/__init__.py     |   5 +-
 tests/dashboards/api_tests.py                      | 100 ++++++++++++++++++++-
 tests/databases/commands_tests.py                  |   2 +-
 tests/fixtures/importexport.py                     |   2 +-
 19 files changed, 206 insertions(+), 30 deletions(-)
 copy superset/{datasets => dashboards}/commands/importers/dispatcher.py (90%)