Ghost/ghost/posts-service
Naz ffa101b550 Added post events package
refs https://github.com/TryGhost/Arch/issues/16

- This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-08-01 15:11:00 +08:00
..
lib Fixed unpublished collection posts filtering 2023-07-26 16:45:57 +08:00
test 🐛 Fixed newsletter post duplication (#17103) 2023-06-23 11:18:35 +01:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Added post events package 2023-08-01 15:11:00 +08:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service