Uh oh!
There was an error while loading. Please reload this page.
Conversation
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/swagger-api/swagger-codegen/graphs/contributors. Let me know if you need help fixing it. |
wing328
commented
May 16, 2018
cc @bvwells as well |
wing328
commented
May 18, 2018
@ilk I just noticed that your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/swagger-api/swagger-codegen/graphs/contributors. Let me know if you need help fixing it. |
wing328
commented
May 18, 2018
@ilk Can you also please run |
wing328
commented
Jun 12, 2018
I've resolved the conflicts locally, updated the sample and triggered a CI job to test the updated Go Petstore. The result is good: https://circleci.com/gh/OpenAPITools/openapi-generator/617 (the failure is due to Scala client downloading dependencies, not related to Go client changes). If no one has any feedback/question, I'll merge it on coming Friday. |
jimschubert
commented
Jun 20, 2018
wing328
commented
Jun 21, 2018
@jimschubert thanks. I just merge it and will send another PR to update the Go petstore sample |
…kage based on effective Helidon version (OpenAPITools#60)
…-9.x chore(deps): update dependency ts-node to v9
This change made Map<String, Object> unmarshaling in Go impossible. :( |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.3.0.0branch for changes related to OpenAPI spec 3.0. Default:master.Description of the PR
To fix#51 I propose the following changes:
Technical Commitee
@antihax
@wing328