This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 84b29bba2 Avoid read docs twice when filtered `_changes` is triggered
discard 5f9eda669 Add tests for `_changes`
add bb2f71b4e Fix invalid JSON in _db_updates example
add af1a17f55 Merge pull request #4942 from apache/fixJSON
add 42c24843e Update fast_pbkdf2 to upstream d079c45 (#4944)
add 37cfed50a Update Sphinx/RTD dependencies (#4946)
add d2395144c Verify the number of calls to `open_doc/3` when requesting
`_changes`
add e555ecb7e Avoid read docs twice when filtered _changes is triggered
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 (84b29bba2)
\
N -- N -- N refs/heads/fix-changes-stats (e555ecb7e)
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:
.credo.exs | 1 +
.readthedocs.yaml | 2 +-
src/chttpd/test/eunit/chttpd_changes_test.erl | 69 +++++++++++++---------
src/couch/src/couch_changes.erl | 8 +--
src/docs/requirements.txt | 6 +-
src/docs/src/api/server/common.rst | 2 +-
src/docs/src/install/troubleshooting.rst | 4 +-
src/fast_pbkdf2/Makefile | 39 -------------
src/fast_pbkdf2/benchmarks/bench.ex | 7 +--
src/fast_pbkdf2/mix.exs | 2 +-
src/fast_pbkdf2/rebar.config | 83 ++++++++++++++++-----------
src/fast_pbkdf2/rebar.config.script | 8 +++
12 files changed, 115 insertions(+), 116 deletions(-)
delete mode 100644 src/fast_pbkdf2/Makefile
create mode 100644 src/fast_pbkdf2/rebar.config.script