0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core/server
Naz Gargol 201bef31f0 Added transaction support to pagination plugin (#11421)
Adds transaction support to `fetchPage` method. This is needed to be able to count members during the post publish transaction. 

This is the next iteration over initial quick-fix: 90905b0212

* Added transaction support to pagination plugin
    - This support is needed to be able to use `fetchPage` method in transactional context (example usecase was counting members when publishing post for emails)
* Passed transaction related options during email creation
    - Without this SQLite would hang in a transaction and eventually timeout
* Updated parameter name for consistency
2019-11-27 10:00:27 +00:00
..
adapters 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
api Refactored email handling to be consistent for test and newsletter emails 2019-11-26 21:41:01 +05:30
config Removed /api/v2/members/ endpoints (#11308) 2019-10-31 11:11:46 +00:00
data Added email.error_data column migration 2019-11-22 16:44:10 +00:00
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Added transaction support to pagination plugin (#11421) 2019-11-27 10:00:27 +00:00
public Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
services Added transaction support to pagination plugin (#11421) 2019-11-27 10:00:27 +00:00
translations Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00