You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by pk...@apache.org on 2021/05/18 20:18:25 UTC

[superset] branch master updated (a7a011c -> 84e8dc7)

This is an automated email from the ASF dual-hosted git repository.

pkdotson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from a7a011c  feat: Better return messages in SQL Editor (#14381)
     add 84e8dc7  feat(dashboard): View query of the chart in dashboard (#14667)

No new revisions were added by this update.

Summary of changes:
 ...n_spec.jsx => ExploreAdditionalActionsMenu.jsx} |  14 +--
 .../components/SliceHeader/SliceHeader.test.tsx    |   1 +
 .../src/dashboard/components/SliceHeader/index.tsx |  15 +--
 .../components/SliceHeaderControls/index.jsx       |  18 ++++
 .../dashboard/components/gridComponents/Chart.jsx  |   1 +
 .../explore/components/ExploreActionButtons.tsx    |   8 +-
 .../ExploreAdditionalActionsMenu.test.tsx}         |  26 ++---
 .../index.jsx                                      | 109 +++-----------------
 .../explore/components/controls/ViewQueryModal.tsx | 112 +++++++++++++++++++++
 9 files changed, 178 insertions(+), 126 deletions(-)
 rename superset-frontend/spec/javascripts/explore/components/{DisplayQueryButton_spec.jsx => ExploreAdditionalActionsMenu.jsx} (81%)
 rename superset-frontend/src/explore/components/{DisplayQueryButton/DisplayQueryButton.test.tsx => ExploreAdditionalActionsMenu/ExploreAdditionalActionsMenu.test.tsx} (86%)
 rename superset-frontend/src/explore/components/{DisplayQueryButton => ExploreAdditionalActionsMenu}/index.jsx (51%)
 create mode 100644 superset-frontend/src/explore/components/controls/ViewQueryModal.tsx