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 2022/04/29 21:21:11 UTC

[superset] branch master updated (ada1575177 -> 8b15b68979)

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 ada1575177 added gtag (#19602)
     add 8b15b68979 fix: Alpha should not be able to edit datasets that they don't own (#19854)

No new revisions were added by this update.

Summary of changes:
 .../src/shared-controls/index.tsx                  |  6 ++++
 .../DatasourcePanel/DatasourcePanel.test.tsx       | 17 +++++++++
 .../explore/components/DatasourcePanel/index.tsx   |  2 ++
 .../DatasourceControl/DatasourceControl.test.jsx   | 13 +++++++
 .../DatasourceControl/DatasourceControl.test.tsx   | 11 ++++++
 .../controls/DatasourceControl/index.jsx           | 25 ++++++++++++--
 .../views/CRUD/data/dataset/DatasetList.test.jsx   |  1 +
 .../src/views/CRUD/data/dataset/DatasetList.tsx    | 40 +++++++++++++++++++---
 superset/views/datasource/views.py                 | 34 ++++++------------
 tests/integration_tests/datasource_tests.py        |  8 +++++
 10 files changed, 127 insertions(+), 30 deletions(-)