Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16EB217325 for ; Wed, 25 Feb 2015 16:43:16 +0000 (UTC) Received: (qmail 38255 invoked by uid 500); 25 Feb 2015 16:43:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38196 invoked by uid 500); 25 Feb 2015 16:43:09 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 38184 invoked by uid 99); 25 Feb 2015 16:43:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 16:43:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C783E03F7; Wed, 25 Feb 2015 16:43:09 +0000 (UTC) From: iilyak To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-couch pull request: 2625 dbname validator Content-Type: text/plain Date: Wed, 25 Feb 2015 16:43:09 +0000 (UTC) GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch/pull/38 2625 dbname validator This depends on https://github.com/apache/couchdb-couch/pull/37 You can merge this pull request into a Git repository by running: $ git pull https://github.com/iilyak/couchdb-couch 2625-dbname_validator Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch/pull/38.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #38 ---- commit 0e01a33cc6443f0690cc5f2460c0240b64eda335 Author: ILYA Khlopotov Date: 2015-02-25T16:28:08Z Return {error, Reason} for illegal_database_name COUCHDB-2625 commit 33c0265b3d9f6efd23b9c5a8fdbf331c9871a511 Author: ILYA Khlopotov Date: 2015-02-25T16:30:45Z Implement custom dbname_validator COUCHDB-2625 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---