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


 discard 7af8987621f Bump the core-ui-package-updates group across 1 directory 
with 58 updates
     add 6d992758cba [v3-1-test] fix: correct typos in 
MANUALLY_BUILDING_IMAGES.md (#58761) (#58788)
     add d2005055ffb [v3-1-test] README_RELEASE_AIRFLOWCTL: Fix typos; `airfow` 
-> `airflow` (#58776) (#58789)
     add 9c26db94ca6 [v3-1-test] Mask secrets properly when using deprecated 
import path (#58662) (#58726)
     add 4a73383c33f [v3-1-test] Improve documentation and behaviour of mprocs 
(#58718) (#58798)
     add 2d95940031d [v3-1-test] Fix airflow-ctl image generation failing with 
latest prek version (#58732) (#58799)
     add 474662d80c2 [v3-1-test] fix(models/dag): handle pre AIP-39 DagRuns 
(#58229) (#58773)
     add c815d7a4b60 [v3-1-test] build: upgrade hatch to 1.16.1 (#58800) 
(#58804)
     add db85b2c96e5 [v3-1-test] Fix main failing on providers dependency bump 
(#58795) (#58802)
     add fbdcd59ea33 Bump the core-ui-package-updates group across 1 directory 
with 58 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   (7af8987621f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-f7fe840db6
 (fbdcd59ea33)

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/breeze/action.yml                  |   2 +-
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/airflow-distributions-tests.yml  |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/ci-image-checks.yml              |   2 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   6 +-
 airflow-core/src/airflow/models/dag.py             |   9 +-
 airflow-core/src/airflow/ui/package.json           |   2 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 190 +++++++--------
 airflow-core/tests/unit/models/test_dag.py         |  34 +++
 .../images/iterm2-enable-mouse-reporting.png       | Bin 0 -> 153945 bytes
 contributing-docs/mprocs/MPROCS_QUICK_REFERENCE.md |  53 +++-
 contributing-docs/mprocs/README.md                 | 123 ----------
 .../mprocs/{basic.yaml => mprocs.yaml}             |   0
 dev/MANUALLY_BUILDING_IMAGES.md                    |   4 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   |   6 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../src/airflow_breeze/params/shell_params.py      |  64 +++--
 .../airflow_breeze/utils/docker_command_utils.py   |   2 -
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |  21 ++
 .../src/airflow_breeze/utils/selective_checks.py   |   2 +-
 dev/breeze/tests/test_selective_checks.py          |  38 ++-
 dev/breeze/uv.lock                                 | 267 +++++++++++----------
 pyproject.toml                                     |   2 +-
 .../{backend-mysql-port.yml => enable-tty.yml}     |   5 +-
 scripts/ci/prek/capture_airflowctl_help.py         |   4 +-
 scripts/ci/prek/common_prek_utils.py               |  24 +-
 scripts/docker/entrypoint_ci.sh                    |   4 +-
 scripts/in_container/bin/generate_mprocs_config.py |   8 +-
 scripts/in_container/bin/run_mprocs                |  12 +-
 .../in_container/run_capture_airflowctl_help.py    |  27 ++-
 scripts/tools/setup_breeze                         |   2 +-
 .../airflow/sdk/execution_time/secrets_masker.py   |  10 +-
 38 files changed, 496 insertions(+), 447 deletions(-)
 create mode 100644 contributing-docs/images/iterm2-enable-mouse-reporting.png
 delete mode 100644 contributing-docs/mprocs/README.md
 rename contributing-docs/mprocs/{basic.yaml => mprocs.yaml} (100%)
 copy scripts/ci/docker-compose/{backend-mysql-port.yml => enable-tty.yml} (93%)

Reply via email to