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 e633e59 optimize _all_docs requests that are bounded within a single
partition
discard 406e518 Implement _all_docs and _find support
discard efb4202 mem3 tests for partitioned databases
discard 86abbc3 implement partitioned views
discard d3d2821 validate new partition arguments
discard 5fde7a5 Select only the shard containing the partition, if specified
discard 14e7b24 Allow partitioned option in mrviews
omit 4067fe9 expose partitioned flag in GET /dbname info
omit 6d5ce6a Enforce partition:id format in doc ids
new b77e082 Enforce partition:id format in doc ids
new 09105e2 expose partitioned flag in GET /dbname info
new 3599a09 Allow partitioned option in mrviews
new 4035da9 Select only the shard containing the partition, if specified
new f51279a validate new partition arguments
new 8fccc96 implement partitioned views
new 9abbc3f mem3 tests for partitioned databases
new 54212c4 Implement _all_docs and _find support
new be8caf1 optimize _all_docs requests that are bounded within a single
partition
new 678d8a1 Add test for all_docs partition optimisation
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 (e633e59)
\
N -- N -- N refs/heads/user-partitioned-dbs-6 (678d8a1)
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 10 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/chttpd/src/chttpd_db.erl | 9 +++-
src/couch/src/couch_doc.erl | 41 +++++++++-------
src/fabric/src/fabric_view_all_docs.erl | 86 +++++++++++++++++++++++++++++++++
3 files changed, 117 insertions(+), 19 deletions(-)