travis-web/assets/scripts/app
Piotr Sarnacki 0327d39e2c Move observing last build to controller
We observe last build on the repo in order to show the freshest build on
repo page. I moved it to router in order to keep such observers in the
same place, but this was not a wise move. To make it work properly
observer needs to be removed when moving to some other part (like
build's page). The problem is that deactivate function is not called
when we move to the other route in the same nesting. We have our own
'activate' function on repoController, which is better suited for
handling this task.
2013-09-12 23:23:21 +02:00
..
controllers Move observing last build to controller 2013-09-12 23:23:21 +02:00
helpers More github references replaced with links 2013-09-01 13:43:21 +02:00
models Use pullRequestNumber from build, not from commit 2013-08-29 01:01:03 +02:00
store Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
templates Include proper link. 2013-09-11 10:59:18 +02:00
views Move observing last build to controller 2013-09-12 23:23:21 +02:00
app.coffee Revert "Update code for newest ember-model" 2013-09-06 22:14:06 +02:00
auth.coffee Improve auth code in router by using new async stuff (❤️ @machty) 2013-08-03 20:48:59 +02:00
controllers.coffee Remove stuff not used in travis-web anymore 2013-08-28 14:17:26 +02: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 Merge branch 'master' into ui-improvements 2013-08-25 14:46:03 +02:00
routes.coffee Move observing last build to controller 2013-09-12 23:23:21 +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 Remove stuff not used in travis-web anymore 2013-08-28 14:17:26 +02:00