[jira] [Created] (COUCHDB-3196) Windows installer msi - path contains spaces error

2016-10-13 Thread Josh Burvill (JIRA)
Josh Burvill created COUCHDB-3196: - Summary: Windows installer msi - path contains spaces error Key: COUCHDB-3196 URL: https://issues.apache.org/jira/browse/COUCHDB-3196 Project: CouchDB

[GitHub] couchdb-chttpd issue #110: Fix CORS max_age configuration parameter

2016-10-13 Thread iilyak
Github user iilyak commented on the issue: https://github.com/apache/couchdb-chttpd/pull/110 +1. All tests pass locally. ``` ==> chttpd (eunit) Compiled test/chttpd_cors_test.erl Running test function(s): chttpd_cors_test:cors_enabled_simple_config_test_/0

[GitHub] couchdb-couch pull request #206: 71810 handle errors terms from fabric

2016-10-13 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch/pull/206 71810 handle errors terms from fabric Test suite for https://github.com/apache/couchdb-chttpd/pull/146 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (COUCHDB-3195) Handle {Class, Reason, Stack} in chttpd:error_info.

2016-10-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15573343#comment-15573343 ] ASF GitHub Bot commented on COUCHDB-3195: - GitHub user iilyak opened a pull request:

[jira] [Created] (COUCHDB-3195) Handle {Class, Reason, Stack} in chttpd:error_info.

2016-10-13 Thread ILYA (JIRA)
ILYA created COUCHDB-3195: - Summary: Handle {Class, Reason, Stack} in chttpd:error_info. Key: COUCHDB-3195 URL: https://issues.apache.org/jira/browse/COUCHDB-3195 Project: CouchDB Issue Type: Bug

[jira] [Created] (COUCHDB-3194) Windows installer says "x86", while it can be inst...

2016-10-13 Thread ASF subversion and git services (JIRA)
ASF subversion and git services created COUCHDB-3194: Summary: Windows installer says "x86", while it can be inst... Key: COUCHDB-3194 URL: https://issues.apache.org/jira/browse/COUCHDB-3194

[GitHub] couchdb-documentation pull request #47: Update performance.rst

2016-10-13 Thread seigel
Github user seigel closed the pull request at: https://github.com/apache/couchdb-documentation/pull/47 --- 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

[GitHub] couchdb-fauxton pull request #786: a few doc-list fixes

2016-10-13 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/786 a few doc-list fixes - chore: remove broken transition the transition wasn't working. actually transitions are bad as many couchdb users access fauxton using a remote

[GitHub] couchdb-fauxton issue #785: react-select: disable cache

2016-10-13 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/785 no test as we would just test react-select as a library. --- 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

[GitHub] couchdb-fauxton pull request #785: react-select: disable cache

2016-10-13 Thread robertkowalski
GitHub user robertkowalski opened a pull request: https://github.com/apache/couchdb-fauxton/pull/785 react-select: disable cache react-select caches the results which leads to database names appearing in the list of document names after you opened the dropdown on the

[GitHub] couchdb-couch pull request #205: 75431 truncate revs to revs limit

2016-10-13 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch/pull/205 75431 truncate revs to revs limit This PR drags unrelated commits because the sync between ASF and github is currently broken. You can merge this pull request into a Git repository by

[jira] [Created] (COUCHDB-3192) Remove ZeroClipboard and replace it with pure JS

2016-10-13 Thread Robert Kowalski (JIRA)
Robert Kowalski created COUCHDB-3192: Summary: Remove ZeroClipboard and replace it with pure JS Key: COUCHDB-3192 URL: https://issues.apache.org/jira/browse/COUCHDB-3192 Project: CouchDB

[jira] [Created] (COUCHDB-3191) Improve couch_lru performance

2016-10-13 Thread Paul Joseph Davis (JIRA)
Paul Joseph Davis created COUCHDB-3191: -- Summary: Improve couch_lru performance Key: COUCHDB-3191 URL: https://issues.apache.org/jira/browse/COUCHDB-3191 Project: CouchDB Issue Type:

[GitHub] couchdb-fauxton pull request #784: Fix database name escaping

2016-10-13 Thread jinroh
Github user jinroh closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/784 --- 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

[GitHub] couchdb-fauxton issue #784: Fix database name escaping

2016-10-13 Thread jinroh
Github user jinroh commented on the issue: https://github.com/apache/couchdb-fauxton/pull/784 Thanks ! --- 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

[jira] [Created] (COUCHDB-3190) Sidebar dropdown does not work for design docs with dolalr symbol

2016-10-13 Thread Robert Kowalski (JIRA)
Robert Kowalski created COUCHDB-3190: Summary: Sidebar dropdown does not work for design docs with dolalr symbol Key: COUCHDB-3190 URL: https://issues.apache.org/jira/browse/COUCHDB-3190 Project:

[jira] [Resolved] (COUCHDB-3188) Long database names overlap header

2016-10-13 Thread Robert Kowalski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Kowalski resolved COUCHDB-3188. -- Resolution: Duplicate > Long database names overlap header >

[GitHub] couchdb-fauxton issue #784: Fix database name escaping

2016-10-13 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/784 landed as ef1ecc8b16c8e7e20228138a6384af21800bbe4f - thank you, you can close the PR --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] couchdb-fauxton issue #784: Fix database name escaping

2016-10-13 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/784 checked and works, thank you! +1 --- 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

[GitHub] couchdb-fauxton issue #784: Fix database name escaping

2016-10-13 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/784 Hi @jinroh thanks for this contribution. This is really useful. I know that @robertkowalski is also looking at this issue right now. He will review this issue for you soon. --- If