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

ash pushed a change to branch backport-4b8cd25-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 41c5de0395f Upgrade ruff to latest version (0.12.1) (#52562)
     add 27cf1ccc24a [v3-0-test] Skip running db queries for Spans when they 
are disabled (#54075) (#54404)
     add f34846c0186 [v3-0-test] Use env var connections instead of actual db 
connections in kube systests (#54385) (#54391)
     add 72d92d454b2 [v3-0-test] Migrate `HiveToDynamoDBOperator` and 
`SqlToS3Operator` to use `get_df` (#50126) (#54409)
     add f0017e75062 [v3-0-test] fix: corrects issues with edge rendering on 
the graph view (#53998) (#54412)
     add 96be88b23e8 Upgrade ruff to latest version (0.12.1) (#52562)

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   (41c5de0395f)
            \
             N -- N -- N   refs/heads/backport-4b8cd25-v3-0-test (96be88b23e8)

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:
 .../src/airflow/jobs/scheduler_job_runner.py       | 35 ++++++++++++++++------
 .../ui/src/components/Graph/useGraphLayout.ts      | 15 +++++++++-
 .../test_kubernetes_pod_operator.py                |  9 ++++++
 providers/amazon/README.rst                        |  2 +-
 providers/amazon/pyproject.toml                    | 10 ++-----
 .../amazon/aws/transfers/hive_to_dynamodb.py       |  2 +-
 .../providers/amazon/aws/transfers/sql_to_s3.py    |  8 ++---
 .../amazon/aws/transfers/test_hive_to_dynamodb.py  |  8 ++---
 .../unit/amazon/aws/transfers/test_sql_to_s3.py    | 18 +++++------
 9 files changed, 69 insertions(+), 38 deletions(-)

Reply via email to