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 2019/07/02 14:39:27 UTC

[couchdb] branch prototype/couch-jobs-1 updated (f090c4b -> 8a80092)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch prototype/couch-jobs-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit f090c4b  [fixup] 3 minor API changes
    omit c774405  [fixup] subscription notifier
    omit f15c390  [fixup] Add random ID (sampling) dequeueing to couch_jobs_pending module
    omit 4606a88  [fixup] Use the new erlfdb:cancel(Watch, [flush]) in type monitor
    omit addc725  [fixup] Use messages instead of calls from type monitor to notifiers
    omit a9779e1  [fixup] Limit the rate of md version lookups for jobs
    omit 3dc4c7e  [fixup] subscribe and wait functions return job data now as well
    omit 4c1de49  [fixup] accept no returns the job data as well
    omit fa03bc6  [fixup] Handle spuriuos ready messages in more places
    omit 0c7bfdc  [fixup] add a test to check that fabric2_fdb transactions work
    omit 4dbbcf9  [fixup] cache metadata checking in the process dict
    omit 7e300fc  [fixup] demonitor subscribers when they unsubscribe
    omit 89c3952  [fixup] Some API and behavior changes
    omit c6bc4dc  [fixup] In type checker, make sure to check once on startup.
    omit 263d095  [fixup] Handle not_found in notifier
    omit 18fb90c  CouchDB background jobs
     add cc2d64d  Update get security to use fabric2
     add 2cbc7f0  Fix arity in changes timeout callback
     add 6e27b7d  Fix exception in cache auth doc update
     add 8a80092  CouchDB background jobs

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   (f090c4b)
            \
             N -- N -- N   refs/heads/prototype/couch-jobs-1 (8a80092)

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/chttpd/src/chttpd_auth_cache.erl | 4 ++--
 src/chttpd/src/chttpd_changes.erl    | 4 ++--
 src/chttpd/src/chttpd_db.erl         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)