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 fb072395ac Reduced API debug statements
- outputting so much information makes debug less useful
 - node debugger should be used for tracing values through the system,
     debug() is for more generally following logic and timing
 - removed debugs that output large objects
 - added consistent debugs for api methods
 - a couple of other tweaks for easier understanding of what's happening on a request
2019-10-15 15:07:38 +01:00
..
adapters 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
api Reduced API debug statements 2019-10-15 15:07:38 +01:00
config Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
data Merge master -> v3 (#11242) 2019-10-15 17:44:14 +07:00
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Updated webhook default to v3 api 2019-10-14 15:50:24 +07:00
public Merge branch 'master' into v3 2019-10-09 15:04:09 +01:00
services Added member.added and member.deleted webhooks 2019-10-14 15:50:24 +07:00
translations Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
views
web Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
analytics-events.js
ghost-server.js
index.js 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
overrides.js
update-check.js