You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/05/21 09:53:29 UTC

[airflow] branch master updated (f17b4bb -> a9dfd7d)

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

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


    from f17b4bb  Fix DagRun Prefix for Performance script (#8934)
     add a9dfd7d  Remove side-effect of session in FAB (#8940)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/webserver_command.py    |  2 +-
 airflow/www/app.py                           | 30 +++++++++++++++++-----------
 tests/cli/commands/test_role_command.py      |  3 +--
 tests/cli/commands/test_sync_perm_command.py |  3 +--
 tests/cli/commands/test_user_command.py      |  3 +--
 tests/www/api/experimental/test_endpoints.py |  2 +-
 tests/www/test_views.py                      | 12 +++++------
 7 files changed, 29 insertions(+), 26 deletions(-)