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 20:09:05 UTC

[airflow] branch vendor-in-connexion-test updated (bd8c596 -> e239ac1)

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

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


 discard bd8c596  Get rid of requests as core dependency
     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 e239ac1  Get rid of requests as core dependency

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bd8c596)
            \
             N -- N -- N   refs/heads/vendor-in-connexion-test (e239ac1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagrun.py                           |   3 +-
 airflow/providers/apache/kylin/hooks/kylin.py      |   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 +
 tests/models/test_dagrun.py                        |   2 +-
 9 files changed, 156 insertions(+), 37 deletions(-)
 delete mode 100644 docs/helm-chart/external-redis.rst
 create mode 100644 docs/helm-chart/production-guide.rst