This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch backport-1163e92-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5ef1b952aef [v3-1-test] Fix dag access control for dag_id in query
param (#60935)
add 95877c9c2e6 Fix DAG processor OOM || Avoid loading all TaskInstances
when checking DagVersion in write_dag (#60937) (#60962)
add c86a1831a63 CI: Upgrade important CI environment (#60964)
add b92722835f1 [v3-1-test] Use log_level for root logger instead of
hardcoded INFO level (#60784) (#60970)
add 937f4451a3d Revert "Prevent Triggerer from crashing when a trigger
event isn't serializable (#60152)" (#60976)
add f7d109b90c1 [v3-1-test] Fix dag access control for dag_id in query
param (#60935)
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 (5ef1b952aef)
\
N -- N -- N refs/heads/backport-1163e92-v3-1-test (f7d109b90c1)
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:
.pre-commit-config.yaml | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
.../src/airflow/jobs/triggerer_job_runner.py | 91 +++++++---------------
airflow-core/src/airflow/models/serialized_dag.py | 11 ++-
airflow-core/tests/unit/jobs/test_triggerer_job.py | 28 +------
dev/breeze/uv.lock | 18 ++---
devel-common/pyproject.toml | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
.../src/airflow_shared/logging/structlog.py | 2 +-
shared/logging/tests/logging/test_structlog.py | 13 ++++
11 files changed, 68 insertions(+), 105 deletions(-)