You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/05/26 02:50:43 UTC

[airflow] tag nightly-master updated (030261a -> cdb3f25)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 030261a  (commit)
      to cdb3f25  (commit)
    from 030261a  Assign area:webserver label to webserver_command.py (#8998)
     add 14fb585  [AIRFLOW-8902] Fix Dag Run UI execution date with timezone cannot be saved issue (#8902)
     add cdb3f25  All classes in backport providers are now importable in Airflow 1.10 (#8991)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   3 +-
 airflow/config_templates/config.yml                |   2 +-
 airflow/config_templates/default_airflow.cfg       |   2 +-
 airflow/config_templates/default_test.cfg          |   1 -
 airflow/providers/apache/hive/operators/hive.py    |   5 +-
 .../cloud/example_dags/example_datacatalog.py      |   2 +-
 .../providers/papermill/ADDITIONAL_INFO.md         |   9 +-
 airflow/www/forms.py                               |  58 +-
 airflow/www/utils.py                               |   5 +-
 backport_packages/import_all_provider_classes.py   |  97 +++
 backport_packages/refactor_backport_packages.py    | 695 +++++++++++++++++++++
 backport_packages/setup_backport_packages.py       | 402 ++++--------
 requirements/requirements-python3.6.txt            |  13 +-
 requirements/requirements-python3.7.txt            |  13 +-
 requirements/setup-3.6.md5                         |   2 +-
 requirements/setup-3.7.md5                         |   2 +-
 .../ci/ci_prepare_and_test_backport_packages.sh    |   3 +-
 ...i_test_backport_packages_import_all_classes.sh} |  12 +-
 ...i_test_backport_packages_install_separately.sh} |   7 +-
 scripts/ci/in_container/_in_container_utils.sh     |   8 +-
 .../in_container/run_prepare_backport_packages.sh  |  11 +-
 .../run_test_package_import_all_classes.sh         |  64 ++
 ...=> run_test_package_installation_separately.sh} |   9 +-
 setup.py                                           |   4 +-
 tests/www/test_views.py                            |  73 ++-
 25 files changed, 1151 insertions(+), 351 deletions(-)
 copy tests/test_utils/README.md => airflow/providers/papermill/ADDITIONAL_INFO.md (75%)
 create mode 100755 backport_packages/import_all_provider_classes.py
 create mode 100755 backport_packages/refactor_backport_packages.py
 copy scripts/ci/{ci_test_backport_packages.sh => ci_test_backport_packages_import_all_classes.sh} (72%)
 rename scripts/ci/{ci_test_backport_packages.sh => ci_test_backport_packages_install_separately.sh} (92%)
 create mode 100755 scripts/ci/in_container/run_test_package_import_all_classes.sh
 rename scripts/ci/in_container/{run_test_package_installation.sh => run_test_package_installation_separately.sh} (90%)