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
discard 004ddbceb couch replication auth plugin for IBM IAM with refresh
discard 480ce7c67 Supervisor-level replicator auth plugin callbacks
add 0ea474740 Merge pull request #6063 from apache/custom-peer-header
add c4fd3366c Supervisor-level replicator auth plugin callbacks
add 84aa91700 Fix multipart attachments with serialize_worker_startup
add 3ebff7dae Fix all stream attachments for serialize_worker_startup
add fda4c722f couch replication auth plugin for IBM IAM with refresh
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 (004ddbceb)
\
N -- N -- N refs/heads/ibm-iam-auth (fda4c722f)
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:
src/couch/src/couch_httpd_multipart.erl | 7 +-
.../test/eunit/couch_httpd_multipart_tests.erl | 148 +++++++++++++++++++++
src/fabric/src/fabric_doc_update.erl | 77 ++++++++++-
3 files changed, 225 insertions(+), 7 deletions(-)
create mode 100644 src/couch/test/eunit/couch_httpd_multipart_tests.erl