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 db260b053fe bump uv version to 0.5.4 (#44349)
     add 1351b08d86f AIP-84: Migrate Extra Links endpoint to fastapi (#44277)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/extra_link_endpoint.py |    2 +
 .../api_fastapi/core_api/datamodels/extra_links.py |    9 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   66 ++
 .../api_fastapi/core_api/routes/public/__init__.py |    3 +
 .../core_api/routes/public/extra_links.py}         |   52 +-
 airflow/ui/openapi-gen/queries/common.ts           |  371 ++++----
 airflow/ui/openapi-gen/queries/prefetch.ts         |  462 +++++----
 airflow/ui/openapi-gen/queries/queries.ts          | 1003 +++++++++++---------
 airflow/ui/openapi-gen/queries/suspense.ts         |  859 +++++++++--------
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   16 +
 airflow/ui/openapi-gen/requests/services.gen.ts    |  930 +++++++++---------
 airflow/ui/openapi-gen/requests/types.gen.ts       |  416 ++++----
 .../core_api/routes/public/test_extra_links.py     |  221 +++++
 13 files changed, 2547 insertions(+), 1863 deletions(-)
 copy providers/src/airflow/providers/edge/executors/__init__.py => 
airflow/api_fastapi/core_api/datamodels/extra_links.py (86%)
 copy airflow/{api_connexion/endpoints/extra_link_endpoint.py => 
api_fastapi/core_api/routes/public/extra_links.py} (55%)
 create mode 100644 tests/api_fastapi/core_api/routes/public/test_extra_links.py

Reply via email to