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.


 discard f712e80  Add test suite for reduce views
 discard 498a6bb  Use ebtree for reduce functions
 discard 57dbe74  Update legacy views
 discard ba38be9  Reimplement db wide view size tracking
 discard 9cd9fda  Views on ebtree
 discard 63482b9  Export fabric2_fdb:chunkify_binary/1,2
 discard ce2dade  Calculate external JSON size of a view row
     add f190677  Workaround dirty schedulers in run_queue stats (#3168)
     add fa3c3c8  Calculate external JSON size of a view row
     add 3b508e0  Export fabric2_fdb:chunkify_binary/1,2
     add 1f773fb  Views on ebtree
     add 7368a72  Reimplement db wide view size tracking
     add ec3efaf  Upgrade legacy views
     add 4d7dc40  Use ebtree for reduce functions
     add 0f35508  Add test suite for reduce views
     add 726bde4  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   (f712e80)
            \
             N -- N -- N   refs/heads/feature-ebtree-views (726bde4)

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:
 rel/overlay/etc/default.ini                        |   4 +-
 src/chttpd/src/chttpd_node.erl                     |  17 +-
 src/couch_views/src/couch_views.erl                |   4 +-
 src/couch_views/src/couch_views_fdb.erl            | 594 ++-------------------
 src/couch_views/src/couch_views_indexer.erl        |   4 +-
 src/couch_views/src/couch_views_reader.erl         |  12 +-
 .../{couch_views_fdb.erl => couch_views_trees.erl} | 431 +++------------
 src/couch_views/src/couch_views_updater.erl        |   2 +-
 src/couch_views/test/couch_views_indexer_test.erl  |  24 +-
 src/couch_views/test/couch_views_red_test.erl      |  59 +-
 src/couch_views/test/couch_views_updater_test.erl  |   4 +-
 src/couch_views/test/couch_views_upgrade_test.erl  |   4 +-
 .../test/reduce_builtin_group_level_tests.exs      | 549 +++++++++++++++++++
 13 files changed, 724 insertions(+), 984 deletions(-)
 copy src/couch_views/src/{couch_views_fdb.erl => couch_views_trees.erl} (56%)
 create mode 100644 test/elixir/test/reduce_builtin_group_level_tests.exs

Reply via email to