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
omit c57014b21 Avoid read docs twice when filtered `_changes` is triggered
omit 175ccb357 `t_selector_should_only_open_doc_once` should fail
add a4ede7bbd Reject requests with user-agent header
add 4e0b66a4f Merge pull request #4905 from apache/nouveau-auth
add a1cc2277b `t_selector_should_only_open_doc_once` should fail
add ace65e582 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 (c57014b21)
\
N -- N -- N refs/heads/fix-changes-stats (ace65e582)
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:
.../apache/couchdb/nouveau/NouveauApplication.java | 7 ++++
.../couchdb/nouveau/core/UserAgentFilter.java | 49 ++++++++++++++++++++++
src/chttpd/test/eunit/chttpd_changes_test.erl | 43 +++++++++++--------
test/elixir/test/config/nouveau.elixir | 1 +
test/elixir/test/nouveau_test.exs | 6 +++
5 files changed, 88 insertions(+), 18 deletions(-)
create mode 100644
nouveau/src/main/java/org/apache/couchdb/nouveau/core/UserAgentFilter.java