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/05/18 16:19:28 UTC

[incubator-superset] branch master updated (52285ae -> 7a95c52)

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 52285ae  build: tox leveraging conditional factors (#9828)
     add 7a95c52  refactor: simplify getExploreUrl functions (#9831)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/chart/chartActions_spec.js    |  4 +-
 .../explore/components/SaveModal_spec.jsx          |  6 +-
 .../spec/javascripts/explore/utils_spec.jsx        | 65 +++++++---------------
 .../sqllab/ExploreResultsButton_spec.jsx           |  7 +--
 superset-frontend/src/chart/chartAction.js         | 16 +++---
 .../src/explore/actions/saveModalActions.js        |  6 +-
 .../src/explore/components/DisplayQueryButton.jsx  |  6 +-
 .../explore/components/ExploreViewContainer.jsx    |  6 +-
 superset-frontend/src/explore/exploreUtils.js      | 31 +++++------
 9 files changed, 57 insertions(+), 90 deletions(-)