This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch decouple_offline_hash_strength_from_online
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 439906d24 improve assertion failure messages
omit 41ea03ecf remove all password derivation fields before adding back the
new ones
omit d0e1e8143 upgrade hashes on successful authentication
omit 76869bef4 enhance dev/run admin hash to pbkdf2:sha256
omit dad0b1805 give couch_password_hasher:hash a clearer name
omit a70298d95 use couch password cache
omit 6c61210f9 in-memory password hash cache
omit b3d072763 Introduce pbkdf2_prf parameter
omit 09a84d0b6 optimize couch_passwords:verify for OTP 25+
omit c6d3b1687 switch PBKDF2 to fast_pbkdf2
omit bce711b3d Configure hex, gradle, pip and npm caches.
omit 1ed6b250c Another attempt at fixing the flaky ddoc_cache test
omit e08039ffb mango: correct the fix for the duplicated `text` results
add acd88aeae Merge pull request #4798 from
apache/send-original-cookie-format
add 93dfd4e04 mango: correct the fix for the duplicated `text` results
add e083114e3 Another attempt at fixing the flaky ddoc_cache test
add ede7ff2fe Configure hex, gradle, pip and npm caches.
add 0ff754944 Remove suggestion to install curl/libcurl
add b0dabd618 mango: do not skip json tests when clouseau installed
add ffc9dd4a2 Merge pull request #4806 from apache/mango-run-tests
add b1cc849d8 docs: Add Ubuntu 22.04 Jammy Jellyfish as supported OS
add da6fb7920 Fix a few couch_os_process metrics
add 6c2e50319 Fix flaky couch_stream test
add 231055595 Prevent delayed opener error from crashing index servers
add f0d577692 upgrade dropwizard to 4.0.3
add 63aff0546 Merge pull request #4817 from apache/dropwizard-4.0.3
add 5176f96fc Wait for compacted indexes to flip.
add 15a362e79 Update MochiWeb to v3.2.1 (#4822)
add 2c0ee5fa7 Update proper to latest commit
add b44239857 Fix missing eunit include
add 842ae031c When running configure in a dist skip proper is not present
add b48580ab8 switch PBKDF2 to fast_pbkdf2
add d5256be59 optimize couch_passwords:verify for OTP 25+
add e31151bb6 Introduce pbkdf2_prf parameter
add b93bc5993 in-memory password hash cache
add 0463c286c use couch password cache
add e3be4f24e give couch_password_hasher:hash a clearer name
add a1d2371cf enhance dev/run admin hash to pbkdf2:sha256
add a86bca5cb upgrade hashes on successful authentication
add d20401bac remove all password derivation fields before adding back the
new ones
add 48dd649dc improve assertion failure messages
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 (439906d24)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (48dd649dc)
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:
configure | 5 +
nouveau/build.gradle | 2 +-
rebar.config.script | 4 +-
src/couch/priv/stats_descriptions.cfg | 14 +-
src/couch/test/eunit/couch_ejson_compare_tests.erl | 4 +
src/couch/test/eunit/couch_js_tests.erl | 3 +-
src/couch/test/eunit/couch_stream_tests.erl | 45 +--
src/couch_index/src/couch_index_compactor.erl | 2 +-
src/couch_index/src/couch_index_server.erl | 48 ++--
src/docs/src/install/unix.rst | 11 +-
src/mango/test/03-operator-test.py | 303 ++++++++++-----------
11 files changed, 226 insertions(+), 215 deletions(-)