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/08 08:12:02 UTC

[couchdb] branch prototype/fdb-replicator updated (aff4dd8 -> 7986587)

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 aff4dd8  [wip] clean up and update default.ini replicator section
     add 36a8452  [wip] add callbacks for fabric2_db_plugin
     add 0067898  [wip] couch_jobs fix in fold jobs
     add 841c6a3  [wip] refactor couch_replicator order
     add 31c31e7  [wip] fix typo in _api_wrap
     add 575748f  [wip] handle options as a map in _changes_reader
     add c81ad89  [wip] fix typo in _docs
     add 436ee1c  [wip] handle options as a map in _filters
     add fe21003  [wip] handle options map in _ids
     add 105ba3b  [wip] fix typos in _jobs
     add ceee5e4  [wip] fix typos in _utils
     add 8d04989  [wip] add extra logging to _job_server
     add 7986587  [wip] extra logging and fixes in _parse and _job

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl                  |   2 +-
 src/couch_replicator/src/couch_replicator.erl      | 267 ++++++++++++---------
 .../src/couch_replicator_api_wrap.erl              |   2 +-
 .../src/couch_replicator_changes_reader.erl        |   4 +-
 src/couch_replicator/src/couch_replicator_docs.erl |   2 +-
 .../src/couch_replicator_filters.erl               |  10 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  19 +-
 src/couch_replicator/src/couch_replicator_job.erl  | 135 ++++++-----
 .../src/couch_replicator_job_server.erl            |  15 +-
 src/couch_replicator/src/couch_replicator_jobs.erl |   4 +-
 .../src/couch_replicator_parse.erl                 |  24 +-
 .../src/couch_replicator_utils.erl                 |   4 +-
 src/fabric/src/fabric2_db_plugin.erl               |  10 +
 13 files changed, 290 insertions(+), 208 deletions(-)