-
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: move to folder [WPB-14627] #3213
Conversation
Bencher Report
Click to view all benchmark results
|
Datadog ReportBranch report: ✅ 0 Failed, 3287 Passed, 108 Skipped, 1m 2.52s Total Time |
...onMain/kotlin/com/wire/kalium/logic/feature/conversation/folder/ObserveUserFoldersUseCase.kt
Show resolved
Hide resolved
DROP VIEW IF EXISTS ConversationDetails; | ||
|
||
CREATE VIEW IF NOT EXISTS ConversationDetails AS | ||
SELECT | ||
Conversation.qualified_id AS qualifiedId, | ||
CASE (Conversation.type) | ||
WHEN 'ONE_ON_ONE' THEN User.name | ||
WHEN 'CONNECTION_PENDING' THEN connection_user.name | ||
ELSE Conversation.name | ||
END AS name, | ||
Conversation.type, |
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.
this will be 95
Quality Gate passedIssues Measures |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?