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/11/30 12:27:12 UTC

[airflow] branch v1-10-stable updated (65a8dbc -> fb63fbc)

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

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


    from 65a8dbc  Fix test in PR 12663 (#12667)
     add fb63fbc  Add possibility to configure upgrade_check command (#12657)

No new revisions were added by this update.

Summary of changes:
 airflow/upgrade/README.md                          |  20 ++++
 airflow/upgrade/checker.py                         |  38 +++++++-
 airflow/upgrade/config.py                          |  51 ++++++++++
 airflow/upgrade/rules/undefined_jinja_varaibles.py |  11 +--
 .../rules/test_undefined_jinja_varaibles.py        |   2 +
 tests/upgrade/test_config.py                       | 103 +++++++++++++++++++++
 tests/upgrade/test_formattes.py                    |   4 +-
 7 files changed, 213 insertions(+), 16 deletions(-)
 create mode 100644 airflow/upgrade/config.py
 create mode 100644 tests/upgrade/test_config.py