You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/09/30 11:14:38 UTC

[superset] branch master updated (b2a360fa14 -> eeb979c150)

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

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


    from b2a360fa14 fix: Switch tab on drag hover (#21648)
     add eeb979c150 chore: Create dashboard with tier 1 and tier 2 charts (#21551)

No new revisions were added by this update.

Summary of changes:
 .../cypress/integration/chart_list/filter.test.ts  |    4 +-
 .../integration/dashboard/drilltodetail.test.ts    |  343 +++---
 .../cypress/integration/dashboard/editmode.test.ts |   14 +-
 .../cypress/integration/dashboard/utils.ts         |   14 +-
 .../integration/dashboard_list/list.test.ts        |    4 +-
 .../explore/visualizations/gauge.test.js           |    4 +-
 .../cypress-base/cypress/utils/urls.ts             |    3 +-
 superset/cli/examples.py                           |    4 +-
 superset/examples/data_loading.py                  |    2 +-
 superset/examples/echarts_dashboard.py             |  250 ----
 superset/examples/supported_charts_dashboard.py    | 1302 ++++++++++++++++++++
 11 files changed, 1514 insertions(+), 430 deletions(-)
 delete mode 100644 superset/examples/echarts_dashboard.py
 create mode 100644 superset/examples/supported_charts_dashboard.py