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/24 17:50:41 UTC

[airflow] branch mapped-task-drawer updated (a5dec48 -> e1544fe)

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 a5dec48  Handle task/run action sideeffects by separating autorefresh and treeData hooks
     add e1544fe  Clean up views.py endpoints

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/tree/api/index.js            |   2 -
 airflow/www/static/js/tree/api/useClearRun.js      |   2 +-
 airflow/www/static/js/tree/api/useClearTask.js     |  10 +-
 .../www/static/js/tree/api/useConfirmClearTask.js  |  47 -----
 .../www/static/js/tree/api/useConfirmMarkTask.js   |  13 +-
 airflow/www/static/js/tree/api/useRunTask.js       |   6 +-
 .../content/taskInstance/taskActions/Clear.jsx     |  17 +-
 airflow/www/views.py                               | 190 ++++-----------------
 8 files changed, 53 insertions(+), 234 deletions(-)
 delete mode 100644 airflow/www/static/js/tree/api/useConfirmClearTask.js