[GitHub] couchdb-couch pull request: rebased _bulk_get patch

2014-12-18 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch/pull/18#issuecomment-67550634 @nolanlawson it also works for `Accept: Application/json`: https://github.com/rcouch/couchdb-couch-httpd/blob/master/src/couch_httpd_bulk_get.erl#L42

[GitHub] couchdb-couch pull request: rebased _bulk_get patch

2014-12-18 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch/pull/18#issuecomment-67520435 Just to say that rcouch include a bulk_get api actully compatible with couchbase lite: http://docs.rcouch.org/en/latest/api/database/bulk-api.html#post

[GitHub] couchdb-couch-mrview pull request: Add view changes functionality

2014-10-28 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch-mrview/pull/2#issuecomment-60786465 so the question is what should be done to finish this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] couchdb-couch-mrview pull request: Add view changes functionality

2014-10-22 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch-mrview/pull/2#issuecomment-60155037 You can find some description of the original patch on the mailing list. Also this commit: https://github.com/rcouch/couchdb-couch-mrview/commit

[GitHub] couchdb-couch pull request: Add view changes functionality

2014-10-22 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch/pull/4#issuecomment-60154147 well original code has not this dependency instead it has been created different modules to handle change separately: https://github.com/rcouch/couchdb

[GitHub] couchdb-couch-replicator pull request: Update handle_changes funct...

2014-09-08 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/2#issuecomment-54824058 so there is no way right now to replicate using a view change? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] couchdb-couch-mrview pull request: Add view changes functionality

2014-09-08 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch-mrview/pull/2#issuecomment-54823886 +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-mrview pull request: Add view changes functionality

2014-09-08 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb-couch-mrview/pull/2#discussion_r17239679 --- Diff: test/04-index-info.t --- @@ -36,6 +46,18 @@ test() -> etap:is(getval(compact_running, Info), false, "No compaction

[GitHub] couchdb-fabric pull request: 1993 bigcouch couch mrview

2014-03-31 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb-fabric/pull/1#discussion_r5574 --- Diff: src/fabric_view_reduce.erl --- @@ -84,6 +74,30 @@ handle_message({rexi_EXIT, Reason}, Worker, State) -> {error, R

[GitHub] couchdb-couch-mrview pull request: 1993 bigcouch couch mrview

2014-03-31 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb-couch-mrview/pull/1#discussion_r5202 --- Diff: src/couch_mrview.erl --- @@ -127,6 +127,10 @@ query_view(Db, {Type, View, Ref}, Args, Callback, Acc) ->

[GitHub] couchdb-couch-mrview pull request: 1993 bigcouch couch mrview

2014-03-31 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb-couch-mrview/pull/1#discussion_r5166 --- Diff: src/couch_mrview.erl --- @@ -127,6 +127,10 @@ query_view(Db, {Type, View, Ref}, Args, Callback, Acc) ->

[GitHub] couchdb pull request: Use cookie authentication during replication

2014-03-11 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb/pull/172#discussion_r10485218 --- Diff: src/couch_replicator/src/couch_replicator_httpc.erl --- @@ -131,6 +171,90 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback

[GitHub] couchdb pull request: Use cookie authentication during replication

2014-03-11 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb/pull/172#discussion_r10484392 --- Diff: src/couch_replicator/src/couch_replicator_httpc.erl --- @@ -131,6 +171,90 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback

[GitHub] couchdb pull request: Use cookie authentication during replication

2014-03-11 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb/pull/172#discussion_r10467062 --- Diff: src/couch_replicator/src/couch_replicator_httpc.erl --- @@ -131,6 +171,90 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback

[GitHub] couchdb pull request: Use cookie authentication during replication

2014-03-11 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb/pull/172#discussion_r10466390 --- Diff: src/couch_replicator/src/couch_replicator_httpc.erl --- @@ -131,6 +171,90 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback

[GitHub] couchdb pull request: Use cookie authentication during replication

2014-03-10 Thread benoitc
Github user benoitc commented on a diff in the pull request: https://github.com/apache/couchdb/pull/172#discussion_r10456813 --- Diff: src/couch_replicator/src/couch_replicator_httpc.erl --- @@ -131,6 +171,90 @@ process_stream_response(ReqId, Worker, HttpDb, Params, Callback

[GitHub] couchdb-couch-httpd pull request: Feature/rcouch 15

2014-02-19 Thread benoitc
Github user benoitc closed the pull request at: https://github.com/apache/couchdb-couch-httpd/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this

[GitHub] couchdb-couch-httpd pull request: RCOUCH-7: add _bulk_get entry po...

2014-02-17 Thread benoitc
Github user benoitc commented on the pull request: https://github.com/apache/couchdb-couch-httpd/pull/2#issuecomment-35317134 Sorry. didn't realised that Github PR are sent to the fork source... On Mon, Feb 17, 2014 at 8:52 PM, Robert Newson wrote: >

[GitHub] couchdb-couch-httpd pull request: RCOUCH-7: add _bulk_get entry po...

2014-02-17 Thread benoitc
Github user benoitc closed the pull request at: https://github.com/apache/couchdb-couch-httpd/pull/2 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this

[GitHub] couchdb-couch-httpd pull request: RCOUCH-7: add _bulk_get entry po...

2014-02-17 Thread benoitc
GitHub user benoitc opened a pull request: https://github.com/apache/couchdb-couch-httpd/pull/2 RCOUCH-7: add _bulk_get entry point implement the spec from couchbase https://github.com/couchbase/sync_gateway/wiki/Bulk-GET Tracked in https://jira.refuge.io/browse/RCOUCH