-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Remove jobs from registry.Service #11974
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
Conversation
This makes `registry.Service` a first class type and does not use jobs to interact with this type. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
|
💃 |
|
omg its so pretty LGTM |
|
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.
Commit artifact?
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.
no
|
That's so much simpler <3 One nit, otherwise 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.
@crosbymichael Also NewDaemonFromDirectory is not used, you can rename it to NewDaemon.
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.
is it worth the CI time?
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.
fair enough :)
|
@crosbymichael thanks, much simpler with registry.Service in Daemon. I'll do that for the other things! |
|
LGTM |
Remove jobs from registry.Service
This makes
registry.Servicea first class type and does not use jobsto interact with this type.
Signed-off-by: Michael Crosby crosbymichael@gmail.com