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/18 08:22:32 UTC

[couchdb] branch jwt-roles-from-string updated (28b2a835e -> 5831cf050)

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

ronny pushed a change to branch jwt-roles-from-string
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 28b2a835e Allow definition of JWT roles claim as comma-seperated list
     add 50dd63176 Chase rename of `dreyfus-test` to `elixir-search` in documentation
     add df0699a60 Clean up `make help` output
     add 065b86fab Remove the inactive uploader action from `build-report`
     add 0feedb66f Fix the `list-eunit-apps` target
     add 9b86e7130 Overhaul the Windows Makefile
     add 645912d0c Fix typo
     add 9f8cf48e9 docs/api: use {params} consistently in titles (#4426)
     add 5831cf050 Allow definition of JWT roles claim as comma-seperated list

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   (28b2a835e)
            \
             N -- N -- N   refs/heads/jwt-roles-from-string (5831cf050)

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:
 Makefile                                  | 21 ++++++++-------
 Makefile.win                              | 44 +++++++++++++++++++++++--------
 README-DEV.rst                            |  4 +--
 src/docs/src/api/database/bulk-api.rst    |  4 +--
 src/docs/src/api/database/changes.rst     |  6 ++---
 src/docs/src/api/database/common.rst      |  6 ++---
 src/docs/src/api/database/compact.rst     | 24 ++++++++---------
 src/docs/src/api/database/find.rst        | 14 +++++-----
 src/docs/src/api/database/index.rst       |  4 +--
 src/docs/src/api/database/misc.rst        | 26 +++++++++---------
 src/docs/src/api/database/security.rst    |  6 ++---
 src/docs/src/api/database/shard.rst       | 14 +++++-----
 src/docs/src/api/ddoc/common.rst          | 18 ++++++-------
 src/docs/src/api/ddoc/render.rst          | 36 ++++++++++++-------------
 src/docs/src/api/ddoc/rewrites.rst        |  2 +-
 src/docs/src/api/ddoc/search.rst          | 12 ++++-----
 src/docs/src/api/ddoc/views.rst           |  6 ++---
 src/docs/src/api/document/attachments.rst |  6 ++---
 src/docs/src/api/document/common.rst      |  6 ++---
 src/docs/src/api/local.rst                | 24 +++++++++--------
 src/docs/src/api/partitioned-dbs.rst      | 28 ++++++++++----------
 src/docs/src/whatsnew/0.11.rst            |  2 +-
 22 files changed, 170 insertions(+), 143 deletions(-)