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 17:39:49 UTC

[incubator-superset] branch master updated (906a629 -> 7f10123)

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 906a629  Re-enable rule no-unused-state (#10871)
     add 7f10123  Re-enable no-useless-path-segments rule (#10860)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                                      | 2 --
 superset-frontend/src/components/Icon/icon.stories.jsx              | 2 +-
 .../src/components/ListViewCard/ListViewCard.stories.tsx            | 2 +-
 superset-frontend/src/components/TableLoader.jsx                    | 2 +-
 superset-frontend/src/dashboard/actions/dashboardState.js           | 6 +++---
 superset-frontend/src/dashboard/reducers/index.js                   | 2 +-
 superset-frontend/src/dashboard/util/activeDashboardFilters.js      | 2 +-
 superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js     | 6 +-----
 superset-frontend/src/explore/components/DisplayQueryButton.jsx     | 4 ++--
 superset-frontend/src/explore/components/ExploreViewContainer.jsx   | 2 +-
 .../src/explore/components/controls/CollectionControl.jsx           | 2 +-
 superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx       | 2 +-
 12 files changed, 14 insertions(+), 20 deletions(-)