You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2024/03/12 04:18:34 UTC

(couchdb) branch qjs updated (79e9f8ab5 -> 16c8a4a92)

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 79e9f8ab5 Implement a background ddoc scanner
    omit a73e11715 Add QuickJS as a Javascript engine option
     add 5c6aeabb3 remove repetitive word
     add 5f5606fa2 Add QuickJS as a Javascript engine option
     add 16c8a4a92 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   (79e9f8ab5)
            \
             N -- N -- N   refs/heads/qjs (16c8a4a92)

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/src/couch_proc_manager.erl               |   2 +-
 src/couch/src/couch_users_db.erl                   |   2 +-
 src/couch_scanner/src/couch_scanner_plugin.erl     |   2 +
 src/couch_scanner/src/couch_scanner_plugin.hrl     |   1 +
 .../src/couch_scanner_plugin_quickjs.erl           | 335 ++++++++++++++-------
 src/docs/rfcs/008-map-indexes.md                   |   2 +-
 src/docs/src/config/http.rst                       |   2 +-
 src/docs/src/ddocs/views/intro.rst                 |   2 +-
 src/docs/src/ddocs/views/joins.rst                 |   2 +-
 src/mango/src/mango_idx_view.erl                   |   2 +-
 src/mem3/test/eunit/mem3_reshard_api_test.erl      |   8 +-
 .../test/eunit/mem3_reshard_changes_feed_test.erl  |   2 +-
 src/setup/README.md                                |   2 +-
 13 files changed, 249 insertions(+), 115 deletions(-)