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 2023/10/05 21:31:52 UTC

[couchdb] branch jenkins-hex-cache updated (ba9408b8c -> a5c6f8d4a)

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

vatamane pushed a change to branch jenkins-hex-cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard ba9408b8c See if we can configure Hex to use a cache for CI jobs
     add dca403dab mango: add unit tests for text cursor
     add d6d4ad979 mango: prevent occasional duplication of paginated `text` results
     add ce2607a5c mango: de-duplicate results on returning them in `nouveau`
     add 1965b784d Send compatible AuthSession cookie when possible.
     add acd88aeae Merge pull request #4798 from apache/send-original-cookie-format
     add 93dfd4e04 mango: correct the fix for the duplicated `text` results
     add a5c6f8d4a See if we can configure Hex to use a cache for CI 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   (ba9408b8c)
            \
             N -- N -- N   refs/heads/jenkins-hex-cache (a5c6f8d4a)

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       |  20 +-
 src/mango/src/mango_cursor_nouveau.erl   |  47 +-
 src/mango/src/mango_cursor_text.erl      | 885 ++++++++++++++++++++++++++++++-
 src/mango/test/24-text-paginated-test.py | 108 ++++
 src/mango/test/mango.py                  |  46 +-
 5 files changed, 1059 insertions(+), 47 deletions(-)
 create mode 100644 src/mango/test/24-text-paginated-test.py