This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 48a1e5293fc Fix Connection or Variable access in Server context
(#56602)
new 903f54c4173 Improve API doc for ordering query param (#55988)
new a6781e84888 Improve API sort documentation (#56617)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 8 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 22 ++++
.../core_api/openapi/v2-rest-api-generated.yaml | 116 +++++++++++++++++++++
.../ui/openapi-gen/queries/ensureQueryData.ts | 44 ++++----
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 44 ++++----
.../src/airflow/ui/openapi-gen/queries/queries.ts | 44 ++++----
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 44 ++++----
.../ui/openapi-gen/requests/services.gen.ts | 44 ++++----
.../airflow/ui/openapi-gen/requests/types.gen.ts | 66 ++++++++++++
9 files changed, 321 insertions(+), 111 deletions(-)