You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/04/07 17:40:21 UTC

[couchdb] 01/01: Merge pull request #2666 from apache/db-softdeletion

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch prototype/fdb-layer
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6c1d7a993571d9e0e2304b12bbeaf8abb146cb0e
Merge: 1d6799f ec12e1f
Author: Peng Hui Jiang <ji...@cn.ibm.com>
AuthorDate: Wed Apr 8 01:40:11 2020 +0800

    Merge pull request #2666 from apache/db-softdeletion
    
    soft-deletion for database

 src/chttpd/src/chttpd_httpd_handlers.erl          |  10 +
 src/chttpd/src/chttpd_misc.erl                    | 117 ++++++++---
 src/chttpd/test/eunit/chttpd_deleted_dbs_test.erl | 234 ++++++++++++++++++++++
 src/fabric/include/fabric2.hrl                    |   1 +
 src/fabric/src/fabric2_db.erl                     | 147 +++++++++++++-
 src/fabric/src/fabric2_fdb.erl                    | 132 +++++++++++-
 src/fabric/src/fabric2_util.erl                   |  16 ++
 src/fabric/test/fabric2_db_crud_tests.erl         | 233 +++++++++++++++++++++
 8 files changed, 847 insertions(+), 43 deletions(-)