You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2022/02/04 17:28:27 UTC

[airflow] branch main updated (e840acf -> 3e98280)

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

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


    from e840acf  Fix BigQuery system test (#21320)
     add 3e98280  Simplify fab has access lookup (#19294)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/role_and_permission_endpoint.py      |  16 ++-
 airflow/api_connexion/endpoints/user_endpoint.py   |  17 ++-
 airflow/security/permissions.py                    |   5 +-
 airflow/www/auth.py                                |   2 +-
 airflow/www/fab_security/manager.py                | 108 ++++++-----------
 airflow/www/fab_security/sqla/manager.py           |  20 ----
 airflow/www/fab_security/sqla/models.py            |  27 ++++-
 airflow/www/security.py                            | 131 ++++-----------------
 airflow/www/utils.py                               |   2 +-
 airflow/www/views.py                               |   5 +-
 tests/www/test_security.py                         | 120 +++++++++----------
 tests/www/views/test_views_base.py                 |   2 +-
 12 files changed, 169 insertions(+), 286 deletions(-)