-
-
Notifications
You must be signed in to change notification settings - Fork 876
Allowing to re-save installation if LDS is enabled #1125
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
Allowing to re-save installation if LDS is enabled #1125
Conversation
dede394
to
d974128
Compare
3e3f1b1
to
9f38cdf
Compare
Should we add tests for that? Seems dangerous to add this behaviour without corresponding tests. |
@flovilmart related unit test is added |
f15e1d1
to
e9f48f4
Compare
e9f48f4
to
1ba958e
Compare
fff4613
to
792844e
Compare
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!
29e516c
to
a8132af
Compare
@flovilmart I think it's okay to merge now. Thanks! |
@flovilmart can you help me merge this PR, since I'm not permitted to merge in this repo. |
Sorry, didn't see your previous comment! |
No worries. Thanks! |
* ParsePlatform/master: ⚡️ Release 1.15.0 (parse-community#1153) ⚡ Release 1.14.5 (parse-community#1152) Add withinPolygon to Query (parse-community#1150) Use getter instead accessing instance variable (parse-community#1026) Makes PFEncoder and PFDecoder public for LiveQuery (parse-community#1149) Let the iOS SDK handle Delete ops when sent from the server (parse-community#928) Outputing offending bundle in assert message. (parse-community#1000) Update documentation links (parse-community#1102) Swift 3 (parse-community#1145) Allowing to re-save installation if LDS is enabled (parse-community#1125) Removed or replaced the broken links in the README (parse-community#1141) update pod spec homepage (parse-community#1135) Update podspec link Update links
Related Issue
parse-community/Parse-SDK-Android#605: Re-save installation is allowed if LDS is enabled
Related PR
parse-community/Parse-SDK-Android#607: Re-save installation is allowed if LDS is enabled
parse-community/Parse-SDK-Android#611: Not allowing setObjectId() in ParseInstallation
In this PR
setObjectId
is not allowed inPFInstallation
for safety purpose.@rogerhu