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.
from 6e7fa8e Add SendGrid emailer rule (#11067)
add 7463ee5 Fix case of GitHub. (#10955)
add 1f40444 added environment configuration for using --start-airflow
(#10971)
add df307b2 Fix typo in the word "committed" (#10979)
add cfa91b7 Improve the Error message in Breeze for invalid params
(#10980)
add d3b1de0 Allows to build production images for 1.10.2 and 1.10.1
Airflow (#10983)
add 64c053d Remove redundant curly brace from breeze echo message (#11012)
add 06c903f Refactor rebase copy (#11030)
add c18efc8 Starting breeze will run an init script after the environment
is setup (#11029)
add 2b503db Only gather KinD logs if tests fail (#11058)
add edd1421 Separates out user documentation for production images.
(#10998)
add de88b2e All versions in CI yamls are not hard-coded any more (#10959)
add bce4be5 Requirements might get upgraded without setup.py change
(#10784)
add 0749554 Fix sort-in-the-wild pre-commit on Mac (#11103)
add c7d00de Fix typo in README (#11106)
add 81cd513 Add Opensignal to INTHEWILD.md (#11105)
add 3133f88 Adds timeout in CI/PROD waiting jobs (#11117)
add a86114e Add Helm Chart linting (#11108)
add 02b7d95 README Doc: Link to Airflow directory in ASF Directory
(#11137)
add ffd7fb8 Move Backport Providers docs to our docsite (#11136)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-images-workflow-run.yml | 40 +-
.github/workflows/ci.yml | 194 ++++++---
.pre-commit-config.yaml | 7 +
BREEZE.rst | 17 +-
CHANGELOG.txt | 4 +-
CI.rst | 17 +-
CONTRIBUTING.rst | 122 ++++--
Dockerfile | 3 +
Dockerfile.ci | 2 +-
IMAGES.rst | 300 ++------------
INTHEWILD.md | 1 +
README.md | 124 ++----
STATIC_CODE_CHECKS.rst | 4 +-
.../example_dags/example_dingding_operator.py | 2 +-
airflow/www_rbac/security.py | 2 +-
breeze | 13 +-
breeze-complete | 24 +-
dev/airflow-github | 8 +-
docs/backport-providers.rst | 105 +++++
docs/index.rst | 2 +
docs/production-deployment.rst | 457 +++++++++++++++++++++
docs/project.rst | 2 +-
scripts/ci/constraints/ci_commit_constraints.sh | 2 +-
scripts/ci/docker-compose/base.yml | 1 +
scripts/ci/libraries/_build_images.sh | 11 +-
scripts/ci/libraries/_initialization.sh | 87 +++-
scripts/ci/libraries/_parameters.sh | 2 +-
..._lint_dockerfile.sh => pre_commit_helm_lint.sh} | 2 +-
.../ci/pre_commit/pre_commit_sort_in_the_wild.sh | 2 +-
.../ci_docs.sh => static_checks/helm_lint.sh} | 9 +-
scripts/in_container/check_environment.sh | 4 +
scripts/in_container/entrypoint_ci.sh | 3 +
scripts/in_container/entrypoint_exec.sh | 3 +
scripts/in_container/run_ci_tests.sh | 2 +-
scripts/in_container/run_init_script.sh | 45 ++
.../in_container/update_quarantined_test_status.py | 2 +-
tests/bats/test_breeze_complete.bats | 105 +++++
tests/bats/test_breeze_params.bats | 6 +-
tests/contrib/hooks/test_dingding_hook.py | 2 +-
39 files changed, 1194 insertions(+), 544 deletions(-)
create mode 100644 docs/backport-providers.rst
create mode 100644 docs/production-deployment.rst
copy scripts/ci/pre_commit/{pre_commit_lint_dockerfile.sh =>
pre_commit_helm_lint.sh} (92%)
copy scripts/ci/{docs/ci_docs.sh => static_checks/helm_lint.sh} (84%)
create mode 100755 scripts/in_container/run_init_script.sh