-
Notifications
You must be signed in to change notification settings - Fork 426
Fix build after swagger codegen #2201
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
@cniackz Could you take a look at this? I am not able to tell how the CI failures are related to the changes in this PR. |
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'm not able to run / build console server by the following error:
# github.com/mattn/go-ieproxy
../../../../go/pkg/mod/github.com/mattn/go-ieproxy@v0.0.7/ieproxy.go:36:9: undefined: getConf
../../../../go/pkg/mod/github.com/mattn/go-ieproxy@v0.0.7/ieproxy.go:41:9: undefined: reloadConf
../../../../go/pkg/mod/github.com/mattn/go-ieproxy@v0.0.7/ieproxy.go:48:2: undefined: overrideEnvWithStaticProxy
../../../../go/pkg/mod/github.com/mattn/go-ieproxy@v0.0.7/ieproxy.go:53:13: psc.findProxyForURL undefined (type *ProxyScriptConf has no field or method findProxyForURL, but does have FindProxyForURL)
This doesn't seem to happen on my system. Not sure why all the deps got upgraded, will see if I can downgrade and update the PR. @bexsoft |
@bexsoft Could you try now? |
Issue with deps fixed. Testing |
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.
Sanity check LGTM. Need to verify specific operator workflow issues
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.
Workflow issues are related to this change, Tests need to be updated with these changes
The remaining failure is expected as changes in minio are required. There is a linked PR. We can take this in. |
This fixes the changes to the swagger generated files.