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

[couchdb] branch feature-ebtree-views updated (e079a87 -> fc5b4cf)

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

davisp pushed a change to branch feature-ebtree-views
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit e079a87  Add elixir tests for builtin reduce group levels
    omit cb28503  Add test suite for reduce views
    omit 54e9bcf  Use ebtree for reduce functions
    omit d035d8d  Upgrade legacy views
    omit bd9486b  Reimplement db wide view size tracking
    omit 4e32f82  Views on ebtree
    omit 3b508e0  Export fabric2_fdb:chunkify_binary/1,2
    omit fa3c3c8  Calculate external JSON size of a view row
     add aa21588  Export fabric2_fdb:chunkify_binary/1,2
     add 40238da  Views on ebtree
     add f47c066  Reimplement db wide view size tracking
     add 1f83890  Upgrade legacy views
     add 4029451  Use ebtree for reduce functions
     add 91c0e20  Add test suite for reduce views
     add fc5b4cf  Add elixir tests for builtin reduce group levels

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   (e079a87)
            \
             N -- N -- N   refs/heads/feature-ebtree-views (fc5b4cf)

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/couch/src/couch_ejson_size.erl             |  5 ---
 src/couch_views/src/couch_views_trees.erl      |  2 +-
 src/couch_views/test/couch_views_size_test.erl | 60 +++++++++++++-------------
 3 files changed, 31 insertions(+), 36 deletions(-)