-
Notifications
You must be signed in to change notification settings - Fork 43
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
Split ProfileService proto to ProfileService and RuleTypeService #4234
Split ProfileService proto to ProfileService and RuleTypeService #4234
Conversation
Hmmm weirdly coverage is failing because it can't find the command. |
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.
The change LGTM, can you also add the new service to the following list https://github.com/stacklok/minder/blob/main/deployment/helm/templates/ingress.yaml#L28 so the ingress takes it into use?
@JAORMX Yep sure thing, just pushed the change up, let me know if there's anything else 👍 |
f385e68
to
febe7fd
Compare
LGTM! I'll merge this on Monday |
@JAORMX Let me know before you do and I can make sure the branch is rebased with |
@ChrisJBurns can you rebase? Sorry, Monday was a little hectic. |
The `ProfileService` has methods for both profile and rule types, we want to split them so we can keep relevant methods together. Also added a RuleTypeService Ingress entrypoint Signed-off-by: ChrisJBurns <[email protected]>
febe7fd
to
cb4e600
Compare
@ChrisJBurns - hey, I went ahead and rebased the PR against main, hope you don't mind 😃 |
@rdimitrov Nope, not at all, you beat me to it! 😄 |
Summary
Currently the
ProfileService
has methods for both profile and rule types, we want to split them so we can keep the relevant methods together.Fixes #2118
Change Type
Testing
N/A
Review Checklist: