This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a change to branch demo-claudette in repository https://gitbox.apache.org/repos/asf/superset.git
discard c8b2a7f230 feat: Add ECharts options overrides to theme system add 96387cf87a feat: Add ECharts options overrides to theme system This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c8b2a7f230) \ N -- N -- N refs/heads/demo-claudette (96387cf87a) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../packages/superset-ui-core/src/theme/types.ts | 20 +++---- .../packages/superset-ui-core/src/utils/index.ts | 1 + .../superset-ui-core/src/utils/lodash.test.ts | 61 ++++++++++++++++++++++ .../packages/superset-ui-core/src/utils/lodash.ts | 52 ++++++++++++++++++ .../plugin-chart-echarts/src/components/Echart.tsx | 17 +----- .../src/utils/themeOverrides.test.ts | 46 ++++------------ 6 files changed, 136 insertions(+), 61 deletions(-) create mode 100644 superset-frontend/packages/superset-ui-core/src/utils/lodash.test.ts create mode 100644 superset-frontend/packages/superset-ui-core/src/utils/lodash.ts