This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit c38c3e5 fixup! Conditional MySQL Client installation (#11174)
omit 2b0dd5d Update SendGridEmail with None return type (#11256)
omit 73cfdf3 `airflow test` only works for tasks in 1.10, not whole dags
(#11191)
omit 90e984f fixup! fixup! Allow overrides for pod_template_file (#11162)
omit 844df32 fixup! Allow overrides for pod_template_file (#11162)
omit 227007c Allow overrides for pod_template_file (#11162)
omit 77eb95d Fixes celery deployments for Airflow 2.0 (#11129)
omit f74bedd Update to latest version of pbgouncer-exporter (#11150)
omit 8019341 Make sure pgbouncer-exporter docker image is linux/amd64
(#11148)
omit 6359b7e Fix user in helm chart pgbouncer deployment (#11143)
omit 4da9bb3 Conditional MySQL Client installation (#11174)
new 818c9df Conditional MySQL Client installation (#11174)
new 0628da2 Fix user in helm chart pgbouncer deployment (#11143)
new 933b357 Make sure pgbouncer-exporter docker image is linux/amd64
(#11148)
new e91c78c Update to latest version of pbgouncer-exporter (#11150)
new cba3d71 Fixes celery deployments for Airflow 2.0 (#11129)
new 00203db Allow overrides for pod_template_file (#11162)
new c4810b9 `airflow test` only works for tasks in 1.10, not whole dags
(#11191)
new 2173875 Update SendGridEmail with None return type (#11256)
new f9517a7 Optionally tags image when building with Breeze (#11181)
new 84c2379 in_container bats pre-commit hook and updated bats-tests hook
(#11179)
new 994f51f Fixes image tag readonly failure (#11194)
new 21dbefd More customizable build process for Docker images (#11176)
new 6426e92 Update yamllint & isort pre-commit hooks (#11252)
new 2474f74 Breeze: Fix issue with pulling an image via ID (#11255)
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 (c38c3e5)
\
N -- N -- N refs/heads/v1-10-test (2474f74)
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.
The 14 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 +
.pre-commit-config.yaml | 11 +-
BREEZE.rst | 234 +++++++++++++++------
Dockerfile | 178 ++++++++++------
Dockerfile.ci | 96 +++++++--
IMAGES.rst | 115 +++++++++-
STATIC_CODE_CHECKS.rst | 8 +
breeze | 139 +++++++++---
breeze-complete | 6 +-
docs/production-deployment.rst | 80 ++++++-
scripts/ci/libraries/_build_images.sh | 68 +++++-
scripts/ci/libraries/_initialization.sh | 41 +++-
...sts.sh => pre_commit_in_container_bats_test.sh} | 6 +-
scripts/ci/static_checks/bats_tests.sh | 19 +-
.../{flake8.sh => in_container_bats_tests.sh} | 18 +-
.../bats/in_container/test_in_container.bats | 19 +-
tests/bats/test_empty_test.bats | 1 +
17 files changed, 806 insertions(+), 234 deletions(-)
copy scripts/ci/pre_commit/{pre_commit_bat_tests.sh =>
pre_commit_in_container_bats_test.sh} (83%)
copy scripts/ci/static_checks/{flake8.sh => in_container_bats_tests.sh} (76%)
mode change 100755 => 100644
copy scripts/ci/dockerfiles/bats/load.bash =>
tests/bats/in_container/test_in_container.bats (73%)