Disable usage of abuse_trust_scores
table via feature flag
What does this MR do and why?
This change disables code paths that use the AntiAbuse::TrustScore
code by adding a remove_trust_scores
feature flag to disable this code path making it safer to follow-up with another MR to delete the code.
References
How to set up and validate locally
- In rails console enable the feature flag
Feature.enable(:remove_trust_scores)
- Visit
http://127.0.0.1:3000/
- Register a new user
- Delete that user
- Tail the logs and background jobs to ensure deletion is working without error.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by mo khan