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

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


    omit 214b476ff8 rm unrelated changes
    omit 0f3d561f2f touching up python versions
    omit 60af3073ff --system in the right spot
    omit ddd032300f --system
    omit 89280e7f55 touch superset/ to trigger CI
    omit f7581a14e1 feat: use uv in CI
     add 8020729ced fix: check for column before adding in migrations (#31185)
     add 3564740255 chore: pin greenlet in base dependencies (#31254)
     add 468dfed416 chore(🦾): bump python pyjwt 2.10.0 -> 2.10.1 (#31253)
     add e5e3f9e210 chore(🦾): bump python nh3 0.2.18 -> 0.2.19 (#31249)
     add 43efa05113 chore(🦾): bump python flask-migrate subpackage(s) (#31250)
     add fe80fb1090 chore(deps): bump codecov/codecov-action from 4 to 5 
(#31214)
     add b3559f644c chore: simplify Dockerfile package install calls with bash 
wrappers (#31034)
     add 0dddc59a36 feat: use uv in CI
     add dafbc1ffdb touch superset/ to trigger CI
     add 3775a77e66 --system
     add 22c4eb3763 --system in the right spot
     add 0f51844085 touching up python versions
     add 5b947f5dd3 rm unrelated changes
     add 0a6c3adbf5 add uv to Dockerfil

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   (214b476ff8)
            \
             N -- N -- N   refs/heads/uv (0a6c3adbf5)

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/workflows/superset-frontend.yml            |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   6 +-
 .github/workflows/superset-python-presto-hive.yml  |   4 +-
 .github/workflows/superset-python-unittest.yml     |   2 +-
 Dockerfile                                         | 179 +++++++++++----------
 docker/apt-install.sh                              |  51 ++++++
 docker/pip-install.sh                              |  64 ++++++++
 pyproject.toml                                     |   8 +-
 requirements/base.txt                              |   7 +-
 superset-websocket/Dockerfile                      |   2 +-
 superset/migrations/shared/utils.py                |  15 ++
 ...4-01_22-44_c22cb5c2e546_user_attr_avatar_url.py |   7 +-
 ...-04-11_15-41_5f57af97bc3f_add_catalog_column.py |   4 +-
 ...0-52_58d051681a3b_add_catalog_perm_to_tables.py |   5 +-
 14 files changed, 252 insertions(+), 104 deletions(-)
 create mode 100755 docker/apt-install.sh
 create mode 100755 docker/pip-install.sh

Reply via email to