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/03/11 20:08:31 UTC

[couchdb] branch prepare-otp26 updated (d90cab712 -> 8bdcef513)

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

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


 discard d90cab712 Prepare for Erlang OTP/26
     add f40147b26 mango: correct text index selection for queries with `$regex` (#4458)
     add bd1d8dc8b Modify conflict ruby example
     add 5b5a1c2de Remove stale links from documentation comments
     add 8bdcef513 Prepare for Erlang OTP/26

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   (d90cab712)
            \
             N -- N -- N   refs/heads/prepare-otp26 (8bdcef513)

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/test_util.erl               |   6 +
 src/docs/src/replication/conflicts.rst    |  99 ++++---
 src/fabric/src/fabric.erl                 |   7 +-
 src/mango/src/mango.hrl                   |  10 +
 src/mango/src/mango_idx_text.erl          | 137 ++++++++-
 src/mango/src/mango_selector_text.erl     | 451 +++++++++++++++++++++++++++++-
 src/mango/test/05-index-selection-test.py |  25 ++
 src/mango/test/16-index-selectors-test.py |  59 ++--
 8 files changed, 724 insertions(+), 70 deletions(-)