Ghost/ghost/core/test/e2e-api
Fabien "egg" O'Carroll 0d7f98f4d1 Supported adding/removing post to collection via Posts API
We've got some fairly simple diffing logic here to update the collections which
a post is in, the bulk of the changes here are to support the return of a DTO
rather than Bookshelf Model. This also helps improve the architecture because
we are step closer to removing infrastructure concerns (HTTP Response Headers)
from the business logic layer.

For now there is a crappy EventString which can be passed back to the
controller which can then handle any HTTP related concerns, although long term
these should be actual events like PostPublished or PostUpdated.
2023-06-16 09:28:19 +02:00
..
admin Supported adding/removing post to collection via Posts API 2023-06-16 09:28:19 +02:00
content Moved serialisation of formats into the serialiser-layer 2023-06-16 09:17:47 +02:00
members Added signup form attribution (#16899) 2023-06-01 10:18:11 +02:00
members-comments Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
shared Added filtering of announcement bar content 2023-04-21 13:46:37 +02:00
webmentions Merged mentions UI and email lab flags (#16518) 2023-03-29 01:12:56 +05:30