couchdb commit: updated refs/heads/2.0.x to ef3c678

2016-09-12 Thread wohali
Repository: couchdb Updated Branches: refs/heads/2.0.x 66120aca4 -> ef3c678d4 Remove version suffix from Windows build Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ef3c678d Tree:

couchdb commit: updated refs/heads/2.0.x to 66120ac

2016-09-12 Thread wohali
Repository: couchdb Updated Branches: refs/heads/2.0.x cb02b9b81 -> 66120aca4 bump couch ver for Windows version fix Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/66120aca Tree:

couchdb commit: updated refs/heads/master to 9add02f

2016-09-12 Thread wohali
Repository: couchdb Updated Branches: refs/heads/master 966fd3be9 -> 9add02fa8 bump couch ver for Windows version fix Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9add02fa Tree:

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

2016-09-12 Thread wohali
Repository: couchdb-couch Updated Branches: refs/heads/master 7d0cfb5f9 -> a468b0db6 Fix Windows version string determination For some reason, the COUCHD_VERSION string on Windows is getting suffixed whitespace. We fix this by string:strip(Version0, right) on the variable before use.

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

2016-09-12 Thread wohali
Merge branch 'fix-windows-version' of https://github.com/wohali/couchdb-couch Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/a468b0db Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/a468b0db

couchdb commit: updated refs/heads/2.0.x to cb02b9b

2016-09-12 Thread rnewson
Repository: couchdb Updated Branches: refs/heads/2.0.x 1693128fb -> cb02b9b81 get version from environment in cross-platform way Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cb02b9b8 Tree:

couch commit: updated refs/heads/master to 7d0cfb5

2016-09-12 Thread rnewson
Repository: couchdb-couch Updated Branches: refs/heads/master c613dabf6 -> 7d0cfb5f9 get version from environment in cross-platform way Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7d0cfb5f Tree:

couchdb commit: updated refs/heads/2.0.x to 1693128

2016-09-12 Thread jan
Repository: couchdb Updated Branches: refs/heads/2.0.x 85c796fb3 -> 1693128fb update to include mango fix for COUCHDB-3143 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1693128f Tree:

couchdb commit: updated refs/heads/master to 966fd3b

2016-09-12 Thread jan
Repository: couchdb Updated Branches: refs/heads/master 8f1921972 -> 966fd3be9 update to include mango fix for COUCHDB-3143 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/966fd3be Tree:

[2/3] couchdb-mango git commit: Fix test suite check for text indexes

2016-09-12 Thread jan
Fix test suite check for text indexes This was passing by accident on travis because the $CWD is set differently so the test would always fail. If however you tried to run the tests locally then it would fail. Obviously the test is just wrong since we're moving the mango_cursor_text.erl file in

[3/3] couchdb-mango git commit: Merge remote-tracking branch 'cloudant/3143-fix-default-limit'

2016-09-12 Thread jan
Merge remote-tracking branch 'cloudant/3143-fix-default-limit' * cloudant/3143-fix-default-limit: Fix test suite check for text indexes Set default limit to 25 Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo Commit:

[1/3] couchdb-mango git commit: Set default limit to 25

2016-09-12 Thread jan
Repository: couchdb-mango Updated Branches: refs/heads/master 1a4215678 -> 610ccb60d Set default limit to 25 The docs claim the limit is 25 and this was the intention but this value was never updated. The reason to set it at 25 is in case we add other index types that are unable to stream