0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/theme-engine
Sam Lord 97451a93cb
Extract logging from DI patterns, only use @tryghost/logging package
refs: https://github.com/TryGhost/Toolbox/issues/146

Switched to @tryghost/logging instead of passing around the library. The main sticking points of this change are jobs. When jobs are launched we don't want them to use a separate @tryghost/logging instance because they would start parallel rotation jobs. @tryghost/logging v2.x passes all logs to the parent process if run in a child process, so that we can use the same patterns in jobs and the rest of the codebase.
2021-12-06 18:00:55 +00:00
..
config Added card-asset config with sensible default 2021-11-05 12:20:02 +00:00
engines Moved theme engines to new theme engine service 2021-04-22 21:05:01 +01:00
handlebars Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
i18n Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
middleware Split theme engine middleware into separate files 2021-12-01 12:04:36 +00:00
active.js Removed passing of error to active theme 2021-07-07 14:38:08 +01:00
engine.js
index.js Refactored helper registration code into a service 2021-10-05 10:04:02 +01:00
preview.js Added description to allowed preview params 2021-09-30 14:07:28 +01:00