You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/11/12 08:01:40 UTC

[incubator-superset] branch master updated (302c960 -> 2718909)

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

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


    from 302c960  fix: database connection validation when creation (#11653)
     add 2718909  feat: add ECharts BoxPlot chart (#11199)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/dashboard/controls.test.js |  30 ++--
 .../cypress/integration/dashboard/filter.test.ts   |  19 +-
 .../cypress/integration/dashboard/load.test.js     |  25 ++-
 .../integration/dashboard/url_params.test.js       |  23 +--
 .../integration/explore/AdhocFilters.test.ts       |   8 +-
 .../explore/visualizations/box_plot.test.js        |  28 +--
 .../cypress/utils/vizPlugins.ts}                   |   9 +-
 superset-frontend/package-lock.json                | 199 +++++++--------------
 superset-frontend/package.json                     |   6 +-
 .../components/controls/AnnotationLayer.jsx        |   4 +-
 .../src/visualizations/presets/MainPreset.js       |   4 +-
 superset/charts/schemas.py                         |  79 +++++++-
 superset/utils/core.py                             |  10 ++
 superset/utils/pandas_postprocessing.py            | 179 ++++++++++++++----
 superset/viz.py                                    |  88 ---------
 tests/fixtures/dataframes.py                       |  10 ++
 tests/pandas_postprocessing_tests.py               | 114 +++++++++++-
 17 files changed, 502 insertions(+), 333 deletions(-)
 copy superset-frontend/{src/components/TableView/types.ts => cypress-base/cypress/utils/vizPlugins.ts} (82%)