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 ed31b02ce15 Fix pre-commit selective checks (#43931)
add f924ecb6e3d AIP-84 Migrate test a connection to FastAPI API (#43766)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/connection_endpoint.py | 1 +
.../api_fastapi/core_api/datamodels/connections.py | 7 ++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 61 ++++++++++++++++++
.../core_api/routes/public/connections.py | 46 +++++++++++++
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 43 +++++++++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 17 +++++
airflow/ui/openapi-gen/requests/services.gen.ts | 30 +++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 37 +++++++++++
.../core_api/routes/public/test_connections.py | 75 ++++++++++++++++++----
10 files changed, 307 insertions(+), 13 deletions(-)