This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 1ff2c3bbd2 fix: Rename legacy line and area charts (#28113)
new d379184b75 fix: use pessimistic json encoder in SQL Lab (#28266)
new d046a328a2 fix: Small tweaks for Line and Area chart migrations
(ECharts) (#28334)
new dc0a97ccb6 fix: Remedy logic for UpdateDatasetCommand uniqueness check
(#28341)
new ef15808a6e fix: don't strip SQL comments in Explore (#28363)
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:
.../src/Timeseries/EchartsTimeseries.tsx | 6 ++--
.../src/Timeseries/transformProps.ts | 11 +++---
.../plugin-chart-echarts/src/Timeseries/types.ts | 2 --
superset/commands/dataset/update.py | 3 +-
superset/db_engine_specs/base.py | 5 ++-
.../migrations/shared/migrate_viz/processors.py | 4 +++
superset/models/helpers.py | 2 +-
superset/sqllab/api.py | 16 ++++-----
superset/sqllab/query_render.py | 1 -
superset/utils/core.py | 2 +-
tests/integration_tests/conftest.py | 1 +
tests/integration_tests/core_tests.py | 4 ++-
tests/integration_tests/datasource_tests.py | 8 +++--
tests/integration_tests/sqllab_tests.py | 4 +--
tests/unit_tests/utils/test_core.py | 41 ++++++++++++++++++++++
15 files changed, 80 insertions(+), 30 deletions(-)