This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d1e2dc5bd1 Update version to 2.3.2 and add release notes
new b74b58b108 Add better diagnostics capabilities for pre-commits run via
CI image (#23980)
new 1db9c1713d Ensure @contextmanager decorates generator func (#23103)
new 44871b967c Only run separate per-platform build when preparing build
cache (#24023)
new 854dad637d Preparing buildx cache is allowed without --push-image flag
(#24028)
new 10c8318d3d Adds foldable CI group for command output (#24026)
new 0e78dec818 Add foldable groups in CI outputs in commands that need it
(#24035)
new 36b4aaa212 Increase size of ARM build instance (#24036)
The 7 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/ci.yml | 25 +--
STATIC_CODE_CHECKS.rst | 52 ++++---
airflow/cli/commands/task_command.py | 4 +-
airflow/models/taskinstance.py | 3 +-
airflow/providers/google/cloud/hooks/gcs.py | 19 ++-
.../google/cloud/utils/credentials_provider.py | 9 +-
.../providers/google/common/hooks/base_google.py | 10 +-
airflow/providers/microsoft/psrp/hooks/psrp.py | 4 +-
airflow/utils/db.py | 11 +-
airflow/utils/process_utils.py | 4 +-
airflow/utils/session.py | 4 +-
.../airflow_breeze/commands/ci_image_commands.py | 111 +++++++-------
.../configuration_and_maintenance_commands.py | 12 +-
.../airflow_breeze/commands/developer_commands.py | 2 +-
.../commands/production_image_commands.py | 75 +++++----
.../commands/release_management_commands.py | 19 ++-
.../src/airflow_breeze/params/build_ci_params.py | 9 +-
.../src/airflow_breeze/params/build_prod_params.py | 4 +-
...mmon_build_params.py => common_build_params.py} | 9 +-
dev/breeze/src/airflow_breeze/utils/ci_group.py | 2 +-
.../src/airflow_breeze/utils/common_options.py | 3 +-
.../airflow_breeze/utils/docker_command_utils.py | 83 +++++++---
dev/breeze/src/airflow_breeze/utils/image.py | 14 +-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 8 +-
dev/breeze/src/airflow_breeze/utils/registry.py | 4 +-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 122 ++++++---------
dev/provider_packages/prepare_provider_packages.py | 4 +-
images/breeze/output-build-image.svg | 136 ++++++++---------
images/breeze/output-build-prod-image.svg | 170 ++++++++++-----------
images/breeze/output-commands-hash.txt | 2 +-
images/breeze/output-static-checks.svg | 120 +++++++--------
.../ci_start_arm_instance_and_connect_to_docker.sh | 4 +-
.../pre_commit_check_pre_commit_hooks.py | 2 +-
scripts/ci/pre_commit/pre_commit_flake8.py | 28 ++--
.../pre_commit/pre_commit_migration_reference.py | 34 +++--
scripts/ci/pre_commit/pre_commit_mypy.py | 28 ++--
scripts/ci/pre_commit/pre_commit_ui_lint.py | 36 ++---
scripts/ci/pre_commit/pre_commit_www_lint.py | 35 ++---
38 files changed, 650 insertions(+), 571 deletions(-)
rename dev/breeze/src/airflow_breeze/params/{_common_build_params.py =>
common_build_params.py} (96%)