You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/09/15 21:54:06 UTC

[incubator-superset] branch master updated (fe9f614 -> c43992b)

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

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


    from fe9f614  fix(cypress): prevent CI failure on codecov failure (#10892)
     add c43992b  feat: data menu routing (#10880)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/components/SubMenu_spec.jsx   | 88 ++++++++++++++++++++++
 superset-frontend/src/components/Menu/SubMenu.tsx  | 69 ++++++++++++++---
 superset-frontend/src/views/CRUD/data/common.ts    |  3 +
 3 files changed, 148 insertions(+), 12 deletions(-)
 create mode 100644 superset-frontend/spec/javascripts/components/SubMenu_spec.jsx