-
Notifications
You must be signed in to change notification settings - Fork 61
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
[RKOTLIN-1079] Add support for transfer progress estimate #1575
Merged
Merged
Changes from 8 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
10db36d
Use new c-api progress notifier callback signature
clementetb 9d9d4c2
Allow progress listeners on Flexible sync configurations
clementetb 363da96
Add flexible sync tests
clementetb 6e66152
Remove flexible progress listener tests
clementetb 2fe9522
Undo changes
clementetb dc40f59
Merge branch 'main' into ct/progress-estimates
clementetb ce82589
Reenable tests
clementetb d82a491
Update docs
clementetb 377701d
Enable progress listeners on flx
clementetb 2914b62
Limit test size
clementetb 57a6e9d
Linting
clementetb 36c83fe
Upload latest changes
clementetb c07b0b0
Fix FLX progress listener tests
rorbech ec52867
Add CHANGELOG entry
rorbech 0ce46e1
Fix FLX progress listener tests
rorbech 1bf32d0
Merge branch 'main' into ct/progress-estimates
rorbech c7f7907
Clean up docs
rorbech 535807f
Update packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/…
rorbech 1d2250d
Merge branch 'main' into ct/progress-estimates
clementetb b7d1ce5
Merge branch 'main' into ct/progress-estimates
clementetb 49c690c
Merge branch 'main' into ct/progress-estimates
clementetb d730c92
Reduce test size
clementetb 81edc2a
Fix test cases
clementetb 0e07c6d
Merge branch 'main' into ct/progress-estimates
clementetb 291974d
Fix worksAfterExceptions test case
clementetb 2929d42
Remove buffer
clementetb af0f30a
Try fix for PBS tests
clementetb e5e0638
Add debug traces
clementetb 2eb34da
Reduce binary size
clementetb b4b6bcc
Remove printouts
clementetb bae6fc3
Merge branch 'main' into ct/progress-estimates
rorbech 5fd5705
Merge branch 'main' into ct/progress-estimates
clementetb 2baa1f9
Reenable tests
clementetb 67ded77
Add copyright.
clementetb 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 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 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 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 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 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 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 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 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 guess the new values are the enhancement, but I think I would have combined both into one breaking change entry and put emphasis on the new better precision ... And support for flx-sync, right?