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

potiuk pushed a change to branch backport-77fae41-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 1f715acba31 [v3-1-test] UI: Fix Grid for cleared runs when tasks were 
removed (#56085)
     add 994f1424515 [v3-1-test] Upgrade important dependencies for 3-1 branch 
(#56577)
     add 19fd4ae1f11 [v3-1-test] UI: Fix Grid for cleared runs when tasks were 
removed (#56085)

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   (1f715acba31)
            \
             N -- N -- N   refs/heads/backport-77fae41-v3-1-test (19fd4ae1f11)

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/actions/install-prek/action.yml            |    4 +-
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/release_dockerhub_image.yml      |    2 +-
 Dockerfile                                         |    4 +-
 Dockerfile.ci                                      |    6 +-
 dev/breeze/README.md                               |    2 +-
 dev/breeze/doc/ci/02_images.md                     |    4 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../commands/release_management_commands.py        |    6 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   12 +-
 dev/breeze/uv.lock                                 | 1540 ++++++++++----------
 docker-stack-docs/build-arg-ref.rst                |    2 +-
 .../customizing/add-build-essential-custom.sh      |    2 +-
 .../docker-examples/customizing/custom-sources.sh  |    2 +-
 .../customizing/pypi-dev-runtime-deps.sh           |    2 +-
 .../customizing/pypi-extras-and-deps.sh            |    2 +-
 .../customizing/pypi-selected-version.sh           |    2 +-
 .../restricted/restricted_environments.sh          |    2 +-
 pyproject.toml                                     |    2 +-
 scripts/ci/install_breeze.sh                       |    2 +-
 scripts/tools/setup_breeze                         |    2 +-
 21 files changed, 802 insertions(+), 802 deletions(-)

Reply via email to