This is an automated email from the ASF dual-hosted git repository.
pgj pushed a change to branch jenkins-clouseau-3.0.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 2de78d73a Set timeout for Clouseau tests on containerized builders
discard 4e0b43f31 Set Erlang cookie explicitly for running Clouseau
discard 0c1997749 Make `CLOUSEAU_JAVA_HOME` configurable explicitly
discard 1f99bbf9f chore(`clouseau`): bump to 3.0.0
add f06c3ec40 Update QuickJS: Unicode 17 and regex memory blowup fix
add e7be0ad5f fix: prometheus metrics annotations
add 8de56e719 Merge pull request #5793 from apache/wh/fix-prometheus
add 80eea8317 chore(`clouseau`): bump to 3.0.0
add 16f483f3d Make `CLOUSEAU_JAVA_HOME` configurable explicitly
add fcb2f74a4 Set Erlang cookie explicitly for running Clouseau
add f3e392824 Set timeout for Clouseau tests on containerized builders
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 (2de78d73a)
\
N -- N -- N refs/heads/jenkins-clouseau-3.0.0 (f3e392824)
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_prometheus/src/couch_prometheus_util.erl | 25 +-
.../test/eunit/couch_prometheus_e2e_tests.erl | 4 +-
.../patches/01-spidermonkey-185-mode.patch | 4 +-
src/couch_quickjs/patches/02-test262-errors.patch | 12 +-
src/couch_quickjs/quickjs/Makefile | 2 +-
src/couch_quickjs/quickjs/libregexp-opcode.h | 10 +-
src/couch_quickjs/quickjs/libregexp.c | 260 +-
src/couch_quickjs/quickjs/libunicode-table.h | 4489 ++++++++++----------
src/couch_quickjs/quickjs/test262.conf | 1 +
src/couch_quickjs/quickjs/test262_errors.txt | 6 +
10 files changed, 2477 insertions(+), 2336 deletions(-)