Ghost/ghost/core/test/e2e-api
Daniel Lockyer 7f0996d986
Implemented resource linking in Audit Log
refs https://github.com/TryGhost/Toolbox/issues/356

- we have a very crude version of this before but it just wasn't
  maintainable
- one of the first things I did here was to add `include=resource` on
  the API call, so it returns the fields we need without extra API
  requests
- after we have the id/slug, I could build a route and model array
  dynamically, or return null if we can't redirect to the object (it
  doesn't exist)
2022-08-23 17:48:11 +02:00
..
admin Implemented resource linking in Audit Log 2022-08-23 17:48:11 +02:00
content Updated tests to incl. host limit cases for core integrations 2022-08-12 14:18:44 +01:00
members Added member attribution events and storage (#15243) 2022-08-18 17:38:42 +02:00
members-comments Added replies/likes count and limited replies to comments (#15206) 2022-08-10 16:12:35 +02:00
shared Added publication language to admin site endpoint 2022-08-23 12:04:07 +01:00