This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch view-compaction-duration-fix
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard ab83943d1 fix view compaction duration logging
add 03e02e1ba Update QuickJS: bytecode size checks, memory fixes, test262
add c0a967365 Add jitter for scanner plugins
add a799eeb1d fix view compaction duration logging
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 (ab83943d1)
\
N -- N -- N refs/heads/view-compaction-duration-fix (a799eeb1d)
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 | 5 +
.../patches/01-spidermonkey-185-mode.patch | 6 +-
src/couch_quickjs/patches/02-test262-errors.patch | 4 +-
src/couch_quickjs/quickjs/Makefile | 2 +-
src/couch_quickjs/quickjs/quickjs-atom.h | 1 +
src/couch_quickjs/quickjs/quickjs.c | 771 +++++++++++++++------
src/couch_quickjs/quickjs/test262.conf | 6 +-
src/couch_quickjs/quickjs/test262_errors.txt | 6 -
src/couch_scanner/src/couch_scanner_plugin.erl | 3 +-
src/couch_scanner/src/couch_scanner_util.erl | 69 +-
src/docs/src/config/scanner.rst | 16 +-
11 files changed, 663 insertions(+), 226 deletions(-)