travis-web/assets/scripts/app/models
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
..
account.coffee move select() functionality to Travis.Model and reuse it for accounts 2012-10-13 21:20:11 +02:00
branch.coffee Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
broadcast.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
build.coffee Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
commit.coffee Got pull request data being stored and displayed correctly 2013-03-18 10:36:31 +11:00
event.coffee use states instead of result 2012-12-09 15:16:27 +01:00
extensions.coffee Try to fix error on setting duration when record is reloading 2013-03-28 23:42:32 +01:00
hook.coffee updated links to GitHub hooks 2012-12-11 14:58:59 +01:00
job.coffee Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
log.coffee Fix fetching log in firefox when Location header is unavailable 2013-04-02 20:17:24 +02:00
repo.coffee Show appropriate message when the repository has no builds 2013-03-11 20:11:43 +01:00
sponsor.coffee Fix sponsors 2013-02-21 23:22:53 +01:00
user.coffee Always poll for changes when user is syncing 2013-03-29 22:15:19 +01:00
worker.coffee Fix workers view 2013-02-21 23:22:52 +01:00