You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2020/08/14 12:05:08 UTC

[couchdb] branch 3.x updated (613311f -> 22c0146)

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

eiri pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 613311f  Merge pull request #3071 from apache/couch_index_server_crash-3.x
     add cd7c6c0  Validate shard specific query params on db create request
     new 22c0146  Merge pull request #3078 from apache/validate-db-create-params-3.x

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:
 src/chttpd/src/chttpd_db.erl | 162 ++++++++++++++++++++++++++++++++++++++++---
 src/couch/src/couch_util.erl |  12 ++++
 2 files changed, 165 insertions(+), 9 deletions(-)


[couchdb] 01/01: Merge pull request #3078 from apache/validate-db-create-params-3.x

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

eiri pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 22c0146d959bbd0365bd1d2e39808f65e143ebfc
Merge: 613311f cd7c6c0
Author: Eric Avdey <ei...@eiri.ca>
AuthorDate: Fri Aug 14 09:04:51 2020 -0300

    Merge pull request #3078 from apache/validate-db-create-params-3.x
    
    Validate shard specific query params on db create request

 src/chttpd/src/chttpd_db.erl | 162 ++++++++++++++++++++++++++++++++++++++++---
 src/couch/src/couch_util.erl |  12 ++++
 2 files changed, 165 insertions(+), 9 deletions(-)