This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch 1523-bye-bye-5986-rnewson
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 69c93c4 Include proxy host and port in connection pool key
discard 209cb61 Add /_node//_all_dbs
discard 5262f84 add handle_request/1
discard 8126e2f extract get_httpd_handlers function
discard ea440c2 Move get_stats/0
discard c6531fe Remove global _system handler
discard 62134d8 Move _node handler to new module
add 053d494 Implement separate source and target replication proxies
add 692f602 Include proxy host and port in connection pool key
add 30d4e95 Pass timeout as an error to callback in fabric_view_all_docs
add 5e3e50f Merge pull request #2287 from
apache/fix-all_docs-timeout-error
new 5a9ec52 Move _node handler to new module
new 22fb510 Remove global _system handler
new 06dab42 Move get_stats/0
new 6eda0d0 extract get_httpd_handlers function
new 812a6ff add handle_request/1
new 48aa725 Add /_node//_all_dbs
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 (69c93c4)
\
N -- N -- N refs/heads/1523-bye-bye-5986-rnewson (48aa725)
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 6 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:
.travis.yml | 1 +
.../src/couch_replicator_connection.erl | 34 ++++++++++-----
src/couch_replicator/src/couch_replicator_docs.erl | 25 +++++++++--
.../src/couch_replicator_httpc_pool.erl | 11 +++--
.../test/eunit/couch_replicator_proxy_tests.erl | 49 +++++++++++++++++++++-
src/fabric/src/fabric_view_all_docs.erl | 4 +-
6 files changed, 103 insertions(+), 21 deletions(-)