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

jiahuili430 pushed a change to branch export-couch_httpd_auth-function
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 7509825b5 Export function: `couch_httpd_auth:authenticate/5`
     add 5eb4adbc4 Update Quickjs: optimize global var access, fix 
use-after-free error
     add 9a2151dd9 parameterise reduce_limit threshold and ratio
     add afd00b8b4 Merge pull request #5728 from apache/enhance_reduce_limit-2
     add 1d8332df6 Fix a few regressions recent updates
     add 1a915cfbb clarify the important step of this procedure
     add c38263525 Merge pull request #5734 from 
apache/improve-best-practice-doc
     add 6a4e700cf configure httplog output for dev/run
     add ba19e2e39 Merge pull request #5735 from apache/httplog-haproxy
     add 8771fbd67 Merge 3.5.1 change to main
     add 439033c37 Bump Erlang versions and clean up a few things
     add 6a0df0686 upgrade gradle and spotless for JDK25 compat
     add 3c48d7f9a Merge pull request #5738 from apache/nouveau-25
     add 16852e363 default order is by relevance (high to low)
     add a271313d2 Merge pull request #5737 from apache/score-order-fix
     add b2094abd5 Include useful context when logging a bad reduction
     add 9bbef5990 Merge pull request #5732 from apache/enhance_reduce_limit-3
     add 275c06b9d Cleanup off-heap/priority flags
     new 8700f5776 Export function: `couch_httpd_auth:authenticate/5`

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   (7509825b5)
            \
             N -- N -- N   refs/heads/export-couch_httpd_auth-function 
(8700f5776)

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:
 build-aux/Jenkinsfile                              |   48 +-
 nouveau/build.gradle                               |   24 +-
 nouveau/gradle/wrapper/gradle-wrapper.properties   |    2 +-
 .../org/apache/couchdb/nouveau/core/IOUtils.java   |    2 +-
 rel/haproxy.cfg                                    |    1 +
 rel/overlay/etc/default.ini                        |   21 +-
 share/server/views.js                              |   21 +-
 src/couch/src/couch_native_process.erl             |    4 +-
 src/couch/src/couch_proc_manager.erl               |    2 +
 src/couch/src/couch_query_servers.erl              |   98 +-
 src/couch/src/couch_server.erl                     |    3 +-
 src/couch/src/couch_util.erl                       |   25 -
 src/couch/test/eunit/couch_query_servers_tests.erl |   22 +-
 src/couch_event/src/couch_event_server.erl         |    2 +-
 src/couch_log/src/couch_log_server.erl             |    2 +-
 .../patches/01-spidermonkey-185-mode.patch         |    6 +-
 src/couch_quickjs/patches/02-test262-errors.patch  |   10 +-
 src/couch_quickjs/quickjs/quickjs-opcode.h         |   11 +-
 src/couch_quickjs/quickjs/quickjs.c                | 1524 ++++++++++++--------
 src/couch_quickjs/quickjs/test262_errors.txt       |   16 +-
 src/ddoc_cache/src/ddoc_cache_lru.erl              |    2 +-
 src/docs/src/best-practices/views.rst              |    9 +-
 src/docs/src/config/misc.rst                       |    7 +-
 src/docs/src/config/query-servers.rst              |   10 +
 src/docs/src/whatsnew/3.5.rst                      |  145 ++
 src/dreyfus/src/dreyfus_index_manager.erl          |    2 +-
 src/fabric/include/fabric.hrl                      |    2 +
 src/fabric/src/fabric_view.erl                     |   11 +-
 src/fabric/src/fabric_view_reduce.erl              |    7 +-
 src/mem3/src/mem3_shards.erl                       |    2 +-
 src/nouveau/src/nouveau_fabric_search.erl          |   11 +-
 src/nouveau/src/nouveau_index_manager.erl          |    2 +-
 src/rexi/src/rexi_server.erl                       |    2 +-
 test/elixir/test/config/nouveau.elixir             |    1 +
 test/elixir/test/nouveau_test.exs                  |   24 +-
 version.mk                                         |    2 +-
 36 files changed, 1283 insertions(+), 800 deletions(-)

Reply via email to