-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Add support for querying users by email #7441
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
Add support for querying users by email #7441
Conversation
|
Thank you for your first contribution! Please sign CLA first before getting merged. You can rerfer to #7441 (comment). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7441 +/- ##
=========================================
Coverage 59.44% 59.44%
Complexity 4142 4142
=========================================
Files 701 701
Lines 24014 24015 +1
Branches 1543 1543
=========================================
+ Hits 14274 14275 +1
Misses 9078 9078
Partials 662 662 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
/lgtm
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.
/approve
What type of PR is this?
/kind improvement
What this PR does / why we need it:
Add
spec.email
query for user endpoint.Which issue(s) this PR fixes:
Fixes #7432
Does this PR introduce a user-facing change?