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

[couchdb] branch 3.x updated (bb869c1 -> 8ef3c0d)

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

jiangphcn pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from bb869c1  bypass partition query limit for mango (#3114)
     add b69a11a  Allow to continue to cleanup search index even if there is invalid ddoc
     new 8ef3c0d  Merge pull request #3119 from apache/backport-dreyfus-cleanup-with-invalid-ddoc

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:
 src/dreyfus/src/dreyfus_fabric_cleanup.erl   | 16 ++++++++++------
 src/dreyfus/test/elixir/test/search_test.exs | 25 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 6 deletions(-)


[couchdb] 01/01: Merge pull request #3119 from apache/backport-dreyfus-cleanup-with-invalid-ddoc

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

jiangphcn pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8ef3c0d5510312e6f73d5aac772bf4e113001f5d
Merge: bb869c1 b69a11a
Author: Peng Hui Jiang <ji...@cn.ibm.com>
AuthorDate: Tue Sep 1 17:05:19 2020 +0800

    Merge pull request #3119 from apache/backport-dreyfus-cleanup-with-invalid-ddoc
    
    3.x backport: Allow to continue to cleanup search index even if there is invalid ddoc

 src/dreyfus/src/dreyfus_fabric_cleanup.erl   | 16 ++++++++++------
 src/dreyfus/test/elixir/test/search_test.exs | 25 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 6 deletions(-)