couchdb-mango git commit: Fix user defined index selection

2015-11-02 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 090dc6750 -> a02f6106a Fix user defined index selection This fix modifies indexable_fields to remove extraneous fields that are created by the mango_selector_text:convert function so that the index can now be used when accessing

Git Push Summary

2015-11-02 Thread klaus_trainer
Repository: couchdb-chttpd Updated Branches: refs/heads/2859-fix-view-etags [deleted] 3ad29dc08

chttpd commit: updated refs/heads/master to 68d40cc

2015-11-02 Thread kxepal
Repository: couchdb-chttpd Updated Branches: refs/heads/master 2147dba9c -> 68d40cce7 Explicitly create admin user and authenticate requests in chttpd_db_test cases COUCHDB-2865 BugzID: 55502 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit:

chttpd commit: updated refs/heads/master to 72258e2

2015-11-02 Thread klaus_trainer
Repository: couchdb-chttpd Updated Branches: refs/heads/master 68d40cce7 -> 72258e2f5 Don't set random ETag header for views This fixes the issue that by setting a random ETag header, we implicitly promised that there's a chance of a cache hit where there was no chance. For 2.0, we simply

chttpd commit: updated refs/heads/master to e5b1aee

2015-11-02 Thread klaus_trainer
Repository: couchdb-chttpd Updated Branches: refs/heads/master 72258e2f5 -> e5b1aee90 Don't set random ETag header for `_all_docs` view This fixes the issue that by setting a random ETag header, we implicitly promised that there's a chance of a cache hit where there was no chance. For 2.0,

couchdb-docker git commit: readme: tweaks

2015-11-02 Thread klaemo
Repository: couchdb-docker Updated Branches: refs/heads/master 3154b94cf -> b368315ab readme: tweaks Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/b368315a Tree:

couchdb-docker git commit: readme: add note about docker hub comments

2015-11-02 Thread klaemo
Repository: couchdb-docker Updated Branches: refs/heads/master 88f96a611 -> 3154b94cf readme: add note about docker hub comments Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/3154b94c Tree:

[2/2] couchdb-docker git commit: fix readme

2015-11-02 Thread klaemo
fix readme Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/b5e077cf Tree: http://git-wip-us.apache.org/repos/asf/couchdb-docker/tree/b5e077cf Diff:

[1/2] couchdb-docker git commit: readme: tweaks

2015-11-02 Thread klaemo
Repository: couchdb-docker Updated Branches: refs/heads/master b368315ab -> b5e077cf6 readme: tweaks Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/ba22dcae Tree:

fauxton commit: updated refs/heads/master to e5f834e

2015-11-02 Thread michellep
Repository: couchdb-fauxton Updated Branches: refs/heads/master e6a351437 -> e5f834e8f don't allow deletion of docs without rev if we have no rev, bulk deletion is not possible, so we should not try to offer it. Signed-off-by: Michelle Phung Project:

fauxton commit: updated refs/heads/master to e1df89f

2015-11-02 Thread michellep
Repository: couchdb-fauxton Updated Branches: refs/heads/master e5f834e8f -> e1df89f19 Updated Tags: refs/tags/v1.0.6 [created] d0ae1b30d 1.0.6 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e1df89f1

couch-replicator commit: updated refs/heads/master to 437c657

2015-11-02 Thread kxepal
Repository: couchdb-couch-replicator Updated Branches: refs/heads/master 3ce785710 -> 437c6571f Throw bad request when doc_ids parameter is not an array (or null) BugzID: 48602 Signed-off-by: Alexander Shorin Project:

couchdb-docker git commit: 1.6: use debian jessie and its erlang

2015-11-02 Thread klaemo
Repository: couchdb-docker Updated Branches: refs/heads/master 6374bd653 -> 88f96a611 1.6: use debian jessie and its erlang - I'm tired of tracking erlang-solutions' updates that break the build :( fixes klaemo/docker-couchdb#35 Project: