-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat: Add context
in ParseObject
#970
Conversation
refactor: Add `CONTRIBUTING.md`
Thanks for opening this pull request! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #970 +/- ##
==========================================
+ Coverage 39.60% 39.64% +0.04%
==========================================
Files 60 60
Lines 3333 3337 +4
==========================================
+ Hits 1320 1323 +3
- Misses 2013 2014 +1
☔ View full report in Codecov by Sentry. |
The error related to |
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.
Could you add a changelog entry?
Done |
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.
Looks good! Waiting for #969 to be merged.
Pull Request
Issue
Added
context
in thesave
andcreate
andupdate
functions of theParseObject
class.Closes: #672
Approach
How to use:
Tasks