You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2021/11/26 07:47:18 UTC

[superset] branch monorepo_stage_2 updated (cf6acbf -> 44cbf80)

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

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


    omit cf6acbf  update jest config
    omit 328a3c0  add resetTranslation in singleton
    omit c9f9f1b  refactor superset-generator
    omit fa0c77b  update .codecov.yml
    omit 78f8f39  refresh lock file
    omit cb37f22  check plugins
    omit 394ee03  refine npm ci step in Dockerfile
    omit b54aca3  add setup plugins
     add 49e067a  refine npm ci step in Dockerfile
     add 76b1ad5  check plugins
     add f4110b8  refresh lock file
     add 387790f  update .codecov.yml
     add 7d69f37  refactor superset-generator
     add 84e8c9c  add resetTranslation in singleton
     add a9bfb64  update jest config
     add 44cbf80  fix mock ChartClient

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf6acbf)
            \
             N -- N -- N   refs/heads/monorepo_stage_2 (44cbf80)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 superset-frontend/jest.config.js                   |  2 --
 superset-frontend/package-lock.json                | 31 ++++++++++++++++++++++
 superset-frontend/spec/helpers/setupPlugins.ts     | 26 ------------------
 .../spec/helpers/setupSupersetClient.js            |  4 ++-
 superset-frontend/spec/helpers/shim.ts             |  6 ++++-
 5 files changed, 39 insertions(+), 30 deletions(-)
 delete mode 100644 superset-frontend/spec/helpers/setupPlugins.ts