You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/11/20 11:41:18 UTC

[couchdb] branch cache_grv updated (4556fb2 -> cb7c0ed)

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

rnewson pushed a change to branch cache_grv
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 4556fb2  reuse GRV within an http request
     add e11ab46  Avoid deleting UUID keys that start with zeros
     add 263efd2  Assure that all node ids are the same length
     add 679fc83  Merge pull request #3263 from apache/fix-ebtree-range-clears
     add 1be2312  Use `req_body` field if present
     add 5cfa4a8  Merge pull request #3268 from cloudant/reuse-json-body
     add 8c21567  Bump erlfdb to v1.2.3
     add 0eb1043  `q` and `n` are not needed for FDB based CouchDB
     add edd320e  Disable TextIndex test since it is not implemeneted yet
     add 0b98b3b  Merge pull request #3274 from cloudant/fix-mango-tests
     add 1b30d08  Allow snapshots through fabric2_fdb:transactional
     add 0e91f2f  Allow specifying an end_key for fold_changes
     add 27e8e33  Minimize conflicts while building views
     add 3168a4d  Remove unnecessary line wraps
     add cb7c0ed  reuse GRV within an http request

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   (4556fb2)
            \
             N -- N -- N   refs/heads/cache_grv (cb7c0ed)

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:
 rebar.config.script                               |   2 +-
 src/couch/src/couch_httpd.erl                     |   7 +-
 src/couch_views/src/couch_views_indexer.erl       |  60 ++++++++--
 src/couch_views/test/couch_views_indexer_test.erl |  45 ++++++++
 src/ebtree/src/ebtree.erl                         |   4 +-
 src/fabric/src/fabric2_db.erl                     |  18 +--
 src/fabric/src/fabric2_fdb.erl                    |  16 +++
 src/fabric/test/fabric2_changes_fold_tests.erl    |  11 ++
 src/fabric/test/fabric2_snapshot_tests.erl        | 134 ++++++++++++++++++++++
 src/mango/test/06-basic-text-test.py              |   4 +
 src/mango/test/mango.py                           |   2 +-
 11 files changed, 278 insertions(+), 25 deletions(-)
 create mode 100644 src/fabric/test/fabric2_snapshot_tests.erl