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 7675c459d Password hash upgrade tests
omit e1d86743e improve assertion failure messages
omit 0e7df4214 remove all password derivation fields before adding back the
new ones
omit d3b4b3a07 Enhance dev/run to use pbkdf2 with sha256
omit 57770dad6 upgrade password on next session or basic auth
omit dc672130b give couch_password_hasher:hash a clearer name
omit d22e52c51 use couch password cache
omit d67a57884 in-memory password hash cache
omit e7ec33b5c Introduce pbkdf2_prf parameter
omit 29efdf1c4 optimize couch_passwords:verify for OTP 25+
omit bc147e37b switch PBKDF2 to fast_pbkdf2
omit 3b4c8e619 remove pre-emptive cookie on successful basic auth
add 26cfe5369 mango: add $beginsWith operator (#4810)
add e9d703c21 Remove installation via snap package (#4826)
add f76c63e63 remove pre-emptive cookie on successful basic auth
add 7683af154 switch PBKDF2 to fast_pbkdf2
add 60e21a749 optimize couch_passwords:verify for OTP 25+
add 3fd598755 Introduce pbkdf2_prf parameter
add cba673d57 in-memory password hash cache
add 2b4f3aba2 use couch password cache
add a05b1039e give couch_password_hasher:hash a clearer name
add 74d7a7dd7 upgrade password on next session or basic auth
add 45dd6bf0d Enhance dev/run to use pbkdf2 with sha256
add 8613a81bb remove all password derivation fields before adding back the
new ones
add f706c445f improve assertion failure messages
add b3dab81f9 Password hash upgrade tests
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 (7675c459d)
\
N -- N -- N
refs/heads/decouple_offline_hash_strength_from_online (b3dab81f9)
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:
src/docs/src/api/database/find.rst | 144 ++++++++++++++++++----------------
src/docs/src/install/index.rst | 1 -
src/docs/src/install/snap.rst | 47 -----------
src/mango/src/mango_idx_view.erl | 6 ++
src/mango/src/mango_selector.erl | 70 +++++++++++------
src/mango/src/mango_selector_text.erl | 11 +++
src/mango/test/03-operator-test.py | 38 ++++++++-
src/mango/test/25-beginswith-test.py | 134 +++++++++++++++++++++++++++++++
8 files changed, 312 insertions(+), 139 deletions(-)
delete mode 100644 src/docs/src/install/snap.rst
create mode 100644 src/mango/test/25-beginswith-test.py