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 2021/01/08 19:12:28 UTC

[airflow] branch master updated (9ec9e55 -> f49f36b)

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 9ec9e55  Make docs clear that Auth can't be disabled for Stable API (#13568)
     add f49f36b  Removes provider-imposed requirements from setup.cfg (#13409)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images-workflow-run.yml    |   1 +
 BREEZE.rst                                         |  18 ++
 CONTRIBUTING.rst                                   |   5 -
 Dockerfile                                         | 143 ++++++--------
 Dockerfile.ci                                      | 124 ++++++------
 IMAGES.rst                                         |  10 +
 airflow/providers_manager.py                       |   6 +-
 breeze                                             |  40 ++++
 breeze-complete                                    |   6 +-
 docs/apache-airflow/production-deployment.rst      |   6 +
 scripts/ci/images/ci_build_dockerhub.sh            |   2 -
 scripts/ci/libraries/_build_images.sh              |  72 ++++---
 scripts/ci/libraries/_initialization.sh            | 219 ++++++++++++---------
 scripts/ci/selective_ci_checks.sh                  |  49 +++--
 scripts/docker/compile_www_assets.sh               |  50 +++++
 scripts/docker/install_additional_dependencies.sh  |  52 +++++
 scripts/docker/install_airflow.sh                  |  81 ++++++++
 .../docker/install_airflow_from_latest_master.sh   |  58 ++++++
 .../docker/install_from_docker_context_files.sh    | 106 ++++++++++
 scripts/docker/install_mysql.sh                    |  50 +++--
 scripts/in_container/entrypoint_ci.sh              |   2 +-
 scripts/in_container/run_mypy.sh                   |   2 +
 setup.cfg                                          |  10 +-
 setup.py                                           |   4 +-
 24 files changed, 797 insertions(+), 319 deletions(-)
 create mode 100755 scripts/docker/compile_www_assets.sh
 create mode 100755 scripts/docker/install_additional_dependencies.sh
 create mode 100755 scripts/docker/install_airflow.sh
 create mode 100755 scripts/docker/install_airflow_from_latest_master.sh
 create mode 100755 scripts/docker/install_from_docker_context_files.sh