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/01/29 02:36:20 UTC

[superset] branch master updated (34549cb -> fcaa0ac)

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 34549cb  docs: Add support for Hologres (#12710)
     add fcaa0ac  chore: Upgrade react-dnd to 11.1.3 (#12815)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |  97 ++++++------
 superset-frontend/package.json                     |   5 +-
 .../spec/helpers/WithDragDropContext.jsx           |  45 ------
 .../dashboard/components/DashboardBuilder_spec.jsx |   5 +-
 .../components/gridComponents/ChartHolder_spec.jsx |   7 +-
 .../components/gridComponents/Column_spec.jsx      |   7 +-
 .../components/gridComponents/Divider_spec.jsx     |   8 +-
 .../components/gridComponents/Header_spec.jsx      |   7 +-
 .../components/gridComponents/Markdown_spec.jsx    |   8 +-
 .../components/gridComponents/Row_spec.jsx         |   7 +-
 .../components/gridComponents/Tab_spec.jsx         |   7 +-
 .../components/gridComponents/Tabs_spec.jsx        |   8 +-
 .../new/DraggableNewComponent_spec.jsx             |   7 +-
 .../explore/components/AdhocFilterControl_spec.jsx |   2 +-
 .../explore/components/AdhocFilterOption_spec.jsx  |   2 +-
 .../explore/components/AdhocMetricOption_spec.jsx  |   2 +-
 .../explore/components/MetricsControl_spec.jsx     |   2 +-
 .../components/withAsyncVerification_spec.tsx      |   4 +-
 superset-frontend/src/dashboard/App.jsx            |  15 +-
 .../src/dashboard/components/DashboardBuilder.jsx  |   7 -
 .../src/dashboard/components/dnd/DragDroppable.jsx |   4 +-
 .../components/dnd/dragDroppableConfig.js          |  13 +-
 .../src/dashboard/util/getDragDropManager.js       |  35 -----
 superset-frontend/src/explore/App.jsx              |  16 +-
 .../src/explore/DndContextProvider.js              |  23 ---
 .../src/explore/components/OptionControls.tsx      | 173 +++++++++------------
 .../controls/FilterControl/AdhocFilterControl.jsx  |   3 +-
 .../controls/FilterControl/AdhocFilterOption.jsx   |   4 +-
 .../controls/MetricControl/AdhocMetricOption.jsx   |   4 +-
 .../MetricControl/MetricDefinitionValue.jsx        |   4 +-
 .../controls/MetricControl/MetricsControl.jsx      |   3 +-
 31 files changed, 201 insertions(+), 333 deletions(-)
 delete mode 100644 superset-frontend/spec/helpers/WithDragDropContext.jsx
 delete mode 100644 superset-frontend/src/dashboard/util/getDragDropManager.js
 delete mode 100644 superset-frontend/src/explore/DndContextProvider.js