This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch remove-legacy-viz-pipeline
in repository https://gitbox.apache.org/repos/asf/superset.git
from b885657ad0e Merge branch 'master' into remove-legacy-viz-pipeline
add c43effa4a32 fix(explore): show the beginning date on time-series
x-axis line charts (#42046)
add d41f0febaee fix(api): add example to get_export_ids_schema so Swagger
"Try it out" pre-fills a valid array (#42265)
add 14c96761e55 chore: SQLAlchemy User cascade backref warnings are
irrelevant (#42360)
add 5776aff50ac fix(charts): handle async (202) chart-data responses in
StatefulChart (#42157)
add bcf0361a919 feat(KustoKQL): Add support for NULL / IS NOT NULL
operator (#37890)
add 921f75d5444 chore(deps): bump pillow from 12.2.0 to 12.3.0 (#42348)
add 49f4e84b486 chore(deps): bump flask-compress from 1.17 to 1.24 (#42346)
add 62d0cfb6d34 Merge branch 'master' into remove-legacy-viz-pipeline
No new revisions were added by this update.
Summary of changes:
pytest.ini | 4 +-
requirements/base.txt | 8 +-
requirements/development.txt | 13 +-
.../src/chart/components/StatefulChart.test.tsx | 453 +++++++++++++++++++--
.../src/chart/components/StatefulChart.tsx | 177 ++++++--
.../src/chart/models/ChartProps.ts | 11 +
.../src/MixedTimeseries/transformProps.ts | 17 +
.../src/Timeseries/transformProps.ts | 25 +-
.../test/MixedTimeseries/transformProps.test.ts | 55 +++
.../test/Timeseries/transformProps.test.ts | 69 ++++
.../src/components/Chart/ChartRenderer.tsx | 13 +
.../src/components/Chart/chartAction.ts | 46 ++-
.../src/components/Chart/chartActions.test.ts | 107 +++++
.../src/middleware/asyncEvent.test.ts | 61 ++-
superset-frontend/src/middleware/asyncEvent.ts | 51 ++-
superset/annotation_layers/annotations/schemas.py | 6 +-
superset/annotation_layers/schemas.py | 6 +-
superset/charts/schemas.py | 18 +-
superset/css_templates/schemas.py | 6 +-
superset/dashboards/schemas.py | 18 +-
superset/databases/schemas.py | 6 +-
superset/datasets/schemas.py | 12 +-
superset/db_engine_specs/kusto.py | 111 ++++-
superset/queries/saved_queries/schemas.py | 12 +-
superset/reports/schemas.py | 6 +-
superset/row_level_security/schemas.py | 6 +-
superset/tasks/schemas.py | 6 +-
superset/themes/schemas.py | 12 +-
tests/unit_tests/db_engine_specs/test_kusto.py | 85 ++++
tests/unit_tests/sql/parse_tests.py | 268 ++++++++++++
30 files changed, 1580 insertions(+), 108 deletions(-)