This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 933d863 Fix broken MSSQL test (#17797)
add e18b6a6 Avoid redirect loop for users with no permissions (#17838)
No new revisions were added by this update.
Summary of changes:
airflow/www/auth.py | 18 ++++++++++--
airflow/www/security.py | 6 ++++
.../{no_roles.html => no_roles_permissions.html} | 2 +-
airflow/www/views.py | 14 ---------
tests/www/test_security.py | 21 +++++++++++++
tests/www/views/test_views_acl.py | 34 ++++++++++++++++------
tests/www/views/test_views_base.py | 2 +-
7 files changed, 69 insertions(+), 28 deletions(-)
rename airflow/www/templates/airflow/{no_roles.html =>
no_roles_permissions.html} (96%)