[GitHub] wohali commented on issue #499: Sort out GitHub issues for gitbox repos

2017-05-02 Thread git
wohali commented on issue #499: Sort out GitHub issues for gitbox repos URL: https://github.com/apache/couchdb/issues/499#issuecomment-298794021 Yes, I think you've got exactly the right thing for "next minor release," except that we'd simply edit the label to become "2.2.0" once we knew wh

[GitHub] sagelywizard commented on issue #499: Sort out GitHub issues for gitbox repos

2017-05-02 Thread git
sagelywizard commented on issue #499: Sort out GitHub issues for gitbox repos URL: https://github.com/apache/couchdb/issues/499#issuecomment-298774969 I'm generally +1 to everything here. I'd say we should add a `CONTRIBUTING.md` file. Also, I'm a bit confused how we'd use milestones. Would

[GitHub] wohali opened a new issue #502: all_dbs_active error crashes rexi, returns 500

2017-05-02 Thread git
wohali opened a new issue #502: all_dbs_active error crashes rexi, returns 500 URL: https://github.com/apache/couchdb/issues/502 I'm fixing up the `stats.js` test, which intentionally sets max_dbs_open low. When an operation (here, a doc creation) hits `all_dbs_active`, rexi crashes with a

[GitHub] gabrielmancini commented on issue #905: addons or couchapp

2017-05-02 Thread git
gabrielmancini commented on issue #905: addons or couchapp URL: https://github.com/apache/couchdb-fauxton/issues/905#issuecomment-298745764 2.0 and cloudant This is an automated message from the Apache Git Service. To respond

[GitHub] raigl opened a new issue #914: Fauxton: Error message missing when server error 401 in view edit

2017-05-02 Thread git
raigl opened a new issue #914: Fauxton: Error message missing when server error 401 in view edit URL: https://github.com/apache/couchdb-fauxton/issues/914 If nothing is done for several minutes in Fauxton, and then a view edit is submitted, the message "Saving view..." occurs on top, and l

[jira] [Created] (COUCHDB-3408) EUnit: couch_replicator_small_max_request_size_target should_replicate timed out

2017-05-02 Thread Joan Touzet (JIRA)
Joan Touzet created COUCHDB-3408: Summary: EUnit: couch_replicator_small_max_request_size_target should_replicate timed out Key: COUCHDB-3408 URL: https://issues.apache.org/jira/browse/COUCHDB-3408 Pr

[jira] [Commented] (COUCHDB-3405) JS: attachment_views gen_server error

2017-05-02 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993490#comment-15993490 ] Joan Touzet commented on COUCHDB-3405: -- Got this one again. Ubuntu 14.04 default Er

[jira] [Commented] (COUCHDB-3343) JS: show_documents failure

2017-05-02 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993483#comment-15993483 ] Joan Touzet commented on COUCHDB-3343: -- Still getting lots of these on Travis. > J

[jira] [Closed] (COUCHDB-3402) JS: dev/run timing out starting up nodes

