This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 353e17ad0cf Add delete connection button on list connections page
(#47751)
add 0c0c298299d AIP-84 Add logout endpoint (#47725)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 36 +++++++++++++++++++++-
.../api_fastapi/core_api/routes/public/__init__.py | 4 +--
.../core_api/routes/public/{login.py => auth.py} | 20 ++++++++++--
airflow/ui/openapi-gen/queries/common.ts | 14 +++++++++
airflow/ui/openapi-gen/queries/prefetch.ts | 20 ++++++++++++
airflow/ui/openapi-gen/queries/queries.ts | 26 ++++++++++++++++
airflow/ui/openapi-gen/queries/suspense.ts | 26 ++++++++++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 26 +++++++++++++++-
airflow/ui/openapi-gen/requests/types.gen.ts | 27 +++++++++++++++-
airflow/ui/src/main.tsx | 2 +-
.../routes/public/{test_login.py => test_auth.py} | 31 ++++++++++++++++---
tests/api_fastapi/core_api/routes/test_routes.py | 3 +-
12 files changed, 221 insertions(+), 14 deletions(-)
rename airflow/api_fastapi/core_api/routes/public/{login.py => auth.py} (76%)
rename tests/api_fastapi/core_api/routes/public/{test_login.py =>
test_auth.py} (66%)