travis-web/app
Piotr Sarnacki 2d0aee4e68 Fix status images popup
After recent refactorings status images popup started to fetch branches
info whenever a repo page was opened, resulting in additional HTTP
requests. Furthermore, because of a way we load branches, it could
result in builds view displaying very old builds, because in API V2 we
essentially download last build for each branch for branches request.

This commit fixes the situation in 2 ways:

1. We wait with downloading branhes till the popup is open
2. We use a V3 requests to download branches and we don't put that data
into the store
2016-01-18 13:14:28 +01:00
..
adapters Update Ember Data to 2.3.0 2016-01-14 11:54:47 +01:00
components Fix status images popup 2016-01-18 13:14:28 +01:00
controllers Fix displaying no-builds message with an index view 2016-01-15 15:43:29 +01:00
helpers Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
initializers Fix showing running jobs 2016-01-14 14:04:29 +01:00
instance-initializers Convert project to JavaScript 2016-01-04 13:15:14 +01:00
mixins [deprecations] Don't use before observer 2016-01-07 13:15:59 +01:00
models Merge pull request #433 from travis-ci/update-ember 2016-01-14 13:22:32 +01:00
routes Fix displaying no-builds message with an index view 2016-01-15 15:43:29 +01:00
serializers Fix tests 2016-01-14 13:14:45 +01:00
services Fix status images popup 2016-01-18 13:14:28 +01:00
styles remove broadcast animation because 💥 CPU 2016-01-13 18:19:56 +01:00
templates Fix status images popup 2016-01-18 13:14:28 +01:00
transforms Convert project to JavaScript 2016-01-04 13:15:14 +01:00
utils Properly set pusher path in config 2016-01-15 12:36:45 +01:00
app.js Update Ember.js to 2.2.0 2016-01-14 11:54:26 +01:00
index.html Update Ember.js to 2.2.0 2016-01-14 11:54:26 +01:00
router.js Run GA instructions only if gaCode is set 2016-01-14 11:38:46 +01:00