[GitHub] couchdb-documentation pull request #93: _db_updates heartbeat option is a nu...

2017-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-documentation/pull/93 --- 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 f

[GitHub] couchdb-fabric pull request #84: Fix open revs quorum when error

2017-01-12 Thread nickva
Github user nickva commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/84#discussion_r95931563 --- Diff: src/fabric_doc_open_revs.erl --- @@ -24,6 +24,7 @@ worker_count, workers, reply_count = 0, +reply_error_coun

[GitHub] couchdb-fauxton issue #827: Allow hyphen in key name when matching edit line

2017-01-12 Thread Flamenco
Github user Flamenco commented on the issue: https://github.com/apache/couchdb-fauxton/pull/827 Looking forward to that. Hopefully there won't need to be as many 'clicks' to get the job done. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] couchdb-fabric issue #84: Fix open revs quorum when error

2017-01-12 Thread tonysun83
Github user tonysun83 commented on the issue: https://github.com/apache/couchdb-fabric/pull/84 the state change is the only area of concern since we've had issues with upgrades and mismatch records. other than that it lgtm. --- If your project is set up for it, you can reply to this

[GitHub] couchdb-fabric pull request #84: Fix open revs quorum when error

2017-01-12 Thread tonysun83
Github user tonysun83 commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/84#discussion_r95889538 --- Diff: src/fabric_doc_open_revs.erl --- @@ -24,6 +24,7 @@ worker_count, workers, reply_count = 0, +reply_error_c

[GitHub] couchdb-fabric issue #83: Handle no_pass message when limit is 0

2017-01-12 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-fabric/pull/83 Rolling reboot upgrade requires multiple commits as well. But yeah, definitely something we should spend time figuring out. --- If your project is set up for it, you can reply to this email an

[GitHub] couchdb-documentation issue #92: remove documentation about couch_peruser ap...

2017-01-12 Thread michellephung
Github user michellephung commented on the issue: https://github.com/apache/couchdb-documentation/pull/92 no worries!! @KlausTrainer, what would you recommend here for this pr? leave it in? i saw that there was an email on the user mailing list a few days ago, and i wasnt sure if mayb

[GitHub] couchdb-documentation issue #92: remove documentation about couch_peruser ap...

2017-01-12 Thread KlausTrainer
Github user KlausTrainer commented on the issue: https://github.com/apache/couchdb-documentation/pull/92 @janl I implemented the feature with the intention to be released in 2.0. However, I haven't touched or tested it since the time it landed on the master branch (which was quite som

[GitHub] couchdb-fabric issue #83: Handle no_pass message when limit is 0

2017-01-12 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-fabric/pull/83 Fair. But even splitting into two commits would not be a signal to anyone. If we want to support smooth hot upgrade between releases we have a lot more work to do. Sent from my iPhon

[GitHub] couchdb-fabric issue #83: Handle no_pass message when limit is 0

2017-01-12 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-fabric/pull/83 I don't agree that upgrading a cluster without downtime is something only Cloudant cares about. Granted we don't really have a process around this but I think we'll want to figure something out

[GitHub] couchdb-fabric pull request #84: Fix open revs quorum when error

2017-01-12 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-fabric/pull/84 Fix open revs quorum when error In open_revs, do not count errors in quorum threshold calculation Previously quorum check looked just at the number of replies and decided quorum

[GitHub] couchdb pull request #449: Update ./configure to allow spaces in PWD

2017-01-12 Thread guillett
GitHub user guillett opened a pull request: https://github.com/apache/couchdb/pull/449 Update ./configure to allow spaces in PWD You can merge this pull request into a Git repository by running: $ git pull https://github.com/guillett/couchdb space_in_pwd Alternatively you can

[GitHub] couchdb-fabric issue #83: Handle no_pass message when limit is 0

2017-01-12 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-fabric/pull/83 No but this isn't the place to handle Cloudants upgrade problem. We'll split the commit elsewhere to make two tar balls. Sent from my iPhone > On 12 Jan 2017, at 14:09, Paul J

[GitHub] couchdb-documentation issue #93: _db_updates heartbeat option is a number

2017-01-12 Thread jo
Github user jo commented on the issue: https://github.com/apache/couchdb-documentation/pull/93 Thanks for the link! I have just removed the references. --- 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

