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 2021/04/22 18:09:36 UTC

[airflow] branch master updated (46805d2 -> 3bfe0e0)

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

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


    from 46805d2  Cleanup KubernetsPodOpertor tests (#15475)
     add 3bfe0e0  Skip DAG perm sync during parsing if possible (#15464)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagbag.py        | 34 ++++++++++++++++---
 airflow/security/permissions.py | 12 +++++++
 airflow/www/security.py         |  9 ++---
 tests/models/test_dagbag.py     | 75 ++++++++++++++++++++++++++++++-----------
 tests/test_utils/permissions.py | 49 +++++++++++++++++++++++++++
 5 files changed, 147 insertions(+), 32 deletions(-)
 create mode 100644 tests/test_utils/permissions.py