This is an automated email from the ASF dual-hosted git repository.
willholley pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 0a50108d3 Run git renormalize
add b05db3d11 feat: Add connect_to override support for outbound requests.
new a6c58283b Merge pull request #5983 from apache/wh/connect_to
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 | 8 +
src/couch_replicator/priv/stats_descriptions.cfg | 4 +
.../src/couch_replicator_auth_session.erl | 9 +-
.../src/couch_replicator_connect.erl | 268 +++++++++++++++++++++
.../src/couch_replicator_httpc.erl | 11 +-
.../src/couch_replicator_scheduler.erl | 4 +
.../couch_replicator_connect_override_tests.erl | 74 ++++++
.../test/eunit/couch_replicator_connect_tests.erl | 130 ++++++++++
src/docs/src/config/replicator.rst | 25 ++
9 files changed, 529 insertions(+), 4 deletions(-)
create mode 100644 src/couch_replicator/src/couch_replicator_connect.erl
create mode 100644
src/couch_replicator/test/eunit/couch_replicator_connect_override_tests.erl
create mode 100644
src/couch_replicator/test/eunit/couch_replicator_connect_tests.erl