This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2d7460450d Add elasticsearch group to pre-2.7 defaults (#33166)
add 66254e4296 Move and reorg all user views (#33055)
No new revisions were added by this update.
Summary of changes:
.../views.py => auth/managers/fab/views/user.py} | 177 ++++----------------
airflow/auth/managers/fab/views/user_details.py | 55 -------
airflow/auth/managers/fab/views/user_edit.py | 60 +++++++
.../auth/managers/fab/views/user_stats.py | 16 +-
airflow/www/fab_security/views.py | 181 ---------------------
airflow/www/security.py | 22 ++-
6 files changed, 120 insertions(+), 391 deletions(-)
copy airflow/{www/fab_security/views.py => auth/managers/fab/views/user.py}
(58%)
delete mode 100644 airflow/auth/managers/fab/views/user_details.py
create mode 100644 airflow/auth/managers/fab/views/user_edit.py
copy tests/test_utils/mock_security_manager.py =>
airflow/auth/managers/fab/views/user_stats.py (63%)