You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/02/10 09:54:40 UTC

[airflow] branch main updated (0abee18 -> f217bec)

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

uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0abee18  Move Zombie detection to SchedulerJob (#21181)
     add f217bec  Modernize DAG-related URL routes and rename "tree" to "grid" (#20730)

No new revisions were added by this update.

Summary of changes:
 airflow/www/decorators.py                |  13 ++-
 airflow/www/templates/airflow/dag.html   |  10 +-
 airflow/www/templates/airflow/dags.html  |   8 +-
 airflow/www/utils.py                     |   4 +-
 airflow/www/views.py                     | 169 +++++++++++++++++++++++++++----
 tests/www/views/test_views_decorators.py |  20 +++-
 tests/www/views/test_views_tasks.py      |  85 ++++++++++++++--
 7 files changed, 265 insertions(+), 44 deletions(-)