This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch ssh-tunnel-refactor-get-sqla-engine
in repository https://gitbox.apache.org/repos/asf/superset.git
from fc0b0d583c Merge branch 'master' of https://github.com/apache/superset
into ssh-tunnel-refactor-get-sqla-engine
add 897c9218aa refactor
add 7ec136fec2 fix(superset-embedded-sdk): Buffer is not defined (#21641)
add 7a7181a244 feat(color): color consistency enhancements (#21507)
add 52d33b05fd chore(sqla): refactor query utils (#21811)
add b824ab37d9 Merge branch 'master' of https://github.com/apache/superset
into ssh-tunnel-refactor-get-sqla-engine
No new revisions were added by this update.
Summary of changes:
superset-embedded-sdk/package-lock.json | 13 +-
superset-embedded-sdk/package.json | 3 +-
superset-embedded-sdk/src/guestTokenRefresh.ts | 3 +-
.../src/color/CategoricalColorScale.ts | 24 ++--
.../src/color/SharedLabelColorSingleton.ts | 148 ++++++++-------------
.../packages/superset-ui-core/src/color/index.ts | 1 +
.../test/color/CategoricalColorScale.test.ts | 2 +-
.../test/color/SharedLabelColorSingleton.test.ts | 121 +++++++++++++----
.../src/dashboard/actions/dashboardState.js | 40 ------
.../src/dashboard/actions/dashboardState.test.js | 2 +-
.../dashboard/components/Header/Header.test.tsx | 3 +-
.../src/dashboard/components/Header/index.jsx | 15 ++-
.../src/dashboard/components/Header/types.ts | 3 +-
.../PropertiesModal/PropertiesModal.test.tsx | 2 +-
.../dashboard/components/PropertiesModal/index.tsx | 32 ++---
.../dashboard/components/gridComponents/Chart.jsx | 9 ++
.../components/gridComponents/ChartHolder.tsx | 12 --
.../dashboard/containers/DashboardComponent.jsx | 2 -
.../src/dashboard/containers/DashboardHeader.jsx | 6 +-
.../src/dashboard/containers/DashboardPage.tsx | 14 +-
.../src/dashboard/reducers/dashboardState.js | 9 --
.../src/dashboard/reducers/dashboardState.test.js | 9 +-
superset-frontend/src/explore/ExplorePage.tsx | 10 +-
superset/config.py | 2 +-
superset/connectors/sqla/models.py | 26 +++-
superset/models/core.py | 45 +------
tests/integration_tests/charts/data/api_tests.py | 50 +++++++
tests/integration_tests/sqla_models_tests.py | 2 +-
28 files changed, 317 insertions(+), 291 deletions(-)