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 a51f14c  update tests to work with mango on fdb
 discard 545c500  Mango query on top of FDB
 discard aa0f969  Remove view_cb predicate push down
 discard 55051cf  Remove quorum stats
 discard b180a73  remove unneeded r/w parameter
 discard a92425d  Add mango indexing
 discard 5d666fb  remove partition opts from mango
 discard 9b81f22  Add couch_views_updater interactive indexer
 discard 63c676f  when query views allow to stream across transactions
 discard 8214b73  Add couch_views_indexer build to creation versionstamp
 discard daa94bf  add fabric2 after_doc_write plugin
 discard ce617f5  add include_docs option to fold_docs
 discard 0aecd91  move all_doc view options to fabric2_util
 discard b525322  fix all_docs call to return row
 discard 896b305  remove mango native proc
 discard 67bd6c5  Add option not to send meta on fold_docs
     add 41be92b  Add additional get_doc spans
     add 15509f2  Merge pull request #2681 from 
apache/prototype/fdb-layer-get-doc-spans
     add e520294  Fix database re-creation
     add a008c6d  Add a fabric doc fold test when db is re-created
     add 3fba9ff  Fix couch_jobs after recent db re-creation commit
     add f81f117  add info endpoint for fdb stored views (#2706)
     add 2c704ac  set DbPrefix with value allocated with erlfdb_hca
     add 7fdb315  Add option not to send meta on fold_docs
     add 592f3fa  remove mango native proc
     add 3d6d341  fix all_docs call to return row
     add cb89077  move all_doc view options to fabric2_util
     add 9e6ca37  add include_docs option to fold_docs
     add bce6fec  add fabric2 after_doc_write plugin
     add c6c6367  Add couch_views_indexer build to creation versionstamp
     add 7d0bf1b  when query views allow to stream across transactions
     add d1b61e8  Add couch_views_updater interactive indexer
     add eea652d  remove partition opts from mango
     add 2ff1527  Add mango indexing
     add ecbe7e7  remove unneeded r/w parameter
     add a7f6129  Remove quorum stats
     add 0523a1b  Remove view_cb predicate push down
     add 9adefd3  Add couch_views_encoding max value
     add 5db16dd  Update Mango query to work with couch_views
     add 5cd2f09  update mango tests to work with FDB

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   (a51f14c)
            \
             N -- N -- N   refs/heads/fdb-mango-indexes (5cd2f09)

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/chttpd/src/chttpd_db.erl                      |   2 +-
 src/couch_views/src/couch_views.erl               |  61 +++++++--
 src/couch_views/src/couch_views_encoding.erl      |  12 ++
 src/couch_views/src/couch_views_fdb.erl           |  10 +-
 src/couch_views/src/couch_views_indexer.erl       |  30 +++--
 src/couch_views/src/couch_views_jobs.erl          |  27 +++-
 src/couch_views/src/couch_views_updater.erl       |  44 +++++--
 src/couch_views/test/couch_views_info_test.erl    | 154 ++++++++++++++++++++++
 src/couch_views/test/couch_views_updater_test.erl |  73 +++++++---
 src/fabric/include/fabric2.hrl                    |   1 +
 src/fabric/src/fabric2_db.erl                     |   3 +-
 src/fabric/src/fabric2_fdb.erl                    |  79 +++++++----
 src/fabric/src/fabric2_server.erl                 |  12 +-
 src/fabric/test/fabric2_db_crud_tests.erl         |  32 +++++
 src/fabric/test/fabric2_db_misc_tests.erl         |   5 +-
 src/fabric/test/fabric2_doc_fold_tests.erl        |  33 ++++-
 src/mango/src/mango_cursor_view.erl               |   7 +-
 src/mango/src/mango_fabric2_plugin.erl            |  23 ----
 src/mango/src/mango_idx.erl                       |  11 +-
 src/mango/src/mango_idx_special.erl               |   1 -
 src/mango/src/mango_idx_view.erl                  |   5 +-
 src/mango/src/mango_idx_view.hrl                  |  13 --
 src/mango/test/01-index-crud-test.py              |   4 +-
 src/mango/test/15-execution-stats-test.py         |   2 +-
 src/mango/test/20-no-timeout-test.py              |  39 ------
 src/mango/test/README.md                          |  17 +--
 src/mango/test/mango.py                           |  26 ++--
 27 files changed, 515 insertions(+), 211 deletions(-)
 create mode 100644 src/couch_views/test/couch_views_info_test.erl
 delete mode 100644 src/mango/src/mango_fabric2_plugin.erl
 delete mode 100644 src/mango/src/mango_idx_view.hrl
 delete mode 100644 src/mango/test/20-no-timeout-test.py

Reply via email to