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/09/17 15:59:10 UTC

[airflow] branch main updated (18fef9b -> 4308a8c)

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

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


    from 18fef9b  Fix mini scheduler not respecting wait_for_downstream (#18310)
     add 4308a8c  Refactor installation pages (#18282)

No new revisions were added by this update.

Summary of changes:
 dev/README_RELEASE_AIRFLOW.md                      |   9 +-
 dev/README_RELEASE_HELM_CHART.md                   |   4 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  10 +-
 docs/README.rst                                    |   2 +-
 .../operators/_partials/prerequisite_tasks.rst     |   2 +-
 .../operators/_partials/prerequisite_tasks.rst     |   2 +-
 .../operators/_partials/prerequisite_tasks.rst     |   2 +-
 docs/apache-airflow-providers/index.rst            |   9 +-
 .../installing-from-pypi.rst                       |  45 +++
 .../installing-from-sources.rst                    |   5 +
 docs/apache-airflow/extra-packages-ref.rst         |   2 +-
 docs/apache-airflow/index.rst                      |  11 +-
 docs/apache-airflow/installation.rst               | 361 ---------------------
 docs/apache-airflow/installation/dependencies.rst  |  92 ++++++
 docs/apache-airflow/installation/index.rst         | 317 ++++++++++++++++++
 .../installation/installing-from-pypi.rst          | 207 ++++++++++++
 .../{ => installation}/installing-from-sources.rst |   3 +-
 .../installation/prerequisites.rst}                |  42 +--
 .../installation/setting-up-the-database.rst}      |  41 +--
 .../installation/supported-versions.rst            |  67 ++++
 docs/apache-airflow/redirects.txt                  |   5 +
 .../index.rst}                                     |  44 ++-
 .../{ => upgrading-from-1-10}/upgrade-check.rst    |   0
 docs/build_docs.py                                 |  55 ++--
 docs/conf.py                                       |   3 +-
 docs/docker-stack/build.rst                        |   3 +-
 docs/exts/extra_files_with_substitutions.py        |   8 +-
 docs/helm-chart/index.rst                          |   7 +-
 28 files changed, 843 insertions(+), 515 deletions(-)
 create mode 100644 docs/apache-airflow-providers/installing-from-pypi.rst
 delete mode 100644 docs/apache-airflow/installation.rst
 create mode 100644 docs/apache-airflow/installation/dependencies.rst
 create mode 100644 docs/apache-airflow/installation/index.rst
 create mode 100644 docs/apache-airflow/installation/installing-from-pypi.rst
 rename docs/apache-airflow/{ => installation}/installing-from-sources.rst (98%)
 copy docs/{apache-airflow-providers-apache-drill/operators.rst => apache-airflow/installation/prerequisites.rst} (51%)
 copy docs/{apache-airflow-providers-slack/connections/slack.rst => apache-airflow/installation/setting-up-the-database.rst} (52%)
 create mode 100644 docs/apache-airflow/installation/supported-versions.rst
 rename docs/apache-airflow/{upgrading-to-2.rst => upgrading-from-1-10/index.rst} (97%)
 rename docs/apache-airflow/{ => upgrading-from-1-10}/upgrade-check.rst (100%)