travis-web/assets/scripts/app
Piotr Sarnacki 300ad58516 Fix incomplete implementation
While testing in the wild I spotted a few problems with it:

* it didn't work for camel case names.
* it was sometimes setting loaded data too late - it needed to use find
  and then save data on the record. Instead it should save data in
  special array saved on store, indexed by clientId
* there is already method to get attributes in ember-data, it just
  doesn't work with Travis.Foo.get('attributes'), it needs
  Ember.get(Travis.Foo, 'attributes') - it makes implementation much
  shorter
2012-10-22 02:54:48 +02:00
..
controllers refactor broadcasts 2012-10-19 04:27:07 +02:00
helpers Fix logs to always point to build or job view 2012-10-12 18:32:25 +02:00
models Fix jobs table when jobs have different config keys 2012-10-20 02:14:17 +02:00
store add broadcasts 2012-10-18 03:53:19 +02:00
templates Change log.isLoaded to view.job.log.isLoaded 2012-10-21 20:48:24 +02:00
views Fix scrolling to line numbers 2012-10-20 15:43:17 +02:00
app.coffee moar routing/auth refactorings 2012-10-19 22:20:45 +02:00
auth.coffee remove debug output 2012-10-19 22:24:57 +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 add broadcasts 2012-10-18 03:53:19 +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 Remove router hacks 2012-10-20 16:36:53 +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 Fix incomplete implementation 2012-10-22 02:54:48 +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 add an events tab 2012-10-16 02:00:24 +02:00