From 0fc0c2d630abe0f4b6cc37c7f92728d1fe156ff3 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 29 Jan 2010 20:08:54 +0000 Subject: Thanks Filipe Manana. Closes COUCHDB-631. Replicator option to replicate a list of docids (bypasses by_seq index). Usage: POST to /_replicate with a JSON body of: {"source": "myfoo", "target" : "http://remotedb.com/theirfoo", "doc_ids": ["foo1", "foo3", "foo666"]} This will copy the listed docs from the source to the target database. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904615 13f79535-47bb-0310-9956-ffa450edef68 --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 8d307650..d8e2374e 100644 --- a/THANKS +++ b/THANKS @@ -43,5 +43,6 @@ suggesting improvements or submitting changes. Some of these people are: * Filipe Manana * Ilia Cheishvili * Lena Herrmann + * Filipe Manana For a list of authors see the `AUTHORS` file. -- cgit v1.2.3