fauxton commit: updated refs/heads/master to eb06a94

2015-02-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5752c4862 - eb06a9431 allow multiple selenium ports Make selenium port configurable, e.g. to spin up several selenium servers on one CI system Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

[2/2] fauxton commit: updated refs/heads/master to 5752c48

2015-02-23 Thread robertkowalski
backbone.layoutmanager@0.9.5 src: https://raw.githubusercontent.com/tbranyen/backbone.layoutmanager/e5daf4d1112daa727aba348722ff5e44cef232d0/backbone.layoutmanager.js Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

[1/2] fauxton commit: updated refs/heads/master to 5752c48

2015-02-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master c2cb64fbf - 5752c4862 cleanup: remove useRAF leftovers Garren and me tried to use the latest layoutmanager in summer 2014 - the experiment lead to performance improvements regarding the rendering of our application, but we had to

fauxton commit: updated refs/heads/master to 392dc52

2015-02-23 Thread benkeen
Repository: couchdb-fauxton Updated Branches: refs/heads/master 8cbf95d34 - 392dc5231 Changes page Filters tab moved to React This updates the Filter tab and content on the Changes page to use React. It also ports over Components.FilterView and Components.FilterViewItem found in

couch commit: updated refs/heads/master to d0e8d14

2015-02-23 Thread kxepal
Repository: couchdb-couch Updated Branches: refs/heads/master 952a41c7a - d0e8d1407 Fix nodes_db config option name Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/d0e8d140 Tree:

fauxton commit: updated refs/heads/master to 865973f

2015-02-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 392dc5231 - 865973ff4 add the cassim database to the list of internal databases add cassim to the list of internal databases which should only be deleted with a warning. Project:

fauxton commit: updated refs/heads/master to 66b98b3

2015-02-23 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/master 865973ff4 - 66b98b3c8 Remove FilterViewSpec.js This is breaking the tests as the FilterView is now a React component with different tests. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

couchdb-mango git commit: Handle unsatisfiable [empty] ranges

2015-02-23 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/tonysun83-start-end-key-issue [created] 3611aadb2 Handle unsatisfiable [empty] ranges Queries sometimes contain unsatisfiable ranges (i.e x 0 and x 0). This is indicated by the [empty] value. In this case, we should not perform a search