Ghost/core/server
Hannah Wolfe 0107ac848a Improved x-request-id handling
- Currently, we create a request ID for internal use if one isn't set & this is used in logs
- If a custom request ID is set via X-Request-ID header, this gets logged, however, we don't return this with the response
- Means that a custom ID gets lost on the way back out, and makes tracing requests through a system trickier
- This change ensures that if X-Request-ID is set on the request, it is also set on the response so that requests can be properly traced
- It's easy to set this in e.g. nginx so that the feature becomes available - Ghost doens't need to do this
- Note: also split request id handling out into new middleware
2019-09-22 18:23:45 +01:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api Updated getMember to return null rather than throw 2019-09-05 11:14:50 +08:00
config 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
data Removed name and password columns from members table 2019-09-05 11:14:50 +08:00
lib Added support for bookmark card (#11024) 2019-08-27 15:01:02 +01:00
models Revert "Removed defaultColumnsToFetch from models (#11010)" (#11045) 2019-08-21 23:56:35 +05:30
public Removed POST signin functionality 2019-09-17 11:05:06 +08:00
services Updated members service usage of members-ssr@0.5.0 2019-09-17 11:05:06 +08:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Improved x-request-id handling 2019-09-22 18:23:45 +01:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00