0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core
Naz 42e11ca859 Fixed update check logging when run within a job
refs https://github.com/TryGhost/Team/issues/754

- The logging wasn't working for the update check when run from the scheduled job. Fixed package method signature to allow for "logging" parameter. The sideeffect of this change was such that we need to instantiate a new instance of the UpdateCheckService on every method call to differentiate the call from within the code (controller) or from the job level
- Also added an await before returning the check method call as it didn't execute properly on the job level - the `await` wasn't waiting for the update check to actually do it's job!
2021-06-23 18:38:05 +04:00
..
client@a2517f3190 Updated Ghost-Admin to v4.8.0 2021-06-22 15:25:52 +01:00
frontend Removed unnecessary return with typo 2021-06-23 14:20:00 +01:00
server Fixed update check logging when run within a job 2021-06-23 18:38:05 +04:00
shared Added sentry config to frontend site settings for Portal (#13086) 2021-06-21 17:59:20 +05:30
app.js
boot.js Moved update check scheduling logic out of boot.js 2021-06-23 15:01:43 +04:00
bridge.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00