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

[superset] branch master updated (a88dfe24c7 -> 40024064ae)

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

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


    from a88dfe24c7 fix: check that imports are ZIPs (#21875)
     add 40024064ae fix: BIGINT rendering regression in chartAction (#21937)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 18 +++++-----
 superset-frontend/package.json                     |  2 +-
 .../packages/superset-ui-core/package.json         | 15 +++++----
 .../src/connection/callApi/parseResponse.ts        | 14 ++++++--
 .../superset-ui-core/src/connection/types.ts       |  8 ++++-
 .../test/connection/callApi/parseResponse.test.ts  | 15 +++++++++
 superset-frontend/src/SqlLab/actions/sqlLab.js     | 15 +++------
 .../src/components/Chart/chartAction.js            |  2 ++
 .../src/components/Chart/chartActions.test.js      | 38 ++++++++++++++++++++++
 9 files changed, 97 insertions(+), 30 deletions(-)