You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/01/18 19:40:58 UTC

[couchdb] branch add-shard-sync-api updated (083881b -> 8e8be73)

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

wohali pushed a change to branch add-shard-sync-api
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 083881b  Merge branch 'master' into add-shard-sync-api
     new aeb1ba4  Use an accumulator when merging revision trees
     new 8d2af71  Enforce partition size limits
     new 8e8be73  Merge branch 'master' into add-shard-sync-api

The 11552 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rel/overlay/etc/default.ini                    |   5 +
 src/chttpd/src/chttpd.erl                      |   5 +
 src/couch/src/couch_db_updater.erl             | 143 ++++++++++--
 test/elixir/test/partition_size_limit_test.exs | 305 +++++++++++++++++++++++++
 4 files changed, 443 insertions(+), 15 deletions(-)
 create mode 100644 test/elixir/test/partition_size_limit_test.exs