wing328
24cb0f619f
add ruby sinatra server generator
2018-03-27 16:41:54 +08:00
wing328
15bb50d822
add php silex generator
2018-03-27 15:24:10 +08:00
wing328
d2ebefd4d5
add php lumen generator
2018-03-27 15:15:08 +08:00
wing328
b799d694f0
add php slim generator
2018-03-27 14:55:46 +08:00
wing328
7cc6591ef9
Merge branch 'oas3_support2' of https://github.com/wing328/generate_test into oas3_support2
2018-03-27 14:34:33 +08:00
wing328
1e634257fe
update gitignore
2018-03-27 14:34:01 +08:00
wing328
9e0a3ff069
migrate rails generator
2018-03-27 14:31:38 +08:00
William Cheng
18b2aaec2c
Merge pull request #1 from ackintosh/oas3_support2
...
Fix missing version.properties
2018-03-27 14:18:40 +08:00
wing328
1c22ec363b
add python generator and tests
2018-03-26 23:56:56 +08:00
akihito.nakano
b41774fd87
Fix missing version.properties
2018-03-27 00:30:00 +09:00
wing328
9cec2b3673
add back ruby tests
2018-03-26 23:17:33 +08:00
wing328
7fbc8fa31e
add haskell generator
2018-03-26 22:39:27 +08:00
wing328
246ed57547
restore objc reserved word: property
2018-03-26 17:28:50 +08:00
wing328
0e9dff995c
add objc generator and test
2018-03-26 15:50:50 +08:00
wing328
0e6da5bbd5
add original objc geneator and test
2018-03-26 12:00:55 +08:00
wing328
b5da183668
add bash generator and test cases
2018-03-25 16:39:50 +08:00
wing328
af4dcb9cbb
add back php test cases
2018-03-25 13:51:17 +08:00
wing328
5326152ccd
add option to reorder form/body parameter
2018-03-24 18:47:56 +08:00
wing328
6dc5f7f37b
add OAI 3.0 spec for petstore and fake petstore
2018-03-24 16:25:12 +08:00
wing328
aafaf64268
add back resource test files for openapi-generator
2018-03-24 16:14:39 +08:00
wing328
01161abe71
rename openapi-generator-cli test folder
2018-03-24 16:03:51 +08:00
wing328
5f9a9bda00
fix array of body parameter type
2018-03-24 00:04:07 +08:00
wing328
1d09962996
fix file, binary array
2018-03-23 21:17:05 +08:00
wing328
7d07458b45
fix issues with form parameter
2018-03-23 18:25:08 +08:00
wing328
ce6efcf5bb
fix security
2018-03-23 01:27:41 +08:00
wing328
a8c64f458f
fix NPE with requestbody
2018-03-22 21:57:56 +08:00
wing328
f2489b256a
fix issues with body parameters
2018-03-19 16:46:45 +08:00
wing328
6b65b02c56
fix 2.0 spec exception, fix NPE with Parameter
2018-03-18 17:12:59 +08:00
wing328
7b1c7255a7
fix NPE, add new files
2018-03-18 15:28:34 +08:00
wing328
b471fbcc92
project build succecced, only suppport ruby generator
2018-03-18 14:14:46 +08:00
wing328
8851386ac8
comment out enum_string_required in test spec
2018-03-13 23:15:26 +08:00
wing328
721f1c7720
update ruby samples
2018-03-13 14:45:42 +08:00
wing328
f2b28d578f
rename plug-in, generator
2018-03-13 14:41:23 +08:00
wing328
4cfbc118e8
renaming for openapi-generator
2018-03-13 14:41:23 +08:00
Jérémie Bresson
25a6a9d444
html: fix typo in class name ( #7818 )
...
* html: fix typo in class name
* Update "html" samples
2018-03-13 00:08:48 +08:00
William Cheng
e7f4fb3c45
Fix nodejs-server path issue in windows platform ( #7808 )
...
* fix nodejs-server path issue in windows platform
* only replace character in apiPackage
2018-03-12 23:21:07 +08:00
Martin Delille
1bb1e44d18
[qt5cpp] Remove qt5 pro.user file ( #7813 )
2018-03-12 23:17:39 +08:00
Martin Delille
9bd94b4dbb
[qt] Fix warning message ( #7815 )
...
* [qt] fix warning message
* remove unused model.mustache file
2018-03-12 23:00:45 +08:00
William Cheng
7ef373f4d4
add ramzimaalej to scala tech committee
2018-03-10 13:20:44 +08:00
William Cheng
9e3d8d1c82
add etherealjoy to cpp tech committee
2018-03-10 11:37:03 +08:00
wing328
ff5edfb97a
comment out python tornado test due to ssl error
2018-03-09 18:28:43 +08:00
lborupj
e73eeb4fdf
fix for stripping prefix on single enums ( #7726 )
2018-03-09 14:33:34 +08:00
etherealjoy
1947220159
Qt5cpp plug memleaks part2 ( #7792 )
...
* Small fixes to prevent crash when empty json body is provided.
* Fix some more memory Leaks in the model-body
- Members not deleted in cleanup() method, for maps/arrays of primitive types.
- Avoid undefined behavior when updating class members with data from missing json fields
2018-03-09 00:19:45 +08:00
Simon Sprünker
f00a1ef52c
[JAVA] Fix #7734 : Correct consumes/produces attributes for Spring Controllers ( #7760 )
...
* fix #7734 : Correct consumes/produces attributes for Spring Controllers
* fix #7734 : Update petstore
2018-03-08 22:56:43 +08:00
Charles Capps
4eeb974cb6
[Java][google-api-client] Fix bug with empty POST request not sending content-type ( #7787 )
...
* Add overloaded method to take an InputStream for the request body, and fix a bug with collections
* Use fully qualified name for InputStream to avoid potential conflicts
* Add support for Input Stream choosing content type, and fix a bug
* Ensure GET requests send an empty request body!
2018-03-08 22:51:49 +08:00
Alexander Zinovyev
cf8d8d56fb
[PHP] Fix code example from README. Variable name was missing when using Basic auth. ( #7777 )
2018-03-08 22:36:35 +08:00
Ramzi Maalej
832919b84c
Remove unused dep when model package is empty ( #7793 )
2018-03-08 22:23:01 +08:00
Dennis Frommknecht
53eeb0c049
fix connection leak on retrofit OAuth token renewal ( #7750 )
2018-03-08 22:00:22 +08:00
Akihito Nakano
0adbf7e51f
[PHP] Improve: update sample tests automatically ( #7717 )
...
* Improve: update sample tests automatically
* security test
* Update sample
- bin/php-petstore.sh
- bin/security/php-petstore.sh
The security test has not been updated for a while.
2018-03-08 21:56:48 +08:00
Akihito Nakano
32cf2f16f5
[PHP] Non required enum property ( #7723 )
...
* Add required enum property
* Update samples
* Add test case which reproduce the problem
refs https://github.com/swagger-api/swagger-codegen/pull/7686#issuecomment-368200011
> 2. Non-required enum property is listed as invalid when omitted
* If the property is not empty, perform validation
* Update samples
* Use is_null() according to setter implementation
refs 377247f125/modules/swagger-codegen/src/main/resources/php/model_generic.mustache (L347)
* Update samples
2018-03-08 21:54:34 +08:00