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

garren pushed a change to branch fdb-mango-indexes
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 42b79f4  temp commit
 discard 73e88ef  very rough indexing and return docs
 discard 1223bb9  mango crud index definitions
 discard e88fc7f  change mango test auth to match elixir
 discard 332c983  add crude mango hook and indexer setup
     add 963f84b  Add `external`  tag to opentrace events
     add 6b1da76  Merge pull request #2451 from cloudant/tracing-external
     add ecaf215  Change map indexes to be stored in one row
     new a03c704  add crude mango hook and indexer setup
     new 8446f15  change mango test auth to match elixir
     new 703a9c0  mango crud index definitions
     new c1c9cba  very rough indexing and return docs
     new 020de0c  initial creation of fdb startkey/endkey

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   (42b79f4)
            \
             N -- N -- N   refs/heads/fdb-mango-indexes (020de0c)

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.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chttpd/src/chttpd.erl                  |  12 +--
 src/couch_views/include/couch_views.hrl    |   3 -
 src/couch_views/src/couch_views_fdb.erl    | 126 ++++-------------------------
 src/couch_views/src/couch_views_reader.erl |   2 +-
 src/ctrace/README.md                       |   3 +
 src/mango/src/mango_cursor_view.erl        |  13 +--
 src/mango/src/mango_fdb.erl                |  34 +++++---
 src/mango/src/mango_idx_view.erl           |   3 +-
 src/mango/src/mango_idx_view.hrl           |   3 +-
 src/mango/test/mango.py                    |   1 -
 10 files changed, 60 insertions(+), 140 deletions(-)

Reply via email to