travis-web/assets/scripts/app
Piotr Sarnacki af3f865854 Make routes code more async capable when setting job
After changing Ember Data to Ember Model, the default behavior is to
not return promise by default from `find` call. This is better in
general for our use case, because we don't block rendering the UI while
data loads, but we now have to handle cases where model is not yet
loaded in `setupController`
2013-07-31 13:35:47 +02:00
..
controllers Remove unused code 2013-07-31 13:29:55 +02:00
helpers Use CONFIG_KEYS in formatConfig 2013-06-06 19:06:32 +02:00
models Use model.save() for saving records 2013-07-31 13:29:55 +02:00
store Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
templates Use double qoutes for a route name in action and linkTo 2013-07-09 13:49:59 +02:00
views Change URL when clicking on repos tabs 2013-06-12 19:55:34 +02:00
app.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
auth.coffee Don't error out if router is not yet setup 2013-06-05 12:43:27 +02:00
controllers.coffee Revert "move log subscrition to a log controller" 2013-03-14 10:07:35 +01:00
helpers.coffee Fixed I18n handlebars helpers to update when locale changes 2012-12-11 08:54:43 +09:00
models.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
pusher.coffee Don't process pusher events immediately when running in background 2013-05-29 16:54:12 +03:00
routes.coffee Make routes code more async capable when setting job 2013-07-31 13:35:47 +02:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
tailing.coffee Event is no longer passed as an argument to handlers 2013-02-21 23:22:52 +01:00
views.coffee Allow to see getting started page through the URL 2013-06-13 12:40:46 +02:00