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

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


    from 6ed0a3a  chore: update documentation for frontend feature flags 
(#15093)
     add 045fa1b  feat(dashboard): Let users download full CSV of a table 
(#15046)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 604 ++++++++++-----------
 superset-frontend/package.json                     |  56 +-
 .../components/gridComponents/ChartHolder_spec.jsx |   2 +
 .../components/gridComponents/Chart_spec.jsx       |  32 +-
 .../components/gridComponents/Column_spec.jsx      |   6 +-
 .../components/gridComponents/Row_spec.jsx         |   6 +-
 .../components/gridComponents/Tab_spec.jsx         |  10 +-
 .../components/gridComponents/Tabs_spec.jsx        |  10 +-
 superset-frontend/src/common/components/index.tsx  |   4 +-
 .../components/SliceHeader/SliceHeader.test.tsx    |   8 +-
 .../src/dashboard/components/SliceHeader/index.tsx |  28 +-
 .../SliceHeaderControls.test.tsx                   |  50 +-
 .../SliceHeaderControls/{index.jsx => index.tsx}   | 148 ++---
 .../dashboard/components/gridComponents/Chart.jsx  |  14 +-
 .../components/gridComponents/ChartHolder.test.tsx |  28 +-
 .../src/dashboard/containers/Chart.jsx             |   2 +
 superset/config.py                                 |   3 +
 17 files changed, 578 insertions(+), 433 deletions(-)
 rename 
superset-frontend/src/dashboard/components/SliceHeaderControls/{index.jsx => 
index.tsx} (76%)

Reply via email to