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/09/15 19:43:55 UTC

[couchdb] branch prototype/fdb-replicator updated (65b41ed8d -> fb50329)

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 65b41ed8d [fixup|_job] improve comments
 discard be80e84  [fixup|_parse] reformat sock_opts
 discard 3e87da9  [fixup|_docs] mention that a BDU could prevent document updates too
 discard d2efb36  [fixup|_docs] put closing bracket on its own line
 discard 327f62a  [fixup|fabric2_db] fix undelete after_db_create clause
 discard 78ea639  Update and clean up tests
 discard 2aa64c8  Update replicator's readme file
 discard 94f4b9b  Update and cleanup default.ini replicator entries
 discard 8c4b5f9  Update replicator http handlers and supervisor
 discard 5b56575  Update backend replicator modules
 discard 00180f8  Update frontend replicator modules
 discard c3f39ea  Introduce couch_replicator_jobs abstraction module
 discard 4a20c27  Update couch_replicator_ids
 discard 3191876  Handle option maps in lower level modules
 discard 14166d6  Move parsing and validation to couch_replicator_parse module
 discard 1bb4014  Cleanup couch_replicator_utils module
 discard 01eb8f8  Delete old 2.x-3.x replicator modules
 discard b04403a  Add fold_jobs/4 and pending_count/2,3 to couch_jobs API
 discard 38f605d  Handle possible iodata from jiffy:encode in couch_jobs
 discard 07c3f41  Read attachment data outside the transaction
 discard eac42e6  Add after_db_create/2 and after_db_delete/2 callbacks to fabric
     add ce70b29  Add after_db_create/2 and after_db_delete/2 callbacks to fabric
     add 285263e  Read attachment data outside the transaction
     add aefecd3  Handle possible iodata from jiffy:encode in couch_jobs
     add c69efff  Add fold_jobs/4 and pending_count/2,3 to couch_jobs API
     add 0f7be24  Delete old 2.x-3.x replicator modules
     add 53d37fc  Cleanup couch_replicator_utils module
     add 321f294  Move parsing and validation to couch_replicator_parse module
     add 9a8cb62  Handle option maps in lower level modules
     add a9ea3a6  Update couch_replicator_ids
     add ccb2020  Introduce couch_replicator_jobs abstraction module
     add e561b05  Update frontend replicator modules
     add 8231812  Update backend replicator modules
     add ed8cafc  Update replicator http handlers and supervisor
     add 87101f4  Update and cleanup default.ini replicator entries
     add 56e022b  Update replicator's readme file
     add fb50329  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   (65b41ed8d)
            \
             N -- N -- N   refs/heads/prototype/fdb-replicator (fb50329)

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: