travis-web/app
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
..
adapters Don't throw error if broadcastArray is undefined 2015-12-08 10:18:03 +01:00
components Sort repos in repos-list component, not in controller 2015-12-08 10:18:02 +01:00
controllers Fix sidebar repos list 2015-12-08 10:18:05 +01:00
helpers Remove some more deprecations 2015-12-08 10:17:32 +01:00
initializers Move ajax and auth into services 2015-12-08 10:18:02 +01:00
instance-initializers Move ajax and auth into services 2015-12-08 10:18:02 +01:00
mixins Enable polling for tests 2015-05-12 10:02:47 +02:00
models Fix loading record by slug 2015-12-08 10:18:06 +01:00
routes Fix job route's use of job.build relationship 2015-12-08 10:18:04 +01:00
serializers Fix loading record by slug 2015-12-08 10:18:06 +01:00
services Simplify pusher handling in store 2015-12-08 10:18:05 +01:00
styles fix flash messages width 2015-12-04 16:02:03 +01:00
templates Fix handling branches 2015-12-08 10:18:06 +01:00
transforms Add ember-cli version of the Ember.js app 2015-02-03 09:48:22 +01:00
utils Move ajax and auth into services 2015-12-08 10:18:02 +01:00
views Remove some more deprecations 2015-12-08 10:17:32 +01:00
app.coffee Remove some more deprecations 2015-09-01 10:24:03 +02:00
index.html add icon for pinned tabs in Safari 2015-10-27 14:46:21 +01:00
router.coffee Move ajax and auth into services 2015-12-08 10:18:02 +01:00