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 330cdf0fb01 Detect system color theme and add active state to nav
button (#43041)
add f708fc92697 Migrate health info to fastapi (#42938)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/health_endpoint.py | 2 +
airflow/api_fastapi/openapi/v1-generated.yaml | 103 ++++++++++++++-
airflow/api_fastapi/serializers/dashboard.py | 4 +-
.../serializers/monitor.py} | 29 ++---
airflow/api_fastapi/views/public/__init__.py | 2 +
.../views/public/monitor.py} | 15 ++-
airflow/ui/openapi-gen/queries/common.ts | 13 ++
airflow/ui/openapi-gen/queries/prefetch.ts | 11 ++
airflow/ui/openapi-gen/queries/queries.ts | 19 +++
airflow/ui/openapi-gen/queries/suspense.ts | 19 +++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 140 ++++++++++++++++++++-
airflow/ui/openapi-gen/requests/services.gen.ts | 15 +++
airflow/ui/openapi-gen/requests/types.gen.ts | 57 ++++++++-
.../views/public/test_monitor.py} | 71 ++++++-----
14 files changed, 435 insertions(+), 65 deletions(-)
copy airflow/{api_connexion/schemas/health_schema.py =>
api_fastapi/serializers/monitor.py} (63%)
copy airflow/{api_connexion/endpoints/health_endpoint.py =>
api_fastapi/views/public/monitor.py} (73%)
copy tests/{api_connexion/endpoints/test_health_endpoint.py =>
api_fastapi/views/public/test_monitor.py} (56%)