-
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: add useSFTForOneToOneCalls flag (WPB-7153) #2889
Conversation
Test Results2 955 tests - 162 2 938 ✔️ - 74 1h 8m 46s ⏱️ + 1h 5m 3s Results for commit 3a24223. ± Comparison against base commit afefda7. This pull request removes 3117 and adds 2955 tests. Note that renamed tests count towards both.
This pull request removes 105 skipped tests and adds 17 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 3015 Passed, 105 Skipped, 12.29s Total Time |
I think we will need this on RC too 🤔 |
Yeah, I updated the target branch to release/candidate |
Quality Gate passedIssues Measures |
* feat: add useSFTForOneToOneCalls flag * chore: uni test * chore: unit test
* feat: add useSFTForOneToOneCalls flag (WPB-7153) (#2889) * feat: add useSFTForOneToOneCalls flag * chore: uni test * chore: unit test * chore: Empty-Commit --------- Co-authored-by: Oussama Hassine <[email protected]>
* feat: add useSFTForOneToOneCalls flag * chore: uni test * chore: unit test (cherry picked from commit af5cba8)
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Description
For some network restrictions in federated environments, some customers need to run 1:1 calls the same as we do for conference calls, using SFT.
For that a new flag added called
useSFTForOneToOneCalls
that we use to know if we should force 1:1 calls to be running on SFTs.Next PR will be to enforce running 1:1 on SFT
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
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
.