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 20c0d5ffaed Update multiple test files to remove SQLAlchemy query
usage (#59508)
add fb12e5c6df4 refactor: move task stream filtering logic to endpoint for
Grid (#58576)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/_private_ui.yaml | 22 +++
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 49 +++----
.../src/airflow/ui/openapi-gen/queries/common.ts | 7 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 10 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 10 +-
.../ui/openapi-gen/requests/services.gen.ts | 6 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 61 +-------
.../src/airflow/ui/src/queries/useGridStructure.ts | 9 ++
.../api_fastapi/core_api/routes/ui/test_grid.py | 157 +++++++++++++++++++++
12 files changed, 256 insertions(+), 98 deletions(-)