-
-
Notifications
You must be signed in to change notification settings - Fork 400
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: Update delete_user to append unique hash #8472
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8472 +/- ##
==========================================
- Coverage 48.64% 48.64% -0.01%
==========================================
Files 114 114
Lines 21354 21357 +3
Branches 4783 4781 -2
==========================================
+ Hits 10388 10389 +1
- Misses 9678 9680 +2
Partials 1288 1288
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Thank you!
Kudos, SonarCloud Quality Gate passed! |
* Update delete_user to append unique hash * Switched to own-generated unique suffix * Make products_collection mandatory
What
When deleting a user renames them to anonymous with a unique random id. Increased MongoDB timeouts