0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Hannah Wolfe 8d754a592e
Refactored routing to be passed routes config
- At the moment the bootstrap.start method asks the settings service for its settings
- This couples the routing and settings services together - when maybe we want to use a different method to generate settings
- By passing the settings to the routing service at the right time, we open up possibilities for refactoring
2021-06-30 09:43:54 +01:00
..
adapters Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
api Refactored routing to be passed routes config 2021-06-30 09:43:54 +01:00
data Added products_benefits table 2021-06-24 17:21:01 +01:00
lib Fix typo in image-size.js 2021-06-22 15:47:41 +01:00
models Added benefits relation to Product model 2021-06-29 16:53:15 +01:00
public
services Moved route settings to server 2021-06-30 09:31:15 +01:00
views
web Added reload frontend wrapper to bridge 2021-06-29 18:45:03 +01: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 Added protective code to update-check job 2021-06-29 14:02:16 +04:00
update-check.js Fixed update check logging when run within a job 2021-06-23 18:38:05 +04:00