0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
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
..
adapters Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
api 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
data 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
lib Fix typo in image-size.js 2021-06-22 15:47:41 +01:00
models 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
views
web 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
analytics-events.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js
run-update-check.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
update-check.js Fixed update check logging when run within a job 2021-06-23 18:38:05 +04:00