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/24 19:05:00 UTC

[couchdb] branch prototype/fdb-replicator updated (8eaac43 -> 91a16b9)

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 8eaac43  [wip] all couch_replicator eunit tests pass now
 discard c6d87eb  [wip] all test/eunit tests are passing
 discard 648f11a  [wip] small_request_size_target test works
 discard 0181d37  [wip] selector_tests work
 discard 15f36a2  [wip] retain stats test works
 discard 270b57f  [wip] _rate_limiter tests pass
 discard deb0b99  [wip] cleanup proxy tests a bit
 discard 63af9ea  [wip] proxy_tests are passing
 discard d85ed74  [wip] missing stubs test works
 discard 414a93d  [wip] fix undelete callback handling
 discard 6ee900f  [wip] leaves test passes now
 discard 178de77  [wip] fix _parse retries_per_request typo
 discard fd663b8  [wip] remove debug logs from mp parser
 discard d70fb41  [wip] fix transactional attachment upload
 discard f659a81  [wip] allow maps in _parse
 discard cbfcf71  [fix] apply atts since fix from master
 discard d43a099  [wip] add debug chttpd
 discard 6b3c8a6  [wip] add debug to fabric2_db
 discard 79083a5  [wip] start running couch_replicator eunit tests
 discard bd9b8c1  [wip] fix replicate type spec
 discard 6f2b709  [wip] remove job_id from API results
 discard 7b057ba  [wip] all elixir integration tests pass
 discard ecb37d0  [wip] stats reporting timer + manual debug rescheduling function
 discard cbf073e  [wip] simplify compare function name
 discard 1f56284  [wip] fix error parsing in _docs
 discard 3662bdd  [wip] jobs are replaced if they are failed or completed
 discard 6bf9231  [wip] fix filter param handling in _api_wrap
 discard d2877fd  [wip] pass through compound errors
 discard 8279eeb  [wip] wait_runnign and get_job_ids to _jobs
 discard 5fdfd4b  [wip] implement async clean up of transient jobs
 discard c35bb2f  [wip] fix _parse bugs
 discard 60f22ff  [wip] simplify rep_id conversion function
 discard 861736e  [wip] fix filters parsing
 discard 415d2e5  [wip] add job_id() type to header file
 discard 3e0575a  [wip] better transient job handling
 discard 986ab3f  [wip] fix transient normal response
 discard aeda3c6  [wip] _scheduler/jobs/$id may accept a job id or a replication_id
 discard 9b03911  [wip] add improve pending_count, add remove_jobs function
 discard 2b1a974  [wip] cleanup single-use function
 discard 5cecea5  [wip] Add a pending metric and cleanup a single-use function
 discard 68be3b5  [wip] handle job exits outside the transaction
 discard eef186e  [wip] Transient replications work too
 discard f7c6560  Replicator implementation on FDB
     add 91a16b9  Replicator implementation on FDB

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   (8eaac43)
            \
             N -- N -- N   refs/heads/prototype/fdb-replicator (91a16b9)

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: