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/02/23 21:35:04 UTC

[airflow] branch show-mapped-task-in-tree-view updated (2b4e6c5 -> 3c73dfb)

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

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


    from 2b4e6c5  Merge branch 'main' into show-mapped-task-in-tree-view
     add 3c73dfb  add utils.js and map_index to /taskInstances

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/calendar.js                 |  2 +-
 airflow/www/static/js/connection_form.js          |  2 +-
 airflow/www/static/js/dag.js                      |  2 +-
 airflow/www/static/js/dag_code.js                 |  2 +-
 airflow/www/static/js/dags.js                     |  2 +-
 airflow/www/static/js/graph.js                    | 17 ++---------------
 airflow/www/static/js/task_instances.js           | 17 ++---------------
 airflow/www/static/js/ti_log.js                   |  2 +-
 airflow/www/static/js/tree/InstanceTooltip.jsx    | 20 +++-----------------
 airflow/www/static/js/tree/renderTaskRows.jsx     |  2 +-
 airflow/www/static/js/tree/useTreeData.js         |  2 +-
 airflow/www/static/js/{meta_value.js => utils.js} | 17 ++++++++++++++++-
 airflow/www/views.py                              |  1 +
 13 files changed, 32 insertions(+), 56 deletions(-)
 rename airflow/www/static/js/{meta_value.js => utils.js} (74%)