This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9173161ec82 Change StartTriggerArgs imports (#54856)
add bb03f162bff GT and LT Range filter supported in DagRuns and Task
Instance list (#54302)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 54 ++-
.../api_fastapi/core_api/datamodels/dag_run.py | 12 +
.../core_api/datamodels/task_instances.py | 16 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 54 +++
.../core_api/openapi/v2-rest-api-generated.yaml | 534 +++++++++++++++++++++
.../api_fastapi/core_api/routes/public/dag_run.py | 28 +-
.../core_api/routes/public/task_instances.py | 35 +-
.../api_fastapi/core_api/services/ui/calendar.py | 8 +-
.../src/airflow/ui/openapi-gen/queries/common.ts | 94 +++-
.../ui/openapi-gen/queries/ensureQueryData.ts | 148 +++++-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 148 +++++-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 148 +++++-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 148 +++++-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 214 +++++++++
.../ui/openapi-gen/requests/services.gen.ts | 118 ++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 72 +++
.../core_api/routes/public/test_dag_run.py | 80 +++
.../core_api/routes/public/test_dags.py | 44 ++
.../core_api/routes/public/test_task_instances.py | 42 ++
.../core_api/routes/ui/test_calendar.py | 29 ++
.../src/airflowctl/api/datamodels/generated.py | 18 +
21 files changed, 1915 insertions(+), 129 deletions(-)