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

bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from decaaa3df2 Fix mappedStates case (#30916)
     add 1132da19e5 Mark Task Groups as Success/Failure (#30478)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                              | 114 ++++++++++++++-
 airflow/www/static/js/api/useMarkFailedTask.ts     |   9 +-
 airflow/www/static/js/api/useMarkSuccessTask.ts    |   9 +-
 airflow/www/static/js/api/useMarkTaskDryRun.ts     |   9 +-
 airflow/www/static/js/dag/details/index.tsx        |  19 ++-
 .../taskInstance/taskActions/MarkInstanceAs.tsx    |  17 +++
 airflow/www/views.py                               | 157 ++++++++++++++++-----
 tests/models/test_dag.py                           |  82 +++++++++++
 tests/www/views/test_views.py                      | 104 ++++++++++++++
 9 files changed, 465 insertions(+), 55 deletions(-)

Reply via email to