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

davisp pushed a change to branch feature/database-partitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 04146c3  Add Elixir tests for database partitions
 discard 2e1e631  Support partitioned queries in Mango
 discard 9952f8f  Use index names when testing index selection
 discard f5e354f  Optimize offset/limit for partition queries
 discard 0a4c764  Optimize all_docs queries in a single partition
 discard a9312a9  Implement partitioned views
 discard 96efacc  Implement `couch_db:get_partition_info/2`
 discard 63b1505  Implement partitioned dbs
 discard cf886f5  Implement configurable hash functions
 discard a44fd72  Validate design document options more strictly
 discard f50da84  Pass the DB record to index validation functions
 discard 82696c7  Implement `fabric_util:open_cluster_db`
 discard 5f6a008  Improve `couch_db:clustered_db` flexibility
 discard 352bc80  Add PSE API to store opaque properties
     new 587d674  Fix end_time field in /_replicate response
     new c6b095b  Fix read repair in a mixed cluster environment
     new 38c1ab4  Improve vm.args template comments (#1861)
     new 5269d79  Fix fabric_open_doc_revs
     new aa32cb6  Add PSE API to store opaque properties
     new dbbbc65  Improve `couch_db:clustered_db` flexibility
     new 1b1a6bb  Implement `fabric_util:open_cluster_db`
     new c30725d  Pass the DB record to index validation functions
     new 7762619  Validate design document options more strictly
     new c0468fe  Implement configurable hash functions
     new f5a2cd4  Implement partitioned dbs
     new f12f382  Implement `couch_db:get_partition_info/2`
     new 2d6dbf0  Implement partitioned views
     new e81ebc4  Optimize all_docs queries in a single partition
     new 391a0ed  Optimize offset/limit for partition queries
     new 8bc56f8  Use index names when testing index selection
     new 2f16d54  Support partitioned queries in Mango
     new 51a482e  Add Elixir tests for database partitions

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   (04146c3)
            \
             N -- N -- N   refs/heads/feature/database-partitions (51a482e)

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.

The 11542 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/vm.args                            |  15 ++-
 .../src/couch_replicator_scheduler_job.erl         |   4 +-
 src/fabric/src/fabric_doc_open.erl                 |   4 +-
 src/fabric/src/fabric_doc_open_revs.erl            | 118 ++++++++++++++++-----
 4 files changed, 108 insertions(+), 33 deletions(-)

Reply via email to