2017-05-02 Thread Joan Touzet (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joan Touzet closed COUCHDB-3402. Resolution: Fixed After patching, I ran startup/shutdown in a loop 30x and was unable to reproduc

[GitHub] wohali closed pull request #501: Fix error on race condition in mem3 startup

2017-05-02 Thread git
wohali closed pull request #501: Fix error on race condition in mem3 startup URL: https://github.com/apache/couchdb/pull/501 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Commented] (COUCHDB-3402) JS: dev/run timing out starting up nodes

2017-05-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993434#comment-15993434 ] ASF subversion and git services commented on COUCHDB-3402: -- Com

[GitHub] wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-05-02 Thread git
wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-298695381 @fkaempfer Do you have a CouchDB 1.6 lying around? Can you test what it does? Your PR should, for no

[jira] [Commented] (COUCHDB-3402) JS: dev/run timing out starting up nodes

2017-05-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993388#comment-15993388 ] ASF subversion and git services commented on COUCHDB-3402: -- Com

[GitHub] wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-05-02 Thread git
wohali commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-298695381 @fkaempfer Do you have a CouchDB 1.6 lying around? Can you test what it does? Your PR should, for no

[GitHub] wohali commented on issue #501: Fix error on race condition in mem3 startup

2017-05-02 Thread git
wohali commented on issue #501: Fix error on race condition in mem3 startup URL: https://github.com/apache/couchdb/pull/501#issuecomment-298694987 Yup @iilyak I got busy with something else yesterday but will redo my PR in the next hour and merge it along the lines of what you show assuming

[GitHub] iilyak commented on issue #501: Fix error on race condition in mem3 startup

2017-05-02 Thread git
iilyak commented on issue #501: Fix error on race condition in mem3 startup URL: https://github.com/apache/couchdb/pull/501#issuecomment-298691336 > Question: Why not call couch_db:open/2 with Options including create_if_missing once, and if that fails with file_exists, just call it again

[jira] [Closed] (COUCHDB-3407) Prevision version of document button

2017-05-02 Thread Sergey Safarov (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Safarov closed COUCHDB-3407. --- Resolution: Fixed > Prevision version of document button > -

[GitHub] davisp commented on a change in pull request #469: Choose index based on fields match

2017-05-02 Thread git
davisp commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r114339286 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges) ->

[jira] [Commented] (COUCHDB-3407) Prevision version of document button

2017-05-02 Thread Sergey Safarov (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993030#comment-15993030 ] Sergey Safarov commented on COUCHDB-3407: - Moved to https://github.com/apache/co

[GitHub] sergey-safarov commented on issue #912: safeURLName replaced by encodeURIComponent

2017-05-02 Thread git
sergey-safarov commented on issue #912: safeURLName replaced by encodeURIComponent URL: https://github.com/apache/couchdb-fauxton/pull/912#issuecomment-298660573 @garrensmith in https://github.com/apache/couchdb-fauxton/pull/802 you wrote "PR has large changes and I'm not sure what effect

[GitHub] sergey-safarov opened a new issue #913: Wish: Prevision version of document button

2017-05-02 Thread git
sergey-safarov opened a new issue #913: Wish: Prevision version of document button URL: https://github.com/apache/couchdb-fauxton/issues/913 in couchdb 1.6 exist prevision version of document button. Could you please add similar to latest fauxton ---

[GitHub] fkaempfer commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints

2017-05-02 Thread git
fkaempfer commented on issue #475: COUCHDB-3367: Require server admin user for db/_compact and db/_view_cleanup endpoints URL: https://github.com/apache/couchdb/pull/475#issuecomment-298633590 OK, this is my first erlang code ever written, so perhaps it could still be improved ;). T

[GitHub] rnewson commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json

2017-05-02 Thread git
rnewson commented on issue #494: couchdb2.0 is not sending charset=utf-8 in response headers of json URL: https://github.com/apache/couchdb/pull/494#issuecomment-298617779 utf-8 is the defined charset when interpreting application/json, this is unnecessary. https://www.ietf.org/rfc/

[GitHub] garrensmith commented on a change in pull request #469: Choose index based on fields match

2017-05-02 Thread git
garrensmith commented on a change in pull request #469: Choose index based on fields match URL: https://github.com/apache/couchdb/pull/469#discussion_r114286289 ## File path: src/mango/src/mango_cursor_view.erl ## @@ -124,25 +128,31 @@ composite_prefix([Col | Rest], Ranges

[GitHub] garrensmith commented on issue #912: safeURLName replaced by encodeURIComponent

2017-05-02 Thread git
garrensmith commented on issue #912: safeURLName replaced by encodeURIComponent URL: https://github.com/apache/couchdb-fauxton/pull/912#issuecomment-298567279 @sergey-safarov I'm not sure why you opened this PR, its the same as #802

[GitHub] garrensmith commented on issue #905: addons or couchapp

2017-05-02 Thread git
garrensmith commented on issue #905: addons or couchapp URL: https://github.com/apache/couchdb-fauxton/issues/905#issuecomment-298557486 Which version of Couchdb are you using? This is an automated message from the Apache Git

[GitHub] garrensmith commented on issue #1: Move Docker images from here

2017-05-02 Thread git
garrensmith commented on issue #1: Move Docker images from here URL: https://github.com/apache/couchdb-docker/issues/1#issuecomment-298557276 Awesome thanks @klaemo. Don't deprecate https://hub.docker.com/r/klaemo/couchdb just yet. We need to get a new release out first and move the other

[GitHub] garrensmith closed issue #1: Move Docker images from here

2017-05-02 Thread git
garrensmith closed issue #1: Move Docker images from here URL: https://github.com/apache/couchdb-docker/issues/1 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and u