-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSE THIS][WIP] Completely and permanently replace continuation-local-storage with cls-hooked #10
Closed
Commits on Aug 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c7e8bf7 - Browse repository at this point
Copy the full SHA c7e8bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0bbb3 - Browse repository at this point
Copy the full SHA 2a0bbb3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for df60f13 - Browse repository at this point
Copy the full SHA df60f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a7113 - Browse repository at this point
Copy the full SHA 12a7113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40672a7 - Browse repository at this point
Copy the full SHA 40672a7View commit details
Commits on Sep 9, 2016
-
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"
Configuration menu - View commit details
-
Copy full SHA for 404c27b - Browse repository at this point
Copy the full SHA 404c27bView commit details -
Recommend against using this module.
Configuration menu - View commit details
-
Copy full SHA for 4e4ed1d - Browse repository at this point
Copy the full SHA 4e4ed1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd90e0 - Browse repository at this point
Copy the full SHA 1fd90e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8433e75 - Browse repository at this point
Copy the full SHA 8433e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96e37c - Browse repository at this point
Copy the full SHA c96e37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f120f2e - Browse repository at this point
Copy the full SHA f120f2eView commit details -
Use cls-hooked instead of continuation-local-storage,
as suggested by @raymondfeng in strongloop/loopback-context PR strongloop#1 comment #235931961
Configuration menu - View commit details
-
Copy full SHA for 38f6110 - Browse repository at this point
Copy the full SHA 38f6110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1047af4 - Browse repository at this point
Copy the full SHA 1047af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c76b55 - Browse repository at this point
Copy the full SHA 0c76b55View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.