GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/579
Allow db names starting with underscore
The JS validation unnecessarily stopped users from creating
database names with underscores. This removes that restriction.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
allow-db-names-starting-with-underscore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/579.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 #579
----
commit 7654a0cf51f5e3ff4b599da1ffd5a063320fd37f
Author: Ben Keen <[email protected]>
Date: 2015-11-16T20:39:05Z
testing
commit 0b7b97d3d86c91f1097059554df586f22bb66211
Author: Ben Keen <[email protected]>
Date: 2015-11-18T16:52:54Z
Allow database names to start with underscore
The JS validation unnecessarily stopped users from creating
database names with underscores. This removes that restriction.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---