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 62f20392fad Add hover rotation animation to AirflowPin (#57326)
     add f722f3c9379 Fix n+1 queries in ui/dags endpoint and use a compact 
response model. (#57425)

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(-)

Reply via email to