This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch btree-cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard e37f1f5ea BTree engine term cache
add 8f0158126 QuickJS Update
add d33edf745 include rev when scanning
add 33be0bcd8 Avoid timeouts in ddoc scanner callback
add 58ab5e2f4 enhance _nouveau_cleanup
add 4d492823b Merge pull request #5632 from apache/enhance-nouveau-cleanup
add 91acaaf7b BTree engine term cache
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 (e37f1f5ea)
\
N -- N -- N refs/heads/btree-cache (91acaaf7b)
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:
.../apache/couchdb/nouveau/core/IndexManager.java | 61 +--
.../couchdb/nouveau/core/IndexManagerTest.java | 77 +++-
rel/overlay/etc/default.ini | 7 +-
src/couch/src/couch_bt_engine_cache.erl | 69 +++-
.../test/eunit/couch_bt_engine_cache_test.erl | 43 +--
.../patches/01-spidermonkey-185-mode.patch | 6 +-
.../patches/02-test262-makefile.patch | 8 +-
src/couch_quickjs/patches/03-test262-yield.patch | 4 +-
src/couch_quickjs/patches/04-test262-errors.patch | 8 +-
src/couch_quickjs/quickjs/Makefile | 4 +-
src/couch_quickjs/quickjs/libregexp.c | 25 +-
src/couch_quickjs/quickjs/quickjs-libc.c | 14 +-
src/couch_quickjs/quickjs/quickjs.c | 428 ++++++++++++++-------
src/couch_quickjs/quickjs/run-test262.c | 11 +-
src/couch_quickjs/quickjs/test262.conf | 2 +
src/couch_quickjs/quickjs/test262_errors.txt | 20 +-
src/couch_quickjs/quickjs/tests/test262.patch | 23 +-
src/couch_scanner/src/couch_scanner_plugin.erl | 94 +++--
.../test/eunit/couch_scanner_test.erl | 3 +
src/docs/src/config/scanner.rst | 10 +
src/nouveau/src/nouveau_fabric_cleanup.erl | 5 +-
src/nouveau/src/nouveau_rpc.erl | 4 +-
22 files changed, 639 insertions(+), 287 deletions(-)