-
Notifications
You must be signed in to change notification settings - Fork 472
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
Refactor oapi fetch task #846
Conversation
Rubocop is failing on files which i didn't touch. Any idea how can this be solved? |
run |
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 the README still up to date?
This helped to satisfy rubocop. Also up dated README.md. |
it seems most comes from your changes |
Refactor the |
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.
thanks @Vachman
Hey @LeFnord, |
sure and thanks again |
* oapi rake task generate specs for different API versions * Refactor oapi:fetch rake task generate specs per file * Fixing specs * CHANGELOG.md * Rubocop auto gen config * Update README.md * Satisfy rubocop
* oapi rake task generate specs for different API versions * Refactor oapi:fetch rake task generate specs per file * Fixing specs * CHANGELOG.md * Rubocop auto gen config * Update README.md * Satisfy rubocop
"swagger_doc_#{api_version}.json" | ||
else | ||
ENV['store'].sub('.json', "_#{api_version}.json") | ||
end |
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 like a breaking change to me, which made it into v1.5.0
Fixes oapi rake task API secs generation tasks. At the moment it generates specs for only one swagger-doc path.