[2/2] couch commit: updated refs/heads/master to b49d069

2016-04-19 Thread iilyak
Merge remote branch 'github/pr/160' This closes #160 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/b49d0691 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/b49

[1/2] couch-replicator commit: updated refs/heads/master to ab0afce

2016-04-19 Thread iilyak
Repository: couchdb-couch-replicator Updated Branches: refs/heads/master 986549984 -> ab0afce2d Use couch_db:dbname_suffix in is_replicator_db couch_db:dbname_suffix would take shard's suffix into account. COUCHDB-2983 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator

[2/2] couch-replicator commit: updated refs/heads/master to ab0afce

2016-04-19 Thread iilyak
Merge remote branch 'github/pr/35' This closes #35 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/ab0afce2 Tree: http://git-wip-us.apache.org/repos/asf/

[1/2] couch commit: updated refs/heads/master to b49d069

2016-04-19 Thread iilyak
Repository: couchdb-couch Updated Branches: refs/heads/master 56e5cbaf1 -> b49d06916 Change normalize_dbname semantic add dbname_suffix normalize_dbname used to return last componenent of the shard path. But it was doing so only if argument was passed as a binary. We change the semantic of nor

[1/2] fabric commit: updated refs/heads/master to ecaacfe

2016-04-19 Thread iilyak
Repository: couchdb-fabric Updated Branches: refs/heads/master dc5cca804 -> ecaacfecf Use couch_db:dbname_suffix in path_ends_with Replace couch_db:normalize_dbname with couch_db:dbname_suffix since the semantic of normalize_dbname has been changed. couch_db:normalize_dbname would return all c

[2/2] fabric commit: updated refs/heads/master to ecaacfe

2016-04-19 Thread iilyak
Merge remote branch 'github/pr/45' This closes #45 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/ecaacfec Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/ec

couch-replicator commit: updated refs/heads/2983-use-dbname_suffix to 24fb718

2016-04-19 Thread iilyak
Repository: couchdb-couch-replicator Updated Branches: refs/heads/2983-use-dbname_suffix [created] 24fb718c0 Use couch_db:dbname_suffix in is_replicator_db couch_db:dbname_suffix would take shard's suffix into account. COUCHDB-2983 Project: http://git-wip-us.apache.org/repos/asf/couchdb-cou

[2/2] couch commit: updated refs/heads/master to 56e5cba

2016-04-19 Thread rnewson
Merge remote-tracking branch 'cloudant/couchdb-2834' Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/56e5cbaf Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/56e5cbaf Diff: http://git-wip-us.apa

[1/2] couch commit: updated refs/heads/master to 56e5cba

2016-04-19 Thread rnewson
Repository: couchdb-couch Updated Branches: refs/heads/master 04b8c646e -> 56e5cbaf1 When reading attachments, avoid closing connections too early Signal mochiweb to not send connection:close headers in order for the socket to be reused. Before this commit, this signaling was done too late.