-
Notifications
You must be signed in to change notification settings - Fork 590
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(meta): introduce user service in meta, to support user and privilege management #2745
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2745 +/- ##
==========================================
- Coverage 72.69% 72.64% -0.06%
==========================================
Files 702 705 +3
Lines 91948 92466 +518
==========================================
+ Hits 66845 67168 +323
- Misses 25103 25298 +195
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. 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.
Good job! Generally LGTM
What's changed and what's your intention?
As title.
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
Refer to a related PR or issue link (optional)
Part of #2193 #2643