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/11 18:34:29 UTC

[airflow] branch main updated (f662b7de8c -> 2400de2c5e)

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 f662b7de8c Catch error in Breeze when docker is not running (#22901)
     add 2400de2c5e Update mapped task UX (#22911)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/dag.js                       | 18 ++++++++++++++++
 airflow/www/static/js/tree/api/useRunTask.js       |  2 ++
 .../tree/details/content/taskInstance/Details.jsx  |  2 +-
 .../content/taskInstance/MappedInstances.jsx       | 17 ++++++++-------
 .../js/tree/details/content/taskInstance/Nav.jsx   |  9 +++++++-
 .../js/tree/details/content/taskInstance/index.jsx | 24 ++++++++++++++++------
 .../taskInstance/taskActions/MarkSuccess.jsx       |  4 +++-
 .../content/taskInstance/taskActions/Run.jsx       | 21 +++++++++++++++----
 airflow/www/templates/airflow/dag.html             | 23 +++++++++++++--------
 airflow/www/views.py                               |  2 +-
 10 files changed, 93 insertions(+), 29 deletions(-)