-
Notifications
You must be signed in to change notification settings - Fork 928
Support iOS 13 with offline persistence #2271
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8814a3c
Add transaction retries (#2250)
schmidt-sebastian 1383598
Marking SimpleDb calls as idempotent (#2251)
schmidt-sebastian fd66c1a
Mark mostly readonly calls as idempotent (#2252)
schmidt-sebastian c3da39c
Fix test failure (#2256)
schmidt-sebastian e5c88cd
Make handleUserChange idempotent (#2257)
wilhuff 9d74ae6
Temporarily disable CountingQueryEngine tests (#2258)
schmidt-sebastian ea3d9a2
Improve test hack (#2259)
schmidt-sebastian 54e1a2f
Make getNewDocumentChanges() idempotent (#2255)
schmidt-sebastian 0465d2f
Add onCommitted listeners for transactions (#2265)
schmidt-sebastian a0d195c
Fix build
schmidt-sebastian 7134b9c
Fix Lint
schmidt-sebastian 5cf8e53
Make applyRemoteEvent idempotent (#2263)
schmidt-sebastian d0ba462
Make notifyLocalViewChanges idempotent (#2268)
schmidt-sebastian 9c1baf1
Make releaseQuery idempotent (#2266)
schmidt-sebastian 70e75b5
Mark acknowledgeBatch and rejectBatch idempotent (#2269)
wilhuff 2dbe8cf
idempotent `allocateQuery` and `notifyLocalViewChanges` (#2264)
wu-hui 83ccb76
Mark collectGarbage idempotent (#2267)
schmidt-sebastian d0b9ccc
Idempotency: Address TODOs, add Changelog (#2270)
schmidt-sebastian 7a4b845
Merge branch 'master' into mrschmidt/idempotent
schmidt-sebastian 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
Oops, something went wrong.
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.
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.
I rewrote this slightly when I addressed the merge conflict (to add a missing "the").
cc @yuchenshi