-
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-1038] Implement new log category for RealmLogger #1692
Merged
Merged
Changes from 58 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
b7ecb4d
Update to Core 14.0.1
rorbech 5b83ad2
Dump cmake version on GHA build
rorbech 06c75b8
Additional GHA debug info
rorbech 2f02b5b
Update CMAKE on JVM linux docker image
rorbech 8fdd84e
Bump NDK to fix core link issues
rorbech b8232d3
Bump NDK to fix core link issues
rorbech f6364d2
Fix expected exception text in query test
rorbech 7f2257c
Clean up debug output
rorbech d74df61
More clean up
rorbech 7a9933b
Revert NDK to debug arm7v issues
rorbech 2afec66
More debug info
rorbech 85781aa
Included core updates in CHANGELOG
rorbech 0bf3895
Included core updates in CHANGELOG
rorbech dceaf9d
Cleanup CHANGELOG
rorbech 408fe19
Upgrade to Core 14.2.0
rorbech 5d1e739
Update CHANGELOG.md
rorbech 496cf2c
Add structure for log categories
clementetb 8950932
Add tests
clementetb f797f60
Add setters/getters
clementetb ea211de
Pass category in logs callback
clementetb 1b75cd9
Propagate log category in callbacks
clementetb 668a618
Fix compile issues on darwin
clementetb 57682c9
Restore default log level
clementetb a708d6f
Add documentation
clementetb 7739e2a
Contains support
clementetb 76b51bb
Fix expression did not evaluate to a constant compile error in windows
clementetb 121597e
Clean up
clementetb 63378e9
Read core version from dependencies.yml
rorbech 8910455
Apply suggestions from code review
rorbech 7bbcf89
Updates according to review comments
rorbech 07e223b
Merge branch 'main' into cr/core-upgrade
rorbech 1dfc39b
Bump core
clementetb 93ec563
cleanup
clementetb bfcc800
Merge branch 'cr/core-upgrade' into ct/loging-categories
clementetb 6a82b18
Merge branch 'main' into ct/loging-categories
clementetb c3c5b3b
Merge branch 'main' into ct/loging-categories
clementetb c6384fa
Fix changelog merge issue
clementetb 1cbecdc
defaults
clementetb 6d3c84d
Update test
clementetb e434e90
Add category to log output.
clementetb 86f48ed
Fix cycle in Logger.log
clementetb b935051
Clean up
clementetb b31baba
Add test to show SDK logs are not filtered out
clementetb 9442e73
refactor interface
clementetb a6863cd
filter sdk messages
clementetb 450d6cb
Refactor RealmLogger interface an ContextLogger
clementetb 8c01bbf
move to internal
clementetb 510c946
ktlint
clementetb 6f4d1e3
Clean up
clementetb 67bd60c
Remove unused imports
clementetb f669ee8
Test fixes
clementetb 8640eb1
Remove leftovers
clementetb 469e233
Remove redundant code
clementetb acf8f57
Remove obsolete code
clementetb 52c2921
Update test cases
clementetb 9874107
Use context logger with app services client
clementetb b1923ad
Remove obsolete code
clementetb 2153043
Linting
clementetb 123d59d
Pr review changes
clementetb 718d042
Set log level for RealmLogTests
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
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.
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.
With the new interface this is actually a breaking change, and we should bump the version to 2.0.0-SNAPSHOT.
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.
We should also highlight that the
LogConfiguration
is gone.