You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jh...@apache.org on 2021/05/15 21:10:27 UTC

[airflow] branch v2-1-test updated (a2c39d2 -> b1cb1a2)

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

jhtimmins pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from a2c39d2  Merge branch 'v2-1-test' of github.com:apache/airflow into v2-1-test
     add 38ecbd6  Move common pitfall documentation to Airflow docs (#15183)
     add 41d7de3  Fix pause/unpause Dag on dag view (#15865)
     add 512f396  Dev: Update command to install ``setuptools-build-subpackage`` (#15872)
     add 96e2915  Fix missing mkdir for hadoop dockerfile (#15871)
     add 83b50d3  New production guide for helm chart docs (#15867)
     add dcb8932  Update KylinHook docstring (#15602)
     add 6b46af1  Relax the version constraint of rich (#15531)
     add 3919ee6  Fix `task_instance_mutation_hook` when importing airflow.models.dagrun (#15851)
     add 28d7f4b  Update default versions v2-1-test in the 2.1 branch
     add b87f26b  Add changelog.
     add d574210  Fix merge conflicts.
     add 0eedc8b  Fix changelog punctuation and remove typo fixes.
     add 34d6174  Fix spelling errors.
     add b1cb1a2  Merge branch 'v2-1-test' of github.com:apache/airflow into v2-1-test

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml                |  16 +-
 airflow/config_templates/default_airflow.cfg       |  16 +-
 airflow/models/dagrun.py                           |   3 +-
 airflow/providers/apache/kylin/hooks/kylin.py      |   2 +
 airflow/www/static/js/dag.js                       |   3 +-
 airflow/www/templates/airflow/dag.html             |   1 +
 dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md        |   4 +-
 docs/apache-airflow/best-practices.rst             |  18 +-
 docs/apache-airflow/concepts/index.rst             |   1 +
 docs/apache-airflow/concepts/pools.rst             |  20 +-
 docs/apache-airflow/concepts/priority-weight.rst   |  61 +++++
 docs/apache-airflow/concepts/scheduler.rst         |   2 +
 docs/apache-airflow/executor/celery.rst            |   2 +
 docs/apache-airflow/faq.rst                        | 254 +++++++++++++++++----
 docs/apache-airflow/howto/custom-operator.rst      |   7 +
 docs/apache-airflow/macros-ref.rst                 |   2 +
 .../docker-images-recipes/hadoop.Dockerfile        |   1 +
 docs/helm-chart/external-redis.rst                 |  33 ---
 docs/helm-chart/index.rst                          |   2 +-
 docs/helm-chart/parameters-ref.rst                 |   2 +-
 docs/helm-chart/production-guide.rst               | 147 ++++++++++++
 docs/spelling_wordlist.txt                         |   1 +
 setup.cfg                                          |   2 +-
 tests/models/test_dagrun.py                        |   2 +-
 24 files changed, 496 insertions(+), 106 deletions(-)
 create mode 100644 docs/apache-airflow/concepts/priority-weight.rst
 delete mode 100644 docs/helm-chart/external-redis.rst
 create mode 100644 docs/helm-chart/production-guide.rst