-
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(e2ei): migrate mls-conversation after enrolling E2EI certificate (WPB-2928) #2164
feat(e2ei): migrate mls-conversation after enrolling E2EI certificate (WPB-2928) #2164
Conversation
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.
Looking good 👍
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
...c/src/commonMain/kotlin/com/wire/kalium/logic/data/conversation/MLSConversationRepository.kt
Outdated
Show resolved
Hide resolved
…th-e2ei-certificate' into feat/e2ei/rotate-conversation-with-e2ei-certificate
…/e2ei/rotate-conversation-with-e2ei-certificate
Codecov Report
@@ Coverage Diff @@
## develop #2164 +/- ##
=============================================
+ Coverage 57.88% 57.96% +0.07%
Complexity 21 21
=============================================
Files 1059 1064 +5
Lines 40190 40309 +119
Branches 3722 3733 +11
=============================================
+ Hits 23265 23366 +101
- Misses 15314 15330 +16
- Partials 1611 1613 +2
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
After issuing E2EI certificate, we need to pass the certificate to CoreCrypto and migrate all the conversation from Basic/Old-X509 certificate to the new issued one.
Needs releases with:
Testing
Test Coverage (Optional)
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
.