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/27 00:39:08 UTC

(superset) branch supersetbot-bump-msgpack==1.0.8 updated (6920895185 -> 103602a2f3)

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

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


    omit 6920895185 chore(🤖): bump python msgpack==1.0.8
     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 28cbedb82f fix: Leverage actual database for rendering Jinjarized SQL (#27646)
     add 12921e6ec3 chore(🤖): bump python "flask==2.3.3" (#27657)
     add 3ae74d1f2d fix: Provide more inclusive error handling for saved queries (#27644)
     add 46fcfd80d7 chore(🦾): bump python "pyarrow==14.0.2" (#27684)
     add 2c833b507c chore(🦾): bump python "polyline==2.0.2" (#27681)
     add 9960c78923 chore(🦾): bump python "click==8.1.7" (#27682)
     add 103602a2f3 chore(🦾): bump python msgpack==1.0.8

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   (6920895185)
            \
             N -- N -- N   refs/heads/supersetbot-bump-msgpack==1.0.8 (103602a2f3)

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:
 requirements/base.txt                              |  16 +-
 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 +-
 superset/models/sql_lab.py                         |   5 +-
 superset/security/manager.py                       |   4 +-
 superset/sql_parse.py                              |  16 +-
 tests/integration_tests/celery_tests.py            |  32 +-
 tests/unit_tests/models/sql_lab_test.py            |  59 ++++
 tests/unit_tests/sql_parse_tests.py                |   6 +-
 13 files changed, 468 insertions(+), 187 deletions(-)
 create mode 100644 tests/unit_tests/models/sql_lab_test.py