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 2ed39694038 Respect maximum page limit in API (#60989)
add 9d64edfe178 Migrate Flask based user APIs to Fastapi (#60973)
No new revisions were added by this update.
Summary of changes:
.../auth_manager/api_fastapi/datamodels/users.py | 18 +
.../openapi/v2-fab-auth-manager-generated.yaml | 307 ++++++++++++++-
.../fab/auth_manager/api_fastapi/routes/users.py | 90 ++++-
.../fab/auth_manager/api_fastapi/services/users.py | 138 ++++++-
.../api_fastapi/datamodels/test_users.py | 89 +++++
.../auth_manager/api_fastapi/routes/test_users.py | 413 ++++++++++++++++++++-
.../api_fastapi/services/test_users.py | 258 ++++++++++++-
7 files changed, 1298 insertions(+), 15 deletions(-)