This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch rotate-secret
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit cb99a3441 Support safe secret rotation
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 1c30fbd31 chore(`clouseau`): bump to 3.0.0
add 9025e10bc Make `CLOUSEAU_JAVA_HOME` configurable explicitly
add 23e1b6249 Set Erlang cookie explicitly for running Clouseau
add ebe62f805 Set timeout for Clouseau tests on containerized builders
add 3069c67b9 Support safe secret rotation
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 (cb99a3441)
\
N -- N -- N refs/heads/rotate-secret (3069c67b9)
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:
README-DEV.rst | 48 +-
build-aux/Jenkinsfile | 38 +-
configure | 36 +-
configure.ps1 | 38 +-
dev/run | 218 +-
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 +
15 files changed, 2739 insertions(+), 2452 deletions(-)