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

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


    from c43ff201aa upgrade
     add 4140261797 fix: subheader should show as subtitle (#33172)
     add b589d44dfb fix(deckgl): Update Arc to properly adjust line width 
(#33154)
     add 8c94f9c435 fix(sqllab): Invalid SQL Error breaks SQL Lab (#33164)
     add 168cd3d1de Merge branch 'master' into mermaid
     add ebd51e5561 fix type errors

No new revisions were added by this update.

Summary of changes:
 docs/src/pages/index.tsx                           |   2 +-
 .../e2e/explore/visualizations/big_number.test.js  |   4 +-
 .../src/layers/Arc/Arc.tsx                         |   2 +-
 .../BigNumber/BigNumberTotal/controlPanel.test.ts  |  97 +++++++++
 .../BigNumberTotal/transformProps.test.ts          | 220 +++++++++++++++++++++
 .../src/BigNumber/BigNumberTotal/transformProps.ts |  11 +-
 .../src/BigNumber/BigNumberViz.tsx                 |  48 -----
 .../src/BigNumber/sharedControls.ts                |   3 +
 .../plugin-chart-echarts/src/BigNumber/types.ts    |   2 -
 .../ErrorMessage/InvalidSQLErrorMessage.test.tsx   |  21 ++
 .../ErrorMessage/InvalidSQLErrorMessage.tsx        |  12 +-
 superset/sql_parse.py                              |   1 +
 12 files changed, 358 insertions(+), 65 deletions(-)
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.test.ts
 create mode 100644 
superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/transformProps.test.ts

Reply via email to