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/12/14 14:11:54 UTC

[airflow] branch master updated (ea3d42a -> 26c6854)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from ea3d42a  Make AirflowJsonEncoder uses Flask's JSONEncoder as a base  (#13050)
     add 26c6854  Allows to install Airflow in Breeze from PIP with configurable extras (#13055)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  3 +-
 breeze                                             | 10 ++--
 .../ci/{libraries => docker-compose}/_docker.env   | 53 +++++++++++++++-------
 scripts/ci/docker-compose/base.yml                 | 45 ++----------------
 scripts/ci/docker-compose/local-prod.yml           |  7 ---
 scripts/ci/libraries/_initialization.sh            |  5 +-
 scripts/ci/static_checks/check_license.sh          |  2 +-
 scripts/ci/tools/ci_clear_tmp.sh                   |  2 +-
 scripts/ci/tools/ci_fix_ownership.sh               |  2 +-
 scripts/in_container/_in_container_utils.sh        |  7 ---
 scripts/in_container/entrypoint_ci.sh              | 12 ++---
 .../run_install_and_test_provider_packages.sh      | 14 +++---
 12 files changed, 64 insertions(+), 98 deletions(-)
 rename scripts/ci/{libraries => docker-compose}/_docker.env (80%)