0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional
David Arvelo 8cbc6dc3b7 Calls to POST API have include=tags
closes #2998
- update PostSerializer to use DS.EmbeddedRecordsMixin
- create PostAdapter to include include=tags in query params for POST and PUT
- set include=tags for various GET post requests
- change PostModel to have { embedded: always } instead of { async: true }
- update Ember-Data to beta8 from beta7
- make call to get tags from model in editor.edit route synchronous since the tags now exist in the store
- change casper test to wait for call to posts api with `?include=tags`
2014-06-28 03:13:31 -04:00
..
client Ember post order matches server post order 2014-06-27 21:57:59 +01:00
clientold Switching the tests to use ember admin by default 2014-06-26 16:05:42 +01:00
frontend New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
routes Complete moveover to new Notification API format 2014-06-16 08:07:29 +00:00
base.js Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00