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

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


 discard b18b4f8cdcc [v3-0-test] Add Python <=> Airflow compat filtering for 
breeze (#52386) (cherry picked from commit 
3ef47449cf3151cca54e69442c7182e0f3a490f3)
     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 f5b2e897bd0 [v3-0-test] Add Python <=> Airflow compat filtering for 
breeze (#52386) (cherry picked from commit 
3ef47449cf3151cca54e69442c7182e0f3a490f3)

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   (b18b4f8cdcc)
            \
             N -- N -- N   refs/heads/backport-3ef4744-v3-0-test (f5b2e897bd0)

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