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 c46df6424 couch replication auth plugin for IBM IAM with refresh
add 732bc90e4 chore: Update build status image link in README (#6097)
add aa487659e ci: Adjust Windows CI settings (#5990)
add 9324d3ad0 docs: update Search installation instructions
add eafd839f4 docs: remove the Chef cookbook option for the Search plugin
add b74d7b392 Add request compression to replicator
add 0783f6799 Fix typo in source check in mem3 reshard logic
add ba9e355e8 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 (c46df6424)
\
N -- N -- N refs/heads/ibm-iam-auth (ba9e355e8)
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:
README.rst | 4 +-
build-aux/Jenkinsfile | 5 +-
rel/overlay/etc/default.ini | 7 ++
.../include/couch_replicator_api_wrap.hrl | 12 +-
src/couch_replicator/priv/stats_descriptions.cfg | 5 +
.../src/couch_replicator_api_wrap.erl | 48 +++++++-
.../src/couch_replicator_parse.erl | 11 +-
.../eunit/couch_replicator_compression_tests.erl | 127 +++++++++++++++++++++
src/docs/src/config/replicator.rst | 29 +++++
src/docs/src/install/search.rst | 84 +++++++-------
src/docs/src/replication/replicator.rst | 2 +-
src/mem3/src/mem3_reshard_dbdoc.erl | 14 +--
12 files changed, 277 insertions(+), 71 deletions(-)
create mode 100644
src/couch_replicator/test/eunit/couch_replicator_compression_tests.erl