This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cdd58e928ed [v3-1-test] [API] Use BulkTaskInstanceBody for patching
tis with new state (#57226) (#57412)
add 77875646599 [v3-1-test] Fix n+1 queries in ui/dags endpoint and use a
compact response model. (#57425) (#57444)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/ui/dag_runs.py | 8 ++
.../api_fastapi/core_api/datamodels/ui/dags.py | 4 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 140 ++-------------------
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 18 ++-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 16 ++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +-
.../src/airflow/ui/src/mocks/handlers/dags.ts | 22 +---
.../airflow/ui/src/pages/DagsList/DagCard.test.tsx | 30 +----
.../src/airflow/ui/src/pages/DagsList/DagCard.tsx | 2 +-
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 2 +-
.../airflow/ui/src/pages/DagsList/RecentRuns.tsx | 4 +-
.../Dashboard/FavoriteDags/FavoriteDagCard.tsx | 4 +-
.../api_fastapi/core_api/routes/ui/test_dags.py | 7 +-
13 files changed, 64 insertions(+), 196 deletions(-)