Ghost/core
Fabien 'egg' O'Carroll bee1d4793d
Added static transaction method to base model (#13260)
no-issue

Writing code outside of Ghost which deals with the models is currently
done by passing the models which are needed to the external module,
rather than the instance of ghostBookshelf. This does not give us a way
to create transaction to run queries in. This method is designed as a
simple way to give all models the power to create a transaction for
themselves.

This will be used in @tryghost/members-api for example to ensure that
failures in communication with the Stripe API will rollback the related
inserts in the database.
2021-08-26 19:01:42 +01:00
..
client@efc3dc259b Updated Admin to v4.12.1 2021-08-17 17:21:45 +01:00
frontend Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
server Added static transaction method to base model (#13260) 2021-08-26 19:01:42 +01:00
shared Moved email list check to GA 2021-08-20 18:07:31 +04:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added email unfreeze for verified email config 2021-07-29 20:30:30 +12:00
bridge.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00