This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d233c12c30 Fix menu border color (#27789)
add 263387aa4b Clear TaskGroup (#26658)
No new revisions were added by this update.
Summary of changes:
airflow/utils/task_group.py | 20 ++++++
airflow/www/static/js/api/useClearTask.ts | 12 +++-
airflow/www/static/js/components/ConfirmDialog.tsx | 9 +--
.../static/js/dag/details/taskInstance/index.tsx | 25 ++++----
.../dag/details/taskInstance/taskActions/Clear.tsx | 30 +++++----
.../dag/details/taskInstance/taskActions/index.tsx | 55 +++++++++-------
.../dag/details/taskInstance/taskActions/types.ts | 3 +-
airflow/www/views.py | 73 ++++++++++++++++------
tests/utils/test_task_group.py | 35 +++++++++++
9 files changed, 190 insertions(+), 72 deletions(-)