-
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
fix: Legalhold implementation in testservice (WPB-10479) #3047
Conversation
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3047 +/- ##
========================================
Coverage 52.56% 52.56%
========================================
Files 1303 1303
Lines 50104 50104
Branches 4671 4671
========================================
Hits 26338 26338
Misses 21885 21885
Partials 1881 1881 Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3103 Passed, 106 Skipped, 17.18s Total Time |
* fix: Testservice automatically approves legal hold requests (WPB-8746) * legalHoldStatus 2 is enabled (1 is disabled) * Only check legalHoldStatus if it is set
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
The endpoint
/sendText
was missing an attribute to set the legalhold status.Solutions
Add status attribute and run approve tasks if it is set to true.