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


    omit 11f4e7ba9 Implement a background ddoc scanner
    omit 5f5606fa2 Add QuickJS as a Javascript engine option
     add 2d12ab09d Avoid read docs twice when filtered `_changes` is triggered 
(#4862)
     add aa61e24c2 Add QuickJS as a Javascript engine option
     add 441fca1c0 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   (11f4e7ba9)
            \
             N -- N -- N   refs/heads/qjs (441fca1c0)

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/test/eunit/chttpd_changes_test.erl |  81 ++-
 src/couch/src/couch_changes.erl               | 112 +++-
 src/couch/test/eunit/couch_changes_tests.erl  | 905 +++++++++++++++++++++++---
 src/fabric/src/fabric_rpc.erl                 |  61 +-
 src/fabric/test/eunit/fabric_changes_test.erl | 558 ++++++++++++++++
 5 files changed, 1542 insertions(+), 175 deletions(-)
 create mode 100644 src/fabric/test/eunit/fabric_changes_test.erl

Reply via email to