Commit Graph

13 Commits

Author SHA1 Message Date
Miroslav Bajtoš 442d77fbb4
minor improvements
- fix jsdoc for getCurrentContext
 - clean up getCurrentContext code
 - clean up the new test
2017-02-24 10:22:58 +01:00
josieusa 22f8a46ead Fix mixed up ctx in middlewares after a bad one 2017-02-22 18:15:25 +01:00
josieusa 396869b1cf Remove Proxy, add bind option, style 2017-01-10 09:56:31 +01:00
josieusa 7196f0148e Add comment about methods not re-bound 2017-01-10 09:56:31 +01:00
josieusa dee3e4e89e Remove call to Function.prototype.bind() 2017-01-10 09:56:31 +01:00
josieusa 53f68c5383 Fix corner case of missing context 2017-01-10 09:56:31 +01:00
josieusa cec955c3b3 Workaround issue #17 with cujojs/when 2017-01-10 09:56:31 +01:00
josieusa 996a49f7da Drop continuation-local-storage, use cls-hooked
Rework the module to use the new cls-hooked module (which uses AsyncWrap
available since Node v4.5) instead of old continuation-local-storage
(based on very unreliable async-listener).
2017-01-03 13:12:28 +01:00
Miroslav Bajtoš 28e99e5e2c API cleanup
Rename "per-request-context" middleware to shorter "per-request".

Introduce "LoopBackContext.perRequest" as a shortcut for way too long
  "loopback-context/server/middlewar/per-request"
2016-08-01 15:23:19 +02:00
Miroslav Bajtoš 71585a2395 fixup! style 2016-07-29 09:39:38 +02:00
Miroslav Bajtoš 1f214bf3ba Lazy-load CLS module
As soon as CLS module is loaded, the instrumentation/patching of
async-listener is fired. This may cause stack overflows due to promise
instrumentation.

By loading CLS module lazily (only when used for real), we avoid
this kind of problems in applications that are not using current-context
at all.
2016-07-29 09:36:34 +02:00
Miroslav Bajtoš 867a7c3616 Rename to loopback-context/LoopBackContext 2016-07-29 09:36:34 +02:00
Miroslav Bajtoš 9bd4afbe7e Initial implementation 2016-07-29 09:17:04 +02:00