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

Support gRPC registry #35

Merged
merged 4 commits into from
Oct 16, 2023
Merged

Support gRPC registry #35

merged 4 commits into from
Oct 16, 2023

Conversation

k1LoW
Copy link
Collaborator

@k1LoW k1LoW commented Oct 13, 2023

ref: #16

SSIA.

It acts as a dewy supervisor 🚀 .

@k1LoW k1LoW marked this pull request as ready for review October 13, 2023 07:14
@@ -326,6 +328,14 @@ func newRegistry(urlstr string, preRelease bool, artifactName string) (registry.
PreRelease: preRelease,
}
return ghrelease.New(c)
case grpcr.Scheme:
// TODO: handle tls
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It needs to be designed in conjunction with the GitHub Release registry, so it is a TODO in this PR.

@k1LoW k1LoW mentioned this pull request Oct 16, 2023
Copy link
Owner

@linyows linyows left a comment

Choose a reason for hiding this comment

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

Thanks

@linyows linyows merged commit 3ff5976 into linyows:main Oct 16, 2023
4 checks passed
@k1LoW k1LoW deleted the grpc branch October 16, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants