This is an automated email from the ASF dual-hosted git repository.
willholley pushed a change to branch wh/connect_to
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 64b42db8b PR review fixes:
omit 11fc37e8c remove unused exports
omit 3faca174c cache the parsed config
omit 9749ba165 extract common helper for dns_overrides
omit 2c36aa07b fix is_ip_address implementation
omit 625a00a82 address review comments
omit 7b08e4176 add test from PR review
omit d63206e0b feat: Add replicator DNS override support for outbound
requests.
add d76a451f2 feat: Add connect_to override support for outbound requests.
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 (64b42db8b)
\
N -- N -- N refs/heads/wh/connect_to (d76a451f2)
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:
rel/overlay/etc/default.ini | 12 +-
src/couch_replicator/priv/stats_descriptions.cfg | 2 +-
.../src/couch_replicator_auth_session.erl | 8 +-
.../src/couch_replicator_connect.erl | 297 +++++++++++++++++++++
src/couch_replicator/src/couch_replicator_dns.erl | 207 --------------
.../src/couch_replicator_httpc.erl | 8 +-
.../src/couch_replicator_scheduler.erl | 6 +-
...=> couch_replicator_connect_override_tests.erl} | 26 +-
.../test/eunit/couch_replicator_connect_tests.erl | 200 ++++++++++++++
.../test/eunit/couch_replicator_dns_tests.erl | 204 --------------
src/docs/src/config/replicator.rst | 26 +-
11 files changed, 545 insertions(+), 451 deletions(-)
create mode 100644 src/couch_replicator/src/couch_replicator_connect.erl
delete mode 100644 src/couch_replicator/src/couch_replicator_dns.erl
rename
src/couch_replicator/test/eunit/{couch_replicator_dns_override_tests.erl =>
couch_replicator_connect_override_tests.erl} (68%)
create mode 100644
src/couch_replicator/test/eunit/couch_replicator_connect_tests.erl
delete mode 100644
src/couch_replicator/test/eunit/couch_replicator_dns_tests.erl