This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit a6c58283b0aa335e6f8f14ea4f0819d46886d89c Merge: 0a50108d3 b05db3d11 Author: Will Holley <[email protected]> AuthorDate: Wed May 13 10:02:22 2026 +0100 Merge pull request #5983 from apache/wh/connect_to feat: Add replicator connect_to support for outbound requests. 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(-)
