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 2020/06/22 18:14:46 UTC

[incubator-superset] branch master updated (a80453d -> ed4f6e9)

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/incubator-superset.git.


    from a80453d  fix: dashboard filter scope bug (#10114)
     add ed4f6e9  chore: bump superset-ui to v0.14.1 (#10112)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 1049 +++++++++-----------
 superset-frontend/package.json                     |   88 +-
 .../components/ColumnTypeLabel_spec.jsx            |    2 +-
 .../spec/javascripts/components/FormRow_spec.jsx   |    2 +-
 .../components/ControlPanelSection_spec.jsx        |    2 +-
 .../components/FilterDefinitionOption_spec.jsx     |    2 +-
 .../components/MetricDefinitionOption_spec.jsx     |    2 +-
 .../components/MetricDefinitionValue_spec.jsx      |    2 +-
 .../spec/javascripts/explore/controlUtils_spec.jsx |    2 +-
 .../SqlLab/components/ExploreCtasResultsButton.jsx |    2 +-
 .../src/SqlLab/components/ExploreResultsButton.jsx |    2 +-
 .../src/SqlLab/components/TemplateParamsEditor.jsx |    2 +-
 .../src/components/ActionMenuItem.jsx              |    2 +-
 superset-frontend/src/components/FormRow.jsx       |    2 +-
 .../src/components/PopoverSection.jsx              |    2 +-
 .../src/explore/components/AdhocFilterOption.jsx   |    2 +-
 .../explore/components/AdhocMetricEditPopover.jsx  |    2 +-
 .../explore/components/AdhocMetricStaticOption.jsx |    2 +-
 .../src/explore/components/AggregateOption.jsx     |    2 +-
 .../src/explore/components/ControlHeader.jsx       |    2 +-
 .../src/explore/components/ControlPanelSection.jsx |    2 +-
 .../explore/components/FilterDefinitionOption.jsx  |    2 +-
 .../explore/components/MetricDefinitionOption.jsx  |    2 +-
 .../explore/components/MetricDefinitionValue.jsx   |    2 +-
 .../components/controls/AnnotationLayerControl.jsx |    2 +-
 .../components/controls/CollectionControl.jsx      |    2 +-
 .../components/controls/DatasourceControl.jsx      |    2 +-
 .../components/controls/FilterBoxItemControl.jsx   |    2 +-
 .../controls/TimeSeriesColumnControl.jsx           |    2 +-
 .../src/explore/controlPanels/Shared_DeckGL.jsx    |    2 +-
 superset-frontend/src/explore/controls.jsx         |    2 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |    2 +-
 .../SqlLab/components/ExploreCtasResultsButton.jsx |    2 +-
 33 files changed, 565 insertions(+), 634 deletions(-)