This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 61076f0ab57 Improve ability to see and clear dags list filters (#43981)
add 40b33892c40 Separate Public Router for Auth-Free Endpoints (#43990)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 78 ++++++++--------------
.../api_fastapi/core_api/routes/public/__init__.py | 44 ++++++------
airflow/ui/openapi-gen/queries/common.ts | 48 ++++++-------
airflow/ui/openapi-gen/queries/prefetch.ts | 42 ++++++------
airflow/ui/openapi-gen/queries/queries.ts | 74 ++++++++++----------
airflow/ui/openapi-gen/queries/suspense.ts | 74 ++++++++++----------
airflow/ui/openapi-gen/requests/services.gen.ts | 70 +++++++++----------
airflow/ui/openapi-gen/requests/types.gen.ts | 64 +++++++-----------
tests/api_fastapi/core_api/routes/test_routes.py | 52 +++++++++++++++
9 files changed, 278 insertions(+), 268 deletions(-)
create mode 100644 tests/api_fastapi/core_api/routes/test_routes.py