This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
dependabot/gradle/java-sdk/java-sdk-dependency-updates-a8f99e1638
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit cdbf6ef0665 Bump the java-sdk-dependency-updates group across 2
directories with 22 updates
add d249f123106 UI: Split log copy and selection tests out of
Logs.test.tsx (#71581)
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 70e8b76be4a Bump the java-sdk-dependency-updates group across 2
directories with 22 updates
add 9d3cd62ffbc Keep shadow-gradle-plugin on 9.1.0 and refresh dependency
verification metadata
add 729927a0c71 Store gradlew.bat with LF endings as .gitattributes
requires
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 (cdbf6ef0665)
\
N -- N -- N
refs/heads/dependabot/gradle/java-sdk/java-sdk-dependency-updates-a8f99e1638
(729927a0c71)
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:
.../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/ui/public/i18n/locales/en/common.json | 6 +
.../ui/src/layouts/Nav/UserSettingsButton.test.tsx | 81 +-
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 45 +-
.../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 389 +--------
.../Logs/{Logs.test.tsx => LogsSelection.test.tsx} | 389 ---------
.../api_fastapi/core_api/routes/ui/test_auth.py | 44 +
java-sdk/gradle/verification-metadata.xml | 905 ++++++++++++++++++++-
java-sdk/gradlew.bat | 188 ++---
java-sdk/plugin/build.gradle.kts | 2 +-
providers/keycloak/docs/changelog.rst | 8 +-
.../keycloak/auth_manager/cli/commands.py | 43 +-
.../keycloak/auth_manager/cli/test_commands.py | 83 ++
26 files changed, 1451 insertions(+), 890 deletions(-)
copy airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/{Logs.test.tsx =>
LogsSelection.test.tsx} (52%)