travis-web/assets/scripts/app
Piotr Sarnacki c707135ccd First spike of 'isComplete' functionality
When we get payload from pusher, we usually don't send the entire
record. Initially such records where fetched from server right away to
get missing data. This was done becuase Ember can't tell if given data
is complete or not and just assumes that the record is loaded.

To not fire unneeded request, this code sets incomplete flag on records
loaded from pusher and loads the rest of the data only if needed.
2012-10-13 20:47:21 +02:00
..
controllers Fix workers sorting, it should be done based on SortableMixin 2012-10-12 20:37:12 +02:00
helpers Fix logs to always point to build or job view 2012-10-12 18:32:25 +02:00
models We still return repository_id in build's payload 2012-10-12 20:51:05 +02:00
store ok, it's DEFAULT_ENDPOINT 2012-10-10 14:16:47 +02:00
templates First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
views First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
app.coffee add autoSignIn to fix that after signOut it would always re-signin on pages that require auth 2012-10-13 15:52:27 +02:00
auth.coffee add autoSignIn to fix that after signOut it would always re-signin on pages that require auth 2012-10-13 15:52:27 +02:00
controllers.coffee add flash messages and styles 2012-10-08 16:27:55 +02:00
helpers.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
models.coffee finally rename repository to repo 2012-10-06 20:08:46 +02:00
pusher.coffee using the production pusher key with RUN_API causes tons of 404 errors 2012-10-11 17:23:32 +02:00
routes.coffee Don't redirect user if we're already in state that's not auth 2012-10-13 19:00:56 +02:00
slider.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
store.coffee First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
tailing.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
views.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00