This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from ce2769777 Git ignore all `.hypothesis` directories
add a4ede7bbd Reject requests with user-agent header
new 4e0b66a4f Merge pull request #4905 from apache/nouveau-auth
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/couchdb/nouveau/NouveauApplication.java | 7 ++++
.../couchdb/nouveau/core/UserAgentFilter.java | 49 ++++++++++++++++++++++
test/elixir/test/config/nouveau.elixir | 1 +
test/elixir/test/nouveau_test.exs | 6 +++
4 files changed, 63 insertions(+)
create mode 100644
nouveau/src/main/java/org/apache/couchdb/nouveau/core/UserAgentFilter.java