You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2020/02/27 14:50:07 UTC

[couchdb] branch fdb-mango-indexes updated (c7906ef -> 20af02b)

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 c7906ef  update tests to work with new mango on fdb
 discard 081c69e  Add mango background indexer
 discard 0b86a2c  Add in mango indexer hook for document updates
     add aa72801  Add in epi after_doc_update hook for mango
     add 27c5f0b  Add mango background indexer
     add 20af02b  update tests to work with new 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   (c7906ef)
            \
             N -- N -- N   refs/heads/fdb-mango-indexes (20af02b)

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/fabric/src/fabric2_db_plugin.erl               |  5 ++
 src/fabric/src/fabric2_fdb.erl                     | 64 +++++++++++++---------
 src/mango/src/mango_epi.erl                        |  3 +-
 .../src/mango_fabric2_plugin.erl}                  | 16 ++----
 src/mango/src/mango_indexer.erl                    | 30 ++++------
 5 files changed, 60 insertions(+), 58 deletions(-)
 copy src/{couch_js/src/couch_js_app.erl => mango/src/mango_fabric2_plugin.erl} (76%)