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

ronny pushed a change to branch big-r81-ext-branch-protect
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit d8eed8a1e Extending branch protection rules of .asf.yaml
     add b6ea325cc Add new HTTP endpoint `/_node/_local/_smoosh/status`. (#4766)
     add ed14e269c Remove unused couch_event_os_listener module
     add 3c4aa61ec Rename find_bugs/find-bugs make target to xref
     add b9cd34888 A few more cleanups in couch_os_process
     add ecc52b515 Remove custom read and write callback functions in 
couch_os_process
     add 6ad1ba224 remsh extract wrong NODE name from ERL_FLAGS
     add e85454d03 upgrade nouveau's lucene version to 9.8.0
     add f2ea85e8f Merge pull request #4785 from apache/nouveau-lucene-9.8.0
     add 0a58f4e24 Add extra timing stats for couch_js engine commands
     add 82a7099e0 Remove `bcrypt`
     new 4b1e3ba48 Extending branch protection rules of .asf.yaml

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   (d8eed8a1e)
            \
             N -- N -- N   refs/heads/big-r81-ext-branch-protect (4b1e3ba48)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                        |   8 +-
 Makefile.win                                    |   8 +-
 nouveau/build.gradle                            |   2 +-
 rel/overlay/bin/remsh                           |   2 +-
 src/chttpd/src/chttpd_node.erl                  |   6 +
 src/couch/include/couch_js_functions.hrl        |   2 +-
 src/couch/priv/stats_descriptions.cfg           |  40 +++++
 src/couch/src/couch_os_process.erl              | 128 +++++++---------
 src/couch/test/eunit/couch_js_tests.erl         | 195 ++++++++++++++++++------
 src/couch_event/src/couch_event_os_listener.erl |  67 --------
 src/docs/src/api/server/common.rst              | 110 +++++++++++++
 src/smoosh/src/smoosh_channel.erl               |  14 +-
 src/smoosh/src/smoosh_persist.erl               |  10 +-
 src/smoosh/src/smoosh_priority_queue.erl        |  31 ++--
 src/smoosh/src/smoosh_server.erl                |  16 +-
 src/smoosh/test/smoosh_tests.erl                |  43 +++---
 16 files changed, 425 insertions(+), 257 deletions(-)
 delete mode 100644 src/couch_event/src/couch_event_os_listener.erl

Reply via email to