travis-web/assets/scripts/app
Piotr Sarnacki edb4e19309 Run lastBuildDidChange only once for a runloop run
When a lot of pusher events come with build updates, lastBuildDidChange
can run quite frequently. We can avoid that by using scheduleOnce, which
will ensure that only the last invocation of lastBuildDidChange will be
run for a given runloop run.
2013-12-11 12:43:08 +01:00
..
controllers Run lastBuildDidChange only once for a runloop run 2013-12-11 12:43:08 +01:00
helpers Do not githubify sign-off messages 2013-12-10 12:54:06 -08:00
models Revert "Display repos with no builds, but which are active in 'My repositories'" 2013-11-12 16:06:26 +01:00
store Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
templates make the back to top fixed and fluidify the follow scrolls 2013-12-05 16:01:51 +01:00
views make the back to top fixed and fluidify the follow scrolls 2013-12-05 16:01:51 +01:00
app.coffee Update code for newest ember-model 2013-10-18 13:41:10 +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 Revert "Display repos with no builds, but which are active in 'My repositories'" 2013-11-12 16:06:26 +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 Merge branch 'master' into ui-improvements 2013-08-25 14:46:03 +02:00
routes.coffee Reference lastBuildId instead of lastBuild when checking for existance 2013-12-11 12:43:08 +01:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
tailing.coffee make the back to top fixed and fluidify the follow scrolls 2013-12-05 16:01:51 +01:00
views.coffee Fix problem with getting started template rendering on first sync 2013-10-29 20:48:27 +01:00