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:20 UTC

[couchdb] branch prototype/fdb-layer updated (1d6799f -> 6c1d7a9)

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

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


    from 1d6799f  Start running chttpd eunit tests
     add 0d1cf61  Support soft-deletion in fabric level
     add ec12e1f  Support soft-deletion in chttpd level
     new 6c1d7a9  Merge pull request #2666 from apache/db-softdeletion

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:
 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(-)
 create mode 100644 src/chttpd/test/eunit/chttpd_deleted_dbs_test.erl


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

Posted by ji...@apache.org.
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(-)