[jira] [Created] (COUCHDB-2531) CouchDB 2.0: POST to /_revs_diff with no revisions times out

2014-12-30 Thread Will Holley (JIRA)
Will Holley created COUCHDB-2531: Summary: CouchDB 2.0: POST to /_revs_diff with no revisions times out Key: COUCHDB-2531 URL: https://issues.apache.org/jira/browse/COUCHDB-2531 Project: CouchDB

[jira] [Created] (COUCHDB-2532) Compact a given design document

2014-12-30 Thread Leon Kaiser (JIRA)
Leon Kaiser created COUCHDB-2532: Summary: Compact a given design document Key: COUCHDB-2532 URL: https://issues.apache.org/jira/browse/COUCHDB-2532 Project: CouchDB Issue Type: Bug

[jira] [Updated] (COUCHDB-2532) Compact a given design document

2014-12-30 Thread Leon Kaiser (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leon Kaiser updated COUCHDB-2532: - Description: Hello, when I send a compact-command with a path to a ViewDocument, the server

number of PRs which needs some review and merge

2014-12-30 Thread Ilya Khlopotov
Hello I have a number of PRs which needs some review and merge. I appreciate you help with it. Below is the list 1. Add an ability to tell if view was up to date without querying it. https://issues.apache.org/jira/browse/COUCHDB-2526 https://github.com/apache/couchdb-fabric/pull/9

about bigcouch integration and zones

2014-12-30 Thread Luis Azedo
Hi, bigcouch has support for zones usually used for cross datacenter replication. does 1843-bigcouch support zones ? Thanks

[GitHub] couchdb-fabric pull request: 2526 pending updates info

2014-12-30 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/9#discussion_r22363647 --- Diff: src/fabric_group_info.erl --- @@ -38,41 +39,74 @@ go(DbName, #doc{id=DDocId}) - rexi_monitor:stop(RexiMon) end.

[GitHub] couchdb-fabric pull request: 2526 pending updates info

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fabric/pull/9#issuecomment-68395779 Except few notes about styling looks good for 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

[GitHub] couchdb-fabric pull request: 2526 pending updates info

2014-12-30 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/9#discussion_r22363748 --- Diff: src/fabric_group_info.erl --- @@ -38,41 +39,74 @@ go(DbName, #doc{id=DDocId}) - rexi_monitor:stop(RexiMon) end.

[GitHub] couchdb-couch pull request: Modify init_delete_dir to be async

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/27#issuecomment-68396621 LGFM. +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 have this feature

[GitHub] couchdb pull request: 1145 local docs handler

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/291#issuecomment-68396683 +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 have this feature enabled and

[GitHub] couchdb-couch-mrview pull request: 1145 local docs handler

2014-12-30 Thread kxepal
Github user kxepal commented on a diff in the pull request: https://github.com/apache/couchdb-couch-mrview/pull/13#discussion_r22364337 --- Diff: src/couch_mrview_http.erl --- @@ -48,6 +50,22 @@ handle_all_docs_req(#httpd{method='POST'}=Req, Db) - handle_all_docs_req(Req, _Db)

[GitHub] couchdb-fabric pull request: Don't do manual filtering of _design ...

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fabric/pull/8#issuecomment-68397543 +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 have this feature

[GitHub] couchdb-couch-replicator pull request: abort_multi_part_stream has...

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/4#issuecomment-68397898 Commit message shouldn't be longer than 72 chars (first one also no longer 50, but not always possible). Could be reworded simple like as `Use

[GitHub] couchdb-chttpd pull request: abort_multi_part_stream has been move...

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/11#issuecomment-68397991 Same long commit message. Could be shorter. --- 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

Re: number of PRs which needs some review and merge

2014-12-30 Thread Alexander Shorin
Hi Ilya, Took a look on what I can. Multipart changes are indeed too complex and need more detailed review. You made awesome work and hope these PRs wouldn't be the last (: Best wishes and Happy New Year! -- ,,,^..^,,, On Tue, Dec 30, 2014 at 9:52 PM, Ilya Khlopotov iil...@ca.ibm.com wrote:

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2014-12-30 Thread chewbranca
GitHub user chewbranca opened a pull request: https://github.com/apache/couchdb/pull/292 Separate out Fauxton compilation from core CouchDB This separates compilation of core CouchDB from compilation of Fauxton. I'm not attached to the name `compile-core`, and it might also be

[GitHub] couchdb pull request: Separate out Fauxton compilation from core C...

2014-12-30 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb/pull/292#issuecomment-68414889 How about to split couch and fauxton on all level? ``` all: couch fauxton ``` and turn `compile` into `couch` without fauxton bits? ---

[GitHub] couchdb-fauxton pull request: Keep track of sidebar status

2014-12-30 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/210 Keep track of sidebar status This is a simple usability fix: it keeps track of whether the user has expanded or shrunk the sidebar so on future refreshes it doesn't revert to the