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/04/09 22:09:04 UTC

[airflow] branch mapped-instance-actions updated (d21397848d -> aa61408cf9)

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

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


    from d21397848d Allow bulk mapped task actions
     add ee449fec6c Adjust DAG/TI details panel (#22877)
     add aa61408cf9 Merge branch 'main' into mapped-instance-actions

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/useDag.js           |  31 -----
 airflow/www/static/js/tree/details/content/Dag.jsx | 136 ++++++++++-----------
 .../js/tree/details/content/dagRun/index.jsx       |  35 +++---
 .../tree/details/content/taskInstance/Details.jsx  |  91 ++++++--------
 airflow/www/templates/airflow/dag.html             |   1 -
 6 files changed, 117 insertions(+), 179 deletions(-)
 delete mode 100644 airflow/www/static/js/tree/api/useDag.js