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/04 23:25:50 UTC

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

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 2a6ea86  [wip] publish active_tasks and cleanup initialization
     add abef763  [wip] remove unused .hrl file
     add 14b69c3  [wip] couch_jobs:fold_jobs UserFun update
     add 3b4a407  [wip] re-use IS_REP_DB test guard, move to .hrl
     add ede9c86  [wip] update fold_jobs callback in replicator_jobs
     add 9c1c764  [wip] add plumbing for _scheduler/{jobs,docs}

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl                  |   4 +-
 src/couch_replicator/src/couch_replicator.erl      | 158 ++++++++++++++++++---
 src/couch_replicator/src/couch_replicator.hrl      |   4 +-
 .../src/couch_replicator_doc_processor.erl         |   6 +-
 .../src/couch_replicator_httpd.erl                 |  18 ++-
 src/couch_replicator/src/couch_replicator_job.erl  |   1 -
 src/couch_replicator/src/couch_replicator_jobs.erl |   4 +-
 .../src/couch_replicator_scheduler.hrl             |  15 --
 8 files changed, 155 insertions(+), 55 deletions(-)
 delete mode 100644 src/couch_replicator/src/couch_replicator_scheduler.hrl