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 2024/03/26 19:07:53 UTC

(superset) branch supersetbot-bump-backoff==2.2.1 updated (a51ebfae06 -> 26710035e0)

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

github-bot pushed a change to branch supersetbot-bump-backoff==2.2.1
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit a51ebfae06 chore(🤖): bump python backoff==2.2.1
     add 6aee58fad6 chore: fix master builds + bump python library "cryptography" (#27641)
     add cf010b63e3 chore(🤖): bump python "sqlalchemy==1.4.52" (#27655)
     add ce210eebde fix(Chart Annotation modal): Table and Superset annotation options will paginate, exceeding previous max limit 100 (#27022)
     add fa3fea9dd8 fix(sqllab): unable to remove table (#27636)
     add ed9e542781 fix(AlertReports): disabling value when not null option is active (#27550)
     add 26710035e0 chore(🦾): bump python backoff==2.2.1

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   (a51ebfae06)
            \
             N -- N -- N   refs/heads/supersetbot-bump-backoff==2.2.1 (26710035e0)

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:
 pyproject.toml                                     | 175 +++++++++++
 requirements/base.txt                              |   8 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   8 +-
 .../src/SqlLab/actions/sqlLab.test.js              |  24 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     | 350 ++++++++++++++-------
 .../AnnotationLayer.test.tsx                       | 125 +++++---
 .../src/features/alerts/AlertReportModal.test.tsx  |   5 +-
 .../src/features/alerts/AlertReportModal.tsx       |   5 +-
 8 files changed, 543 insertions(+), 157 deletions(-)
 create mode 100644 pyproject.toml