This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch lucene-10
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard cb4b90feb Move up to match Lucene source compatibility
discard 8a16728b4 document nouveau handling of lucene 9 & 10
discard 8288ac10f fix formatting error in previous PR
discard 020bfa607 add scanner to upgrade nouveau indexes
discard 63bb22934 insert lucene version in new design documents if missing
discard a59f5e0e1 Allow existing legacy indexes but prevent new ones
discard b55d1c158 update to lucene 10
discard cab46f1d6 Remove "9" from package and class names
discard b5ff8e927 add lucene version to ddoc and index definition
add 5ef21bac9 Merge pull request #5645 from apache/ELP
add 42e8ba749 Add write limiting to the scanner
add 7ac5387bf Upgrade erlfmt and rebar3
add e81df64ff Implement prop updates for shards
add 66f7487ab Unify and fix fabric db meta setters
add ad4801277 Document that _all_dbs endpoint supports inclusive_end query
param
add 8d1d09d41 Merge pull request #5653 from apache/all_dbs_inclusive_end
add de73c457c Retry call to dreyfus index on noproc errors
add aa56b9ff2 Remove absolete clauses from dreyfus
add 546cae70d Remove pointless message
add 691e7c7d1 Add delay before retry
add f589a51cd Merge pull request #5649 from apache/retry-on-noproc-errors
add c1162fa75 dev: support multiarch names (Debian based systems) (#5626)
add e2fbdd479 Use upgraded Erlang CI images
add cb6b1b480 fix homebrew spidermonkey build
add e03472c68 Merge pull request #5657 from apache/fix-brew-sm-build
add 4b6efab2a fix centos/freebsd build
add 9133232ad Merge pull request #5660 from apache/fix-brew-sm-build-2
add 3ab350c3a Unify CI jobs
add 60d33e770 Remove old Jenkinsfiles
add 34207dc7c more informative error if epochs out of order
add ff20af2b2 Merge pull request #5663 from apache/epoch-order-error
add 965344ecb Disable ppc64le and s390x builds
add aa664378b Add Trixie to CI
add b830fffcd Update mochiweb to v3.3.0
add e13d560b1 Update xxHash
add 831849ca4 Update QuickJS
add 468910e17 fix make clean after dev/run --enable-tls
add f2c5c603b Merge pull request #5670 from apache/enable-tls-clean
add 565de4307 Cache and store mem3 shard properties in one place only
add 32f37023a Print request/response body on errors from mango test suite
add 9ed7e1a2b Merge pull request #5671 from
apache/improve-errors-in-mango-tests
add f95c15a52 Add setup documentation for two factor authentication (#5674)
add 69bdb7e6c Replace `gen_server:format_status/2` with `format_status/1`
add 33c08bee5 Fix config options (#5642)
add d08aacfc1 add lucene version to ddoc and index definition
add 3c4b5884b Remove "9" from package and class names
add 08afa821a update to lucene 10
add baacbbf22 nouveau welcome message for version negotiation
add b02c1d339 Allow existing legacy indexes but prevent new ones
add 6a3171967 insert lucene version in new design documents if missing
add b6eb29f47 add scanner to upgrade nouveau indexes
add 85283729a fix formatting error in previous PR
add 3f80da688 document nouveau handling of lucene 9 & 10
add cbaa5ab87 Move up to match Lucene source compatibility
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 (cb4b90feb)
\
N -- N -- N refs/heads/lucene-10 (cbaa5ab87)
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:
Makefile | 2 +-
build-aux/{Jenkinsfile.full => Jenkinsfile} | 296 +++++++++++++++------
build-aux/Jenkinsfile.pr | 293 --------------------
configure | 6 +-
.../apache/couchdb/nouveau/NouveauApplication.java | 5 +
.../{AnalyzeResponse.java => WelcomeResponse.java} | 21 +-
.../Ok.java => resources/WelcomeResource.java} | 20 +-
rebar.config.script | 2 +-
rel/overlay/etc/default.ini | 53 ++--
src/chttpd/src/chttpd_db.erl | 3 +-
src/couch/rebar.config.script | 64 ++---
src/couch/src/couch_db.erl | 47 +++-
src/couch/src/couch_db_updater.erl | 20 +-
src/couch/src/couch_file.erl | 6 +-
src/couch/src/couch_util.erl | 6 +-
.../patches/01-spidermonkey-185-mode.patch | 6 +-
.../patches/02-test262-makefile.patch | 4 +-
src/couch_quickjs/patches/03-test262-yield.patch | 4 +-
src/couch_quickjs/patches/04-test262-errors.patch | 4 +-
src/couch_quickjs/quickjs/Changelog | 3 +
src/couch_quickjs/quickjs/VERSION | 2 +-
src/couch_quickjs/quickjs/qjsc.c | 3 +
src/couch_quickjs/quickjs/quickjs.c | 257 ++++++++++--------
src/couch_quickjs/quickjs/quickjs.h | 4 +-
src/couch_quickjs/quickjs/run-test262.c | 43 ++-
.../src/couch_replicator_auth_session.erl | 24 +-
.../src/couch_replicator_httpc_pool.erl | 47 ++--
.../src/couch_replicator_scheduler.erl | 22 +-
.../src/couch_replicator_scheduler_job.erl | 122 +++++----
.../src/couch_replicator_worker.erl | 82 +++---
.../src/couch_scanner_rate_limiter.erl | 56 +++-
src/docs/src/api/database/changes.rst | 5 +-
src/docs/src/api/server/authn.rst | 91 +++++++
src/docs/src/api/server/common.rst | 2 +
src/docs/src/config/scanner.rst | 9 +
src/dreyfus/src/dreyfus_fabric_group1.erl | 4 +-
src/dreyfus/src/dreyfus_fabric_group2.erl | 4 +-
src/dreyfus/src/dreyfus_rpc.erl | 41 +--
src/exxhash/README.md | 2 +-
src/exxhash/c_src/xxhash.h | 207 +++++++++++---
src/fabric/src/fabric.erl | 15 +-
src/fabric/src/fabric_db_meta.erl | 89 ++++---
src/fabric/src/fabric_rpc.erl | 4 +
src/fabric/src/fabric_util.erl | 26 +-
src/fabric/src/fabric_view_all_docs.erl | 2 +-
src/fabric/src/fabric_view_changes.erl | 2 +-
src/fabric/test/eunit/fabric_bench_test.erl | 2 +-
src/fabric/test/eunit/fabric_db_info_tests.erl | 18 +-
src/fabric/test/eunit/fabric_meta_tests.erl | 117 ++++++++
src/mango/test/02-basic-find-test.py | 2 +-
src/mango/test/mango.py | 44 ++-
src/mem3/include/mem3.hrl | 4 +-
src/mem3/src/mem3.erl | 26 +-
src/mem3/src/mem3_hash.erl | 28 +-
src/mem3/src/mem3_shards.erl | 131 ++++++---
src/mem3/src/mem3_util.erl | 53 +---
src/nouveau/src/nouveau_api.erl | 13 +
src/nouveau/src/nouveau_index_upgrader.erl | 36 ++-
src/setup/test/t-frontend-setup.sh | 4 +-
59 files changed, 1507 insertions(+), 1001 deletions(-)
rename build-aux/{Jenkinsfile.full => Jenkinsfile} (75%)
delete mode 100644 build-aux/Jenkinsfile.pr
copy
nouveau/src/main/java/org/apache/couchdb/nouveau/api/{AnalyzeResponse.java =>
WelcomeResponse.java} (67%)
copy nouveau/src/main/java/org/apache/couchdb/nouveau/{api/Ok.java =>
resources/WelcomeResource.java} (58%)
create mode 100644 src/fabric/test/eunit/fabric_meta_tests.erl