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
discard 503825c1b address review comments
discard 073545807 add test from PR review
discard 0ca74fbde temp: use connect_to ibrowse branch
discard 59e310b9c feat: Add replicator DNS override support for outbound
requests.
add 291a24c43 Re-enable Clouseau testing in containers
add 486ed0aee clouseau: bump version to 3.3.0
add b2a00f820 chore: remove duplicate ioq section entry in default.ini
add da53da51a chore: add missing comment from docs
add 2198a0a08 Merge pull request #5992 from apache/chore/ioq-default-ini
add 43b31d90c Update dependencies before 3.5.2 release
add 425d8aa9e Fix append_update_replies case clause in fabric_doc_update
add 2d56dc217 feat: Add replicator DNS override support for outbound
requests.
add 132666668 add test from PR review
add 99eacb239 address review comments
add b742a42d3 fix is_ip_address implementation
add 45fcc9ee1 extract common helper for dns_overrides
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 (503825c1b)
\
N -- N -- N refs/heads/wh/connect_to (45fcc9ee1)
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:
build-aux/Jenkinsfile | 43 ++-
configure | 2 +-
configure.ps1 | 8 +-
mix.exs | 2 +-
rebar.config.script | 8 +-
rel/overlay/etc/default.ini | 7 +-
.../src/couch_replicator_auth_session.erl | 34 +--
src/couch_replicator/src/couch_replicator_dns.erl | 62 ++++-
.../src/couch_replicator_httpc.erl | 46 +--
.../test/eunit/couch_replicator_dns_tests.erl | 33 +++
src/fabric/src/fabric_doc_update.erl | 310 +++++++++++++++------
11 files changed, 375 insertions(+), 180 deletions(-)