-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
refactor: Move add and remove role code out of Roles model #34488
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #34488 +/- ##
===========================================
- Coverage 59.28% 59.28% -0.01%
===========================================
Files 2820 2820
Lines 67931 67903 -28
Branches 15102 15094 -8
===========================================
- Hits 40274 40254 -20
+ Misses 24831 24827 -4
+ Partials 2826 2822 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
|
Proposed changes (including videos or screenshots)
Moved business logic out of the Roles model to proper functions. This will also remove the dependency of
notifyListener
from the Roles model.Issue(s)
Extracted from #34154
ARCH-1356
Steps to test or reproduce
Further comments