Jérémie Bresson
a22afb3d81
Rename default packages for android ( #349 )
2018-05-07 09:54:47 +02:00
Jérémie Bresson
b947970f99
Rename default packages for java ( #341 )
2018-05-07 08:43:57 +02:00
Jérémie Bresson
bdc318d63b
Comment 'haskell-http-client' in shippable CI ( #352 )
2018-05-07 08:00:14 +02:00
William Cheng
78815ba0e0
Revert "Revise how to obtain the example value ( #326 )" ( #353 )
...
This reverts commit d99f46cff923d217636d9e1d3f1c61e8314038ea.
2018-05-07 12:55:11 +08:00
Arthur Mogliev
d30fcbabba
Fixes for php-ze-ph generator ( #340 )
...
* Fixes for ze-ph:
- fixed gathering of required properties for query data model
- fixed setting of internal vendor extensions for query data model detection
- fixed small typo in generated README
* Updated samples for ze-ph fixes
2018-05-07 10:22:08 +08:00
William Cheng
e45b3784f1
Fix NPE with Haskell client generator with OAS3 spec ( #334 )
...
* fix NPE with haskell client oas3, better type check
* better unknown type check
2018-05-06 23:56:59 +08:00
Akihito Nakano
d99f46cff9
Revise how to obtain the example value ( #326 )
...
* Set the example value from 'Parameter'
* Set the example value from 'Schema'
* Tweak access modifier
* Fix doc comments
2018-05-06 23:38:01 +08:00
William Cheng
b1eac05b2b
Fix form datatype (array of string) ( #339 )
...
* fix data type for array of form parameters
* add test case to cover the form parameter issue
2018-05-06 22:17:47 +08:00
Akihito Nakano
a56d2333a2
Update validate command ( #338 )
2018-05-06 22:02:16 +09:00
Jérémie Bresson
4d3110f29d
Rename default packages for 'java-undertow-server' ( #336 )
2018-05-06 12:34:54 +02:00
Jérémie Bresson
d8fd560d64
Rename default packages for 'jaxrs-spec' ( #333 )
2018-05-06 12:34:36 +02:00
Jérémie Bresson
c4afaac285
Rename default packages for 'java-play-framework' ( #335 )
2018-05-06 12:34:02 +02:00
William Cheng
50163b4939
add ts tests ( #337 )
2018-05-06 17:33:48 +08:00
William Cheng
86f9686f29
Add more tests (c#, swift4) ( #330 )
...
* add more tests to csharp client generator
* add swift4 tests
* update wordings
2018-05-06 14:20:29 +08:00
Jérémie Bresson
2103fadab8
Fix package declaration for play-framework ( #332 )
2018-05-06 08:08:34 +02:00
William Cheng
aab99bc530
Update Dart default value, re-enable Objc Tests ( #328 )
...
* update dart client default
* re-enable objc test
* restore dart flutter_petstore, update dart oas3 script
2018-05-06 01:45:52 +08:00
William Cheng
3c666a6d44
Fix array of form parameters ( #324 )
...
* fix array of form parameters
* fix description for array of form parameters
* fix map of enum value
2018-05-06 00:39:38 +08:00
Christophe Bornet
90ac9d030c
Merge pull request #262 from cbornet/reactive
...
[Spring] Add reactive option for Spring Boot (webflux)
2018-05-05 18:01:46 +02:00
cbornet
8405b18563
Add spring cloud sample tests back
2018-05-05 17:26:21 +02:00
cbornet
1619486578
Add reactive option for Spring Boot (webflux)
2018-05-05 17:26:08 +02:00
Jérémie Bresson
a2b618a452
Merge 'master' branch of 'swagger-codegen' into 'openapi-generator' ( #327 )
2018-05-05 16:40:52 +02:00
William Cheng
c791146b62
Update Dart petstore with OAS3, fix mustache format ( #227 )
...
* update dart petstore with oas3, fix mustache format
* update default value to null
2018-05-05 21:02:18 +08:00
Jérémie Bresson
252a1c2599
Regenerate html.md OAS2 ( #251 )
2018-05-05 13:24:30 +02:00
Akihito Nakano
1245a47649
Merge pull request #321 from ackintosh/update-nodejs-server
...
Update nodejs server
2018-05-05 17:06:46 +09:00
William Cheng
5f2bc28779
update default value for elixir ( #319 )
2018-05-05 01:37:48 +08:00
akihito.nakano
1bd393f4ea
Rename 'keywords' for package.json
2018-05-05 01:43:35 +09:00
akihito.nakano
90438b8e71
Tweak indent
2018-05-05 01:38:23 +09:00
akihito.nakano
6c3d7bbc48
Update nodejs samples which skipped overwriting
2018-05-05 01:36:37 +09:00
William Cheng
e2251084f2
Update the default value of Ruby client generator ( #320 )
...
* fix ruby client default value
* fix example value for ruby
2018-05-05 00:10:34 +08:00
William Cheng
0b6a59fa09
update elixir with oas3 petstore ( #318 )
2018-05-04 23:52:52 +08:00
micheleISEP
bee7aebe4b
Update README.md
2018-05-04 16:21:56 +01:00
Jérémie Bresson
e9793783cd
Fixes in GitHub templates files ( #311 )
2018-05-04 13:44:01 +02:00
William Cheng
8edf6e52ad
Update Elixir Petstore with OAS2 ( #316 )
...
* restore elixir petstore original from codegen2x
* update elixir generator to work with oas2
* minor fix to elixir generato
* minor enhancement to templates
* update elixir petstore with oas2
2018-05-04 17:43:14 +08:00
Akihito Nakano
08e0393def
Fix missing examples ( #305 )
...
* Fix missing examples
* support ArraySchema
* Refactor: move the logic to generate samples from DefaultCodegen to ExampleGenerator
* Delete unnecessary argument
OpenAPI is passed in constructor
* Delete unnecessary 'import'
* Update samples ( bin/springboot-petstore-server.sh )
* Update samples ( bin/openapi3/nodejs-petstore-server.sh )
2018-05-04 17:25:49 +08:00
Jérémie Bresson
4dc519b4fe
Rename groupId for java-play-framework ( #310 )
2018-05-04 10:22:42 +02:00
Jérémie Bresson
71d544c9f7
Rename default packages in meta ( #314 )
2018-05-04 10:19:07 +02:00
William Cheng
ea18065447
Add Elm, Rust, Groovy to Travis CI ( #308 )
...
* add elm, rust, groovy to travis ci
* update elm script comment
* comment out elm test in travis
2018-05-04 16:12:18 +08:00
Jeremie Bresson
3d7eaf96fc
Move docs to a separate folder
2018-05-04 06:29:23 +02:00
Jérémie Bresson
0435910da8
Renamings ( #252 )
2018-05-04 04:50:17 +02:00
William Cheng
18a40deb30
Update rust client with Petstore OAS2 ( #148 )
...
* update rust client with petstore oas2
* update rust with oas2 petstore, fix default value
* fix type mapping for file, update api_doc for rust client
* update rust client with oas3
2018-05-04 01:38:40 +08:00
William Cheng
4690325a2c
add test for scala (akka, http client) ( #306 )
2018-05-04 00:36:45 +08:00
William Cheng
de55812d68
Update wordings ( #301 )
...
* update wordings
* update git_push wordings
* update git clone
* update homepage url
* update meta-codegen sample
2018-05-03 14:12:24 +02:00
William Cheng
15d4d2f0d4
remove duplicated entries in C# csproj ( #302 )
2018-05-03 16:31:26 +08:00
Jérémie Bresson
0ba2a9a250
Update java play framework samples OAS2 ( #286 )
...
* Regenerate play framework examples
* Add 'samples.ci' for manual files and update scripts
2018-05-03 08:19:59 +02:00
William Cheng
9cf185912c
Fix Scalatra petstore sample ( #300 )
...
* restore scalatra from codegen
* regenerate scalatra oas2 petstore, fix defaut value
* better code format for scalatra
* more format fix for scalatra
* update scalatra parameter template
2018-05-03 13:26:04 +08:00
William Cheng
751d09b162
Update CI files ( #296 )
...
* update ci files
* add apt-update at start
2018-05-03 09:46:39 +08:00
Emiliano Bonassi
70718332ff
Add 'Emiliano Bonassi' as Founding Memmber ( #298 )
2018-05-03 09:46:14 +08:00
William Cheng
95e04f91db
Add Elm script with Petstore OAS3 ( #293 )
...
* add elm script with petstore oas3
* change default value for elm generator
* update default value for elm templates
* fix typo
2018-05-02 23:04:16 +08:00
Erik Timmers
4ce97b6f4e
Add 'Erik Timmers' as Founding Member ( #295 )
2018-05-02 22:17:57 +08:00
Victor Orlovsky
63b85fde68
Victor Orlovsky has been added to 'Founding Members' ( #294 )
2018-05-02 21:32:11 +08:00