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

rnewson pushed a change to branch improve-search-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 686a3a483 improve search test
     add c53c2cf33 Replace `dbg:stop_clear/0` with `dbg:stop/0`
     add e9b91c550 Optimize revid parsing: 50-90% faster
     add 85cc42dd6 Use determistic doc IDs in Mango key test
     add 3f11cfd90 Docs: Update the /_up endpoint docs to include status 
response's
     add d521620ca Remove purge max_document_id_number and change 
max_revisions_number
     add 825b2169f Update QuickJS: faster context creation and faster dbuf
     add 26920c21f Add UUID v4 and v7. Make v7 the default. Optimize UUID 
generation.
     add 51cc76776 Increase timeout for `process_response/3` to fix flaky tests
     add a96e4ce81 QuickJS Update. Optimized string operations.
     add a66019259 improve search test

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   (686a3a483)
            \
             N -- N -- N   refs/heads/improve-search-test (a66019259)

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:
 rel/overlay/etc/default.ini                        |   18 +-
 src/chttpd/src/chttpd_db.erl                       |   27 +-
 src/chttpd/test/eunit/chttpd_purge_tests.erl       |   32 +-
 src/couch/src/couch_doc.erl                        |    6 +-
 src/couch/src/couch_uuids.erl                      |  145 +-
 src/couch/test/eunit/couch_index_tests.erl         |    2 +-
 src/couch/test/eunit/couch_uuids_tests.erl         |   92 +-
 src/couch_quickjs/c_src/couchjs.c                  |   27 +-
 .../patches/01-spidermonkey-185-mode.patch         |    6 +-
 src/couch_quickjs/patches/02-test262-errors.patch  |   10 +-
 src/couch_quickjs/quickjs/Makefile                 |    2 +-
 src/couch_quickjs/quickjs/cutils.c                 |   52 +-
 src/couch_quickjs/quickjs/cutils.h                 |   46 +-
 src/couch_quickjs/quickjs/libregexp.c              |    4 +-
 src/couch_quickjs/quickjs/libunicode.c             |    2 +-
 src/couch_quickjs/quickjs/quickjs-atom.h           |    1 +
 src/couch_quickjs/quickjs/quickjs.c                | 1583 +++++++++++---------
 src/couch_quickjs/quickjs/quickjs.h                |   30 +-
 src/couch_quickjs/quickjs/test262.conf             |    2 +
 src/couch_quickjs/quickjs/test262_errors.txt       |   18 -
 .../{update_and_apply_patches.sh => update.sh}     |    0
 src/docs/src/api/server/common.rst                 |   10 +-
 src/docs/src/cluster/purging.rst                   |    4 +-
 src/docs/src/config/misc.rst                       |   97 +-
 src/mango/test/04-key-tests.py                     |    7 +-
 test/elixir/test/changes_async_test.exs            |    2 +-
 26 files changed, 1281 insertions(+), 944 deletions(-)
 rename src/couch_quickjs/{update_and_apply_patches.sh => update.sh} (100%)

Reply via email to