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 12:48:14 UTC

[airflow] branch master updated (0d8536c -> f969e69)

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 0d8536c  Optimize wait for prod images to be run after ci images (#13562)
     add f969e69  Forces unistalling providers in editable mode. (#13439)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   4 +
 CONTRIBUTING.rst                                   |  91 +++++++-
 INSTALL                                            |  34 ++-
 LOCAL_VIRTUALENV.rst                               |  28 ++-
 docs/apache-airflow-providers/index.rst            |  73 ++++--
 docs/apache-airflow/extra-packages-ref.rst         |   2 +-
 .../pre_commit_check_setup_extra_packages_ref.py   |   1 -
 scripts/in_container/_in_container_utils.sh        |   4 +-
 .../run_install_and_test_provider_packages.sh      |   2 +-
 .../in_container/run_prepare_provider_readme.sh    |   4 +-
 setup.py                                           | 251 +++++++++++++++------
 11 files changed, 389 insertions(+), 105 deletions(-)