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-e2ec268659
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 7cda4a612c3 Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add da89723778a Add missing PL translations (#61099)
     add 497f2acf16b [v3-1-test] Add bundle_path temporarily to sys.path during 
DagBag parsing. (#55894) (#61053)
     add dd729277506 Feature/close german translation gaps 2026 01 26 v3 1 
(#61097)
     add 788ed214751 [v3-1-test] Pool API improve slots validation (#61071) 
(#61114)
     add f8e4e46a333 [v3-1-test] Fix Simple Auth Manager UI dev server not 
starting in breeze (#60932) (#61107)
     add 47d7c3457a6 [v3-1-test] Plugins pagination fix  #61055 (#61059) 
(#61129)
     add 7a42423a42a [v3-1-test] Remove unused method `is_default_pool` in Pool 
model (#61084) (#61128)
     add a6103eeb3ba Bump the core-ui-package-updates group across 1 directory 
with 63 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   (7cda4a612c3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-e2ec268659
 (a6103eeb3ba)

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/pools.py       |   6 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |   3 +
 .../src/airflow/cli/commands/dag_command.py        |  18 +-
 .../src/airflow/dag_processing/processor.py        |  11 +-
 airflow-core/src/airflow/models/dagbag.py          |  34 +++
 airflow-core/src/airflow/models/pool.py            |  17 --
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   5 +-
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 314 ++++++++++-----------
 .../airflow/ui/public/i18n/locales/de/common.json  |  10 +-
 .../ui/public/i18n/locales/de/components.json      |   4 +
 .../airflow/ui/public/i18n/locales/pl/common.json  |  12 +-
 .../ui/public/i18n/locales/pl/components.json      |   4 +
 airflow-core/src/airflow/ui/src/pages/Plugins.tsx  |  10 +-
 airflow-core/src/airflow/utils/cli.py              |  15 +-
 .../core_api/routes/public/test_pools.py           |  21 +-
 .../tests/unit/cli/commands/test_dag_command.py    |   9 +-
 airflow-core/tests/unit/models/test_dag.py         |   4 +-
 airflow-core/tests/unit/models/test_dagbag.py      |  95 ++++++-
 airflow-core/tests/unit/models/test_pool.py        |   8 -
 .../src/airflowctl/api/datamodels/generated.py     |  10 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |  17 +-
 scripts/ci/prek/compile_ui_assets_dev.py           |   8 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   6 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  14 +-
 .../task_sdk/execution_time/test_task_runner.py    |  52 +++-
 26 files changed, 436 insertions(+), 279 deletions(-)

Reply via email to