You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2018/08/08 14:27:40 UTC

[couchdb] branch master updated (54b2eaa -> d98e3e1)

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

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


    from 54b2eaa  Bump fauxton
     add 0fefc85  Rename 'module' data provider to 'static_module'
     add cf65280  Add 'callback_module' provider
     add 7a2a390  Update documentation
     new d98e3e1  Merge pull request #1432 from cloudant/support-callback-module-data-provider

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_epi/README.md                | 35 +++++++++++++++++-
 src/couch_epi/src/couch_epi_data.erl   | 11 ++++--
 src/couch_epi/src/couch_epi_sup.erl    |  5 ++-
 src/couch_epi/test/couch_epi_tests.erl | 67 ++++++++++++++++++++++++++++++----
 4 files changed, 104 insertions(+), 14 deletions(-)


[couchdb] 01/01: Merge pull request #1432 from cloudant/support-callback-module-data-provider

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

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

commit d98e3e1998e8d20bc580d495b82cc3a9b6c82dad
Merge: 54b2eaa 7a2a390
Author: iilyak <ii...@ca.ibm.com>
AuthorDate: Wed Aug 8 07:27:37 2018 -0700

    Merge pull request #1432 from cloudant/support-callback-module-data-provider
    
    Support callback module data provider

 src/couch_epi/README.md                | 35 +++++++++++++++++-
 src/couch_epi/src/couch_epi_data.erl   | 11 ++++--
 src/couch_epi/src/couch_epi_sup.erl    |  5 ++-
 src/couch_epi/test/couch_epi_tests.erl | 67 ++++++++++++++++++++++++++++++----
 4 files changed, 104 insertions(+), 14 deletions(-)