This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 84b85d8 Update Serialized DAGs in Webserver when DAGs are Updated
(#9851)
add de9eaeb Constraint files are now maintained automatically (#9889)
No new revisions were added by this update.
Summary of changes:
.dockerignore | 1 -
.github/workflows/ci.yml | 149 +++++++++++++--------
BREEZE.rst | 64 +++++----
CI.rst | 113 +++++++++-------
CONTRIBUTING.rst | 71 ++++------
Dockerfile | 17 +--
Dockerfile.ci | 21 +--
IMAGES.rst | 75 +++++------
INSTALL | 7 +-
LOCAL_VIRTUALENV.rst | 13 +-
README.md | 17 +--
breeze | 40 +++---
breeze-complete | 2 +-
common/_default_branch.sh | 1 +
docs/installation.rst | 17 ++-
.../test_utils/README.md => requirements/REMOVE.md | 7 +-
.../ci_generate_constraints.sh} | 2 +-
scripts/ci/docker-compose/local.yml | 1 -
...n_docs_build.sh => run_generate_constraints.sh} | 28 +++-
.../ci/in_container/run_generate_requirements.sh | 80 -----------
scripts/ci/kubernetes/ci_run_kubernetes_tests.sh | 5 +-
scripts/ci/libraries/_build_images.sh | 29 ++--
scripts/ci/libraries/_initialization.sh | 16 +--
scripts/ci/libraries/_local_mounts.sh | 1 -
scripts/ci/libraries/_runs.sh | 12 +-
.../pre_commit/pre_commit_generate_requirements.sh | 24 ----
scripts/ci/static_checks/ci_run_static_checks.sh | 3 +
.../ci/tools/ci_check_if_tests_should_be_run.sh | 1 -
28 files changed, 385 insertions(+), 432 deletions(-)
copy tests/test_utils/README.md => requirements/REMOVE.md (82%)
rename scripts/ci/{requirements/ci_generate_requirements.sh =>
constraints/ci_generate_constraints.sh} (97%)
copy scripts/ci/in_container/{run_docs_build.sh =>
run_generate_constraints.sh} (61%)
delete mode 100755 scripts/ci/in_container/run_generate_requirements.sh
delete mode 100755 scripts/ci/pre_commit/pre_commit_generate_requirements.sh