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 7a718dd5aa7 Fix ownership of files that docker uses in mounted
directories (#46428)
add 97bb05918ca AIP-65 Add DagVersion to TaskInstanceResponse Serializer
(#46320)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/parameters.py | 12 +++
.../datamodels/{dag_sources.py => dag_versions.py} | 14 +++-
.../core_api/datamodels/task_instances.py | 2 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 55 +++++++++++++
.../core_api/routes/public/task_instances.py | 10 ++-
.../api_fastapi/core_api/routes/ui/structure.py | 2 +-
airflow/ui/openapi-gen/queries/common.ts | 6 ++
airflow/ui/openapi-gen/queries/prefetch.ts | 10 +++
airflow/ui/openapi-gen/queries/queries.ts | 10 +++
airflow/ui/openapi-gen/queries/suspense.ts | 10 +++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 53 +++++++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 4 +
airflow/ui/openapi-gen/requests/types.gen.ts | 15 ++++
tests/api_fastapi/conftest.py | 24 ++++++
.../core_api/routes/public/test_task_instances.py | 90 ++++++++++++++++++++++
.../core_api/routes/ui/test_structure.py | 54 +++++--------
16 files changed, 331 insertions(+), 40 deletions(-)
copy airflow/api_fastapi/core_api/datamodels/{dag_sources.py =>
dag_versions.py} (78%)