You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/03/12 01:19:48 UTC

[superset] branch master updated (1470e70 -> 7656b2e)

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

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


    from 1470e70  feat: add option to load big/wide tables (#13448)
     add 7656b2e  refactor: convert controlUtils to TypeScript (2 of 2) (#13520)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 546 ++++++++++-----------
 superset-frontend/package.json                     |  52 +-
 ...controlUtils_spec.jsx => controlUtils_spec.tsx} |  71 +--
 .../explore/{fixtures.jsx => fixtures.tsx}         |  15 +-
 .../src/explore/controlUtils/getControlConfig.ts   |  28 +-
 .../controlUtils/{index.js => getControlState.ts}  |  86 +++-
 .../utils => src/explore/controlUtils}/index.ts    |   6 +-
 .../src/explore/reducers/getInitialState.ts        |  12 +-
 8 files changed, 418 insertions(+), 398 deletions(-)
 rename superset-frontend/spec/javascripts/explore/{controlUtils_spec.jsx => controlUtils_spec.tsx} (77%)
 rename superset-frontend/spec/javascripts/explore/{fixtures.jsx => fixtures.tsx} (86%)
 rename superset-frontend/src/explore/controlUtils/{index.js => getControlState.ts} (61%)
 copy superset-frontend/{cypress-base/cypress/utils => src/explore/controlUtils}/index.ts (84%)