You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/02/20 15:34:23 UTC

[couchdb] branch dynamic-vars-in-docs updated (e2f3e61b3 -> f68c3182e)

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

ronny pushed a change to branch dynamic-vars-in-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard e2f3e61b3 Unifying the notation of dynamic parameters in the docs
     add b38885114 Allow definition of JWT roles claim as comma-seperated list (#4431)
     add f68c3182e Unifying the notation of dynamic parameters in the docs

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   (e2f3e61b3)
            \
             N -- N -- N   refs/heads/dynamic-vars-in-docs (f68c3182e)

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/src/couch_httpd_auth.erl        |  9 ++++++-
 src/docs/src/api/server/authn.rst         | 25 ++++++++++++++++++-
 src/docs/src/config/auth.rst              |  2 +-
 test/elixir/test/jwt_roles_claim_test.exs | 40 ++++++++++++++++++++++++++++++-
 4 files changed, 72 insertions(+), 4 deletions(-)