This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 70a29c14ce3 Ignore cursor rules from the git tree (#53658)
add e61e9618bdd Support Query in GetHITLDetails Public api (#53376)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 62 +++++++++++
.../core_api/openapi/v2-rest-api-generated.yaml | 106 +++++++++++++++++-
.../api_fastapi/core_api/routes/public/hitl.py | 70 +++++++++++-
airflow-core/src/airflow/models/hitl.py | 4 +
.../src/airflow/ui/openapi-gen/queries/common.ts | 13 ++-
.../ui/openapi-gen/queries/ensureQueryData.ts | 24 ++++-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 24 ++++-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 24 ++++-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 24 ++++-
.../ui/openapi-gen/requests/services.gen.ts | 30 +++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 27 +++++
.../core_api/routes/public/test_hitl.py | 119 ++++++++++++++++++++-
12 files changed, 506 insertions(+), 21 deletions(-)