You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2020/08/28 17:00:09 UTC

[couchdb] branch master updated (bdfb129 -> ac69520)

This is an automated email from the ASF dual-hosted git repository.

tonysun83 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from bdfb129  Handle jiffy returning an iolist when encoding atts_since query string
     add 7dbd0ad  bypass partition query limit for mango
     add 3004513  update dev/run formatting to adhere to python format checks
     new ac69520  Merge pull request #3105 from apache/fix-partition-query-limit

The 1 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:
 dev/run                                    |  5 ++-
 src/couch_mrview/src/couch_mrview_util.erl |  9 +++--
 src/mango/src/mango_cursor_view.erl        |  6 +++-
 test/elixir/test/partition_mango_test.exs  | 53 ++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 5 deletions(-)


[couchdb] 01/01: Merge pull request #3105 from apache/fix-partition-query-limit

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tonysun83 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ac695208aa6fb2ee6ac6c7d55aa6abd82c16785e
Merge: bdfb129 3004513
Author: Tony Sun <to...@gmail.com>
AuthorDate: Fri Aug 28 09:58:49 2020 -0700

    Merge pull request #3105 from apache/fix-partition-query-limit
    
    bypass partition query limit for mango

 dev/run                                    |  5 ++-
 src/couch_mrview/src/couch_mrview_util.erl |  9 +++--
 src/mango/src/mango_cursor_view.erl        |  6 +++-
 test/elixir/test/partition_mango_test.exs  | 53 ++++++++++++++++++++++++++++++
 4 files changed, 68 insertions(+), 5 deletions(-)