travis-web/app/models
Piotr Sarnacki c3fd0d8e98 Fix loading record by slug
In a repo route we need to find record by slug there is no easy way to
do it with a public finders API, so we need to use adapter and
serializers directly. The problem is that the old way of doing this
didn't use the normalizePayload function and also it didn't add included
records properly. New code properly normalizes response and adds all of
the embedded records that were extracted from the response.
2015-12-08 10:18:06 +01:00
..
.gitkeep Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
account.coffee Add avatars on accounts list 2015-03-25 16:36:07 +01:00
annotation.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
branch.coffee Fix handling branches 2015-12-08 10:18:06 +01:00
broadcast.coffee Use storage service instead of Travis.storage 2015-12-08 10:18:03 +01:00
build.coffee Fix handling branches 2015-12-08 10:18:06 +01:00
commit.coffee Add missing fields to models 2015-02-11 11:18:24 +01:00
env-var.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
hook.coffee Change config keys to camel case 2015-02-05 11:35:47 +01:00
job.coffee Fix handling branches 2015-12-08 10:18:06 +01:00
log.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00
model.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
repo.coffee Fix loading record by slug 2015-12-08 10:18:06 +01:00
request.coffee Fix requests page 2015-02-10 09:41:57 +01:00
ssh-key.coffee fix ssh-key displays 2015-07-20 17:11:59 +02:00
user.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00