0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Hannah Wolfe 624206b6d7 Improved ghost-server with async/await
- Using consistent patterns for shutdown and stop
- Make it clear what each method does
- Use async/await to make the code more readable and simple
- This lays groundwork for having more cleanup tasks in stop than just server.stop()
2020-08-11 19:42:37 +01:00
..
adapters Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
data Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
lib Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
models Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
public Renamed members ssr + api endpoints 2020-04-30 19:00:37 +01:00
services Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
translations Added an additional log to notify shutdown start 2020-08-10 14:53:05 +01:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Improved ghost-server with async/await 2020-08-11 19:42:37 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00
overrides.js
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00