This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch try-xxhash-for-couch-file
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 8206e1ab9 Use xxHash for couch_file checksums
add 039da4a8b remove Content-MD5 header support
add 4a8c8b52f Merge pull request #4574 from
apache/remove-content-md5-header
add 6371cd0a0 Revert "fix(mango): GET invalid path under `_index` should
not cause 500"
add 2543590f3 Merge pull request #4584 from apache/revert-invalid-path-fix
add 9b3fbf4c3 Remove extra unused variable (#4577)
add 6bb4fbd78 upgrade nouveau to lucene 9.6.0
add 67c7f6025 Merge pull request #4585 from apache/nouveau-lucene-9.6.0
add 9b8435dbd Use xxHash for couch_file checksums
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 (8206e1ab9)
\
N -- N -- N refs/heads/try-xxhash-for-couch-file (9b8435dbd)
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:
nouveau/pom.xml | 2 +-
.../couchdb/nouveau/lucene9/Lucene9Index.java | 32 ++++++++++----------
src/chttpd/src/chttpd_db.erl | 34 +---------------------
src/couch/src/couch_att.erl | 10 ++-----
src/couch/src/couch_db.erl | 23 ++-------------
src/couch/src/couch_httpd_db.erl | 31 +-------------------
src/couch/test/eunit/couchdb_attachments_tests.erl | 30 ++++++++-----------
src/couch_log/src/couch_log_writer_stderr.erl | 2 +-
src/docs/src/install/unix.rst | 2 +-
src/mango/src/mango_httpd.erl | 6 ++--
src/mango/test/01-index-crud-test.py | 4 ---
test/elixir/test/attachments_test.exs | 23 ---------------
12 files changed, 41 insertions(+), 158 deletions(-)