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 d2e8dd49271 Fix MyPy errors in settings.py (#57368)
add 85e4c1aa65e Migrate FAB GET /roles to FastAPI (#57411)
No new revisions were added by this update.
Summary of changes:
.../auth_manager/api_fastapi/datamodels/roles.py | 7 +
.../openapi/v2-fab-auth-manager-generated.yaml | 102 +++++++++++++-
.../api_fastapi/parameters.py} | 47 ++++---
.../fab/auth_manager/api_fastapi/routes/roles.py | 37 ++++-
.../fab/auth_manager/api_fastapi/services/roles.py | 26 +++-
.../fab/auth_manager/api_fastapi/sorting.py | 46 +++++++
.../providers/fab/www/api_connexion/parameters.py | 47 +------
.../api_fastapi/datamodels/test_roles.py | 42 ++++++
.../auth_manager/api_fastapi/routes/test_roles.py | 152 ++++++++++++++++++++-
.../api_fastapi/services/test_roles.py | 70 ++++++++++
.../auth_manager/api_fastapi/test_parameters.py | 70 ++++++++++
.../fab/auth_manager/api_fastapi/test_sorting.py | 69 ++++++++++
providers/fab/www-hash.txt | 2 +-
13 files changed, 642 insertions(+), 75 deletions(-)
copy providers/fab/src/airflow/providers/fab/{www/extensions/init_security.py
=> auth_manager/api_fastapi/parameters.py} (53%)
create mode 100644
providers/fab/src/airflow/providers/fab/auth_manager/api_fastapi/sorting.py
create mode 100644
providers/fab/tests/unit/fab/auth_manager/api_fastapi/test_parameters.py
create mode 100644
providers/fab/tests/unit/fab/auth_manager/api_fastapi/test_sorting.py