You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/03/22 19:19:43 UTC

[airflow] branch mapped-task-drawer updated (6dccc4a -> 713f85a)

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

bbovenzi pushed a change to branch mapped-task-drawer
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 6dccc4a  revert useTreeData changes
     add 713f85a  Address PR feedback

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/tree/StatusBox.jsx           | 42 +++++++++++-----------
 airflow/www/static/js/tree/api/useRunTask.js       | 11 ++++--
 airflow/www/static/js/tree/details/Header.jsx      |  8 ++---
 airflow/www/static/js/tree/details/content/Dag.jsx |  5 ++-
 .../js/tree/details/content/dagRun/ClearRun.jsx    |  2 +-
 .../tree/details/content/dagRun/MarkFailedRun.jsx  |  2 +-
 .../tree/details/content/dagRun/MarkSuccessRun.jsx |  2 +-
 .../js/tree/details/content/dagRun/QueueRun.jsx    |  2 +-
 .../details/content/taskInstance/ExtraLinks.jsx    |  4 +--
 .../content/taskInstance/taskActions/Clear.jsx     | 29 +++++++++------
 .../taskInstance/taskActions/MarkFailed.jsx        | 17 ++++++---
 .../taskInstance/taskActions/MarkSuccess.jsx       | 17 ++++++---
 .../content/taskInstance/taskActions/Run.jsx       | 30 +++++++++++-----
 airflow/www/views.py                               |  4 +--
 14 files changed, 106 insertions(+), 69 deletions(-)