This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch move-first-provider-to-separate-project
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 455e6c1fe06 mOve first provider (airbyte) to a separate project
add 0779b2c133f Remove `--use-uv` from `breeze setup config`. (#45407)
add c5049d0b79f Apply zizmor findings (#45408)
add ca98be9075a Fix generate-constraints job condition in canary run, to
trigger if UI only file changes (#45409)
add 67fd1dba721 mOve first provider (airbyte) to a separate project
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 (455e6c1fe06)
\
N -- N -- N refs/heads/move-first-provider-to-separate-project
(67fd1dba721)
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 | 15 +-----
.github/actions/install-pre-commit/action.yml | 10 ++--
.../actions/prepare_breeze_and_image/action.yml | 8 ++-
.github/actions/prepare_single_ci_image/action.yml | 5 +-
.github/workflows/additional-ci-image-checks.yml | 5 +-
.github/workflows/additional-prod-image-tests.yml | 8 ++-
.github/workflows/backport-cli.yml | 23 +++++---
.github/workflows/ci-image-build.yml | 20 +++++--
.github/workflows/ci-image-checks.yml | 11 ++--
.github/workflows/ci.yml | 15 +++---
.github/workflows/generate-constraints.yml | 12 +++--
.github/workflows/helm-tests.yml | 4 +-
.github/workflows/integration-system-tests.yml | 8 ++-
.github/workflows/k8s-tests.yml | 6 ++-
.github/workflows/news-fragment.yml | 8 ++-
.github/workflows/prod-image-build.yml | 13 +++--
.github/workflows/push-image-cache.yml | 26 ++++++---
.github/workflows/release_dockerhub_image.yml | 62 +++++++++++++++-------
.github/workflows/run-unit-tests.yml | 5 +-
.github/workflows/task-sdk-tests.yml | 4 +-
.github/workflows/test-provider-packages.yml | 41 +++++++++-----
.pre-commit-config.yaml | 9 ++++
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output_setup_config.svg | 24 ++++-----
dev/breeze/doc/images/output_setup_config.txt | 2 +-
dev/breeze/doc/images/output_static-checks.svg | 2 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
.../src/airflow_breeze/commands/setup_commands.py | 18 -------
.../commands/setup_commands_config.py | 1 -
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
providers/src/airflow/providers/edge/__init__.py | 3 +-
31 files changed, 233 insertions(+), 140 deletions(-)