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.


    omit bd1ac74  Add option not to send meta on fold_docs
    omit 34a9ca6  fixes
    omit 8e3bd8a  mango after rebase
     add 28054b5  temp fix of bug in reverse folding
     add 2cbf5c5  mango on FDB
     add 43f325b  Add option not to send meta on fold_docs

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   (bd1ac74)
            \
             N -- N -- N   refs/heads/fdb-mango-indexes (43f325b)

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_views/src/couch_views_fdb.erl     |  12 ++++
 src/couch_views/src/couch_views_indexer.erl |   7 +-
 src/fabric/src/fabric2_db_plugin.erl        |   6 +-
 src/fabric/src/fabric2_fdb.erl              |   9 ++-
 src/mango/src/mango_cursor.erl              |   7 +-
 src/mango/src/mango_cursor_view.erl         |  19 ++---
 src/mango/src/mango_eval.erl                |  74 +++++++++++++++++---
 src/mango/src/mango_fabric2_plugin.erl      |   6 +-
 src/mango/src/mango_idx.erl                 |  32 ++++++---
 src/mango/src/mango_idx_view.erl            |   2 +-
 src/mango/src/mango_indexer.erl             | 104 +++++++++-------------------
 src/mango/test/03-operator-test.py          |   4 +-
 src/mango/test/12-use-correct-index-test.py |   2 +-
 src/mango/test/18-json-sort.py              |   4 +-
 14 files changed, 168 insertions(+), 120 deletions(-)

Reply via email to