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

[airflow] branch v1-10-test updated (0e5bff3 -> bd4214b)

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.


 discard 0e5bff3  Revert "in_container bats pre-commit hook and updated bats-tests hook (#11179)"
     add bd4214b  The bats script for CI image is now placed in the docker folder

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   (0e5bff3)
            \
             N -- N -- N   refs/heads/v1-10-test (bd4214b)

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 +
 .pre-commit-config.yaml                            |  9 ++++++-
 BREEZE.rst                                         |  6 ++---
 Dockerfile.ci                                      | 31 ++++++++++++++++++++++
 STATIC_CODE_CHECKS.rst                             |  8 ++++++
 breeze-complete                                    |  1 +
 ...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 +++++++------
 scripts/{ci/dockerfiles/bats => docker}/load.bash  |  0
 .../bats/in_container/test_in_container.bats       | 19 +++++++++----
 tests/bats/test_empty_test.bats                    |  1 +
 12 files changed, 96 insertions(+), 23 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 => docker}/load.bash (100%)
 copy scripts/ci/dockerfiles/bats/load.bash => tests/bats/in_container/test_in_container.bats (73%)