You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2022/08/30 09:40:46 UTC

[couchdb] branch draft_allow_nested_json_claim_roles updated (60a2cb8fb -> 8af61fbb0)

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

rnewson pushed a change to branch draft_allow_nested_json_claim_roles
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 60a2cb8fb Allow and evaluate nested json claim roles in JWT token
     add eee3c4fc2 Fix variable already bound compiler warnings
     add 8af61fbb0 Allow and evaluate nested json claim roles in JWT token

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   (60a2cb8fb)
            \
             N -- N -- N   refs/heads/draft_allow_nested_json_claim_roles (8af61fbb0)

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/test/eunit/chttpd_csp_tests.erl         |  7 ++--
 .../test/eunit/chttpd_db_attachment_size_tests.erl |  5 ++-
 src/chttpd/test/eunit/chttpd_delayed_test.erl      |  5 ++-
 src/chttpd/test/eunit/chttpd_session_tests.erl     | 10 +++--
 src/chttpd/test/eunit/chttpd_util_test.erl         | 46 +++++++++++-----------
 5 files changed, 40 insertions(+), 33 deletions(-)