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 b609ab9001 AWSGlueJobHook updates job configuration if it exists
(#27893)
add a0c85022b4 Improve run/task grid view actions (#28130)
No new revisions were added by this update.
Summary of changes:
airflow/www/static/js/api/useClearRun.ts | 11 ++++++-----
airflow/www/static/js/api/useClearTask.ts | 12 +++++++-----
airflow/www/static/js/api/useMarkFailedRun.ts | 10 ++++++----
airflow/www/static/js/api/useMarkSuccessRun.ts | 10 ++++++----
airflow/www/static/js/api/useQueueRun.ts | 10 ++++++----
airflow/www/static/js/components/ConfirmDialog.tsx | 11 ++++++++---
airflow/www/static/js/dag/details/dagRun/ClearRun.tsx | 6 +++---
airflow/www/static/js/dag/details/dagRun/MarkFailedRun.tsx | 6 +++---
airflow/www/static/js/dag/details/dagRun/MarkSuccessRun.tsx | 6 +++---
airflow/www/static/js/dag/details/dagRun/QueueRun.tsx | 6 +++---
.../static/js/dag/details/taskInstance/taskActions/Clear.tsx | 6 +++---
.../js/dag/details/taskInstance/taskActions/MarkFailed.tsx | 2 +-
.../js/dag/details/taskInstance/taskActions/MarkSuccess.tsx | 2 +-
13 files changed, 56 insertions(+), 42 deletions(-)