You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/04/14 19:00:49 UTC

[incubator-superset] branch master updated (c343c2f -> 6270f7d)

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

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


    from c343c2f  [api] refactor, remove unnecessary code, using command pattern now (#9520)
     add 6270f7d  Importing validators module from superset-ui (#9465)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                |  5 +++
 superset-frontend/package.json                     |  1 +
 .../components/controls/AnnotationLayer.jsx        | 14 +++---
 .../explore/components/controls/TextControl.jsx    |  9 ++--
 .../src/explore/controlPanels/CalHeatmap.js        | 10 ++---
 .../src/explore/controlPanels/Chord.js             |  6 +--
 .../src/explore/controlPanels/DeckArc.js           | 11 +++--
 .../src/explore/controlPanels/DeckGeojson.js       |  9 ++--
 .../src/explore/controlPanels/DeckGrid.js          |  4 +-
 .../src/explore/controlPanels/DeckMulti.js         |  4 +-
 .../src/explore/controlPanels/DeckScatter.js       |  6 +--
 .../src/explore/controlPanels/DeckScreengrid.js    |  4 +-
 .../src/explore/controlPanels/DistBar.js           |  4 +-
 .../src/explore/controlPanels/EventFlow.js         |  4 +-
 .../src/explore/controlPanels/Heatmap.js           |  6 +--
 .../src/explore/controlPanels/Histogram.js         |  4 +-
 .../src/explore/controlPanels/LineMulti.js         |  4 +-
 .../src/explore/controlPanels/Partition.jsx        |  4 +-
 .../src/explore/controlPanels/Shared_DeckGL.jsx    |  7 ++-
 .../src/explore/controlPanels/Table.js             |  4 +-
 .../src/explore/controlPanels/WordCloud.js         |  4 +-
 superset-frontend/src/explore/controls.jsx         | 23 +++++-----
 superset-frontend/src/explore/validators.js        | 51 ----------------------
 23 files changed, 84 insertions(+), 114 deletions(-)
 delete mode 100644 superset-frontend/src/explore/validators.js