This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from be536143383 Dynamically create assets if referenced by alias (#48565)
add f5f7b66c4b8 Support DAG Versioning on the grid view (#48477)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/ui/grid.py | 3 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 9 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 60 ++--
.../api_fastapi/core_api/services/ui/grid.py | 48 +++-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 17 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 9 +-
.../layouts/Details/Grid/TaskInstancesColumn.tsx | 14 +-
.../ui/src/layouts/Details/PanelButtons.tsx | 2 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 314 ++++++++++++++++++---
.../tests/unit/models/test_taskinstance.py | 6 +
devel-common/src/tests_common/pytest_plugin.py | 10 +-
12 files changed, 396 insertions(+), 98 deletions(-)