-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Pass context in destroy, saveAll, get, find hooks. #1159
Pass context in destroy, saveAll, get, find hooks. #1159
Conversation
….saveAll, Parse.Query.get, Parse.Query.find, Parse.Query.first, Parse.Query.each
Codecov Report
@@ Coverage Diff @@
## master #1159 +/- ##
==========================================
+ Coverage 92.22% 92.38% +0.15%
==========================================
Files 54 54
Lines 5272 5290 +18
Branches 1180 1189 +9
==========================================
+ Hits 4862 4887 +25
+ Misses 410 403 -7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@yog27ray We can do a Release today to include your changes. Then we can start on the Server Side |
thanks, @dplewis for merging the PR. I will update the server PR also. |
This is extension of the #1150. To pass context in following calls.