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/14 20:00:34 UTC

[incubator-superset] branch master updated (76275ec -> 2d8f4e3)

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 76275ec  Enable rule no-plusplus (#10876)
     add 2d8f4e3  Re-enable rule no-else-return (#10861)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |  2 --
 .../SqlLab/components/EstimateQueryCostButton.jsx  |  3 ++-
 .../src/SqlLab/components/ResultSet.tsx            | 15 +++++++++-----
 .../src/SqlLab/components/RunQueryActionButton.tsx |  3 ++-
 .../src/SqlLab/components/TableElement.jsx         |  3 ++-
 superset-frontend/src/chart/chartReducer.js        |  3 ++-
 .../src/components/AlteredSliceTag.jsx             | 24 ++++++++++++++--------
 .../components/FilterableTable/FilterableTable.tsx |  9 +++++---
 superset-frontend/src/components/Menu/Menu.tsx     |  3 ++-
 .../src/components/Menu/MenuObject.tsx             |  3 ++-
 superset-frontend/src/components/ModalTrigger.jsx  |  3 ++-
 .../components/FilterIndicatorsContainer.jsx       |  3 ++-
 .../src/dashboard/components/PublishedStatus.jsx   |  2 +-
 .../src/dashboard/components/SliceAdder.jsx        |  3 ++-
 .../components/gridComponents/Markdown.jsx         |  3 ++-
 .../src/dashboard/reducers/dashboardFilters.js     |  9 +++++---
 .../dashboard/util/getComponentWidthFromDrop.js    |  6 ++++--
 .../util/logging/findNonTabChildChartIds.js        |  3 ++-
 superset-frontend/src/explore/AdhocFilter.js       |  3 ++-
 superset-frontend/src/explore/AdhocMetric.js       |  6 ++++--
 .../AdhocFilterEditPopoverSimpleTabContent.jsx     |  9 +++++---
 .../explore/components/ControlPanelsContainer.jsx  |  6 ++++--
 .../src/explore/components/DisplayQueryButton.jsx  | 18 ++++++++++------
 .../explore/components/FilterDefinitionOption.jsx  |  6 ++++--
 .../explore/components/MetricDefinitionOption.jsx  |  6 ++++--
 .../explore/components/controls/MetricsControl.jsx | 18 ++++++++++------
 .../explore/components/controls/SpatialControl.jsx |  6 ++++--
 superset-frontend/src/explore/controlUtils.js      |  3 ++-
 superset-frontend/src/utils/common.js              | 12 +++++++----
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  6 ++++--
 .../src/visualizations/TimeTable/TimeTable.jsx     |  6 ++++--
 31 files changed, 135 insertions(+), 70 deletions(-)