You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/02/26 19:22:48 UTC

[superset] branch master updated (b4ca39c -> f706e6e)

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

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


    from b4ca39c  fix(celery): Reset DB connection pools for forked worker processes (#13350)
     add f706e6e  test: Tests for OmniContainer (#13305)

No new revisions were added by this update.

Summary of changes:
 .../src/common/components/Modal/Modal.tsx          |   1 +
 superset-frontend/src/components/OmniContainer.jsx | 102 -----------
 .../OmniContainer/OmniContainer.test.tsx           | 187 +++++++++++++++++++++
 .../Omnibar.test.tsx}                              |  26 +--
 .../src/components/OmniContainer/Omnibar.tsx       |  44 +++++
 .../src/components/OmniContainer/getDashboards.ts  |  54 ++++++
 .../src/components/OmniContainer/index.tsx         |  82 +++++++++
 7 files changed, 383 insertions(+), 113 deletions(-)
 delete mode 100644 superset-frontend/src/components/OmniContainer.jsx
 create mode 100644 superset-frontend/src/components/OmniContainer/OmniContainer.test.tsx
 copy superset-frontend/src/components/{Menu/NewMenu.test.tsx => OmniContainer/Omnibar.test.tsx} (67%)
 create mode 100644 superset-frontend/src/components/OmniContainer/Omnibar.tsx
 create mode 100644 superset-frontend/src/components/OmniContainer/getDashboards.ts
 create mode 100644 superset-frontend/src/components/OmniContainer/index.tsx