couch commit: updated refs/heads/master to 9383c5c

2016-02-23 Thread eiri
Repository: couchdb-couch Updated Branches: refs/heads/master 333bc1b0e -> 9383c5c46 Send 400 error if 'count' sent to _uuid is not an integer Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/9383c5c4 Tree:

fauxton commit: updated refs/heads/master to b8c4554

2016-02-23 Thread benkeen
Repository: couchdb-fauxton Updated Branches: refs/heads/master 37cfb74bc -> b8c4554cf Truncate large docs in JSON view Currently there's no restriction on the size of documents that we attempt to display in JSON view. If the user uses include_docs=true it can actually crash people's browsers

fauxton commit: updated refs/heads/master to 37cfb74

2016-02-23 Thread benkeen
Repository: couchdb-fauxton Updated Branches: refs/heads/master 40d956f07 -> 37cfb74bc Make DesignDocSelector into a dumb component The dumbifies the DesignDocSelector to remove all ties a to store and passes everything via props so we can get more use out of it. Specifically, I need this for

fauxton commit: updated refs/heads/master to 40d956f

2016-02-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master fb03640e5 -> 40d956f07 trays: use higher order components to connect them to stores this is the first step to get rid of which uses `FauxtonAPI.Events` and additionally manages its own state by accessing the DOM which leads to s