-
Notifications
You must be signed in to change notification settings - Fork 60
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
maintenance: Add getNewUserRequests, approveNewUserRequests, declineN… #2520
maintenance: Add getNewUserRequests, approveNewUserRequests, declineN… #2520
Conversation
…ewUserRequests and getRegistrationInfoFromId for UserTeamsControllerService Signed-off-by: Khatib Tamal <[email protected]>
Signed-off-by: Khatib Tamal <[email protected]>
@aindriu-aiven In |
@aindriu-aiven FYI |
@khatibtamal I've set aside time tomorrow to do this review, sorry for the delay really appreciate it! |
no problem, please do it at your convenience. thanks! |
…w-user-requests-userteamscontrollerservice
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! Thanks a million for your contribution!
…ests-userteamscontrollerservice
Hello thanks! But I cannot merge it. |
Sorry I was waiting for the build to complete so I could merge it and got distracted, thanks for the reminder! |
…ewUserRequests and getRegistrationInfoFromId for UserTeamsControllerService
Linked issue
Resolves: #2519
What kind of change does this PR introduce?
What is the current behavior?
UsersTeamsControllerService.java lacks unit tests for getNewUserRequests, approveNewUserRequests, declineNewUserRequests and getRegistrationInfoFromId
What is the new behavior?
Unit tests added for getNewUserRequests, approveNewUserRequests, declineNewUserRequests and getRegistrationInfoFromId in UsersTeamsControllerServiceTest
Other information
A null check had to be added in UserTeamsControllerService.java because this test case generates an exception with null message
Requirements (all must be checked before review)
main
branch have been pulledpnpm lint
has been run successfully