0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Naz 12a1c60424 Added custom worker message handler
refs https://github.com/TryGhost/Ghost/issues/12496

- Handling logging in the main thread avoids file handle leaks which happen due to leaky implementation of bunyan logger (see referenced issue for more context)
- Bumped job-manager version to allow for `workerMessageHandler` callback funciton
2021-02-22 20:02:00 +13:00
..
adapters
api 🐛 Fixed unexpected members-only content appearing in excerpt field (#12670) 2021-02-18 14:12:06 +00:00
data Made addUnique/dropUnique migration utils idempodent 2021-02-22 16:13:28 +13:00
lib Added mobiledoc.ghostVersion to blank mobiledoc document 2021-02-15 18:10:56 +00:00
models Fixed member status events query 2021-02-18 18:11:50 +05:30
public
services Added custom worker message handler 2021-02-22 20:02:00 +13:00
translations Added ability to install themes directly from GitHub (#12635) 2021-02-12 09:19:17 +00:00
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
analytics-events.js Added ability to install themes directly from GitHub (#12635) 2021-02-12 09:19:17 +00:00
ghost-server.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
update-check.js