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 cf2656179a8 Handle XCom value errors in FAB's XCom list view (#44275)
     add 00fd540fde3 AIP-84 Migrate public endpoint Clear Task Instances to 
FastAPI (#44220)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |   1 +
 airflow/api_fastapi/common/types.py                |  11 +-
 .../core_api/datamodels/task_instances.py          |  55 +-
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 146 +++++
 .../core_api/routes/public/task_instances.py       | 117 +++-
 airflow/ui/openapi-gen/queries/common.ts           |   3 +
 airflow/ui/openapi-gen/queries/queries.ts          |  44 ++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 138 +++++
 airflow/ui/openapi-gen/requests/services.gen.ts    |  31 +
 airflow/ui/openapi-gen/requests/types.gen.ts       |  70 +++
 tests/api_fastapi/conftest.py                      |   9 +
 .../core_api/routes/public/test_task_instances.py  | 665 ++++++++++++++++++++-
 12 files changed, 1264 insertions(+), 26 deletions(-)

Reply via email to