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 2019/01/05 07:40:38 UTC

[couchdb] branch master updated (dc93156 -> 72b788e)

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

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


    from dc93156  Merge pull request #1831 from apache/intro-cpse_test_purge_seqs
     add c68863a  Update before_doc_update/2 to before_doc_update/3
     new 72b788e  Merge pull request #1808 from apache/before_doc_update

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/couch/include/couch_db.hrl                     |  1 +
 src/couch/src/couch_db.erl                         |  8 ++++----
 src/couch/src/couch_db_plugin.erl                  | 12 +++++++-----
 src/couch/src/couch_server.erl                     |  4 ++--
 src/couch/src/couch_users_db.erl                   |  4 ++--
 src/couch/test/couch_db_plugin_tests.erl           | 17 ++++++++++-------
 src/couch_replicator/src/couch_replicator_docs.erl |  8 ++++----
 src/fabric/src/fabric_doc_update.erl               |  6 ++++--
 8 files changed, 34 insertions(+), 26 deletions(-)


[couchdb] 01/01: Merge pull request #1808 from apache/before_doc_update

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

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

commit 72b788e8a47baddf73e7bedf9eee1a1d86c9eca3
Merge: dc93156 c68863a
Author: Peng Hui Jiang <ji...@apache.org>
AuthorDate: Sat Jan 5 15:40:32 2019 +0800

    Merge pull request #1808 from apache/before_doc_update
    
    Update before_doc_update/2 to before_doc_update/3

 src/couch/include/couch_db.hrl                     |  1 +
 src/couch/src/couch_db.erl                         |  8 ++++----
 src/couch/src/couch_db_plugin.erl                  | 12 +++++++-----
 src/couch/src/couch_server.erl                     |  4 ++--
 src/couch/src/couch_users_db.erl                   |  4 ++--
 src/couch/test/couch_db_plugin_tests.erl           | 17 ++++++++++-------
 src/couch_replicator/src/couch_replicator_docs.erl |  8 ++++----
 src/fabric/src/fabric_doc_update.erl               |  6 ++++--
 8 files changed, 34 insertions(+), 26 deletions(-)