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/08/06 06:18:25 UTC

[couchdb] branch prototype/fdb-replicator updated (2b636e0 -> 8d9f5b1)

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 2b636e0  [wip] move parsing bits to a separate module
     add 8d9f5b1  [wip] fix compilation errors

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      | 104 +++++++--------------
 src/couch_replicator/src/couch_replicator.hrl      |   7 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  14 +--
 .../src/couch_replicator_httpd.erl                 |  30 +++---
 src/couch_replicator/src/couch_replicator_job.erl  |   6 +-
 .../src/couch_replicator_job_server.erl            |  18 ++--
 src/couch_replicator/src/couch_replicator_jobs.erl |  39 ++++----
 .../src/couch_replicator_stats.erl                 |   3 +-
 .../src/couch_replicator_utils.erl                 |   8 +-
 9 files changed, 102 insertions(+), 127 deletions(-)