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

rnewson pushed a change to branch ibm-iam-auth
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 9316f4dbe couch replication auth plugin for IBM IAM with refresh
     add 307e4d975 configurable request header for determining peer
     add 0ea474740 Merge pull request #6063 from apache/custom-peer-header
     add e3257077b Supervisor-level replicator auth plugin callbacks
     add fc9a6791e couch replication auth plugin for IBM IAM with refresh
     add 5952a7a8c rewrite

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   (9316f4dbe)
            \
             N -- N -- N   refs/heads/ibm-iam-auth (5952a7a8c)

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:
 rel/overlay/etc/default.ini                        |   5 +
 src/chttpd/src/chttpd.erl                          |  26 +-
 src/chttpd/src/chttpd_external.erl                 |   2 +-
 src/couch/src/couch_auth_lockout.erl               |  17 +-
 src/couch/src/couch_httpd.erl                      |  17 ++
 src/couch/src/couch_httpd_auth.erl                 |  10 +-
 src/couch_replicator/src/couch_replicator_auth.erl | 155 +++++++++++-
 .../src/couch_replicator_auth_ibm.erl              | 269 +++++++++++----------
 src/couch_replicator/src/couch_replicator_sup.erl  |   3 +-
 src/docs/src/config/http.rst                       |  13 +
 10 files changed, 366 insertions(+), 151 deletions(-)

Reply via email to