[3/3] couchdb-setup git commit: fix badarg error

2015-09-14 Thread rnewson
fix badarg error Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/f60e1d40 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/f60e1d40 Diff:

[2/3] couchdb-setup git commit: fix enable_cluster_http for admin-party clusters

2015-09-14 Thread rnewson
fix enable_cluster_http for admin-party clusters Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/5fb322ce Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/5fb322ce Diff:

[1/3] couchdb-setup git commit: configure the right http interface

2015-09-14 Thread rnewson
Repository: couchdb-setup Updated Branches: refs/heads/wizard-admin.party 20ac682c0 -> f60e1d400 (forced update) configure the right http interface Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/bdb8a0c1

couch-replicator commit: updated refs/heads/master to b695bb2

2015-09-14 Thread rnewson
Repository: couchdb-couch-replicator Updated Branches: refs/heads/master 90d70883e -> b695bb293 Include originating database Any database whose path ends in /_replicator is considered a replicator database. Show this name in the active tasks output so that the doc_id can be easily found in

couchdb-setup git commit: configure the right http interface

2015-09-14 Thread rnewson
Repository: couchdb-setup Updated Branches: refs/heads/master ff19be1c1 -> bdb8a0c19 configure the right http interface Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/bdb8a0c1 Tree:

fauxton commit: updated refs/heads/master to f1a2027

2015-09-14 Thread michellep
Repository: couchdb-fauxton Updated Branches: refs/heads/master e41b78536 -> f1a20274b Add papaparse.js library http://papaparse.com/ Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/f1a20274 Tree:

couchdb-mango git commit: Also append quotes for specific numeric string field

2015-09-14 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/2806-numeric-string-field acef66bf2 -> f92403294 (forced update) Also append quotes for specific numeric string field We appended quotes for numeric_strings for $text. However, we did not do this for specific fields. Note that we don't

couchdb-mango git commit: Also append quotes for specific numeric string field

2015-09-14 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 87faac11d -> f92403294 Also append quotes for specific numeric string field We appended quotes for numeric_strings for $text. However, we did not do this for specific fields. Note that we don't escape the field value when it's a

couchdb-mango git commit: Fix comparison operators for strings

2015-09-14 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/2808-fix-comparison [created] bb595d010 Fix comparison operators for strings The comparison operators $lt, $lte, $gt, and $gte were incorrectly using lower bound and upper bound values when comparing text. For strings, we modify the the