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-c431f61dd6
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 26893d95907 Bump the core-ui-package-updates group across 1 directory
with 60 updates
add 2bcec086f66 [v3-1-test] Fix Execution API refresh token (#58782)
(#59713)
add 24430d958bc [v3-1-test] Add compat deprecation handling for
[webserver/base_url] (#59659) (#59781)
add f402617f907 [v3-1-test] Sqlalchemy 2.0 changes (test_types.py,
test_manager.py, test_processor.py) (#59748) (#59784)
add 50edcd1e59d [v3-1-test] Support messages for BuildKit & Podman in
Breeze (#59775) (#59786)
add 774c7fdc8c9 Bump the core-ui-package-updates group across 1 directory
with 60 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 (26893d95907)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-c431f61dd6
(774c7fdc8c9)
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:
.../production-deployment.rst | 2 +-
.../src/airflow/api_fastapi/execution_api/app.py | 39 ++-
.../src/airflow/api_fastapi/execution_api/deps.py | 62 +----
.../api_fastapi/execution_api/routes/__init__.py | 4 +-
airflow-core/src/airflow/configuration.py | 1 +
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 280 ++++++++++-----------
.../execution_api/versions/head/test_router.py | 8 +-
.../versions/head/test_task_instances.py | 3 +-
.../tests/unit/dag_processing/test_manager.py | 32 +--
.../tests/unit/dag_processing/test_processor.py | 5 +-
airflow-core/tests/unit/utils/test_types.py | 9 +-
.../airflow_breeze/utils/docker_command_utils.py | 23 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 15 +-
dev/breeze/tests/test_run_utils.py | 55 ++++
15 files changed, 294 insertions(+), 248 deletions(-)