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 22:53:32 UTC

[couchdb] branch prototype/fdb-replicator updated (8d9f5b1 -> 07e5228)

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 8d9f5b1  [wip] fix compilation errors
     add ebed000  [wip] remove validate module, use parse_rep
     add acb20dc  [wip] fix typo in fabric2 callback
     add 24c44e9  [wip] couch_jobs pending and fold fixes
     add 154f351  [wip] _api_wrap module cleanup, remove imports
     add ae5f9ae  [wip] _scheduler endpoints implemented
     add a02f1e7  [wip] remove unused function in _stats
     add 252310f  [wip] cleanup used var in _jobs
     add 4401b66  [wip] cleanup _docs, make it compile
     add d60e410  [wip] _ids:replication_id is actually just base_id
     add de72e68  [wip] remove imports from _utils
     add b4fd48f  [wip] cleanup parse separate into doc and request parsing
     add 865c3bd  [wip] cleanup and refactor _jobs, make it compile
     add 07e5228  [wip] everything compiles now, yay!

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl                  |   6 +-
 src/couch_jobs/src/couch_jobs_pending.erl          |   7 +-
 src/couch_replicator/src/couch_replicator.erl      | 473 ++---------
 .../src/couch_replicator_api_wrap.erl              |  72 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  87 +-
 .../src/couch_replicator_filters.erl               |   4 +-
 .../src/couch_replicator_httpd.erl                 |   2 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  22 +-
 src/couch_replicator/src/couch_replicator_job.erl  | 911 ++++++++++-----------
 src/couch_replicator/src/couch_replicator_jobs.erl |   2 +-
 .../src/couch_replicator_parse.erl                 | 252 +++---
 .../src/couch_replicator_stats.erl                 |   6 +-
 .../src/couch_replicator_utils.erl                 |   5 -
 .../src/couch_replicator_validate_doc.erl          | 119 ---
 src/fabric/src/fabric2_db.erl                      |   2 +-
 15 files changed, 791 insertions(+), 1179 deletions(-)
 delete mode 100644 src/couch_replicator/src/couch_replicator_validate_doc.erl