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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 4e2af12f99 Make static checks generated file  more stable accross the 
board (#29080)
     new 81ca55c1e2 Fix bugs introduced when moving the code of issue 
generation to breeze (#28683)
     new 6180b2d01c Fix pyzmq warning stopping provider package tests (#28901)
     new a0045495a4 Removal of flake8 file has broken breeze bind mounts 
(#28909)
     new 2b377377e4 Fix a few remaining references to flake8 (#28915)
     new 7945514559 Update boring-cyborg.yml with more PR labels (#28955)
     new 626b1514d4 Exclude dependedbot PRs from status testing report (#28954)
     new 04d1c17efc Fix hot loop with a burst of log messages (#28778) (#28780)
     new fbada04257 Fix `project-name` generation for Providers `test-type` in 
Breeze (#29030)
     new d56606ea97 Fix asset compilation in start-airflow (#29185)
     new d2840e97cf Fix commit message for constraints (#29215)
     new 4451aba667 Fix `breeze static_checks` type arg (#29292)
     new 3a3932440b Upgrade PIP to 23.0 version (#29421)
     new 6a240c3b26 Bump stale bot version (#29491)
     new cf89b09a62 Use "all" integrations to run tests when "all" is used 
(#29517)
     new 458c41fda6 Migrate breeze unit tests to pytest. (#29639)
     new 99b1cc6707 Do not crash when a version fails to parse (#29685)
     new ffdb121523 Propose to upgrade to newer dependencies in case build CI 
image fail (#29705)
     new b37ec74e02 Upgrade pip to version 23.0.1 (#29767)
     new d0966cfc2c Limit importlib-metadata backwport to < 5.0.0 (#29924)
     new b87990dc9d Make sure DOCKER_BUILDKIT=1 variable is set for all builds 
(#29928)

The 20 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:
 .dockerignore                                      |  1 -
 .gitattributes                                     |  1 -
 .github/boring-cyborg.yml                          | 60 +++++++++++++++++++++-
 .github/workflows/ci.yml                           |  4 ++
 .github/workflows/stale.yml                        |  2 +-
 CONTRIBUTING.rst                                   |  2 +-
 CONTRIBUTORS_QUICK_START.rst                       |  4 +-
 Dockerfile                                         |  7 +--
 Dockerfile.ci                                      | 13 ++++-
 IMAGES.rst                                         |  2 +-
 STATIC_CODE_CHECKS.rst                             | 18 +++----
 .../airflow_breeze/commands/ci_image_commands.py   | 47 +++++++++--------
 .../airflow_breeze/commands/developer_commands.py  | 10 ++--
 .../commands/production_image_commands.py          |  6 ++-
 .../commands/release_management_commands.py        |  8 +--
 .../airflow_breeze/commands/testing_commands.py    |  6 ++-
 dev/breeze/src/airflow_breeze/global_constants.py  |  2 +-
 .../src/airflow_breeze/params/shell_params.py      |  4 +-
 .../airflow_breeze/utils/docker_command_utils.py   |  1 -
 .../utils/find_newer_dependencies.py               |  5 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   | 12 +++--
 dev/breeze/tests/test_run_utils.py                 |  3 +-
 dev/prepare_release_issue.py                       |  3 ++
 docs/docker-stack/build-arg-ref.rst                |  2 +-
 images/breeze/output-commands-hash.txt             |  6 +--
 ...t_release-management_generate-issue-content.svg | 60 +++++++++++-----------
 images/breeze/output_static-checks.svg             |  2 +-
 scripts/ci/constraints/ci_commit_constraints.sh    |  8 ++-
 scripts/ci/docker-compose/local.yml                |  3 --
 .../ci/pre_commit/pre_commit_compile_www_assets.py |  1 -
 scripts/docker/clean-logs.sh                       |  3 +-
 scripts/docker/common.sh                           |  2 +-
 scripts/docker/entrypoint_ci.sh                    |  9 ++++
 scripts/in_container/verify_providers.py           |  5 ++
 setup.cfg                                          |  5 +-
 35 files changed, 219 insertions(+), 108 deletions(-)

Reply via email to