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

rahulvats pushed a change to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 10687f6a4cb refactor(partition-mapper): rename ToXXXMapper to 
StartOfXXXMapper (#64160)
     new ab9c958f615 Teardown Waiting for All in-scope Tasks to Complete 
(#64181)
     new 47ffacd1586 Raise ``TaskAlreadyRunningError`` when starting an 
already-running task instance (#60855)
     new 72be4d24a10 Immediatly refresh TISummaries when gridRuns are 
invalidated (#64113)
     new 78ecb8609ee Fix dag_display_name property bypass for DagStats query 
(#64256)
     new fa97fcdc0fb UI: Fix RenderedJsonField flickering when collapsed 
(#64261)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/airflow/api_fastapi/common/db/dag_runs.py  |   9 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |  57 ++++++++++-
 .../ui/src/components/RenderedJsonField.tsx        |  25 ++++-
 .../airflow/ui/src/queries/useGridTISummaries.ts   |   2 +
 .../unit/ti_deps/deps/test_trigger_rule_dep.py     | 111 +++++++++++++++++++++
 task-sdk/src/airflow/sdk/api/client.py             |  20 +++-
 task-sdk/src/airflow/sdk/exceptions.py             |   4 +
 task-sdk/tests/task_sdk/api/test_client.py         |  59 +++++++++--
 .../task_sdk/execution_time/test_supervisor.py     |  70 ++++++-------
 9 files changed, 303 insertions(+), 54 deletions(-)

Reply via email to