You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2022/10/11 13:06:22 UTC

[superset] branch master updated (070b865e32 -> 406e44bba1)

This is an automated email from the ASF dual-hosted git repository.

kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 070b865e32 chore(explore): Add tests for getControlValuesCompatibleWithDatasource (#21744)
     add 406e44bba1 perf(dashboard): Virtualization POC (#21438)

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-core/src/utils/featureFlags.ts     |  1 +
 superset-frontend/src/components/Chart/Chart.jsx   | 19 ++++++---
 .../dashboard/components/gridComponents/Chart.jsx  |  3 ++
 .../components/gridComponents/ChartHolder.test.tsx |  3 +-
 .../components/gridComponents/ChartHolder.tsx      |  4 ++
 .../dashboard/components/gridComponents/Row.jsx    | 49 ++++++++++++++++++++++
 .../src/utils/isBot.ts                             |  5 +--
 .../utils/isDashboardVirtualizationEnabled.ts}     | 17 ++++----
 superset/config.py                                 |  2 +-
 superset/views/base.py                             |  1 +
 10 files changed, 86 insertions(+), 18 deletions(-)
 copy docs/babel.config.js => superset-frontend/src/utils/isBot.ts (85%)
 copy superset-frontend/{packages/superset-ui-chart-controls/src/utils/defineSavedMetrics.ts => src/utils/isDashboardVirtualizationEnabled.ts} (69%)