-
Notifications
You must be signed in to change notification settings - Fork 1k
Add URL Preview for Package Uploads #18166
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
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.
I am not convinced about the current approach, feels a little to intrusive/pervasive.
I think it would be better to try to add the URLs at UploadUpstreamChecker().check()
time.
The upload checker might have the capability of directly using the ClientV2Router(self.remote_url.rstrip("/"))
to add the URL information to the package list at that stage.
b3fed87
to
4212b98
Compare
188ff72
to
19798ff
Compare
0e0f45e
to
aeced70
Compare
8bf6f14
to
63458a6
Compare
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 great, good job :)
Changelog: Feature: Add URL information to json output format for conan upload.
Docs: conan-io/docs#4088
Close: #4935