This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch apply-workflow-run-removal
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 6dd1989906d [v2-10-test] Backport pull_request_target removal
add 7fa5856edf6 [v2-10-test] Backport pull_request_target removal
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 (6dd1989906d)
\
N -- N -- N refs/heads/apply-workflow-run-removal (7fa5856edf6)
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/workflows/additional-ci-image-checks.yml | 2 +
.github/workflows/additional-prod-image-tests.yml | 2 +
.github/workflows/automatic-backport.yml | 3 +-
.github/workflows/backport-cli.yml | 3 +
.github/workflows/basic-tests.yml | 2 +
.github/workflows/ci-image-build.yml | 2 +
.github/workflows/ci-image-checks.yml | 3 +-
.github/workflows/codeql-analysis.yml | 55 +-
.github/workflows/finalize-tests.yml | 2 +
.github/workflows/generate-constraints.yml | 6 +
.github/workflows/helm-tests.yml | 2 +
.github/workflows/integration-system-tests.yml | 2 +
.github/workflows/k8s-tests.yml | 2 +
.github/workflows/news-fragment.yml | 3 +-
.github/workflows/prod-image-build.yml | 3 +-
.github/workflows/prod-image-extra-checks.yml | 2 +
.github/workflows/push-image-cache.yml | 2 +
.github/workflows/run-unit-tests.yml | 2 +
.github/workflows/special-tests.yml | 3 +-
.github/workflows/task-sdk-tests.yml | 3 +-
.github/workflows/test-provider-packages.yml | 2 +
.pre-commit-config.yaml | 16 +
contributing-docs/08_static_code_checks.rst | 15 +-
dev/breeze/doc/images/output_build-docs.svg | 110 +-
dev/breeze/doc/images/output_build-docs.txt | 2 +-
...tput_release-management_add-back-references.svg | 74 +-
...tput_release-management_add-back-references.txt | 2 +-
...management_generate-issue-content-providers.svg | 78 +-
...management_generate-issue-content-providers.txt | 2 +-
...e-management_prepare-provider-documentation.svg | 102 +-
...e-management_prepare-provider-documentation.txt | 2 +-
...elease-management_prepare-provider-packages.svg | 114 +-
...elease-management_prepare-provider-packages.txt | 2 +-
.../output_release-management_publish-docs.svg | 110 +-
.../output_release-management_publish-docs.txt | 2 +-
...tput_release-management_release-prod-images.svg | 2 +-
...tput_release-management_release-prod-images.txt | 2 +-
...output_sbom_generate-providers-requirements.svg | 96 +-
...output_sbom_generate-providers-requirements.txt | 2 +-
dev/breeze/doc/images/output_static-checks.svg | 6 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
.../airflow_breeze/commands/testing_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
.../prepare_providers/provider_documentation.py | 11 +-
.../prepare_providers/provider_packages.py | 12 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 94 +-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 6 +-
.../airflow_breeze/utils/publish_docs_helpers.py | 6 -
dev/breeze/src/airflow_breeze/utils/run_tests.py | 32 +-
.../src/airflow_breeze/utils/selective_checks.py | 16 +-
dev/breeze/tests/test_cache.py | 5 +-
dev/breeze/tests/test_packages.py | 93 +-
dev/breeze/tests/test_provider_documentation.py | 2 +-
.../tests/test_pytest_args_for_test_types.py | 45 +-
dev/breeze/tests/test_run_test_args.py | 63 +-
dev/breeze/tests/test_selective_checks.py | 809 ++----------
dev/breeze/tests/test_shell_params.py | 8 +-
generated/provider_dependencies.json | 1386 +++++++++++++++++++-
.../ci/pre_commit/update_providers_dependencies.py | 118 +-
60 files changed, 2207 insertions(+), 1351 deletions(-)