| a | b | |
|---|
| 0 | + | < PUT /testresolvingconflicts/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/testresolvingconflicts |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 12 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true} |
|---|
| 0 | + | < GET / HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 40 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"couchdb":"Welcome","version":"1.2.0"} |
|---|
| 0 | + | < GET /_replicator/_design/featjs HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-ea996976cbd50e56427e97d8239ff1bd" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 312 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"_design/featjs","_rev":"2-ea996976cbd50e56427e97d8239ff1bd",".type":"design","filters":{},"language":"javascript","views":{"replications":{"map":"function(doc) {\n if (doc._replication_id) {\n emit([\"source\", doc.source], null);\n emit([\"target\", doc.target], null);\n }\n}\n"}}} |
|---|
| 0 | + | < POST /_replicator/_design/featjs/_view/replications HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 126< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"keys": [["source", "temp"], ["source", "testresolvingconflicts"], ["target", "temp"], ["target", "testresolvingconflicts"]]}> HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 56 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"total_rows":0,"offset":0,"rows":[],"update_seq":6180} |
|---|
| 0 | + | < GET / HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 40 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"couchdb":"Welcome","version":"1.2.0"} |
|---|
| 0 | + | < PUT /temp/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/temp |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 12 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true} |
|---|
| 0 | + | < GET / HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 40 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"couchdb":"Welcome","version":"1.2.0"} |
|---|
| 0 | + | < PUT /testresolvingconflicts/_design/featjs HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 884< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {".type": "design", "_id": "_design/featjs", "filters": {"replication": "function(doc, request) {\n if (doc[\".type\"] == \"update_log\" && doc._deleted) {\n return false;\n }\n return true;\n}\n"}, "language": "javascript", "views": {"conflicts": {"map": "function(doc) {\n if (doc._conflicts) {\n emit(doc._id, null);\n }\n}\n"}, "update_logs": {"map": "function(doc) {\n if (doc[\".type\"] == \"update_log\") {\n // querying for a specific document by merge logic\n emit([\"doc_id\", doc.owner_id], null);\n // querying by cleanup logic for local update logs\n emit([\"seq_num\", doc.partition_tag, doc.seq_num], doc.owner_id);\n // querying by cleanup logic for update logs imported from\n // different partinions\n emit([\"rev\", doc.partition_tag, doc.owner_id, doc.rev_to], null);\n }\n}\n"}}}> HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/testresolvingconflicts/_design/featjs |
|---|
| 0 | + | > ETag: "1-9b86dfbbee50bb8f308ff255fdf6877a" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 77 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"_design/featjs","rev":"1-9b86dfbbee50bb8f308ff255fdf6877a"} |
|---|
| 0 | + | < PUT /temp/_design/featjs HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 884< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {".type": "design", "_id": "_design/featjs", "filters": {"replication": "function(doc, request) {\n if (doc[\".type\"] == \"update_log\" && doc._deleted) {\n return false;\n }\n return true;\n}\n"}, "language": "javascript", "views": {"conflicts": {"map": "function(doc) {\n if (doc._conflicts) {\n emit(doc._id, null);\n }\n}\n"}, "update_logs": {"map": "function(doc) {\n if (doc[\".type\"] == \"update_log\") {\n // querying for a specific document by merge logic\n emit([\"doc_id\", doc.owner_id], null);\n // querying by cleanup logic for local update logs\n emit([\"seq_num\", doc.partition_tag, doc.seq_num], doc.owner_id);\n // querying by cleanup logic for update logs imported from\n // different partinions\n emit([\"rev\", doc.partition_tag, doc.owner_id, doc.rev_to], null);\n }\n}\n"}}}> HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/temp/_design/featjs |
|---|
| 0 | + | > ETag: "1-9b86dfbbee50bb8f308ff255fdf6877a" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 77 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"_design/featjs","rev":"1-9b86dfbbee50bb8f308ff255fdf6877a"} |
|---|
| 0 | + | < POST /_replicator/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 54< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"source": "testresolvingconflicts", "target": "temp"}> HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 95 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"1499a2d6857eeb2a7cfdfd75304fb2c2","rev":"1-ab41b819ed21def891f89865cfac0870"} |
|---|
| 0 | + | < POST /_replicator/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 54< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"source": "temp", "target": "testresolvingconflicts"}> HTTP/1.1 201 Created |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/_replicator/1499a2d6857eeb2a7cfdfd75304fb642 |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 95 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"1499a2d6857eeb2a7cfdfd75304fb642","rev":"1-dbe219d9593d237c822c0b5124fac47e"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-b589ff5327291c4608fc35ba4a012cec" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:03 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"2-b589ff5327291c4608fc35ba4a012cec","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:04 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:04 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:05 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:05 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:05 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:05 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:06 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:06 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:06 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:06 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:07 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:07 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:07 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:07 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:08 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:08 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:08 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:08 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < GET /testresolvingconflicts/_changes?since=0 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Transfer-Encoding: chunked |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "BWXVW9AX2X65EJLK7P8CMFB69" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > d |
|---|
| 0 | + | {"results":[ |
|---|
| 0 | + | |
|---|
| 0 | + | 58 |
|---|
| 0 | + | {"seq":1,"id":"_design/featjs","changes":[{"rev":"1-9b86dfbbee50bb8f308ff255fdf6877a"}]} |
|---|
| 0 | + | 12 |
|---|
| 0 | + | |
|---|
| 0 | + | ], |
|---|
| 0 | + | "last_seq":1} |
|---|
| 0 | + | |
|---|
| 0 | + | 1 |
|---|
| 0 | + | |
|---|
| 0 | + | |
|---|
| 0 | + | 0 |
|---|
| 0 | + | |
|---|
| 0 | + | < GET /temp/_changes?since=0 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Transfer-Encoding: chunked |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "86QNDY58V59XPR9QMG2BRGBSE" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > d |
|---|
| 0 | + | {"results":[ |
|---|
| 0 | + | |
|---|
| 0 | + | 58 |
|---|
| 0 | + | {"seq":1,"id":"_design/featjs","changes":[{"rev":"1-9b86dfbbee50bb8f308ff255fdf6877a"}]} |
|---|
| 0 | + | 12 |
|---|
| 0 | + | |
|---|
| 0 | + | ], |
|---|
| 0 | + | "last_seq":1} |
|---|
| 0 | + | |
|---|
| 0 | + | 1 |
|---|
| 0 | + | |
|---|
| 0 | + | |
|---|
| 0 | + | 0 |
|---|
| 0 | + | |
|---|
| 0 | + | < POST /_replicator/_design/featjs/_view/replications HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 126< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"keys": [["source", "temp"], ["source", "testresolvingconflicts"], ["target", "temp"], ["target", "testresolvingconflicts"]]}> HTTP/1.1 200 OK |
|---|
| 0 | + | > Transfer-Encoding: chunked |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "AP76PZG2CNYRQ4NJQGPOUAAS7" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > 73 |
|---|
| 0 | + | {"total_rows":4,"offset":0,"rows":[ |
|---|
| 0 | + | {"id":"1499a2d6857eeb2a7cfdfd75304fb642","key":["source","temp"],"value":null} |
|---|
| 0 | + | 63 |
|---|
| 0 | + | , |
|---|
| 0 | + | {"id":"1499a2d6857eeb2a7cfdfd75304fb2c2","key":["source","testresolvingconflicts"],"value":null} |
|---|
| 0 | + | 51 |
|---|
| 0 | + | , |
|---|
| 0 | + | {"id":"1499a2d6857eeb2a7cfdfd75304fb2c2","key":["target","temp"],"value":null} |
|---|
| 0 | + | 63 |
|---|
| 0 | + | , |
|---|
| 0 | + | {"id":"1499a2d6857eeb2a7cfdfd75304fb642","key":["target","testresolvingconflicts"],"value":null} |
|---|
| 0 | + | 4 |
|---|
| 0 | + | |
|---|
| 0 | + | ]} |
|---|
| 0 | + | 1 |
|---|
| 0 | + | |
|---|
| 0 | + | |
|---|
| 0 | + | 0 |
|---|
| 0 | + | |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "2-cfee3e7fbe158751f6c4442e0da73e1d" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 290 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb642","_rev":"2-cfee3e7fbe158751f6c4442e0da73e1d","source":"temp","target":"testresolvingconflicts","owner":null,"_replication_state":"triggered","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"17290e5010b4a215b8fe6cf969a39a1b"} |
|---|
| 0 | + | < PUT /_replicator/1499a2d6857eeb2a7cfdfd75304fb642 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 107< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"_deleted": true, "_id": "1499a2d6857eeb2a7cfdfd75304fb642", "_rev": "2-cfee3e7fbe158751f6c4442e0da73e1d"}> HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/_replicator/1499a2d6857eeb2a7cfdfd75304fb642 |
|---|
| 0 | + | > ETag: "3-0516a6ad540a9909d2fcee45582da83a" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 95 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"1499a2d6857eeb2a7cfdfd75304fb642","rev":"3-0516a6ad540a9909d2fcee45582da83a"} |
|---|
| 0 | + | < GET /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > ETag: "3-58c79c21d395bfcc4f40f557c1074f12" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 445 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"_id":"1499a2d6857eeb2a7cfdfd75304fb2c2","_rev":"3-58c79c21d395bfcc4f40f557c1074f12","source":"testresolvingconflicts","target":"temp","owner":null,"_replication_state":"completed","_replication_state_time":"2013-02-20T20:14:12+01:00","_replication_id":"a2efe7b805dde2c6ad2fda9923728f96","_replication_stats":{"revisions_checked":1,"missing_revisions_found":0,"docs_read":0,"docs_written":0,"doc_write_failures":0,"checkpointed_source_seq":1}} |
|---|
| 0 | + | < PUT /_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Content-Type: application/json< |
|---|
| 0 | + | < Content-Length: 107< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | < {"_deleted": true, "_id": "1499a2d6857eeb2a7cfdfd75304fb2c2", "_rev": "3-58c79c21d395bfcc4f40f557c1074f12"}> HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Location: http://localhost/_replicator/1499a2d6857eeb2a7cfdfd75304fb2c2 |
|---|
| 0 | + | > ETag: "4-13cf3a5214c4b942200cc3fa81457995" |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 95 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true,"id":"1499a2d6857eeb2a7cfdfd75304fb2c2","rev":"4-13cf3a5214c4b942200cc3fa81457995"} |
|---|
| 0 | + | < DELETE /temp/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 12 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true} |
|---|
| 0 | + | < DELETE /testresolvingconflicts/ HTTP/1.1< |
|---|
| 0 | + | < Host: localhost< |
|---|
| 0 | + | < Accept: application/json< |
|---|
| 0 | + | < |
|---|
| 0 | + | > HTTP/1.1 200 OK |
|---|
| 0 | + | > Server: CouchDB/1.2.0 (Erlang OTP/R14B04) |
|---|
| 0 | + | > Date: Thu, 21 Feb 2013 10:17:09 GMT |
|---|
| 0 | + | > Content-Type: application/json |
|---|
| 0 | + | > Content-Length: 12 |
|---|
| 0 | + | > Cache-Control: must-revalidate |
|---|
| 0 | + | > |
|---|
| 0 | + | > {"ok":true} |
|---|
| ... | |
|---|