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/09/21 06:48:55 UTC

[incubator-superset] branch master updated (3d8f757 -> 4835d3b)

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 3d8f757  fix: simply is_adhoc_metric (#10964)
     add 4835d3b  ESLint: Re-enable rule no-access-state-in-setstate (#10870)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |  2 --
 superset-frontend/src/CRUD/CollectionTable.tsx     |  8 +++----
 .../src/SqlLab/components/LimitControl.tsx         |  2 +-
 .../src/SqlLab/components/ResultSet.tsx            |  6 ++---
 .../src/SqlLab/components/SaveQuery.jsx            |  2 +-
 .../src/SqlLab/components/ScheduleQueryButton.jsx  |  2 +-
 .../src/SqlLab/components/SqlEditor.jsx            |  4 +++-
 .../src/SqlLab/components/TabbedSqlEditors.jsx     |  2 +-
 .../src/SqlLab/components/TableElement.jsx         |  2 +-
 superset-frontend/src/components/OmniContainer.jsx |  2 +-
 .../src/dashboard/components/SaveModal.jsx         |  4 +++-
 .../src/dashboard/components/SliceAdder.jsx        | 12 +++++-----
 .../dashboard/components/SliceHeaderControls.jsx   |  6 ++---
 .../components/gridComponents/ChartHolder.jsx      |  2 +-
 .../src/datasource/DatasourceEditor.jsx            |  5 +++-
 .../explore/components/AdhocMetricEditPopover.jsx  | 27 +++++++++++-----------
 .../src/explore/components/ControlPanelSection.jsx |  2 +-
 .../explore/components/ExploreViewContainer.jsx    |  2 +-
 .../components/controls/AnnotationLayer.jsx        |  2 +-
 .../explore/components/controls/BoundsControl.jsx  | 14 ++++++-----
 .../components/controls/DateFilterControl.jsx      | 12 +++++-----
 .../components/controls/FixedOrMetricControl.jsx   |  7 +++---
 .../explore/components/controls/SpatialControl.jsx |  2 +-
 .../explore/components/controls/VizTypeControl.jsx |  2 +-
 .../src/visualizations/FilterBox/FilterBox.jsx     | 23 ++++++++++--------
 25 files changed, 83 insertions(+), 71 deletions(-)