You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2022/09/01 15:38:25 UTC

[superset] branch master updated (076af6003a -> c4b6fc5a6a)

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

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


    from 076af6003a fix(explore): Incorrect conversion from simple bool filter to custom sql (#21293)
     add c4b6fc5a6a chore: migrate available_domains to api/v1 (#21173)

No new revisions were added by this update.

Summary of changes:
 .../__init__.py                                    |  0
 superset/available_domains/api.py                  | 75 ++++++++++++++++++++++
 .../available_domains/schemas.py                   | 11 ++--
 superset/initialization/__init__.py                |  2 +
 superset/views/core.py                             |  5 ++
 .../available_domains}/__init__.py                 |  0
 .../client.py => available_domains/api_tests.py}   | 16 +++--
 tests/integration_tests/security_tests.py          |  1 +
 8 files changed, 98 insertions(+), 12 deletions(-)
 copy superset/{advanced_data_type => available_domains}/__init__.py (100%)
 create mode 100644 superset/available_domains/api.py
 copy docs/static/.asf.yaml => superset/available_domains/schemas.py (73%)
 copy {superset/advanced_data_type => tests/integration_tests/available_domains}/__init__.py (100%)
 copy tests/integration_tests/{fixtures/client.py => available_domains/api_tests.py} (64%)