This is an automated email from the ASF dual-hosted git repository. iilyak pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 1ecf363 Make _design_docs to respect query parameters add 92a280a Introduce new _dbs_info endpoint to get info of a list of databases new 884db89 Merge pull request #1082 from cloudant/issue-822-all-dbs-info 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 | 4 + src/chttpd/src/chttpd_auth_request.erl | 4 + src/chttpd/src/chttpd_httpd_handlers.erl | 1 + src/chttpd/src/chttpd_misc.erl | 35 +++++++ src/chttpd/test/chttpd_dbs_info_test.erl | 169 ++++++++++++++++++++++++++++++ src/couch/test/chttpd_endpoints_tests.erl | 1 + 6 files changed, 214 insertions(+) create mode 100644 src/chttpd/test/chttpd_dbs_info_test.erl -- To stop receiving notification emails like this one, please contact iil...@apache.org.