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 27f3be666c Migrate public endpoint Get Airflow Version to FastAPI
(#43312)
add 6070bb6c35 AIP-84 Post Pool (#43317)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/pool_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 92 ++++++++++++++++++----
.../api_fastapi/core_api/routes/public/pools.py | 18 ++++-
airflow/api_fastapi/core_api/serializers/pools.py | 12 ++-
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 44 ++++++++++-
airflow/ui/openapi-gen/requests/schemas.gen.ts | 63 +++++++++++----
airflow/ui/openapi-gen/requests/services.gen.ts | 26 ++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 51 ++++++++++--
.../core_api/routes/public/test_pools.py | 49 ++++++++++++
10 files changed, 314 insertions(+), 45 deletions(-)