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 bdfea8005bb Stop calling close_all_sessions in forks (#47638)
add 0675231060c Add `get_additional_menu_items` in auth manager interface
to extend the menu (#47468)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/app.py | 5 ++-
.../api_fastapi/auth/managers/base_auth_manager.py | 9 +++++
.../auth/managers/simple/simple_auth_manager.py | 5 ++-
airflow/api_fastapi/common/types.py | 9 +++++
.../amazon/aws/auth_manager/aws_auth_manager.py | 3 +-
.../amazon/aws/auth_manager/router/login.py | 4 +-
.../amazon/aws/tests/test_aws_auth_manager.py | 12 +++++-
.../amazon/aws/auth_manager/router/test_login.py | 10 +++--
.../aws/auth_manager/test_aws_auth_manager.py | 3 +-
.../providers/fab/auth_manager/fab_auth_manager.py | 47 +++++++++++++++++++++-
.../unit/fab/auth_manager/test_fab_auth_manager.py | 13 +++++-
.../in_container/run_update_fastapi_api_spec.py | 6 ++-
.../managers/simple/test_simple_auth_manager.py | 5 ++-
.../auth/managers/test_base_auth_manager.py | 3 ++
14 files changed, 115 insertions(+), 19 deletions(-)