This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from d8c72b86bc fix: All values being selected in Select (#25202)
new 2ac03c3bcc fix: `is_select` (#25189)
new dac3009cc6 fix: Cypress test to force mouseover (#25209)
new 80df8bc558 fix(sqllab): Force trino client async execution (#24859)
new 2ae9d2ef05 fix: granularity_sqla and GENERIC_CHART_AXES (#25213)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cypress-base/cypress/e2e/explore/chart.test.js | 2 +-
superset/db_engine_specs/base.py | 18 ++++
superset/db_engine_specs/trino.py | 66 ++++++++++++--
superset/legacy.py | 25 +++++-
superset/sql_lab.py | 7 +-
superset/sql_parse.py | 74 ++++++++-------
tests/unit_tests/db_engine_specs/test_trino.py | 31 ++++++-
tests/unit_tests/legacy_tests.py | 100 +++++++++++++++++++++
tests/unit_tests/sql_lab_test.py | 10 +--
tests/unit_tests/sql_parse_tests.py | 7 ++
10 files changed, 283 insertions(+), 57 deletions(-)
create mode 100644 tests/unit_tests/legacy_tests.py