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

jscheffl pushed a change to branch backport-947c25d-v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard f23cfb1143e [v2-10-test] Bugfix some Doc urls in repo (#45007)
     add 4b27c3fb087 [v2-10-test] Fix premature evaluation in mapped task group 
(#44937)
     add 878aab34b2a add missing newsfragment file (#45015)
     add ec4db3e3ad5 Fix short circuit in mapped tasks (#44912)
     add 9f87313d1ae Fix DB isolation tests on v2-10-test (#45021)
     add 5512cd491f5 Update v2-10-test Depdencies (#45019)
     add 3241a1f500d [v2-10-test] Bugfix some Doc urls in repo (#45007)

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   (f23cfb1143e)
            \
             N -- N -- N   refs/heads/backport-947c25d-v2-10-test (3241a1f500d)

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                            |   6 +-
 airflow/models/mappedoperator.py                   |   2 +
 airflow/models/skipmixin.py                        |   9 +-
 airflow/ti_deps/deps/not_previously_skipped_dep.py |  79 +++++------
 airflow/ti_deps/deps/trigger_rule_dep.py           |  42 +++---
 clients/python/pyproject.toml                      |   2 +-
 docker_tests/requirements.txt                      |   2 +-
 newsfragments/44912.bugfix.rst                     |   1 +
 newsfragments/44937.bugfix.rst                     |   1 +
 newsfragments/44938.bugfix.rst                     |   1 +
 pyproject.toml                                     |   2 +-
 tests/models/test_mappedoperator.py                | 145 ++++++++++++++++++++-
 tests/models/test_skipmixin.py                     |  41 +++++-
 tests/models/test_taskinstance.py                  |   1 +
 .../deps/test_not_previously_skipped_dep.py        |  45 +++++++
 15 files changed, 312 insertions(+), 67 deletions(-)
 create mode 100644 newsfragments/44912.bugfix.rst
 create mode 100644 newsfragments/44937.bugfix.rst
 create mode 100644 newsfragments/44938.bugfix.rst

Reply via email to