This is an automated email from the ASF dual-hosted git repository.

weilee pushed a change to branch backport-1ce068b-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 9713dd33df6 [v3-1-test] fix(models/dag): handle pre AIP-39 DagRuns 
(#58229) (cherry picked from commit 1ce068bc126ac7a352959f40c7d84a41ea5e3366)
     add 8f5c7b84fe3 [v3-1-test] Fix automatic backport workflow race condition 
(#58705) (#58706)
     add 2f83cb9a6bf [v3-1-test] Redact secrets in rendered templates properly 
to not expose them on UI (#58767) (#58772)
     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 b245e79a764 [v3-1-test] fix(models/dag): handle pre AIP-39 DagRuns 
(#58229) (cherry picked from commit 1ce068bc126ac7a352959f40c7d84a41ea5e3366)

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   (9713dd33df6)
            \
             N -- N -- N   refs/heads/backport-1ce068b-v3-1-test (b245e79a764)

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/automatic-backport.yml           |  10 +-
 .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 +-
 .../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 ++
 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 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  12 +-
 .../task_sdk/execution_time/test_task_runner.py    |  52 ++++
 35 files changed, 398 insertions(+), 344 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