You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2022/10/07 16:00:08 UTC

[superset] branch master updated (0ff1e49e3c -> 200bed6f7e)

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

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


    from 0ff1e49e3c fix: Null values on Treemap right-click (#21722)
     add 200bed6f7e feat: Shows related dashboards in Explore (#21685)

No new revisions were added by this update.

Summary of changes:
 .../explore/visualizations/download_chart.test.js  |   2 +-
 superset-frontend/src/constants.ts                 |   4 +
 superset-frontend/src/dashboard/actions/hydrate.js |  20 ++-
 .../src/dashboard/containers/DashboardPage.tsx     |   3 +
 .../components/ExploreChartHeader/index.jsx        |  10 ++
 .../DashboardsSubMenu.test.tsx                     |  78 +++++++++++
 .../DashboardsSubMenu.tsx                          | 146 +++++++++++++++++++++
 .../useExploreAdditionalActionsMenu/index.jsx      |  25 +++-
 tests/integration_tests/superset_test_config.py    |   1 +
 9 files changed, 282 insertions(+), 7 deletions(-)
 create mode 100644 superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.test.tsx
 create mode 100644 superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/DashboardsSubMenu.tsx