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

rnewson pushed a change to branch nouveau-gun-http2
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 61c03f93c nouveau: use http/2
     add a6eb3a187 Merge pull request #5578 from 
apache/introduce-commit_header-2
     add 763aa0539 docs/replication: change unauthorized example to 401
     add 96e8b9c10 Don't wait indefinitely for replication jobs to stop
     add 420a577ac Improve mem3_rep:find_source_seq/4 logging
     add 331f02025 fix couch_util:set_value/3
     add 1b3b8415d Populate zone from `COUCHDB_ZONE` env variable
     add 88e23b5b9 update docs
     add 025ec2694 Merge pull request #5588 from apache/placement-zone-join
     add 363598bba Avoid making a mess in the logs when stopping replicator app
     add 74ba8699f Make replicator shutdown a bit more orderly
     add a7f0abf43 Fix query args parsing during cluster upgrades
     add 92bd6074c nouveau: use http/2

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   (61c03f93c)
            \
             N -- N -- N   refs/heads/nouveau-gun-http2 (92bd6074c)

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_util.erl                       |  10 +-
 src/couch_mrview/src/couch_mrview.erl              |  14 +-
 src/couch_mrview/src/couch_mrview_util.erl         |  21 +-
 .../test/eunit/couch_mrview_util_tests.erl         |  28 +
 .../src/couch_replicator_notifier.erl              |  30 +-
 src/couch_replicator/src/couch_replicator_pg.erl   |  14 +-
 .../src/couch_replicator_scheduler.erl             | 885 ++++++++++-----------
 .../src/couch_replicator_scheduler_job.erl         |   4 +-
 src/docs/src/cluster/databases.rst                 |   3 +
 src/docs/src/cluster/sharding.rst                  |   5 +-
 src/docs/src/replication/protocol.rst              |   2 +-
 src/fabric/test/eunit/fabric_tests.erl             |   2 +-
 src/mem3/src/mem3_nodes.erl                        |  61 +-
 src/mem3/src/mem3_rep.erl                          |  21 +-
 src/mem3/test/eunit/mem3_zone_test.erl             |  77 ++
 15 files changed, 691 insertions(+), 486 deletions(-)
 create mode 100644 src/mem3/test/eunit/mem3_zone_test.erl

Reply via email to