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 8a4a69092 Implement a background ddoc scanner
 discard 4b5c78278 Add QuickJS as a Javascript engine option
     add ab2cf16a6 Add dbname to mango exec stats (#4990)
     add a73e11715 Add QuickJS as a Javascript engine option
     add 60100e8c3 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   (8a4a69092)
            \
             N -- N -- N   refs/heads/qjs (60100e8c3)

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_scanner/src/couch_scanner_plugin.erl     | 85 ++++++++++----------
 .../src/couch_scanner_plugin_quickjs.erl           | 91 ++++++++++++++--------
 src/mango/src/mango_cursor.erl                     |  4 +-
 src/mango/src/mango_cursor.hrl                     |  2 +-
 src/mango/src/mango_cursor_nouveau.erl             |  7 +-
 src/mango/src/mango_cursor_special.erl             | 22 +++++-
 src/mango/src/mango_cursor_text.erl                | 25 ++++--
 src/mango/src/mango_cursor_view.erl                | 76 ++++++++++++++----
 src/mango/src/mango_execution_stats.erl            | 26 ++++++-
 src/mango/src/mango_execution_stats.hrl            |  3 +-
 10 files changed, 232 insertions(+), 109 deletions(-)

Reply via email to