Skip to content
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

Conversation

MatousJobanek
Copy link
Contributor

drops GetSignupFromInformer method as there is no informer anymore, and use GetSignup method instead
drops UpdateUserSignup as we can call the update directly on the client
KUBESAW-198

@alexeykazakov
Copy link
Contributor

Flaky metric test? host-operator-metrics-service failed to start.

/retest

Copy link
Contributor

@ranakan19 ranakan19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 85.93%. Comparing base (c2644e1) to head (654d33d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pkg/signup/service/signup_service.go 33.33% 1 Missing and 1 partial ⚠️
pkg/verification/service/verification_service.go 33.33% 0 Missing and 2 partials ⚠️
pkg/proxy/handlers/spacelister.go 0.00% 1 Missing ⚠️
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              
Flag Coverage Δ
unittests 85.93% <54.54%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Oct 14, 2024

Copy link

openshift-ci bot commented Oct 14, 2024

[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:
  • OWNERS [MatousJobanek,alexeykazakov,ranakan19,xcoulon]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@MatousJobanek MatousJobanek merged commit 3aaf51c into codeready-toolchain:master Oct 14, 2024
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants