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 c14eaa61f00 Bump the core-ui-package-updates group across 1 directory 
with 55 updates
     add c73339bd3bc Replace custom breeze upgrade check with uv tool upgrade 
(#56844) (#56851)
     add 0ecf9cec7bc [v3-1-test] Add build-info to summarize-warnings 
prerequisites (#56850) (#56853)
     add ed902572aea [v3-1-test] update serializer document to reflect the 
latest change in codebase (#56269) (#56857)
     add 20e4ace8926 [v3-1-test] Synchronize and fix ARM CI workflows (#56856) 
(#56858)
     add 924d5573d58 Fix get_ti_count and get_task_states access in 
callbackrequests (#56822) (#56860)
     add a1f8f947fbf Fix Advanced Search button overlap in DAG List View 
(#56588) (#56777)
     add 766054fab95 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   (c14eaa61f00)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-77dc9a1bde
 (766054fab95)

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:
 .github/actions/install-prek/action.yml            |    4 +-
 .github/dependabot.yml                             |    5 +
 .github/workflows/basic-tests.yml                  |    2 +-
 .github/workflows/ci-amd.yml                       |   27 +-
 .github/workflows/ci-arm.yml                       |  274 +++-
 .github/workflows/ci-image-checks.yml              |    2 +-
 .pre-commit-config.yaml                            |    7 -
 .../docs/authoring-and-scheduling/serializers.rst  |   37 +-
 .../src/airflow/dag_processing/processor.py        |   30 +
 airflow-core/src/airflow/ui/package.json           |   12 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  162 +--
 .../src/airflow/ui/src/components/SearchBar.tsx    |    2 +-
 .../tests/unit/dag_processing/test_processor.py    |   96 ++
 dev/breeze/README.md                               |    9 -
 .../src/airflow_breeze/commands/setup_commands.py  |    4 -
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   75 +-
 dev/breeze/src/airflow_breeze/utils/reinstall.py   |    9 +-
 dev/breeze/uv.lock                                 | 1427 +++++++++++---------
 .../tests/chart_utils/helm_template_generator.py   |   49 +-
 scripts/ci/prek/check_license.py                   |    2 -
 scripts/ci/prek/update_breeze_config_hash.py       |   69 -
 scripts/ci/prek/upgrade_important_versions.py      |    2 +-
 22 files changed, 1371 insertions(+), 935 deletions(-)
 delete mode 100755 scripts/ci/prek/update_breeze_config_hash.py

Reply via email to