[GitHub] couchdb-fauxton issue #827: Allow hyphen in key name when matching edit line

2017-01-12 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/827 I won't be able to merge your work in. But we are working on a redesign for that section. I think @justin-mcdavid-ibm will be sending some some mockups for feedback once he is done ---

[GitHub] couchdb-documentation issue #93: _db_updates heartbeat option is a number

2017-01-12 Thread michellephung
Github user michellephung commented on the issue: https://github.com/apache/couchdb-documentation/pull/93 /home/travis/build/apache/couchdb-documentation/src/api/server/common.rst:233: WARNING: undefined label: db_updates/longpoll (if the link has no caption the label must precede a

[GitHub] couchdb-documentation issue #92: remove documentation about couch_peruser ap...

2017-01-12 Thread janl
Github user janl commented on the issue: https://github.com/apache/couchdb-documentation/pull/92 @KlausTrainer didn’t you fix this for 2.0? --- 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 t

[GitHub] couchdb-fauxton issue #827: Allow hyphen in key name when matching edit line

2017-01-12 Thread Flamenco
Github user Flamenco commented on the issue: https://github.com/apache/couchdb-fauxton/pull/827 Now if I could only edit the updates from the sidebar... I tried to implement this, but it was not as simple as I had hoped. After a couple of hours, I gave up and coded this beauty in ab

[GitHub] couchdb-fauxton pull request #832: simplify editDocumentsFromView test

2017-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/832 --- 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 featur

[GitHub] couchdb-fabric issue #83: Handle no_pass message when limit is 0

2017-01-12 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-fabric/pull/83 You decided to ignore the upgrade issues? --- 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 feat

[jira] [Resolved] (COUCHDB-3269) view response can 'hang' with filter and limit specified

2017-01-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-3269. Resolution: Fixed Fix Version/s: 2.1.0 > view response can 'hang' with filter and l

[jira] [Commented] (COUCHDB-3269) view response can 'hang' with filter and limit specified

2017-01-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821019#comment-15821019 ] ASF GitHub Bot commented on COUCHDB-3269: - Github user asfgit closed the pull re

[GitHub] couchdb-fabric pull request #83: Handle no_pass message when limit is 0

2017-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fabric/pull/83 --- 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

[jira] [Commented] (COUCHDB-3269) view response can 'hang' with filter and limit specified

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

[GitHub] couchdb-fauxton pull request #832: simplify editDocumentsFromView test

2017-01-12 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/832 --- 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 f

[GitHub] couchdb-fauxton pull request #832: simplify editDocumentsFromView test

2017-01-12 Thread garrensmith
GitHub user garrensmith reopened a pull request: https://github.com/apache/couchdb-fauxton/pull/832 simplify editDocumentsFromView test You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton simplify-edit-do

[GitHub] couchdb-fauxton pull request #832: simplify editDocumentsFromView test

2017-01-12 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/832 simplify editDocumentsFromView test You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton simplify-edit-docu

[GitHub] couchdb-nano issue #3: add reference to server in doc scope

2017-01-12 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-nano/pull/3 @dominicbarnes could you close this PR now. --- 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

[GitHub] couchdb-nano issue #3: add reference to server in doc scope

2017-01-12 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-nano/pull/3 Thanks. I've merged it in. --- 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 a

[GitHub] couchdb-nano pull request #3: add reference to server in doc scope

2017-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-nano/pull/3 --- 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

[GitHub] couchdb-nano issue #3: add reference to server in doc scope

2017-01-12 Thread glynnbird
Github user glynnbird commented on the issue: https://github.com/apache/couchdb-nano/pull/3 +1 from me --- 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

[GitHub] couchdb-documentation issue #93: _db_updates heartbeat option is a number

2017-01-12 Thread jo
Github user jo commented on the issue: https://github.com/apache/couchdb-documentation/pull/93 CI still [fails for some Python versions](https://travis-ci.org/apache/couchdb-documentation/builds/190953345) - any ideas? @michellephung --- If your project is set up for it, you can re

[GitHub] couchdb-documentation issue #92: remove documentation about couch_peruser ap...

2017-01-12 Thread jo
Github user jo commented on the issue: https://github.com/apache/couchdb-documentation/pull/92 Thank you @michellephung! --- 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 a