summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-01-29 20:08:54 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-01-29 20:08:54 +0000
commit0fc0c2d630abe0f4b6cc37c7f92728d1fe156ff3 (patch)
tree4a7727a9db0c07676d8ba44fdab09291bf928da7 /THANKS
parentadb2703aa1f7b13d30e033a8b47bc625f8c492cc (diff)
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
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
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 <fdmanana@gmail.com>
* Ilia Cheishvili <ilia.cheishvili@gmail.com>
* Lena Herrmann <lena@zeromail.org>
+ * Filipe Manana <fdmanana@gmail.com>
For a list of authors see the `AUTHORS` file.