travis-web/app
Piotr Sarnacki 36d099667e Download last_build for a branch when we get the branch from pusher
`lastBuild` is a synchronous relationship on a branch model, so we need to
have a build record present when we put a default branch from a repository
model into the store. We don't send lastBuild's payload in pusher, so
we need to get it using an ajax call, if it's not already in the store.
In the future we may decide to make the relationship async, but I don't
want to change the code at the moment
2015-12-08 10:18:08 +01:00
..
adapters Set repo as default serializer only on repo serializer, not v3 2015-12-08 10:18:07 +01:00
components Fix sorting on the left sidebar 2015-12-08 10:18:07 +01:00
controllers Load repos list only once 2015-12-08 10:18:08 +01:00
helpers Remove some more deprecations 2015-12-08 10:17:32 +01:00
initializers Move ajax and auth into services 2015-12-08 10:18:02 +01:00
instance-initializers Move ajax and auth into services 2015-12-08 10:18:02 +01:00
mixins Enable polling for tests 2015-05-12 10:02:47 +02:00
models Properly notify build to update times 2015-12-08 10:18:07 +01:00
routes Fix job route's use of job.build relationship 2015-12-08 10:18:04 +01:00
serializers Fix requests payload 2015-12-08 10:18:08 +01:00
services Download last_build for a branch when we get the branch from pusher 2015-12-08 10:18:08 +01:00
styles fix flash messages width 2015-12-04 16:02:03 +01:00
templates Fix handling branches 2015-12-08 10:18:06 +01:00
transforms Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
utils [deprecations] Use peekRecord instead of getById 2015-12-08 10:18:08 +01:00
views Remove some more deprecations 2015-12-08 10:17:32 +01:00
app.coffee Remove some more deprecations 2015-09-01 10:24:03 +02:00
index.html add icon for pinned tabs in Safari 2015-10-27 14:46:21 +01:00
router.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00