You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2020/09/22 21:56:56 UTC

[couchdb] branch 3160-3.x-fix-run-queue-metric updated (db4a589 -> 4a09cfa)

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

chewbranca pushed a change to branch 3160-3.x-fix-run-queue-metric
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard db4a589  Workaround dirty schedulers in run_queue stats
     add 44204af  allow configurability of JWT claims that require a value (#3165)
     add c2c2822  feat(auth): Allow a custom JWT claim for roles (#3166)
     add 4a09cfa  Workaround dirty schedulers in run_queue stats

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   (db4a589)
            \
             N -- N -- N   refs/heads/3160-3.x-fix-run-queue-metric (4a09cfa)

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:
 rel/overlay/etc/default.ini        |  5 ++-
 src/couch/src/couch_httpd.erl      |  2 +
 src/couch/src/couch_httpd_auth.erl | 21 ++++++++---
 test/elixir/test/jwtauth_test.exs  | 77 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 98 insertions(+), 7 deletions(-)