This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch 1.x.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from febbb20 Add 1.7 "What's new" page (#943)
new 53dcb01 Return username on POST to /_session
new 56c1547 Merge default update response headers with custom ones
new 4642d66 Reduce duplicated code
new f4993f3 Throw if parse_revs is not a list
new d65a5e8 Respond with HTTP 400 Bad Request on invalid revision number
new ab3c51e Implement /db/_bulk_get endpoint
new eeef2ee Improve checks for db admin/member
The 7 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:
share/doc/src/whatsnew/1.7.rst | 7 +
src/couch_mrview/src/couch_mrview_show.erl | 46 ++---
src/couchdb/couch_db.erl | 105 +++++++----
src/couchdb/couch_doc.erl | 12 +-
src/couchdb/couch_httpd_auth.erl | 2 +-
src/couchdb/couch_httpd_db.erl | 194 ++++++++++++++++++++-
test/couchdb/Makefile.am | 2 +
...s_daemon_looper.escript => couch_doc_tests.erl} | 20 +--
test/couchdb/couchdb_auth_tests.erl | 62 +++++++
test/couchdb/eunit.ini | 4 +
test/couchdb/test_request.erl | 5 +
11 files changed, 382 insertions(+), 77 deletions(-)
copy test/couchdb/{fixtures/os_daemon_looper.escript => couch_doc_tests.erl}
(60%)
mode change 100755 => 100644
create mode 100644 test/couchdb/couchdb_auth_tests.erl
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].