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.
omit 0d7b776 Add Elixir tests for database partitions
omit 7427a7d Support partitioned queries in Mango
omit 5bd2e9a Optimize offset/limit for partition queries
omit f0a958b Optimize all_docs queries in a single partition
omit e5c77e5 Implement partitioned views
omit fa5cd6e Implement `couch_db:get_partition_info/2`
omit 2b3ac5b Implement partitioned dbs
omit 4957fa2 Implement configurable hash functions
omit 9190ad0 Validate design document options more strictly
omit ebc2d27 Pass the DB record to index validation functions
omit b53e610 Implement `fabric_util:make_cluster_db`
add 9cd325f Implement `fabric_util:open_cluster_db`
add 21796ed Pass the DB record to index validation functions
add 01612ba Validate design document options more strictly
add f743b97 Implement configurable hash functions
add d19c05c Implement partitioned dbs
add cfab308 Implement `couch_db:get_partition_info/2`
add 0b4106f Implement partitioned views
add b4335d1 Optimize all_docs queries in a single partition
add 3a15e24 Optimize offset/limit for partition queries
add 94d03ce Support partitioned queries in Mango
add 16249e4 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 (0d7b776)
\
N -- N -- N refs/heads/feature/database-partitions (16249e4)
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/fabric/src/fabric.erl | 2 +-
src/fabric/src/fabric_doc_update.erl | 8 ++++----
src/fabric/src/fabric_util.erl | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)