This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch auto-delete-tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 5228b5bab purge deleted documents that exceed TTL
omit c7f9ca4bb add get/set interface for auto purge properties
add 831849ca4 Update QuickJS
add 468910e17 fix make clean after dev/run --enable-tls
add f2c5c603b Merge pull request #5670 from apache/enable-tls-clean
add 565de4307 Cache and store mem3 shard properties in one place only
add ea9762b04 add get/set interface for auto purge properties
add 4dae31df1 purge deleted documents that exceed TTL
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 (5228b5bab)
\
N -- N -- N refs/heads/auto-delete-tseq (4dae31df1)
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:
Makefile | 2 +-
src/chttpd/src/chttpd_db.erl | 11 +-
.../patches/01-spidermonkey-185-mode.patch | 6 +-
.../patches/02-test262-makefile.patch | 4 +-
src/couch_quickjs/patches/03-test262-yield.patch | 4 +-
src/couch_quickjs/patches/04-test262-errors.patch | 4 +-
src/couch_quickjs/quickjs/Changelog | 3 +
src/couch_quickjs/quickjs/VERSION | 2 +-
src/couch_quickjs/quickjs/qjsc.c | 3 +
src/couch_quickjs/quickjs/quickjs.c | 257 ++++++++++++---------
src/couch_quickjs/quickjs/quickjs.h | 4 +-
src/couch_quickjs/quickjs/run-test262.c | 43 +++-
src/fabric/src/fabric.erl | 3 +-
src/fabric/src/fabric_auto_purge.erl | 30 +--
src/fabric/src/fabric_util.erl | 26 +--
src/fabric/test/eunit/fabric_bench_test.erl | 2 +-
src/mem3/include/mem3.hrl | 4 +-
src/mem3/src/mem3.erl | 26 +--
src/mem3/src/mem3_hash.erl | 28 +--
src/mem3/src/mem3_shards.erl | 131 +++++++----
src/mem3/src/mem3_util.erl | 53 +----
21 files changed, 352 insertions(+), 294 deletions(-)