Task #4691
closedStory #4687: As a user, I can use either Python or Ruby bindings to interact with Pulp
switch pulp-swagger-codegen to openapi-generator
0%
Description
swagger-codegen has been forked by it's original authors and now releases under the name openapi-generator[0]. It looks like this project releases much more frequently than swagger-codegen. It's a drop in replacement so we should switch to it to resolve the python 3.7 incompatibility problem in the bindings.
Updated by bmbouter over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
We need to do this to fix a bug that is also affecting us and will likely be fixed in openapi-generator.
Updated by dkliban@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
I filed a bug against openapi-generator. Once it is resolved we will be able to switch.
https://github.com/OpenAPITools/openapi-generator/issues/2702
Added by dkliban@redhat.com over 5 years ago
Added by dkliban@redhat.com over 5 years ago
Revision c83fc774 | View on GitHub
Problem: travis config is using old repo name
Solution: update to using pulp-openapi-generator
The repo name change because the tooling it uses change.
Added by dkliban@redhat.com over 5 years ago
Revision 2d21bd0e | View on GitHub
Problem: travis config is using old repo name
Solution: update to using pulp-openapi-generator
The repo name change because the tooling it uses change.
Updated by dkliban@redhat.com over 5 years ago
- Status changed from ASSIGNED to MODIFIED
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: client is generated using swagger-codegen-cli
Solution: Switch to using openapi-generator-cli
re: #4691 https://pulp.plan.io/issues/4691