You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/14 16:20:41 UTC

[couchdb] branch feat/port-setup-prs updated (2bc3540 -> c4f215f)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch feat/port-setup-prs
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 2bc3540  demote notice to debug logs by @wyc
     add 4ea7210  config: improve handling of admin-supplied changes
     add 768e9eb  build: ease pattern matching to be less pedantic about RC
     add a82419b  build: release candidate tarball should have -RCx
     add 5c93cb7  Use couch_util:trim for greater erlang compatibility
     add 3c3546c  string:trim() compat for couch_util:trim()
     add fa3c812  bump deps
     add 1703998  raise timeouts in attachment tests
     add 215f49b  wait for db deletion before db re-creation. Closes #1197
     add dacb658  Clarify bad index creation error messages
     new c4f215f  Merge branch 'master' into feat/port-setup-prs

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:
 Makefile                                     | 10 ++++---
 rebar.config.script                          |  4 +--
 src/chttpd/src/chttpd_misc.erl               | 10 ++++---
 src/couch/src/couch_httpd_misc_handlers.erl  |  2 +-
 src/couch/src/couch_util.erl                 | 40 ++++++++++++++++++++++++----
 src/couch/test/couchdb_attachments_tests.erl |  6 ++---
 src/mango/src/mango_error.erl                |  4 +--
 test/javascript/tests/users_db.js            |  7 +++++
 8 files changed, 64 insertions(+), 19 deletions(-)


[couchdb] 01/01: Merge branch 'master' into feat/port-setup-prs

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch feat/port-setup-prs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c4f215f56a34bb70bdbd48654882286e1291888a
Merge: 2bc3540 dacb658
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jul 14 18:20:39 2018 +0200

    Merge branch 'master' into feat/port-setup-prs

 Makefile                                     | 10 ++++---
 rebar.config.script                          |  4 +--
 src/chttpd/src/chttpd_misc.erl               | 10 ++++---
 src/couch/src/couch_httpd_misc_handlers.erl  |  2 +-
 src/couch/src/couch_util.erl                 | 40 ++++++++++++++++++++++++----
 src/couch/test/couchdb_attachments_tests.erl |  6 ++---
 src/mango/src/mango_error.erl                |  4 +--
 test/javascript/tests/users_db.js            |  7 +++++
 8 files changed, 64 insertions(+), 19 deletions(-)