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 65a26dea85 Disable fail-fast on pushing images to docker cache (#24005)
add 76597c1517 use explicit --mount with types of mounts rather than
--volume flags (#23982)
add 7b88036890 Force colors in yarn test output in CI (#23986)
add bc0cc8d72f Fix breeze failures when there is no buildx installed on
Mac (#23988)
add cee43615c5 Replace generation of docker volumes to be done from python
(#23985)
add f19511eab1 Remove pinning for xmltodict (#23992)
add 9a80336bf1 Revert "Add limit for JPype1 (#23847)" (#23953)
add 0b627dbcc9 Make --file command in static-checks autocomplete file name
(#23896)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 4 +
.pre-commit-config.yaml | 7 +-
STATIC_CODE_CHECKS.rst | 4 +-
breeze-legacy | 2 -
.../airflow_breeze/commands/developer_commands.py | 15 +--
.../src/airflow_breeze/commands/main_command.py | 4 +-
.../airflow_breeze/utils/docker_command_utils.py | 85 ++++++++------
dev/breeze/src/airflow_breeze/utils/path_utils.py | 17 ++-
dev/breeze/src/airflow_breeze/utils/run_utils.py | 12 +-
dev/breeze/tests/test_commands.py | 2 +-
images/breeze/output-commands-hash.txt | 2 +-
images/breeze/output-static-checks.svg | 120 +++++++++----------
scripts/ci/docker-compose/local.yml | 128 +++++++++++++++------
scripts/ci/libraries/_initialization.sh | 5 +
scripts/ci/libraries/_sanity_checks.sh | 14 ---
scripts/ci/pre_commit/pre_commit_flake8.py | 1 -
...rt_extras.py => pre_commit_local_yml_mounts.py} | 49 ++++----
.../ci/pre_commit/pre_commit_local_yml_mounts.sh | 43 -------
scripts/ci/pre_commit/pre_commit_mypy.py | 1 -
setup.py | 7 --
20 files changed, 269 insertions(+), 253 deletions(-)
copy scripts/ci/pre_commit/{pre_commit_insert_extras.py =>
pre_commit_local_yml_mounts.py} (51%)
delete mode 100755 scripts/ci/pre_commit/pre_commit_local_yml_mounts.sh