You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/06/19 08:24:41 UTC

[airflow] branch master updated (c7e5bce -> 50318f8)

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

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


    from c7e5bce  Prepare backport release candidate for 2020.6.23rc1 (#9370)
     add 50318f8  Use current_app.dag_bag instead of global variable (#9380)

No new revisions were added by this update.

Summary of changes:
 airflow/www/app.py                                 |  4 +
 .../extensions/init_dagbag.py}                     | 21 +++---
 airflow/www/views.py                               | 55 ++++++--------
 tests/www/test_views.py                            | 86 +++++++---------------
 4 files changed, 64 insertions(+), 102 deletions(-)
 copy airflow/{api_connexion/endpoints/task_endpoint.py => www/extensions/init_dagbag.py} (64%)