-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Dart (Jaguar) client generator #998
Conversation
@jaumard as requested, I've cherry-picked 2fbf92e4d9d119750e6407a40e4fc02a792506ef into this PR (after resolving the merge conflicts) |
Merged #1009 into this branch. |
cc @ircecho @swipesight for review |
Just notice a bug in Jaguar, need to fix and update the deps in this PR, should be done today and doesn't change the rest of the PR. Just dependency bump |
@jaumard I've updated the pom to include the following in the Travis CI build:
The good thing is that the build is green and I'm able to trigger a failure by manually breaking the code. |
Nice !!! So I didn't do that much shit :p lol |
@jaumard thanks for the PR, which has been merged into master. We'll send out a tweet to promote the new generator and tag your twitter account (https://twitter.com/jaumard) |
No problem ! Thanks a lot for your help on this ! |
Tweet: https://twitter.com/oas_generator/status/1040537944296046592 Please retweet to help promote the new generator |
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (OpenAPITools#1009) * update deps (OpenAPITools#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd.
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (OpenAPITools#1009) * update deps (OpenAPITools#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd.
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if 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\
.master
,3.3.x
,4.0.x
. Default:master
.Description of the PR
As discussed with @jaumard, I've cherry-picked his commit (a1e50a6) to add Dart (Jaguar) client generator to this project (OpenAPI Generator)