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

ephraimanierobi pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a98a8593e7 Upgrade to FAB 4.5.0 (#39851)
 discard 4ac1f50d32 Fix mocking in kerberos integration test (#40042)
 discard 889033b3e4 Fix `update-common-sql-api-stubs` pre-commit check (#38915)
 discard 819f85276f Clean up Breeze output for Docker context (#38857)
 discard c6c35a5ab1 Add "use self-hosted runners" to CI setup (#38779)
 discard 69856d5073 Replace to broad exceptions into the dev (#38489)
 discard b43c292e1d Fix inconsistency of cache-directive vs. docker-cache 
(#38580)
 discard c8370ecccf Add hatch_build.py to k8s test venv cache calculation 
(#39473)
 discard a35187bfe5 Increase volume size for ARM instance (#39472)
 discard 7e995d17bc add lost space to breeze help (#39458)
 discard 194a14efe3 Update uv and build dependencies. (#39808)
 discard 1cec9691e6 Update RELEASE_NOTES.rst
 discard cc37a519f0 Update version to 2.9.2
 discard ee55899f09 Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
 discard 8fb4cf86d9 Fix triggerer race condition in HA setting (#38666)
 discard 533b3e6b52 Warn on mini scheduler failures instead of debug (#39760)
 discard ab87aafde2 Remove colon from notes header to make headlines in UI 
consistent (#40001)
 discard 582aa31f6e Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
 discard fae97ed091 Provide extra tip on labeling DynamicTaskMapping (#39977)
 discard 14a12a3c71 Update uv to 0.42 (#39561)
 discard 5f45af9d16 Update uv to 0.1.41 (#39476)
 discard f31629f036 Bump `ruff` to `0.4.3` (#39438)
 discard 0dced9caf2 Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
 discard 7cabccfcad Fix alembic autogeneration and rename mismatching 
constraints (#39032)
 discard 4b52ed1134 Add the existing_nullable to the downgrade side of the 
migration (#39374)
 discard 62c7453e3a Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
 discard 2b718f35e3 Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
 discard 2aa5fab560 Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
 discard db265b6736 Remove DAG Run Add option from FAB view (#39881)
 discard 94fec750a5 Change type definition for `provider_info_cache` decorator 
(#39750)
 discard 6e8e09e1a0 Also limit concurrent uv downloads when building (#39852)
 discard 5b9c815a21 Add max_consecutive_failed_dag_runs in API spec (#39830)
 discard e163bf6248 Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
 discard db6a615d7c Limit concurrent downloads by UV (#39810)
 discard 2f5c9cff9f Fix example_branch_operator failing in python 3.12 (#39783)
 discard 46265d0aa8 Better typing for BaseOperator `defer` (#39742)
    omit e2086f4b18 More typing in TimeSensor and TimeSensorAsync (#39696)
    omit 6db05894d7 Reraise exception from strict dataset URI checks (#39719)
    omit bff9da8a81 Update plugins.rst examples to use pyproject.toml over 
setup.py (#39665)
    omit 6a954dafb5 Change dataset URI validation to raise warning instead of 
error in Airflow 2.9 (#39670)
    omit fbcf2bfeed Fix #35946: Visible DAG RUN doesn't point to the same dag 
run id (#38365)
    omit 7348fd2636 Doc fix: Remove misplaced backquotes in ``faq.rst`` (#39661)
    omit 349fb56885 Remove mysql/postgres from extras before determining the 
installation_command_flags (#39610)
    omit c3e914b71a fix nit in pg set-up doc (#39628)
    omit 685b81b9d3 Docs: Update tracking-user-activity.rst (#39611)
    omit b515a8e966 Fix stacklevel for _log_state helper (#39596)
    omit c49a204a9e Fix typo in Auth Manager docs (#39598)
    omit 2845cfa4bc Change sorting order of parallel test types (#39579)
    omit f09c1c336d Update best-practices.rst: fix Connection.get -> 
Connection. get_connection_from_secrets (#39560)
    omit 5b58faeec2 Add Cache-Control "no-store" to all dynamically generated 
content (#39550)
    omit a6e3b6ccff Adding note for provider dependencies (#39512)
    omit 82550753d5 Update docker-compose command (#39504)
    omit 96224a5f59 Move core system tests outside of providers system tests 
(#39335)
     add fed50143bd Update docker-compose command (#39504)
     add ad4ec9a71e Adding note for provider dependencies (#39512)
     add cedd84c24f Add Cache-Control "no-store" to all dynamically generated 
content (#39550)
     add 6d3904be6d Update best-practices.rst: fix Connection.get -> 
Connection. get_connection_from_secrets (#39560)
     add f2e5fac12a Change sorting order of parallel test types (#39579)
     add 766c78620e Fix typo in Auth Manager docs (#39598)
     add 5eac3d307c Fix stacklevel for _log_state helper (#39596)
     add b4d7d8b24a Docs: Update tracking-user-activity.rst (#39611)
     add bc462c99c9 fix nit in pg set-up doc (#39628)
     add e22d50dca5 Remove mysql/postgres from extras before determining the 
installation_command_flags (#39610)
     add e96a16f393 Doc fix: Remove misplaced backquotes in ``faq.rst`` (#39661)
     add 83e8e7467a Fix #35946: Visible DAG RUN doesn't point to the same dag 
run id (#38365)
     add cb63c3ea48 Change dataset URI validation to raise warning instead of 
error in Airflow 2.9 (#39670)
     add 2194d3d725 Update plugins.rst examples to use pyproject.toml over 
setup.py (#39665)
     add f3ddc387f8 Reraise exception from strict dataset URI checks (#39719)
     add 56f966c4e0 More typing in TimeSensor and TimeSensorAsync (#39696)
     add 9515602c7b Better typing for BaseOperator `defer` (#39742)
     add 26b7fae01a Fix example_branch_operator failing in python 3.12 (#39783)
     add 4a84e4fed2 Limit concurrent downloads by UV (#39810)
     add 071db3af91 Remove 'legacy' definition for `CronDataIntervalTimetable` 
(#39780)
     add 140afb28d1 Add max_consecutive_failed_dag_runs in API spec (#39830)
     add a775c69124 Also limit concurrent uv downloads when building (#39852)
     add 478e162e6c Change type definition for `provider_info_cache` decorator 
(#39750)
     add 574d5a6bb3 Remove DAG Run Add option from FAB view (#39881)
     add 65c7df696f Use SKIP LOCKED instead of NOWAIT in mini scheduler (#39745)
     add bd9de9e327 Improve visibility of links / variables / other configs in 
Configuration Reference (#39916)
     add 52338d4d1e Fix Mark Instance state buttons stay disabled if user lacks 
permission (#37451). (#38732)
     add 4ec09b45d1 Add the existing_nullable to the downgrade side of the 
migration (#39374)
     add 78f6f94eab Fix alembic autogeneration and rename mismatching 
constraints (#39032)
     add 4201cfe0bc Activate RUF006 rule to detect dangling asyncio tasks 
(#38947)
     add c41c036702 Bump `ruff` to `0.4.3` (#39438)
     add 7699ad56bb Update uv to 0.1.41 (#39476)
     add 2da83619a6 Update uv to 0.42 (#39561)
     add 18bb5e4ebe Provide extra tip on labeling DynamicTaskMapping (#39977)
     add 89e2455e35 Pass triggered or existing DAG Run logical date to 
DagStateTrigger (#39960)
     add 0accd19c52 Remove colon from notes header to make headlines in UI 
consistent (#40001)
     add 6680349008 Warn on mini scheduler failures instead of debug (#39760)
     add 707b1731a8 Fix triggerer race condition in HA setting (#38666)
     add 4a9438f26e Fix bug that makes `AirflowSecurityManagerV2` leave 
transactions in the `idle in transaction` state (#39935)
     add 0a9b33e1a0 Update version to 2.9.2
     add 377636adfc Update RELEASE_NOTES.rst
     add 321e4dafd1 Update uv and build dependencies. (#39808)
     add 82dd5c316b add lost space to breeze help (#39458)
     add 4857d6bade Increase volume size for ARM instance (#39472)
     add 588df020f3 Add hatch_build.py to k8s test venv cache calculation 
(#39473)
     add ae3686232e Fix inconsistency of cache-directive vs. docker-cache 
(#38580)
     add 837a928019 Replace to broad exceptions into the dev (#38489)
     add 43f7dafd41 Add "use self-hosted runners" to CI setup (#38779)
     add 388dd25bee Clean up Breeze output for Docker context (#38857)
     add e0efa5a918 Fix `update-common-sql-api-stubs` pre-commit check (#38915)
     add e7bc6005dc Fix mocking in kerberos integration test (#40042)
     add 4dbe14d765 Upgrade to FAB 4.5.0 (#39851)

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   (a98a8593e7)
            \
             N -- N -- N   refs/heads/v2-9-test (4dbe14d765)

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:
 .../howto/operator/external_task_sensor.rst              |  2 +-
 docs/apache-airflow/index.rst                            |  7 -------
 docs/conf.py                                             |  3 +--
 tests/always/test_example_dags.py                        |  2 +-
 tests/system/core/__init__.py                            | 16 ----------------
 .../system/providers/core}/__init__.py                   |  0
 .../core/example_external_task_child_deferrable.py       |  2 +-
 .../core/example_external_task_parent_deferrable.py      |  2 +-
 8 files changed, 5 insertions(+), 29 deletions(-)
 delete mode 100644 tests/system/core/__init__.py
 copy {airflow/api_connexion => tests/system/providers/core}/__init__.py (100%)
 rename tests/system/{ => 
providers}/core/example_external_task_child_deferrable.py  (97%)
 rename tests/system/{ => 
providers}/core/example_external_task_parent_deferrable.py (98%)

Reply via email to