This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 888239af0 Update QuickJS
add d6e5d3223 add get/set interface for auto purge properties
add c267eed91 purge deleted documents that exceed TTL
add 12b948782 Document new endpoints and config settings
new 7668944f1 Merge pull request #5655 from apache/auto-delete-tseq
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
rel/overlay/etc/default.ini | 9 ++
src/chttpd/src/chttpd_db.erl | 33 ++++-
src/chttpd/src/chttpd_httpd_handlers.erl | 1 +
src/couch/src/couch_auto_purge_plugin.erl | 161 +++++++++++++++++++++
.../test/eunit/couch_auto_purge_plugin_tests.erl | 118 +++++++++++++++
src/docs/src/api/database/misc.rst | 90 ++++++++++++
src/docs/src/config/scanner.rst | 11 ++
src/fabric/src/fabric.erl | 10 +-
src/fabric/src/fabric_auto_purge.erl | 38 +++++
9 files changed, 469 insertions(+), 2 deletions(-)
create mode 100644 src/couch/src/couch_auto_purge_plugin.erl
create mode 100644 src/couch/test/eunit/couch_auto_purge_plugin_tests.erl
create mode 100644 src/fabric/src/fabric_auto_purge.erl