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 c58bdfca4b7 fix type error when date_time is str (#60414)
add 376a0246400 feat(api_fastapi): support OR operator in search
parameters (#60008)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 8 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 24 ++-
.../core_api/openapi/v2-rest-api-generated.yaml | 222 ++++++++++++++-------
.../ui/openapi-gen/queries/ensureQueryData.ts | 80 ++++----
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 80 ++++----
.../src/airflow/ui/openapi-gen/queries/queries.ts | 82 ++++----
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 80 ++++----
.../ui/openapi-gen/requests/services.gen.ts | 82 ++++----
.../airflow/ui/openapi-gen/requests/types.gen.ts | 82 ++++----
.../unit/api_fastapi/common/test_parameters.py | 28 ++-
.../core_api/routes/public/test_dags.py | 1 +
11 files changed, 442 insertions(+), 327 deletions(-)