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 8c836601e6 Improve stability of remove_task_decorator function (#38649)
 discard ff8834fe67 Clean up unused triggers in a single query for all dialects 
except MySQL (#38663)
 discard 254ccbda3e Remove display of  param from the UI (#38660)
 discard 690d242d36 bump uv to 0.1.27 (#38657)
 discard 48b47ab1fe Move cleanup-docker to a shell scripts from composite 
action (#38659)
 discard 456dff6684 More human friendly "show tables" output for db cleanup 
(#38654)
 discard 3793f5c2d1 bump ruff to 0.3.5 (#38656)
 discard c108064465 Add a migration script for encrypted trigger kwargs (#38358)
 discard 64485779e4 Disable support of a legacy `LocalPath` in favor of stdlib 
`pathlib.Path` (#38624)
 discard 256a255759 Raise an error on Airflow Deprecation warnings in tests 
(#38504)
 discard 4e392c6f67 Prohibit to use unsupported DB backends in tests (#38530)
 discard 652a08dced Upgrade gitpython as build dependency (#38644)
 discard d8f94125a1 Add 2.9.0b2 to issue template (#38586)
 discard 98896d35e1 Update RELEASE_NOTES.rst
     add 8ee1240467 Add 2.9.0b2 to issue template (#38586)
     add 17fa8d3d0c Upgrade gitpython as build dependency (#38644)
     add 4918174926 Prohibit to use unsupported DB backends in tests (#38530)
     add 74f1ca2af8 Raise an error on Airflow Deprecation warnings in tests 
(#38504)
     add c4661229dd Disable support of a legacy `LocalPath` in favor of stdlib 
`pathlib.Path` (#38624)
     add 7889a7b14e Add a migration script for encrypted trigger kwargs (#38358)
     add f3c6c62348 bump ruff to 0.3.5 (#38656)
     add 965fdcab9b More human friendly "show tables" output for db cleanup 
(#38654)
     add 17e4f30d08 Move cleanup-docker to a shell scripts from composite 
action (#38659)
     add ca80dccee5 bump uv to 0.1.27 (#38657)
     add 746e1ab6e3 Remove display of  param from the UI (#38660)
     add ced4e67f21 Clean up unused triggers in a single query for all dialects 
except MySQL (#38663)
     add 989c909a20 Improve stability of remove_task_decorator function (#38649)
     add 5bd778ca1a Add exclude/include events filters to audit log (#38506)
     add 303a16f6ff Improve trigger assign_unassigned by merging 
alive_triggerer_ids and get_sorted_triggers queries (#38664)
     add 9f141a9396 Add a task instance dependency for mapped dependencies 
(#37498)
     add 9ef650d284 Check-out the target commit when preparing PROD build 
artifacts (#38678)
     add 1d831e3a81 Remove image tag from Helm test name (#38621)
     add ce77a43504 Use explicit and easier to use runs-on approach for CI 
workflows (#38601)
     add 95030d45ca Rename build arg for upgrade-to-newer-dependencies (#38637)
     add 6cde8e1a30 Update known issue with Pendulum 3 in 2.8.1 release notes 
(#38675)
     add fb21392124 Update RELEASE_NOTES.rst

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   (8c836601e6)
            \
             N -- N -- N   refs/heads/v2-9-test (fb21392124)

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/workflows/additional-ci-image-checks.yml   |  23 +-
 .github/workflows/additional-prod-image-tests.yml  |  13 +-
 .github/workflows/basic-tests.yml                  |  16 +-
 .github/workflows/build-images.yml                 |  11 +-
 .github/workflows/check-providers.yml              |  15 +-
 .github/workflows/ci-image-build.yml               |  25 +-
 .github/workflows/ci.yml                           |  50 ++-
 .github/workflows/finalize-tests.yml               |  21 +-
 .github/workflows/generate-constraints.yml         |   6 +-
 .github/workflows/helm-tests.yml                   |  19 +-
 .github/workflows/integration-tests.yml            |   9 +-
 .github/workflows/k8s-tests.yml                    |   9 +-
 .github/workflows/prod-image-build.yml             |  62 ++-
 .github/workflows/prod-image-extra-checks.yml      |   7 +
 .github/workflows/push-image-cache.yml             |  27 +-
 .github/workflows/release_dockerhub_image.yml      |   6 +-
 .github/workflows/run-unit-tests.yml               |  15 +-
 .github/workflows/special-tests.yml                |  23 +-
 .github/workflows/static-checks-mypy-docs.yml      |  15 +-
 Dockerfile                                         |  11 +-
 Dockerfile.ci                                      |   9 +-
 RELEASE_NOTES.rst                                  |  14 +-
 airflow/models/baseoperator.py                     |   2 +
 airflow/models/trigger.py                          |  21 +-
 airflow/reproducible_build.yaml                    |   4 +-
 airflow/ti_deps/deps/mapped_task_upstream_dep.py   | 104 +++++
 airflow/www/extensions/init_jinja_globals.py       |   2 +
 airflow/www/static/js/api/useEventLogs.tsx         |  12 +
 airflow/www/static/js/dag/details/AuditLog.tsx     |  83 +++-
 airflow/www/static/js/datasets/SearchBar.tsx       |  77 ++--
 airflow/www/templates/airflow/dag.html             |   2 +
 airflow/www/views.py                               |   5 +
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/doc/ci/04_selective_checks.md           |   8 +-
 .../src/airflow_breeze/params/build_ci_params.py   |   2 +-
 .../src/airflow_breeze/utils/selective_checks.py   |  18 +-
 dev/breeze/tests/test_selective_checks.py          |  14 +-
 docs/docker-stack/build-arg-ref.rst                | 120 ++---
 scripts/ci/docker-compose/devcontainer.env         |   2 +-
 scripts/docker/install_additional_dependencies.sh  |   3 +-
 scripts/docker/install_airflow.sh                  |   6 +-
 tests/serialization/test_dag_serialization.py      |   3 +
 .../ti_deps/deps/test_mapped_task_upstream_dep.py  | 496 +++++++++++++++++++++
 tests/www/views/test_views.py                      |   2 +
 44 files changed, 1111 insertions(+), 283 deletions(-)
 create mode 100644 airflow/ti_deps/deps/mapped_task_upstream_dep.py
 create mode 100644 tests/ti_deps/deps/test_mapped_task_upstream_dep.py

Reply via email to