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.


    omit 3aad6b6  add POST support for keys for views
    omit 264ea81  Add /_partition/$partition/... endpoints
    omit e2ddb72  Add restrictions to partitioned views
    omit b0a9b00  Add test for all_docs partition optimisation
    omit 21cf293  optimize _all_docs requests that are bounded within a single 
partition
    omit 2482fe0  Implement _all_docs and _find support
    omit 795e92d  mem3 tests for partitioned databases
    omit 2f76d81  implement partitioned views
    omit 207a8d0  validate new partition arguments
    omit 07570f4  Select only the shard containing the partition, if specified
    omit 0454547  Allow partitioned option in mrviews
     new 8ee83a8  Allow partitioned option in mrviews
     new 59b597e  Select only the shard containing the partition, if specified
     new f78e3f8  validate new partition arguments
     new c3f354e  implement partitioned views
     new edd8441  mem3 tests for partitioned databases
     new a71a8a1  Implement _all_docs and _find support
     new 84e6733  optimize _all_docs requests that are bounded within a single 
partition
     new 6e704f5  Add test for all_docs partition optimisation
     new 7395c70  Add restrictions to partitioned views
     new 0204faa  Add /_partition/$partition/... endpoints
     new 1572bbf  add POST support for keys for views
     new 6387a11  grabbag of fixes. needs merging into previous commits

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   (3aad6b6)
            \
             N -- N -- N   refs/heads/user-partitioned-dbs-6 (6387a11)

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 12 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               | 10 ++++++----
 src/chttpd/src/chttpd_view.erl             | 15 ++++++++++-----
 src/couch_mrview/src/couch_mrview_http.erl |  6 ++----
 src/couch_mrview/src/couch_mrview_util.erl | 12 +-----------
 src/fabric/src/fabric.erl                  |  1 -
 src/mem3/src/mem3.erl                      |  1 -
 6 files changed, 19 insertions(+), 26 deletions(-)

Reply via email to