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

rnewson pushed a change to branch preemptive-cookie
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit ec12c4d10 send cookie on successful basic auth
     add a19d8a9ea allow locale setting for number detection
     add 63672afb4 Merge pull request #4685 from apache/nouveau-locale
     add b7ca600e8 run haproxy and nouveau without shell
     add 36cb5f06e Merge pull request #4689 from apache/dev-run-no-shell
     add 4df0dc45e docs: add Centos/RHEL9+, thanks for nothing RedHat
     add d2edfd9a3 feat: allow restarting of failed jobs
     add 480d3a3cb feat: make rexi timeouts and replication batches for shard 
split topoff configurable
     add 795d37afe set nouveau minimum java version
     add 48338247b Merge pull request #4692 from 
apache/nouveau-minimum-java-version
     new cfee5236b send cookie on successful basic auth

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   (ec12c4d10)
            \
             N -- N -- N   refs/heads/preemptive-cookie (cfee5236b)

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:
 dev/run                                            |  7 ++--
 nouveau/build.gradle                               |  4 +--
 .../apache/couchdb/nouveau/api/SearchRequest.java  | 16 +++++++--
 .../couchdb/nouveau/lucene9/Lucene9Index.java      |  2 +-
 .../nouveau/lucene9/NouveauQueryParser.java        | 17 ++++++---
 .../nouveau/lucene9/NouveauQueryParserTest.java    | 15 +++++++-
 rel/overlay/etc/default.ini                        |  2 ++
 src/docs/src/api/ddoc/nouveau.rst                  |  3 ++
 src/docs/src/api/server/authn.rst                  |  7 ++++
 src/docs/src/install/unix.rst                      | 18 ++++++++--
 src/mem3/src/mem3_rep.erl                          | 41 +++++++++++++++-------
 src/mem3/src/mem3_reshard.erl                      |  2 +-
 src/mem3/src/mem3_reshard_job.erl                  | 13 +++++--
 src/mem3/src/mem3_rpc.erl                          |  3 ++
 src/mem3/test/eunit/mem3_reshard_api_test.erl      | 32 +++++++++++++++++
 src/nouveau/src/nouveau_httpd.erl                  |  6 ++++
 test/elixir/test/config/nouveau.elixir             |  1 +
 test/elixir/test/cookie_auth_test.exs              | 17 +++++++++
 test/elixir/test/nouveau_test.exs                  | 19 ++++++++++
 19 files changed, 190 insertions(+), 35 deletions(-)

Reply via email to