-
Notifications
You must be signed in to change notification settings - Fork 33
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
drop unnecessary SignupService methods #480
drop unnecessary SignupService methods #480
Conversation
Flaky metric test? host-operator-metrics-service failed to start. /retest |
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.
looks good
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #480 +/- ##
==========================================
- Coverage 85.99% 85.93% -0.07%
==========================================
Files 32 32
Lines 2499 2488 -11
==========================================
- Hits 2149 2138 -11
Misses 265 265
Partials 85 85
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, ranakan19, xcoulon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3aaf51c
into
codeready-toolchain:master
drops
GetSignupFromInformer
method as there is no informer anymore, and useGetSignup
method insteaddrops
UpdateUserSignup
as we can call the update directly on the clientKUBESAW-198