This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5bf2850490 Add separate error handler for 405(Method not allowed)
errors (#26880)
new 5c073b52f6 Respect "common" options value in breeze sub-commands.
(#26264)
new 56ba1eb715 Update CI documentation, renaming runs to "Canary" (#26151)
new e574aa78f9 Create a workflow to sync the list of authors (#26275)
new 6cb03bf216 Fix static checks from sync_authors script (#26365)
new 26d136cec9 Actually run the "quick image build" (#26351)
new 7c7ce3c7bf Use the full path to the workflow being edited (#26386)
new d190ea7973 Fix params reference for default_constraints_branch (#26406)
new a4e2037f24 Attempt to create k8s venv without constraints if
constraint build fails (#26407)
new 6d2b39470f Credentials are needed in order to push branch (#26413)
new 79e017f558 Manual triggering of author sync workflow (#26414)
new e271d16080 Fix problem with building providers where constraints are
conflicting (#26420)
new bf70e1e6ed Add workflows permission (#26416)
new 0196f1c0ab Revert "Add workflows permission (#26416)" (#26422)
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build-images.yml | 2 -
.github/workflows/ci.yml | 64 ++---
.github/workflows/sync_authors.yml | 65 +++++
.pre-commit-config.yaml | 1 +
CI.rst | 308 ++++++++-------------
CI_DIAGRAMS.md | 8 +-
.../src/airflow_breeze/commands/ci_commands.py | 4 +-
dev/breeze/src/airflow_breeze/global_constants.py | 6 -
.../src/airflow_breeze/utils/common_options.py | 30 +-
.../airflow_breeze/utils/docker_command_utils.py | 3 +-
.../src/airflow_breeze/utils/kubernetes_utils.py | 60 ++--
dev/breeze/tests/test_pr_info.py | 16 +-
scripts/ci/docker-compose/_docker.env | 1 -
scripts/ci/docker-compose/base.yml | 1 -
scripts/ci/docker-compose/devcontainer.env | 1 -
scripts/ci/libraries/_all_libs.sh | 2 -
scripts/ci/libraries/_initialization.sh | 14 +-
scripts/ci/libraries/_md5sum.sh | 154 -----------
scripts/ci/runners/sync_authors.py | 73 +++++
scripts/in_container/_in_container_utils.sh | 18 ++
20 files changed, 396 insertions(+), 435 deletions(-)
create mode 100644 .github/workflows/sync_authors.yml
delete mode 100644 scripts/ci/libraries/_md5sum.sh
create mode 100644 scripts/ci/runners/sync_authors.py