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 1351b08d86f AIP-84: Migrate Extra Links endpoint to fastapi (#44277)
add 19e97dac673 AIP-84 Get Task Instance Tries (#44301)
No new revisions were added by this update.
Summary of changes:
.../endpoints/task_instance_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 73 ++++++++++++
.../core_api/routes/public/task_instances.py | 46 +++++++-
airflow/ui/openapi-gen/queries/common.ts | 24 ++++
airflow/ui/openapi-gen/queries/prefetch.ts | 31 ++++++
airflow/ui/openapi-gen/queries/queries.ts | 40 +++++++
airflow/ui/openapi-gen/queries/suspense.ts | 40 +++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 20 ++++
airflow/ui/openapi-gen/requests/services.gen.ts | 32 ++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 44 ++++++++
.../core_api/routes/public/test_task_instances.py | 123 +++++++++++++++++++++
11 files changed, 472 insertions(+), 2 deletions(-)