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 32b3f7cee6d Fix failing git bundle tests (#49313)
     add 6f53d22adec Split out the /ui routes from the "main" spec file (#49311)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |    4 +-
 .rat-excludes                                      |    1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 1787 +++++++
 .../core_api/openapi/v1-rest-api-generated.yaml    | 1433 +-----
 airflow-core/src/airflow/ui/.gitignore             |    1 +
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  602 +--
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  848 ++--
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  848 ++--
 .../src/airflow/ui/openapi-gen/queries/queries.ts  | 1150 ++---
 .../src/airflow/ui/openapi-gen/queries/suspense.ts | 1032 ++--
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 5082 ++++++++++----------
 .../ui/openapi-gen/requests/services.gen.ts        | 1046 ++--
 .../airflow/ui/openapi-gen/requests/types.gen.ts   | 1684 +++----
 airflow-core/src/airflow/ui/openapi-merge.json     |   11 +
 airflow-core/src/airflow/ui/package.json           |    3 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  105 +
 .../in_container/run_update_fastapi_api_spec.py    |   16 +-
 17 files changed, 8070 insertions(+), 7583 deletions(-)
 create mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
 create mode 100644 airflow-core/src/airflow/ui/.gitignore
 create mode 100644 airflow-core/src/airflow/ui/openapi-merge.json

Reply via email to