This is an automated email from the ASF dual-hosted git repository.
chewbranca pushed a change to branch flush-chttpd-attachment-monitors
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 1f4e507c7 Flush chttpd_db monitor refs on demonitor
add a4ede7bbd Reject requests with user-agent header
add 4e0b66a4f Merge pull request #4905 from apache/nouveau-auth
add 125b3b77b Clean up config
add 4e2981c03 Simplify logging of sensitive config values
add 0eca498ed Remove support for delete markers
add 876fa877c couch_passwords:verify should always return false for bad
inputs
add e551cac5a Merge pull request #4910 from
apache/couch_passwords_very_return_false
add 4f8677615 Flush chttpd_db monitor refs on demonitor
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 (1f4e507c7)
\
N -- N -- N refs/heads/flush-chttpd-attachment-monitors
(4f8677615)
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_auth_tests.erl | 2 +-
src/config/src/config.erl | 181 ++++++++++-----------
rel/files/sys.config => src/config/src/config.hrl | 2 +-
src/config/src/config_writer.erl | 15 +-
src/config/test/config_tests.erl | 100 ++++++++++--
src/couch/src/couch_passwords.erl | 2 +
src/docs/src/config/intro.rst | 11 --
test/elixir/test/config/nouveau.elixir | 1 +
test/elixir/test/nouveau_test.exs | 6 +
11 files changed, 247 insertions(+), 129 deletions(-)
create mode 100644
nouveau/src/main/java/org/apache/couchdb/nouveau/core/UserAgentFilter.java
copy rel/files/sys.config => src/config/src/config.hrl (95%)