0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test
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
..
functional Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
integration Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
unit New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
utils Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
blanket_coverage.js Refactor API arguments 2014-05-15 10:41:05 +01:00