-
Notifications
You must be signed in to change notification settings - Fork 39
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
Move creation of open api clients to reana-commons #6
Labels
Comments
Addressed by #47. Central validation of OpenAPI specs and central testing if the spec is outdated still to be done. |
This was referenced Nov 29, 2018
This was referenced Dec 11, 2018
Addressed by #71, reanahub/reana-server#115, reanahub/reana-client#214, reanahub/reana-workflow-engine-cwl#76, reanahub/reana-workflow-engine-serial#55 and #71 during What remains:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can centralize the creation of open api clients (from server, client by moving them to reana-commons)
Same thing could be done for the open api tests (like in job-controller, workflow-controller).
Note there are two tests for the openapi, one for validation of the schema, and one to verify that the schema is not outdated.
The text was updated successfully, but these errors were encountered: