-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Create use case for calling activated status #WPB-1826 #3087
feat: Create use case for calling activated status #WPB-1826 #3087
Conversation
Test Results3 295 tests +40 3 188 ✅ +39 4m 53s ⏱️ +44s Results for commit e52f4c3. ± Comparison against base commit 1f3c946. This pull request removes 4 and adds 44 tests. Note that renamed tests count towards both.
This pull request skips 1 test.
♻️ This comment has been updated with latest results. |
|
Branch | feat/has-conference-calling-activated-use-case |
Testbed | ubuntu-latest |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholds
CLI flag.
Click to view all benchmark results
Benchmark | Latency | nanoseconds (ns) |
---|---|---|
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInFiles | 📈 view plot | 655,688.67 |
com.wire.kalium.benchmarks.logic.CoreLogicBenchmark.createObjectInMemory | 📈 view plot | 351,257,635.52 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.messageInsertionBenchmark | 📈 view plot | 1,318,027,953.22 |
com.wire.kalium.benchmarks.persistence.MessagesNoPragmaTuneBenchmark.queryMessagesBenchmark | 📈 view plot | 21,804,268.73 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3087 +/- ##
===========================================
+ Coverage 52.69% 54.07% +1.37%
===========================================
Files 1320 1234 -86
Lines 51166 36047 -15119
Branches 4746 3656 -1090
===========================================
- Hits 26963 19491 -7472
+ Misses 22276 15145 -7131
+ Partials 1927 1411 -516
... and 229 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3188 Passed, 107 Skipped, 35.1s Total Time |
...in/kotlin/com/wire/kalium/logic/feature/call/usecase/HasConferenceCallingActivatedUseCase.kt
Outdated
Show resolved
Hide resolved
...in/kotlin/com/wire/kalium/logic/feature/call/usecase/HasConferenceCallingActivatedUseCase.kt
Outdated
Show resolved
Hide resolved
...otlin/com/wire/kalium/logic/feature/call/usecase/HasConferenceCallingActivatedUseCaseTest.kt
Outdated
Show resolved
Hide resolved
.../kotlin/com/wire/kalium/logic/feature/call/usecase/ObserveConferenceCallingEnabledUseCase.kt
Outdated
Show resolved
Hide resolved
.../kotlin/com/wire/kalium/logic/feature/call/usecase/ObserveConferenceCallingEnabledUseCase.kt
Outdated
Show resolved
Hide resolved
.../kotlin/com/wire/kalium/logic/feature/call/usecase/ObserveConferenceCallingEnabledUseCase.kt
Outdated
Show resolved
Hide resolved
@vitorhugods would you mind taking another look ? :) |
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.
just a few small suggestion that are not blocking the PR :)
.../kotlin/com/wire/kalium/logic/feature/call/usecase/ObserveConferenceCallingEnabledUseCase.kt
Show resolved
Hide resolved
logic/src/commonMain/kotlin/com/wire/kalium/logic/configuration/UserConfigRepository.kt
Outdated
Show resolved
Hide resolved
|
https://wearezeta.atlassian.net/browse/WPB-1826
What's new in this PR?
Issues
We needed a way to know when we've updated from being unable to start conference call to when we're able, so when we have upgraded to enterprise.
Solutions
We observe current value and zip it with the upcoming one to know if we have moved from false->true
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.