You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/12/19 17:57:23 UTC

(superset) branch dependabot/npm_and_yarn/superset-websocket/ws-8.15.1 updated (760c819c19 -> c2d59038b3)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/ws-8.15.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 760c819c19 build(deps): bump ws from 8.15.0 to 8.15.1 in /superset-websocket
     add 84ac72f550 feat(releasing): adding SHA512 and RSA signature validation script to verify releases (#26278)
     add 04f1c356a5 fix(typings): model_id is a multiple option (#25967)
     add 596f5569be chore(sqlalchemy): import from correct path (#26301)
     add 9111eb9f30 chore: update changelog for 2.1.3 (#26287)
     add 90a3d685a0 build(deps-dev): bump @types/node from 20.10.4 to 20.10.5 in /superset-websocket (#26305)
     add c2d59038b3 build(deps): bump ws from 8.15.0 to 8.15.1 in /superset-websocket

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   (760c819c19)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/ws-8.15.1 (c2d59038b3)

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:
 CHANGELOG.md                                    |  18 +++++
 RELEASING/README.md                             |  15 ++++
 RELEASING/validate_this_release.sh              |  54 +++++++++++++
 RELEASING/verify_release.py                     | 101 ++++++++++++++++++++++++
 superset-frontend/package.json                  |   3 +-
 superset-websocket/package-lock.json            |  14 ++--
 superset-websocket/package.json                 |   2 +-
 superset/cli/thumbnails.py                      |   8 +-
 superset/commands/dataset/importers/v1/utils.py |   2 +-
 superset/commands/importers/v1/examples.py      |   2 +-
 superset/models/helpers.py                      |   2 +-
 superset/views/base_schemas.py                  |   2 +-
 superset/views/datasource/views.py              |   3 +-
 superset/views/utils.py                         |   2 +-
 14 files changed, 208 insertions(+), 20 deletions(-)
 create mode 100755 RELEASING/validate_this_release.sh
 create mode 100755 RELEASING/verify_release.py