This is an automated email from the ASF dual-hosted git repository.
jiangphcn pushed a change to branch db-softdeletion
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard bfde239 support new endpoints for soft-deletion
discard dd7b9e5 soft-deletion for database
add e520294 Fix database re-creation
add a008c6d Add a fabric doc fold test when db is re-created
add 3fba9ff Fix couch_jobs after recent db re-creation commit
add 92e67d7 soft-deletion for database
add ee295f3 support new endpoints for soft-deletion
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 (bfde239)
\
N -- N -- N refs/heads/db-softdeletion (ee295f3)
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:
src/fabric/src/fabric2_db.erl | 3 ++-
src/fabric/src/fabric2_fdb.erl | 30 ++++++++++++++++++++++++---
src/fabric/src/fabric2_server.erl | 12 ++++++-----
src/fabric/test/fabric2_db_crud_tests.erl | 32 +++++++++++++++++++++++++++++
src/fabric/test/fabric2_db_misc_tests.erl | 5 +++--
src/fabric/test/fabric2_doc_fold_tests.erl | 33 +++++++++++++++++++++++++++++-
6 files changed, 103 insertions(+), 12 deletions(-)