You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by di...@apache.org on 2020/11/03 22:37:30 UTC

[airflow] branch clean-up-upgrade-check updated (408adb9 -> 7f4a62a)

This is an automated email from the ASF dual-hosted git repository.

dimberman pushed a change to branch clean-up-upgrade-check
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 408adb9  fix import
 discard cfc5caf  change to db
 discard b8dd572  Clean directories for upgrade checks
     add c74833e  The .pypirc file is read from docker-context-files (#11779)
     add 800611c  Fix static tests
     add c761c1a  k8s tests pass
     add e9232b2  Fix static check
     add 470f242  Revert "Adds --no-rbac-ui flag for Breeze airflow 1.10 installation (#11315)"
     add 44a93fd  Revert "Update yamllint & isort pre-commit hooks (#11252)"
     add 7c3f00d  Enforce strict rules for yamllint (#11709)
     add df23b1f  Better file extension for Helm template (#11702)
     add 8eb186c  Clean directories for upgrade checks
     add 1a2230d  change to db
     add 7f4a62a  fix import

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   (408adb9)
            \
             N -- N -- N   refs/heads/clean-up-upgrade-check (7f4a62a)

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.

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |  1 -
 .github/workflows/build-images-workflow-run.yml    | 24 +++---
 .github/workflows/ci.yml                           |  2 +-
 .github/workflows/codeql-analysis.yml              |  2 +-
 .github/workflows/codeql-cancel.yml                |  4 +-
 .github/workflows/scheduled_quarantined.yml        |  2 +-
 .pre-commit-config.yaml                            | 54 +++++++-------
 Dockerfile                                         |  6 +-
 airflow/executors/kubernetes_executor.py           |  2 +-
 airflow/kubernetes/pod_generator.py                |  5 +-
 breeze                                             |  3 +-
 breeze-complete                                    |  1 -
 chart/Chart.yaml                                   |  1 +
 chart/dockerfiles/statsd-exporter/mappings.yml     |  2 +-
 ...yaml => pod-template-file.kubernetes-helm-yaml} |  0
 chart/requirements.yaml                            |  2 +-
 chart/templates/configmap.yaml                     |  2 +-
 chart/values.yaml                                  | 86 +++++++++++++---------
 docs/production-deployment.rst                     | 12 +--
 scripts/ci/docker-compose/base.yml                 |  2 +-
 scripts/ci/kubernetes/ci_run_helm_testing.sh       |  2 +-
 scripts/ci/libraries/_initialization.sh            | 13 ----
 scripts/in_container/entrypoint_ci.sh              | 11 ---
 tests/kubernetes/basic_pod.yaml                    |  2 +-
 tests/kubernetes/test_pod_generator.py             | 44 ++++++-----
 tests/kubernetes/test_worker_configuration.py      |  3 +-
 26 files changed, 142 insertions(+), 146 deletions(-)
 rename chart/files/{pod-template-file.yaml => pod-template-file.kubernetes-helm-yaml} (100%)