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 2020/12/28 13:03:52 UTC

[airflow] branch adds-ldap-provider-missing-dependency updated (5f9c282 -> 20ea56c)

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

potiuk pushed a change to branch adds-ldap-provider-missing-dependency
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    omit 5f9c282  Adds missing LDAP "extra" dependencies to ldap provider.
    omit 573a536  Re-enables verification of production image
     add 641f63c  Prefer newer CLI syntax over legacy in helm chart (#13330)
     add 4be27af  Fix the behavior for deactivate the authentication option and documenting the process to do it (#13191)
     add 09c6549  Add missing sqlite provider for production image (#13332)
     add 1f71221  Support google-cloud-tasks>=2.0.0 (#13334)
     add e35bdb9  json-merge-patch becomes optional library and has looser restrictions (#13175)
     add 3b4290d  Re-enables verification of production image (#13329)
     add 20ea56c  Adds missing LDAP "extra" dependencies to ldap provider.

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   (5f9c282)
            \
             N -- N -- N   refs/heads/adds-ldap-provider-missing-dependency (20ea56c)

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/providers/google/ADDITIONAL_INFO.md        |   1 +
 airflow/providers/google/cloud/hooks/tasks.py      | 118 +++++++++++----------
 airflow/providers/google/cloud/operators/tasks.py  |  39 ++++---
 airflow/www/security.py                            |   4 +-
 chart/templates/create-user-job.yaml               |   2 +-
 chart/templates/flower/flower-deployment.yaml      |   2 +-
 chart/templates/migrate-database-job.yaml          |   2 +-
 chart/templates/workers/worker-deployment.yaml     |   2 +-
 docs/apache-airflow/security/webserver.rst         |   8 ++
 scripts/ci/images/ci_verify_prod_image.sh          |   3 +-
 scripts/ci/libraries/_initialization.sh            |   1 +
 setup.cfg                                          |   1 -
 setup.py                                           |   3 +-
 tests/providers/google/cloud/hooks/test_tasks.py   |  86 +++++++--------
 .../providers/google/cloud/operators/test_tasks.py |  65 ++++++++++--
 tests/www/test_security.py                         |  49 +++++++++
 16 files changed, 241 insertions(+), 145 deletions(-)