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

potiuk pushed a change to branch backport-4f34f3b-v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 1e27fc5c986 [v3-0-test] Fix indexerror in _find_caplog_in_def 
selective check function (#52369) (cherry picked from commit 
4f34f3bd0d2d6494f70825fd8db683921cd41735)
     add 040a383132b Remove circular backport-to-v3-test label (#52397)
     add 6a95e10823b [v3-0-test] Add new `breeze run` command for 
non-interactive command execution (#52370) (#52373)
     add c776d74da10 [v3-0-test] Bump ``uv`` to ``0.7.16`` (#52372) (#52405)
     add b5114656725 [v3-0-test] Fix indexerror in _find_caplog_in_def 
selective check function (#52369) (cherry picked from commit 
4f34f3bd0d2d6494f70825fd8db683921cd41735)

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   (1e27fc5c986)
            \
             N -- N -- N   refs/heads/backport-4f34f3b-v3-0-test (b5114656725)

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-pre-commit/action.yml      |   2 +-
 .github/boring-cyborg.yml                          |  32 +--
 .github/workflows/ci-amd.yml                       |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 dev/breeze/doc/03_developer_tasks.rst              |  50 +++++
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/doc/images/output-commands.svg          |  54 ++---
 dev/breeze/doc/images/output_run.svg               | 240 +++++++++++++++++++++
 dev/breeze/doc/images/output_run.txt               |   1 +
 .../output_setup_check-all-params-in-groups.svg    |   2 +-
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |   2 +-
 .../output_setup_regenerate-command-images.txt     |   2 +-
 .../airflow_breeze/commands/developer_commands.py  | 137 ++++++++++++
 .../commands/developer_commands_config.py          |  37 ++++
 .../commands/release_management_commands.py        |   2 +-
 .../src/airflow_breeze/commands/setup_commands.py  |   1 +
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 pyproject.toml                                     |   4 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 22 files changed, 527 insertions(+), 55 deletions(-)
 create mode 100644 dev/breeze/doc/images/output_run.svg
 create mode 100644 dev/breeze/doc/images/output_run.txt

Reply via email to