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

diegopucci pushed a change to branch chore/d2d-e2e-tests
in repository https://gitbox.apache.org/repos/asf/superset.git


    from a7399b0585 Merge branch 'master' of https://github.com/apache/superset 
into chore/d2d-e2e-tests
     add 4d0c2ba6ef fix: Allow clickhouse dbs with timestamps to visualize 
queries (#21446)
     add 84c3cf66ea fix: add logging to alerts and reports to find 
non-triggering issues (#21684)
     add 4417c6e3e2 chore: add 4xx error codes where applicable (#21627)
     add e98943e580 refactor: pass all properties to validate_parameters 
(#21487)
     add abc0f19f08 docs: add Wise to users list (#21687)
     add 5da20f449d fix(migration): Catch DatabaseError to avoid migration 
crash with MySQL 8.0 (#21679)
     add 3057e4270c feat: deprecate created_slices API endpoint (#21664)
     add 252a2329a2 Merge branch 'master' of https://github.com/apache/superset 
into chore/d2d-e2e-tests
     add c0d7a2b04e Update failing tests

No new revisions were added by this update.

Summary of changes:
 RESOURCES/INTHEWILD.md                             |  1 +
 .../integration/dashboard/drilltodetail.test.ts    |  8 +--
 .../integration/dashboard/nativeFilters.test.ts    |  3 +-
 .../src/profile/components/CreatedContent.tsx      | 41 ++++++++----
 superset-frontend/src/types/bootstrapTypes.ts      | 10 +++
 superset/charts/api.py                             |  4 +-
 superset/charts/filters.py                         | 16 +++++
 superset/dashboards/filters.py                     |  2 +-
 superset/databases/api.py                          |  4 ++
 superset/databases/commands/validate.py            |  8 +--
 superset/db_engine_specs/base.py                   |  7 ++-
 superset/db_engine_specs/bigquery.py               |  5 +-
 superset/db_engine_specs/gsheets.py                |  7 ++-
 superset/db_engine_specs/snowflake.py              |  4 +-
 ...-09-19_14-42_b92d69a6643c_rename_csv_to_file.py |  2 +-
 superset/models/core.py                            | 17 ++---
 superset/models/helpers.py                         | 41 ++++++------
 superset/reports/commands/exceptions.py            | 18 +++++-
 superset/reports/commands/execute.py               | 24 ++++----
 superset/views/core.py                             |  5 ++
 tests/integration_tests/charts/api_tests.py        | 40 ++++++++++++
 tests/integration_tests/dashboards/api_tests.py    | 38 ++++++++----
 .../db_engine_specs/base_engine_spec_tests.py      | 72 ++++++++++++----------
 tests/integration_tests/model_tests.py             |  4 +-
 tests/integration_tests/reports/commands_tests.py  |  5 +-
 tests/unit_tests/databases/api_test.py             |  6 ++
 tests/unit_tests/databases/schema_tests.py         |  1 -
 tests/unit_tests/db_engine_specs/test_gsheets.py   | 52 +++++++++-------
 28 files changed, 304 insertions(+), 141 deletions(-)

Reply via email to