This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/github_actions/github-actions-updates-5e161167db
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 035bc37224f Bump the github-actions-updates group across 1 directory
with 3 updates
add 957198466d2 Grant team Op role access to team Dags in Keycloak auth
manager (#71572)
add 6f2820c7993 Fix Keycloak multi-team permission repair (#71614)
add 0164c9931e3 Show the teams of the signed-in user in multi-team mode
(#71503)
add 7c0b3e66d8c Document HTTP statuses that API routes raise but never
declared (#71011)
add 18fd90034d7 Bump the typescript group across 1 directory with 4
updates (#71409)
add a65454f7235 Bump the uv-dependency-updates group across 1 directory
with 5 updates (#71617)
add 7e6af0bd370 Bump the auth-ui-package-updates group across 1 directory
with 5 updates (#71616)
add ef312654487 Document API token response details (#71583)
add fd997e44472 Bump openapi-merge-cli in /airflow-core/src/airflow/ui
(#71603)
add ff48a4381a8 Bump the java-sdk-security-updates group across 1
directory with 3 updates (#71602)
add 57ddbe82de2 Bump happy-dom (#71600)
add 614c4d5656c Bump the github-actions-updates group across 1 directory
with 3 updates
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (035bc37224f)
\
N -- N -- N
refs/heads/dependabot/github_actions/github-actions-updates-5e161167db
(614c4d5656c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/security/api.rst | 11 +
.../auth/managers/simple/ui/package.json | 10 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 236 ++++++-------
.../api_fastapi/core_api/datamodels/ui/auth.py | 6 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 21 ++
.../core_api/openapi/v2-rest-api-generated.yaml | 36 ++
.../core_api/routes/public/backfills.py | 1 +
.../api_fastapi/core_api/routes/public/dag_run.py | 8 +-
.../api_fastapi/core_api/routes/public/dags.py | 1 +
.../api_fastapi/core_api/routes/public/hitl.py | 1 +
.../core_api/routes/public/task_instances.py | 8 +-
.../airflow/api_fastapi/core_api/routes/ui/auth.py | 7 +
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 7 +-
.../api_fastapi/core_api/routes/ui/dependencies.py | 3 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 15 +
.../ui/openapi-gen/requests/services.gen.ts | 8 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 36 ++
airflow-core/src/airflow/ui/package.json | 12 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 373 +++++++++------------
.../airflow/ui/public/i18n/locales/en/common.json | 6 +
.../ui/src/layouts/Nav/UserSettingsButton.test.tsx | 81 ++++-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 45 ++-
.../api_fastapi/core_api/routes/ui/test_auth.py | 44 +++
dev/breeze/uv.lock | 70 ++--
java-sdk/gradle/verification-metadata.xml | 99 +++++-
java-sdk/log4j2/build.gradle.kts | 8 +-
java-sdk/sdk/build.gradle.kts | 4 +-
providers/fab/docs/auth-manager/token.rst | 14 +-
providers/keycloak/docs/changelog.rst | 8 +-
.../keycloak/auth_manager/cli/commands.py | 43 ++-
.../keycloak/auth_manager/cli/test_commands.py | 83 +++++
31 files changed, 911 insertions(+), 394 deletions(-)