-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update to go-swagger 0.12.0 #91
Conversation
databus23
commented
Nov 3, 2017
- lock dependencies of generatered code to the go-swagger version
- Unify generated client and server under pkg/api
I realise this is tough to review. Not really required from my side. I just wanted to track the progress on the update in a PR. |
merging a big part of the code and increase the codebase by 60k lines ? |
What can I say the increase in code comes from locking the dependencies to the actual versions used by go-swagger. Let me see if maybe there is more vendored then needed. |
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.
This will break printing clusters as the print method is currently tagged on to the generated model but i think it is an easy fix i will do once merged
45d9b4e
to
b31b889
Compare
I excluded |
b31b889
to
7698c7e
Compare
7698c7e
to
cc725be
Compare
rebased. Pretty sane now, just moving some files around and updating dependencies. @BugRoger please review. I don't want to rebase this again :) |
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.
lgtm