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/28 08:37:48 UTC

[couchdb] branch prototype/fdb-replicator updated (d5a6be4 -> dcdec68)

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.


 discard d5a6be4  Update and clean up tests
 discard 181e431  Update replicator's readme file
 discard 695bdea  Update and cleanup default.ini replicator entries
 discard 3525fb5  Update replicator http handlers and supervisor
 discard 9bbf003  Update backend replicator modules
 discard 6de86cc  Update frontend replicator modules
 discard e9a5beb  Introduce couch_replicator_jobs abstraction module
 discard ada3940  Update couch_replicator_ids
 discard b02878e  Handle option maps in lower level modules
 discard cc1d1dc  Move parsing and validation to couch_replicator_parse module
 discard cbdc189  Cleanup couch_replicator_utils module
 discard adb8b4e  Delete old 2.x-3.x replicator modules
 discard 29c0e69  Add fold_jobs/4 and pending_count/2,3 to couch_jobs API
 discard 98df649  Handle possible iodata from jiffy:encode in couch_jobs
 discard e1e5eae  Read attachment data outside the transaction
 discard 4276f85  Add after_db_create/2 and after_db_delete/2 callbacks to fabric
     add bc8e943  Add after_db_create/2 and after_db_delete/2 callbacks to fabric
     add 6376ace  Read attachment data outside the transaction
     add 6462725  Handle possible iodata from jiffy:encode in couch_jobs
     add 849f3ba  Add fold_jobs/4 and pending_count/2,3 to couch_jobs API
     add 7aadc86  Delete old 2.x-3.x replicator modules
     add b0798f8  Cleanup couch_replicator_utils module
     add c2cc8ad  Move parsing and validation to couch_replicator_parse module
     add 9c566b1  Handle option maps in lower level modules
     add 87eef98  Update couch_replicator_ids
     add 60d3805  Introduce couch_replicator_jobs abstraction module
     add 2fba87a  Update frontend replicator modules
     add 41406a3  Update backend replicator modules
     add e8da89f  Update replicator http handlers and supervisor
     add 5839362  Update and cleanup default.ini replicator entries
     add 43724dc  Update replicator's readme file
     add dcdec68  Update and clean up tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d5a6be4)
            \
             N -- N -- N   refs/heads/prototype/fdb-replicator (dcdec68)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |  13 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  10 +-
 .../src/couch_replicator_httpc.erl                 |   2 +-
 .../src/couch_replicator_httpd.erl                 |   2 +-
 src/couch_replicator/src/couch_replicator_job.erl  |  24 +-
 .../test/eunit/couch_replicator_db_tests.erl       | 283 +++++++++++++++++++++
 ...ch_replicator_retain_stats_between_job_runs.erl |  10 +-
 .../test/eunit/couch_replicator_test_helper.erl    |  12 +-
 8 files changed, 326 insertions(+), 30 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_db_tests.erl