Ghost/core
Daniel Lockyer d4f1274ba5 Returned empty promises in ghost-server
- I have no idea why this is required and I really don't like it
- this change looks superfluous but I had problems with Ghost not
  displaying shutting down messages properly and this is the only
  thing that got it working
- the async-awaits were getting stuck in `await this._cleanup()`,
  and then wouldn't enter into the `finally` block
- oddly, this was only reproducible when a job was running, it would
  shut down normally otherwise
- if I find the solution in the mean time, I'll happily get rid of this
2020-08-13 17:26:33 +01:00
..
client@85784f4d21 Updated Ghost-Admin to v3.29.1 2020-08-11 10:46:42 +01:00
frontend Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
server Returned empty promises in ghost-server 2020-08-13 17:26:33 +01:00
shared Fixed default shutdown timeout 2020-08-10 13:00:02 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00