travis-web/assets/scripts/app/views
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
..
repo First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
accounts.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
application.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
build.coffee First spike of 'isComplete' functionality 2012-10-13 20:47:21 +02:00
flash.coffee remove flash count binding and solve that in css 2012-10-09 15:53:23 +02:00
job.coffee Fix routing to build/job when object is already loaded 2012-10-12 18:46:27 +02:00
left.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
profile.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
repo.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
sidebar.coffee Fixed build links on worker's list 2012-10-09 16:41:13 +02:00
signin.coffee some tweaks 2012-10-13 04:34:30 +02:00
stats.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
top.coffee extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00