You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/07/22 22:40:40 UTC

[couchdb] branch prototype/fdb-replicator updated (88884af -> a1862ae)

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

vatamane pushed a change to branch prototype/fdb-replicator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 88884af  [wip] Make sure we add jobs when dbs get undeleted
     add 4ed7f28  [wip] impove rep object normalization
     add 107688c  [wip] make sure we always have a db_uuid field in a rep object
     add 5a71d66  [wip] implement _replicate endpoing
     add 6d32ed6  [wip] doc processor cleanups
     add a1862ae  [wip] use defined fields for replication docs as well

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |  37 ++++-
 src/couch_replicator/src/couch_replicator.hrl      |   6 +
 .../src/couch_replicator_doc_processor.erl         | 150 ++++++++++-----------
 src/couch_replicator/src/couch_replicator_docs.erl |  45 ++++---
 .../src/couch_replicator_utils.erl                 |  31 +++--
 5 files changed, 157 insertions(+), 112 deletions(-)