This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard dd914608a03 Bump the core-ui-package-updates group across 1 directory
with 55 updates
omit 2218482683b [v3-1-test] Fix: Adjust PanelButtons spacing and alignment
(#56570) (#57062)
omit e3aa9191722 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task
Instance Success Listener (#54568) (#57031)
add f969e6374da Fix connection access in triggerer for deferrable
operators (#57154)
add 1d65a657d60 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task
Instance Success Listener (#54568) (#57031)
add ead0603244c [v3-1-test] Fix: Adjust PanelButtons spacing and alignment
(#56570) (#57062)
add 063b2ff7aca Manual backport 56177 (#57068)
add e9434b0c890 [v3-1-test] Fix grid links for tasks with retries (#57063)
(#57097)
add 16780a5487c [v3-1-test] Port Airflow Python client changes (#57103)
(#57107)
add cff8386e3e6 [v3-1-test] fix get latest serialized_dag model query to
prevent "Out of sort memory" error (#55589) (#57042)
add 0d657cc4503 Bump the core-ui-package-updates group across 1 directory
with 55 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 (dd914608a03)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
(0d657cc4503)
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:
.../docs/administration-and-deployment/plugins.rst | 35 +++-
airflow-core/src/airflow/models/serialized_dag.py | 9 +
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 182 ++++++++++-----------
.../airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 15 +-
.../layouts/Details/Grid/TaskInstancesColumn.tsx | 5 +-
clients/python/CHANGELOG.md | 36 ++++
clients/python/version.txt | 2 +-
.../commands/release_management_commands.py | 8 +-
task-sdk/src/airflow/sdk/definitions/connection.py | 19 ---
.../sdk/execution_time/secrets/execution_api.py | 20 +++
.../tests/task_sdk/execution_time/test_secrets.py | 38 +++++
12 files changed, 245 insertions(+), 128 deletions(-)