0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit/server/services
Hannah Wolfe 11867ab43a
Replaced schema.isPost in slack service /w custom fn
- This is the only piece of server code that relies on the schema.checks, the rest are all frontend
- IMO this code should actually check for the post properties that the slack message needs
- OR it should switch based on the event type
- either way there's no need to have a shared util for this simple use case
- especially becaue it's confusing the use case for it and creating cross-coupling between server and frontend
2022-04-05 14:24:42 +01:00
..
adapter-manager Added local media storage adapter 2021-11-03 00:33:28 +13:00
auth Renamed versioned API URL variable 2022-03-14 21:22:54 +13:00
mail Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
mega Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
members Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
notifications Replace error handler middleware with @tryghost/mw-error-handler (#13879) 2021-12-14 15:18:46 +00:00
permissions
posts
redirects Slimmed down redirects test suites 2021-11-26 06:18:36 +13:00
settings Removed some hidden v2 and v3 tests 2022-01-21 15:07:17 +00:00
stats Renamed stats endpoint to /stats/member-count and added totals metadata 2022-03-31 17:05:08 +02:00
stripe Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
themes
webhooks Re-throw error when attempting to create webhooks 2022-03-07 13:54:00 +00:00
labs.test.js Added ability for themes to define custom settings (#13661) 2021-10-22 15:02:16 +01:00
slack.test.js Replaced schema.isPost in slack service /w custom fn 2022-04-05 14:24:42 +01:00
xmlrpc.test.js