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/05 17:56:58 UTC

[couchdb] branch prototype/fdb-replicator updated (9c1c764 -> c25652e)

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 9c1c764  [wip] add plumbing for _scheduler/{jobs,docs}
     add 5d8f45f  [wip] remove more modules that are not needed
     add 7244d06  [wip] moved sum_stats to stats module
     add c25652e  [wip] clean httpd handlers

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      | 260 +++++++++-
 .../src/couch_replicator_doc_processor.erl         | 556 ---------------------
 .../src/couch_replicator_fabric.erl                | 155 ------
 .../src/couch_replicator_fabric_rpc.erl            |  97 ----
 .../src/couch_replicator_httpd.erl                 | 127 +++--
 .../src/couch_replicator_httpd_util.erl            | 201 --------
 src/couch_replicator/src/couch_replicator_job.erl  |   4 +-
 .../src/couch_replicator_utils.erl                 |  64 ++-
 .../src/couch_replicator_worker.erl                |   2 +-
 9 files changed, 342 insertions(+), 1124 deletions(-)
 delete mode 100644 src/couch_replicator/src/couch_replicator_doc_processor.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_fabric.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_fabric_rpc.erl
 delete mode 100644 src/couch_replicator/src/couch_replicator_httpd_util.erl