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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
20 matches
Mail list logo