You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/08/23 12:31:55 UTC

[superset] branch master updated (c92a975e4b -> a9efd4b2e3)

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

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


    from c92a975e4b fix: Error when using the legacy dataset editor (#25057)
     add a9efd4b2e3 fix: dataset safe URL for explore_url (#24686)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  1 +
 .../src/pages/DatasetList/DatasetList.test.tsx     | 60 +++++++++++++++++++++-
 superset-frontend/src/pages/DatasetList/index.tsx  | 27 +++++++---
 superset/config.py                                 |  2 +-
 superset/datasets/commands/exceptions.py           | 17 ------
 superset/datasets/commands/update.py               | 12 -----
 superset/utils/urls.py                             | 19 +------
 superset/views/base.py                             |  1 +
 superset/views/datasource/views.py                 | 17 +-----
 tests/integration_tests/datasets/api_tests.py      | 26 ----------
 tests/integration_tests/datasource_tests.py        | 26 ----------
 tests/unit_tests/utils/urls_tests.py               | 24 ---------
 12 files changed, 85 insertions(+), 147 deletions(-)