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 995cd8fba8d (bugfix): `EcsRunTaskOperator` decouple 
`volume_configurations` from `capacity_provider_strategy` (#43047)
     add cd75707d7d3 AIP-84 Migrate patch a connection to FastAPI API (#43102)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/connection_endpoint.py |   1 +
 .../api_fastapi/core_api/openapi/v1-generated.yaml |  85 ++++++-
 .../core_api/routes/public/connections.py          |  39 ++-
 airflow/api_fastapi/core_api/routes/public/dags.py |   8 +-
 .../core_api/routes/public/variables.py            |   8 +-
 .../api_fastapi/core_api/serializers/variables.py  |  17 +-
 airflow/ui/openapi-gen/queries/common.ts           |   3 +
 airflow/ui/openapi-gen/queries/queries.ts          |  47 ++++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |  20 +-
 airflow/ui/openapi-gen/requests/services.gen.ts    |  36 +++
 airflow/ui/openapi-gen/requests/types.gen.ts       |  41 ++-
 newsfragments/43102.significant.rst                |  18 ++
 .../core_api/routes/public/test_connections.py     | 275 +++++++++++++++++++++
 13 files changed, 558 insertions(+), 40 deletions(-)
 create mode 100644 newsfragments/43102.significant.rst

Reply via email to