travis-web/app/services
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
..
ajax.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00
auth.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00
flashes.coffee remove some things 2015-10-21 10:27:28 +02:00
polling.coffee Enable polling for tests 2015-05-12 10:02:47 +02:00
popup.coffee Fix popup open 2015-08-19 11:23:30 +02:00
session-storage.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00
storage.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00
store.coffee Download last_build for a branch when we get the branch from pusher 2015-12-08 10:18:08 +01:00