This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch user-partitioned-dbs-6
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard c88d71e WIP crappy _all_docs hack
discard 7e15b63 mem3 tests for partitioned databases
discard 13f2368 implement partitioned views
omit 5d54d40 validate new partition arguments
omit 0af921b Select only the shard containing the partition, if specified
omit 107da9c Allow partitioned option in mrviews
new 14e7b24 Allow partitioned option in mrviews
new a661829 Select only the shard containing the partition, if specified
new c213384 validate new partition arguments
new 23ea001 implement partitioned views
new 35774be mem3 tests for partitioned databases
new ea14365 Implement _all_docs and _find support
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 (c88d71e)
\
N -- N -- N refs/heads/user-partitioned-dbs-6 (ea14365)
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 6 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:
src/couch_mrview/src/couch_mrview_updater.erl | 4 +-
src/couch_mrview/src/couch_mrview_util.erl | 73 ++++++++-------------------
src/fabric/src/fabric.erl | 10 +---
src/mango/src/mango_cursor_view.erl | 18 +++++--
src/mango/src/mango_opts.erl | 6 +++
5 files changed, 45 insertions(+), 66 deletions(-)