You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/02/20 19:55:03 UTC

(superset) branch supersetbot updated (7834771279 -> 4aa61491d9)

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

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


 discard 7834771279 fix ordering
 discard b3553efc0b fix ordering
 discard b01c372d4d tweaking
 discard ba809dbda4 working on first release command
 discard 435b7b2abd version bump
 discard 3ff9195585 add a version subcommand
 discard 4eba0a9af3 more progress
 discard c4ad7517a3 more progress
 discard 6800fbf35c more progress
 discard 5f1ad679d4 tweaks
 discard 5c0a3e9c7c debug
 discard 139dccad74 debug
 discard 6de49f85a9 docker action
 discard 98e846cdc8 docker action
 discard ef9097e745 progress
 discard c51d68a931 YUP
 discard 45e143ea3a format JSON
 discard 2f9bccfef5 fix
 discard bc7ececdc1 feat(supersetbot): re-implement labeling bot as a GitHub action
     add 1776405903 refactor: Migrate ErrorBoundary to typescript (#27143)
     add 37a4d5662c feat(supersetbot): re-implement labeling bot as a GitHub action
     add 3000695547 fix
     add 2e3a403777 format JSON
     add 5b8f2f91e8 YUP
     add 9a277d4b95 progress
     add b97bc1e2e8 docker action
     add 0f42dd4fb6 docker action
     add bc6dea2769 debug
     add 88733da3b3 debug
     add b139c4e8c2 tweaks
     add 06bd2863a4 more progress
     add 41b1f5ee24 more progress
     add 6e33b905a3 more progress
     add 2ed4e99d9c add a version subcommand
     add cd5087ae06 version bump
     add 1498a9a71f working on first release command
     add ab2bdd9051 tweaking
     add 20b03e2732 fix ordering
     add 4207c7f454 fix ordering
     add eb22dbf4e3 feat(ci): no more docker builds on PR-related events
     add 4aa61491d9 improving

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   (7834771279)
            \
             N -- N -- N   refs/heads/supersetbot (4aa61491d9)

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:
 .github/supersetbot/src/cli.js                     | 36 +++++++----
 .github/supersetbot/src/git.js                     | 11 ++--
 .github/supersetbot/src/git_release.js             | 52 +++++++--------
 .github/supersetbot/src/github.js                  | 73 +++++++++++++++-------
 .../ErrorBoundary/ErrorBoundary.test.tsx           |  8 +--
 .../ErrorBoundary/{index.jsx => index.tsx}         | 49 +++++++++------
 6 files changed, 138 insertions(+), 91 deletions(-)
 rename superset-frontend/src/components/ErrorBoundary/{index.jsx => index.tsx} (64%)