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 7747b7b0211 Fix failing mypy check on `main` (#44191)
add 8d2e96f71ff AIP-84 Fix: Allow Null Values for end_date Field in
Dashboard Endpint in FastAPI (#44043)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 6 +-
.../api_fastapi/core_api/routes/ui/dashboard.py | 13 +--
airflow/ui/openapi-gen/queries/common.ts | 2 +-
airflow/ui/openapi-gen/queries/prefetch.ts | 2 +-
airflow/ui/openapi-gen/queries/queries.ts | 2 +-
airflow/ui/openapi-gen/queries/suspense.ts | 2 +-
airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
.../core_api/routes/ui/test_dashboard.py | 120 +++++++++++++--------
8 files changed, 89 insertions(+), 60 deletions(-)