This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 14a74ca57fc Re-order pre-commit checks so that the FastAPI spec is
generated before UI client (#47408)
add 2f127b486c2 Search support on GET connections API (#47409)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/parameters.py | 6 ++++++
airflow/api_fastapi/core_api/openapi/v1-generated.yaml | 8 ++++++++
airflow/api_fastapi/core_api/routes/public/connections.py | 9 ++++++++-
airflow/ui/openapi-gen/queries/common.ts | 7 ++++++-
airflow/ui/openapi-gen/queries/prefetch.ts | 7 +++++--
airflow/ui/openapi-gen/queries/queries.ts | 10 ++++++++--
airflow/ui/openapi-gen/queries/suspense.ts | 10 ++++++++--
airflow/ui/openapi-gen/requests/services.gen.ts | 2 ++
airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
airflow/ui/src/pages/Connections/Connections.tsx | 2 +-
tests/api_fastapi/core_api/routes/public/test_connections.py | 2 ++
11 files changed, 55 insertions(+), 9 deletions(-)