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 ffbe402fc fix formatting error in previous PR
discard df1265a5e add scanner to upgrade nouveau indexes
discard f25dfa5ca insert lucene version on save if missing
discard c94877ccc don't create indexes for old lucene versions
discard 9a65bed85 update to lucene 10
discard 95836986e Remove "9" from package and class names
discard a9fc624fd add lucene version to ddoc and index definition
add 58ab5e2f4 enhance _nouveau_cleanup
add 4d492823b Merge pull request #5632 from apache/enhance-nouveau-cleanup
add 8632146e2 add lucene version to ddoc and index definition
add 9d7c49c2f Remove "9" from package and class names
add b012b9a0b update to lucene 10
add 9fbe57e9c don't create indexes for old lucene versions
add 42eb1ad65 insert lucene version on save if missing
add 1a13e679b add scanner to upgrade nouveau indexes
add 92b38b27c fix formatting error in previous PR
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 (ffbe402fc)
\
N -- N -- N refs/heads/lucene-10 (92b38b27c)
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:
.../apache/couchdb/nouveau/core/IndexManager.java | 61 +++++++++++-------
.../couchdb/nouveau/core/IndexManagerTest.java | 75 +++++++++++++++++++---
src/nouveau/src/nouveau_fabric_cleanup.erl | 5 +-
src/nouveau/src/nouveau_rpc.erl | 4 +-
4 files changed, 108 insertions(+), 37 deletions(-)