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/17 05:49:24 UTC

[couchdb] branch prototype/fdb-replicator updated (aeda3c6 -> 6f2b709)

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 aeda3c6  [wip] _scheduler/jobs/$id may accept a job id or a replication_id
     add 986ab3f  [wip] fix transient normal response
     add 3e0575a  [wip] better transient job handling
     add 415d2e5  [wip] add job_id() type to header file
     add 861736e  [wip] fix filters parsing
     add 60f22ff  [wip] simplify rep_id conversion function
     add c35bb2f  [wip] fix _parse bugs
     add 5fdfd4b  [wip] implement async clean up of transient jobs
     add 8279eeb  [wip] wait_runnign and get_job_ids to _jobs
     add d2877fd  [wip] pass through compound errors
     add 6bf9231  [wip] fix filter param handling in _api_wrap
     add 3662bdd  [wip] jobs are replaced if they are failed or completed
     add 1f56284  [wip] fix error parsing in _docs
     add cbf073e  [wip] simplify compare function name
     add ecb37d0  [wip] stats reporting timer + manual debug rescheduling function
     add 7b057ba  [wip] all elixir integration tests pass
     add 6f2b709  [wip] remove job_id from API results

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_misc.erl                     |   9 +-
 src/couch_replicator/src/couch_replicator.erl      |  77 ++++-
 src/couch_replicator/src/couch_replicator.hrl      |   1 +
 .../src/couch_replicator_api_wrap.erl              |   5 +-
 src/couch_replicator/src/couch_replicator_docs.erl |   3 +
 .../src/couch_replicator_filters.erl               |   6 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |   7 +-
 src/couch_replicator/src/couch_replicator_job.erl  | 377 +++++++++++----------
 .../src/couch_replicator_job_server.erl            |  64 +++-
 src/couch_replicator/src/couch_replicator_jobs.erl |  64 +++-
 .../src/couch_replicator_parse.erl                 |  10 +-
 .../src/couch_replicator_utils.erl                 |   6 +-
 test/elixir/test/replication_test.exs              |   5 +-
 13 files changed, 398 insertions(+), 236 deletions(-)