travis-web/assets/scripts/app
Piotr Sarnacki c7561ee13e Properly display matrix keys when build does not have all keys
When additional items are included into matrix via 'matrix.include' key
in .travis.yml they may contain config keys, which are not available on
build.

For example build can contain only 'rvm' key, but we may add the
following include:

    matrix:
      include:
        - rvm: '2.0.0'
          env: 'FOO=bar'

In such case, we need to take into account also keys from additional
job, not only from the build.

(closes #172)
2013-04-06 01:48:32 +02:00
..
controllers Merge branch 'sidebar-tabs' 2013-04-05 19:26:24 +02:00
helpers Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
models Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
store Changes for ember-data revision 12 2013-03-08 17:04:44 +01:00
templates Merge branch 'sidebar-tabs' 2013-04-05 19:26:24 +02:00
views For some reason passing event breaks on chrome 2013-04-05 19:42:53 +02:00
app.coffee Don't setup pusher if we don't have key 2013-03-27 20:06:09 +01:00
auth.coffee Always poll for changes when user is syncing 2013-03-29 22:15:19 +01: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 @svenfuchs' log reimplementation 2013-02-22 17:00:50 +01:00
pusher.coffee move log subscrition to a log controller 2013-03-06 19:59:59 +01:00
routes.coffee Don't set content for a controller automatically in some of the routes 2013-03-28 23:28:58 +01:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
store.coffee Improve log handling 2013-03-22 01:25:23 +01:00
tailing.coffee Event is no longer passed as an argument to handlers 2013-02-21 23:22:52 +01:00
views.coffee Fix a few more UI issues 2013-02-26 05:24:56 +01:00