-
-
Notifications
You must be signed in to change notification settings - Fork 735
feat: add support for custom objectId #1088
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
Merged
mtrezza
merged 45 commits into
parse-community:master
from
martinpfannemueller:feature/custom_objectId
Nov 21, 2021
Merged
Changes from 43 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
419bba1
Add option allowCustomObjectId
1866c16
Use POST request in case objectId is set and allowCustomObjectId is true
444fca0
Exclude ParseInstallation when saving
aa08665
Check for objectId when allowCustomObjectId is true
7d86008
Check for new object for selecting POST request
c72fbbb
Use correct error code
5688270
Same logic as in JS SDK for deciding about HTTP request
c5f1eee
Fix comparison
b268f38
Add unit tests for custom objectId
2948b8c
Format code and add missing assertion to test
f308e10
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
bad7297
Fixes corresponding to changes in version 2.0.0
0d54b49
chore(release): 2.0.1 [skip ci]
semantic-release-bot a091eb1
docs: remove 2.0.1 release entry
mtrezza 64bcb3b
chore(release): 2.0.1 [skip ci]
semantic-release-bot f8bca7c
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
f3b227a
ci: temporarily disable release automation
mtrezza 49a76be
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
ca6abb1
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
9bffeda
Revert release-automated.yaml
c3c93c5
Changes of spotlessApply
f77e1cd
Update unit tests
08cc3da
Manually reset ParseConfiguration after custom objectId tests
martinpfannemueller a742f34
Fix broken state of LDS
martinpfannemueller 71ec1c3
Fix failing release build
martinpfannemueller e44c1de
Remove last Parse.destroy() calls
martinpfannemueller 96c1078
Merge remote-tracking branch 'refs/remotes/origin_original/master'
martinpfannemueller 3f538a0
Merge branch 'master' into feature/custom_objectId
mtrezza 6a56ca3
Merge branch 'master' into feature/custom_objectId
mtrezza 4a2605b
Merge commit '0a47591b852c085b0a08f904ec16ce3806740f14'
martinpfannemueller 858c724
Reuse ResetPluginsParseTest class
martinpfannemueller 84d3eaf
Destroy Parse instance after ParseObjectTests
martinpfannemueller 5bc7420
Properly reset Parse instance on destroy
martinpfannemueller fa5a0fb
Use setter method for setting allowCustomObjectId
8e00af8
Add missing ;
c444e6b
Fix typo in test name
ae9d016
Add test for saveObjectCommand
f9f4519
Run spotlessApply
46531f1
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
408acba
Merge branch 'master' into feature/custom_objectId
mtrezza 9e70f7f
Add JavaDoc for allowCustomObjectId method
bd50d60
Merge branch 'master' of https://github.com/parse-community/Parse-SDK…
8130153
Add JavaDoc to isAllowCustomObjectId()
a106246
Update documentation
461a8db
Run spotlessApply
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.