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

vatamane pushed a change to branch qjs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 50685f46f Implement a background ddoc scanner
 discard aa61e24c2 Add QuickJS as a Javascript engine option
     add b964a848d fabric: switch to maps for view rows
     add 77c541894 Fix case clause error in replicator _scheduler/docs response
     add e75b98f2d Improve dist diagnostics
     add e11d8e1d6 Add QuickJS as a Javascript engine option
     add 56ab3c772 Implement a background ddoc scanner

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   (50685f46f)
            \
             N -- N -- N   refs/heads/qjs (56ab3c772)

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_node.erl                     |   3 +-
 src/couch/src/couch_debug.erl                      |  82 ++-
 src/couch_mrview/src/couch_mrview.erl              |   7 +-
 src/couch_mrview/src/couch_mrview_http.erl         |   9 +-
 .../src/couch_replicator_fabric.erl                | 336 ++++++++++++-
 .../src/couch_replicator_fabric_rpc.erl            | 133 ++++-
 .../src/couch_replicator_httpd.erl                 |   3 +-
 .../couch_replicator_scheduler_docs_tests.erl      |  10 +-
 src/couch_scanner/src/couch_scanner_plugin.erl     |   7 +-
 src/couch_scanner/src/couch_scanner_server.erl     |   7 +-
 src/fabric/include/fabric.hrl                      |  14 +
 src/fabric/src/fabric.erl                          |   8 +-
 src/fabric/src/fabric_rpc.erl                      | 120 ++++-
 src/fabric/src/fabric_view.erl                     | 389 +++++++++++++--
 src/fabric/src/fabric_view_all_docs.erl            | 553 +++++++++++++++++++--
 src/fabric/src/fabric_view_map.erl                 | 384 ++++++++++++--
 src/fabric/src/fabric_view_reduce.erl              | 150 +++++-
 src/fabric/src/fabric_view_row.erl                 | 355 +++++++++++++
 src/fabric/test/eunit/fabric_tests.erl             |  65 +++
 src/mango/src/mango.hrl                            |   3 -
 src/mango/src/mango_cursor_view.erl                | 104 ++--
 src/mem3/src/mem3.erl                              | 135 ++++-
 src/mem3/src/mem3_distribution.erl                 |  69 ++-
 src/mem3/test/eunit/mem3_distribution_test.erl     |  79 ++-
 24 files changed, 2763 insertions(+), 262 deletions(-)
 create mode 100644 src/fabric/src/fabric_view_row.erl

Reply via email to