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 c3c57ae update tests to work with mango on fdb
omit 4c9ef59 mango query on fdb
omit b861796 Add mango indexing
omit 359dcb5 Add couch_views_updater interactive indexer
omit 0b086fb when query views allow to stream across transactions
omit af77ba1 Add couch_views_indexer build to creation versionstamp
add 8214b73 Add couch_views_indexer build to creation versionstamp
add 63c676f when query views allow to stream across transactions
add 9b81f22 Add couch_views_updater interactive indexer
add 5d666fb remove partition opts from mango
add a92425d Add mango indexing
add b180a73 remove unneeded r/w parameter
add 55051cf Remove quorum stats
add aa0f969 Remove view_cb predicate push down
add 545c500 Mango query on top of FDB
add a51f14c update tests to work with mango on 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 (c3c57ae)
\
N -- N -- N refs/heads/fdb-mango-indexes (a51f14c)
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_eval/src/couch_eval.erl | 3 +
src/couch_views/src/couch_views_fdb.erl | 1 +
src/mango/src/mango_cursor.erl | 4 +-
src/mango/src/mango_cursor_text.erl | 9 -
src/mango/src/mango_cursor_view.erl | 18 +-
src/mango/src/mango_error.erl | 14 --
src/mango/src/mango_eval.erl | 9 +-
src/mango/src/mango_httpd.erl | 83 +++------
src/mango/src/mango_idx.erl | 130 +------------
src/mango/src/mango_idx.hrl | 2 -
src/mango/src/mango_idx_text.erl | 1 -
src/mango/src/mango_idx_view.erl | 3 +-
src/mango/src/mango_indexer.erl | 125 -------------
src/mango/src/mango_json_bookmark.erl | 4 +-
src/mango/src/mango_opts.erl | 42 -----
src/mango/test/02-basic-find-test.py | 15 --
.../test/eunit/mango_couch_views_indexer_test.erl | 201 ---------------------
src/mango/test/eunit/mango_indexer_test.erl | 188 -------------------
src/mango/test/mango.py | 4 +-
19 files changed, 49 insertions(+), 807 deletions(-)
delete mode 100644 src/mango/src/mango_indexer.erl
delete mode 100644 src/mango/test/eunit/mango_couch_views_indexer_test.erl
delete mode 100644 src/mango/test/eunit/mango_indexer_test.erl