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/08/27 18:10:49 UTC

[airflow] branch form-in-issues updated (5a94680 -> 376fbcf)

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

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


 discard 5a94680  fixup! Convert issue templates into forms
 discard d0a086f  Convert issue templates into forms
     add a2fd67d  Update to Celery 5 (#17397)
     add 275e0d1  Sane detection of the host/port in entrypoint prod (#17847)
     add 83f1f07  Fix log links on graph TI modal (#17862)
     add 87769db  Allow omission of `initial_node_count` if `node_pools` is specified (#17820)
     add 376fbcf  Convert issue templates into forms

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   (5a94680)
            \
             N -- N -- N   refs/heads/form-in-issues (376fbcf)

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/cli/commands/celery_command.py             | 49 ++++++------
 .../google/cloud/operators/kubernetes_engine.py    | 28 ++++++-
 airflow/www/static/js/graph.js                     |  2 +-
 .../pre_commit_check_provider_yaml_files.py        |  2 +-
 scripts/in_container/prod/entrypoint_prod.sh       | 25 ++-----
 setup.py                                           |  7 +-
 tests/cli/commands/test_celery_command.py          | 86 +++++++++++-----------
 tests/executors/test_celery_executor.py            | 18 ++---
 .../cloud/operators/test_kubernetes_engine.py      | 59 ++++++++++++++-
 9 files changed, 171 insertions(+), 105 deletions(-)