This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch jenkins-enable-ppc64le-and-s390x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 2a3e761c8 Try to re-enable s390x and ppc64le
add d4067c4f9 feat(couch): add process_count gauge to query server manager
add 2eed4886d sq - update gauge in dec_count and inc_count
add 307e4d975 configurable request header for determining peer
add 0ea474740 Merge pull request #6063 from apache/custom-peer-header
add c4fd3366c Supervisor-level replicator auth plugin callbacks
new c9517ceee Try to re-enable s390x and ppc64le
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 (2a3e761c8)
\
N -- N -- N refs/heads/jenkins-enable-ppc64le-and-s390x
(c9517ceee)
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.
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:
rel/overlay/etc/default.ini | 5 +
src/chttpd/src/chttpd.erl | 26 +++-
src/chttpd/src/chttpd_external.erl | 2 +-
src/couch/priv/stats_descriptions.cfg | 4 +
src/couch/src/couch_auth_lockout.erl | 17 +--
src/couch/src/couch_httpd.erl | 17 +++
src/couch/src/couch_httpd_auth.erl | 10 +-
src/couch/src/couch_proc_manager.erl | 4 +
src/couch/test/eunit/couch_cfile_prop_tests.erl | 2 +-
src/couch_replicator/src/couch_replicator_auth.erl | 155 ++++++++++++++++++++-
src/couch_replicator/src/couch_replicator_sup.erl | 3 +-
src/docs/src/config/http.rst | 13 ++
12 files changed, 234 insertions(+), 24 deletions(-)