travis-web/assets/scripts/app
Piotr Sarnacki b164e5f1a8 Load commit from build:started event payload
Commit fields come in with build:started payload. We should split it
into 2 separate keys in the payload, like:

    {
      build:  { .... },
      commit: { .... }
    }

but I can't change pusher v1 API at the moment, due to backwards
compatibility with the old client. We will be able to remove this manual
extraction as soon as we switch to pusher v2 API.
2012-11-06 14:34:18 +01:00
..
controllers Sort builds on builds/PRs/branches tabs 2012-11-04 15:56:28 +01:00
helpers Fix logs to always point to build or job view 2012-10-12 18:32:25 +02:00
models startedAt attribute for job is not needed in created state 2012-11-06 14:30:46 +01:00
store add broadcasts 2012-10-18 03:53:19 +02:00
templates Pass repo instead of slug in showJob 2012-11-05 22:35:01 +01:00
views Fix build link when updating builds through pusher 2012-10-27 00:50:34 +02:00
app.coffee moar routing/auth refactorings 2012-10-19 22:20:45 +02:00
auth.coffee bump up auth timeout 2012-10-23 21:25:22 +02:00
controllers.coffee Remove layout views, just change template on application 2012-10-23 01:40:05 +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 Load worker related records from pusher payload 2012-10-24 11:28:01 +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 Load commit from build:started event payload 2012-11-06 14:34:18 +01:00
tailing.coffee Remove layout views, just change template on application 2012-10-23 01:40:05 +02:00
views.coffee Remove layout views, just change template on application 2012-10-23 01:40:05 +02:00