This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch backport-fa99694-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 10efa2c313f Merge branch 'v3-2-test' into backport-fa99694-v3-2-test
add 5ff196498a9 chore(deps): bump the 3-2-auth-ui-package-updates group
across 1 directory with 14 updates (#64439)
add dca72d59dac chore(deps): bump the 3-2-core-ui-package-updates group
across 1 directory with 26 updates (#64440)
add 981b576ffb5 [v3-2-test] Fix Docs menu REST API link visibility when
API docs are disabled (#64359) (#64378)
add 4e23f95479d [v3-2-test] chore(deps): bump requests from 2.32.5 to
2.33.0 (#64224) (#64386)
add 86d59c88622 [v3-2-test] Respect enable_swagger_ui config in API server
(#64376) (#64397)
add 1882da44c1d [v3-2-test] Allow direct execution from airflow standalone
via uvx (#64405) (#64432)
add 7c6b85e48dd Merge branch 'v3-2-test' into backport-fa99694-v3-2-test
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/installation/index.rst | 22 +
.../docs/installation/installing-from-pypi.rst | 28 +-
airflow-core/src/airflow/api_fastapi/app.py | 2 +
.../auth/managers/simple/ui/package.json | 28 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 925 ++++++++----------
airflow-core/src/airflow/ui/package.json | 52 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1028 ++++++++++----------
.../airflow/ui/src/layouts/Nav/DocsButton.test.tsx | 56 ++
.../src/airflow/ui/src/layouts/Nav/DocsButton.tsx | 2 +-
pyproject.toml | 4 +
uv.lock | 6 +-
11 files changed, 1042 insertions(+), 1111 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/layouts/Nav/DocsButton.test.tsx