travis-web/app/serializers
Piotr Sarnacki d59e402314 Include repositoryId as an attribute on build
For some reason (probably some problem with one of the serializers) we
sometimes lack an id attribute for a promise that we get for a repo
relationship on build. Because of that doing `build.get('repo.id')` may
sometimes return undefined. A temporary workaround is to make sure that
we always can access the `repository_id` property.
2015-12-08 10:18:03 +01:00
..
account.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
application.coffee Create adapters and serializers working with v3 and v2 APIs 2015-12-08 10:18:02 +01:00
branch.js Use lastBuild from defaultBranch on repository 2015-12-08 10:18:02 +01:00
build.coffee Include repositoryId as an attribute on build 2015-12-08 10:18:03 +01:00
env-var.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
job.coffee Use V2FallbackSerializer for jobs 2015-12-08 10:18:03 +01:00
repo.coffee Use lastBuild from defaultBranch on repository 2015-12-08 10:18:02 +01:00
request.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
v2_fallback.js Create adapters and serializers working with v3 and v2 APIs 2015-12-08 10:18:02 +01:00
v3.js Use lastBuild from defaultBranch on repository 2015-12-08 10:18:02 +01:00