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 a60891702a fix: Remove BASE_AXIS from pre-query (#29084)
new 449be5d511 fix(embedded): add missing GUEST_TOKEN_HEADER_NAME to
bootstrap data (#28932)
new 60f28e11bc fix(mixed-timeseries-plugin): Second query stacks stacked
on top of first query series (#29119)
new ce6fa3b652 fix(sqllab): run previous state query (#29230)
The 3 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/MixedTimeseries/transformProps.ts | 2 +
.../src/Timeseries/transformers.ts | 5 +
.../test/MixedTimeseries/transformProps.test.ts | 161 +++++++++++++++++++++
superset-frontend/src/SqlLab/actions/sqlLab.js | 5 +-
.../src/SqlLab/actions/sqlLab.test.js | 39 ++++-
superset/embedded/view.py | 5 +-
6 files changed, 212 insertions(+), 5 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-echarts/test/MixedTimeseries/transformProps.test.ts