travis-web/app/serializers
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
..
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.js Fix handling branches 2015-12-08 10:18:06 +01:00
env-var.coffee Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
job.coffee Attribute mappings in serializers should use underscore notation 2015-12-08 10:18:04 +01:00
repo.js Fix loading record by slug 2015-12-08 10:18:06 +01:00
request.coffee Attribute mappings in serializers should use underscore notation 2015-12-08 10:18:04 +01:00
v2_fallback.js Fix handling branches 2015-12-08 10:18:06 +01:00
v3.js Fix handling branches 2015-12-08 10:18:06 +01:00