This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch user-partitioned-dbs-4
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 10b5bd3 validate new partition arguments
discard f047050 Select only the shard containing the partition, if specified
discard f7e213b Allow partitioned option in mrviews
new 107da9c Allow partitioned option in mrviews
new 0af921b Select only the shard containing the partition, if specified
new 5d54d40 validate new partition arguments
new df768d1 implement partitioned views
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 (10b5bd3)
\
N -- N -- N refs/heads/user-partitioned-dbs-4 (df768d1)
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 4 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 | 14 ++++++--
src/couch_mrview/src/couch_mrview_util.erl | 48 +++++++++++++++++++++++++--
src/fabric/include/fabric.hrl | 3 +-
src/fabric/src/fabric_view.erl | 19 +++++++++--
4 files changed, 74 insertions(+), 10 deletions(-)