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 6c3b6b10aa5 Ensure that Task SDK supervisor closes all its handles
correctly. (#44263)
add 03d6c2b9ec6 AIP-84: Migrate get_log endpoint (#44238)
No new revisions were added by this update.
Summary of changes:
.../core_api/datamodels/{version.py => log.py} | 8 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 119 +++++++++++++
.../api_fastapi/core_api/routes/public/__init__.py | 2 +
airflow/api_fastapi/core_api/routes/public/log.py | 146 ++++++++++++++++
airflow/ui/openapi-gen/queries/common.ts | 44 +++++
airflow/ui/openapi-gen/queries/prefetch.ts | 60 +++++++
airflow/ui/openapi-gen/queries/queries.ts | 69 ++++++++
airflow/ui/openapi-gen/queries/suspense.ts | 69 ++++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 24 +++
airflow/ui/openapi-gen/requests/services.gen.ts | 44 +++++
airflow/ui/openapi-gen/requests/types.gen.ts | 48 ++++++
.../core_api/routes/public/test_log.py} | 192 +++++++--------------
12 files changed, 691 insertions(+), 134 deletions(-)
copy airflow/api_fastapi/core_api/datamodels/{version.py => log.py} (86%)
create mode 100644 airflow/api_fastapi/core_api/routes/public/log.py
copy tests/{api_connexion/endpoints/test_log_endpoint.py =>
api_fastapi/core_api/routes/public/test_log.py} (66%)