This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 49541333d0 fix: Bump FAB to 4.5.5
new 03255819a4 fix(playwright): allow screenshotting empty dashboards
(#33107)
new 0c80ab07f7 fix: Viz migration error handling (#33037)
new 5e475ecb7b fix(dashboard): invalid active tab state (#33106)
new aab564fa58 fix(lang): patch FAB's LocaleView to redirect to previous
page (#31692)
new 454397fc17 fix(echart): Tooltip date format doesn't follow time grain
(#33138)
The 5 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:
.../plugin-chart-echarts/src/utils/formatters.ts | 2 +-
.../src/dashboard/actions/dashboardState.js | 55 +++++++++-
.../src/dashboard/reducers/dashboardState.js | 13 ++-
.../src/dashboard/reducers/dashboardState.test.ts | 116 ++++++++++++++++++---
superset/cli/viz_migrations.py | 22 +++-
superset/initialization/__init__.py | 27 ++++-
superset/migrations/shared/migrate_viz/base.py | 59 +++++++----
superset/migrations/shared/utils.py | 6 +-
superset/utils/webdriver.py | 1 -
tests/integration_tests/core_tests.py | 51 +++++++++
tests/integration_tests/security_tests.py | 1 +
11 files changed, 297 insertions(+), 56 deletions(-)