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 0a225e8 address Paul's comments
discard ee295f3 support new endpoints for soft-deletion
discard 92e67d7 soft-deletion for database
add f81f117 add info endpoint for fdb stored views (#2706)
add 2c704ac set DbPrefix with value allocated with erlfdb_hca
add c24e08d soft-deletion for database
add 89d86c0 support new endpoints for soft-deletion
add 3d53721 address Paul's comments
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 (0a225e8)
\
N -- N -- N refs/heads/db-softdeletion (3d53721)
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/chttpd/src/chttpd_db.erl | 2 +-
src/couch_views/src/couch_views.erl | 52 ++++++++-
src/couch_views/test/couch_views_info_test.erl | 154 +++++++++++++++++++++++++
3 files changed, 205 insertions(+), 3 deletions(-)
create mode 100644 src/couch_views/test/couch_views_info_test.erl