You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/09/13 12:52:48 UTC

[superset] branch master updated (9c285dafb4 -> e1e9fda72b)

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

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


    from 9c285dafb4 test: Fixes act errors in ErrorMessage tests (#21414)
     add e1e9fda72b fix: remove extras from all adhoc_filters controls (#21450)

No new revisions were added by this update.

Summary of changes:
 .../src/explore/actions/saveModalActions.js        | 13 +++-
 superset/utils/core.py                             | 15 ++++
 superset/views/core.py                             | 12 +--
 tests/unit_tests/utils/test_core.py                | 86 ++++++++++++++++++++++
 4 files changed, 113 insertions(+), 13 deletions(-)
 create mode 100644 tests/unit_tests/utils/test_core.py