You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2024/02/29 17:57:37 UTC

(superset) branch master updated (d65f64d1ce -> 8d245704ef)

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

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


    from d65f64d1ce fix(plugin-chart-echarts): calculate Gauge Chart intervals correctly when min value is set (#27285)
     add 8d245704ef fix(sqllab): invalid dump sql shown after closing tab (#27295)

No new revisions were added by this update.

Summary of changes:
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx | 43 +++++++++++++++++++++-
 .../src/SqlLab/components/SqlEditor/index.tsx      | 28 ++++++++++++--
 .../src/SqlLab/reducers/getInitialState.ts         |  2 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |  5 ++-
 .../src/SqlLab/reducers/sqlLab.test.js             | 19 ++++++++++
 5 files changed, 91 insertions(+), 6 deletions(-)