You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/10/04 11:53:25 UTC

[airflow] branch v1-10-test updated (195f00d -> 4431c92)

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

turbaszek pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 195f00d  The bats script for CI image is now placed in the docker folder
     add 4431c92  Add ImportChangesRule for upgrade check (#11056)

No new revisions were added by this update.

Summary of changes:
 airflow/upgrade/rules/conn_type_is_not_nullable.py |    8 +-
 airflow/upgrade/rules/import_changes.py            |   89 +
 airflow/upgrade/rules/renamed_classes.py           | 1732 ++++++++++++++++++++
 tests/upgrade/rules/test_import_changes.py         |   68 +
 4 files changed, 1895 insertions(+), 2 deletions(-)
 create mode 100644 airflow/upgrade/rules/import_changes.py
 create mode 100644 airflow/upgrade/rules/renamed_classes.py
 create mode 100644 tests/upgrade/rules/test_import_changes.py