Rowan Walker
6ca58cfaa4
Issue-3168: Adding a DESC for each of the new CodegenConstants introduced.
2016-06-20 23:12:05 +12:00
Rowan Walker
3606870f4b
Issue-3168
...
[csharp] Enabling Assembly Info to be set by the following command line's additional-properties:
- packageTitle
- packageProductName
- packageDescription
- packageCompany
- packageCopyright
2016-06-19 16:21:51 +12:00
wing328
1bdaba5cdc
Merge pull request #3127 from abcsun/lumen
...
[PHP Lumen] add parameters validation and the Apache license
2016-06-17 18:58:57 +08:00
wing328
36264f3801
Merge pull request #3152 from salemXpresso/master
...
Fix Java CXF on parameter names containing '_' or '-'
2016-06-17 12:44:18 +08:00
wing328
8eff9188fb
Merge pull request #3153 from wing328/qtcpp_license
...
[Qt5 C++] Add apache2 license to qt5cpp files
2016-06-17 12:20:09 +08:00
abcsun
0effbae24b
add lumen api.mustache to generate controller & license update & resource dir restructure
2016-06-17 11:37:10 +08:00
wing328
c231474c4b
Merge pull request #3154 from wing328/python_travis_ci
...
[Python] add travis.yml to python api client
2016-06-17 09:23:42 +08:00
wing328
f9eef2c825
add travis.yml for python api client
2016-06-17 00:41:40 +08:00
wing328
6bdee2adb5
add apache2 license to qt5cpp
2016-06-17 00:04:05 +08:00
Remi Salembier
799b27b249
Fix Java CXF on parameter names containing '_' or '-'
2016-06-16 16:18:01 +02:00
wing328
77d1d97da5
Merge pull request #3015 from cbornet/java_instant
...
Use OffsetDateTime instead of LocalDateTime
2016-06-16 17:48:22 +08:00
wing328
dd379461e2
Merge pull request #3124 from mateuszmackowiak/objc/core_data_support_for_array_model
...
[Objc] - CoreData support for ArrayModels
2016-06-16 17:24:08 +08:00
wing328
b5f22ff5c8
Merge pull request #3109 from philicious/qt5-cpp-helpers-fix
...
Fixed several issues with Qt5 generator and Qt5 PetStore tests
2016-06-16 16:54:45 +08:00
wing328
2107758100
add swift-petstore-all.sh and partial_license for perl
2016-06-16 16:42:17 +08:00
wing328
6a68965308
Merge pull request #3131 from mateuszmackowiak/android/volley/post_null_body_fix_proper
...
[Android][Volley] fix support for post null body
2016-06-16 16:04:55 +08:00
wing328
e501287036
Merge pull request #3130 from taxpon/issue-3129-handle-204
...
Handle 204 response correctly in typescirpt-angualr2
2016-06-16 15:30:10 +08:00
wing328
89435850a6
Merge pull request #2979 from guohuang/go_server
...
issue#2970, [Go] add go server codegen template
2016-06-15 15:18:28 +08:00
wing328
e875ac6976
Merge pull request #3128 from wing328/cpprest_generator
...
[C++] add cpprest generator
2016-06-15 11:32:34 +08:00
wing328
d56eed898d
replace tab with 4-space
2016-06-15 10:50:06 +08:00
wing328
0b63206496
add windows batch file for cpprest-petstore
2016-06-15 10:41:35 +08:00
wing328
8085e11063
add license header to JS cient, update sample
2016-06-15 01:18:04 +08:00
wing328
9f3b8bab2b
add travis.yml for JS api client
2016-06-15 00:03:11 +08:00
wing328
4c277631e4
add auto-generated test cases for js api client
2016-06-14 23:50:38 +08:00
Mateusz Mackowiak
ac7a7503b4
[Android][Volley] fix support for requests null body
2016-06-14 16:00:40 +02:00
Mateusz Mackowiak
54afae57c8
[Android][Volley] fix support for post null body
2016-06-14 15:49:41 +02:00
Takuro Wada
723f65b940
Fix typo in .swagger-codegen-ignore
2016-06-14 21:50:06 +09:00
Takuro Wada
2843c44401
Handle 204 response correctly in typescirpt-angualr2
2016-06-14 21:31:25 +09:00
wing328
ecd80a3d70
add cpprest and samples
2016-06-14 16:33:50 +08:00
philicious
9825dfc735
fixed Qt5 api-body template bug with form params
2016-06-14 00:13:12 +02:00
philicious
8fab73fff6
added missing systemIncludes for QMap, QDateTime, QDate
2016-06-13 23:52:13 +02:00
Arne Jørgensen
f5f4adac29
[PHP] Handle empty array response correct
2016-06-13 23:22:04 +02:00
wing328
871d5ddc5d
Merge pull request #3112 from cbornet/springboot_j8async
...
Add java8 and async options to Spring-Boot codegen
2016-06-14 01:02:52 +08:00
wing328
45c32fd57b
Merge pull request #3122 from clasnake/add_license_scalatra
...
Add Apache v2 license to auto-generated scalatra files.
2016-06-14 00:55:40 +08:00
Mateusz Mackowiak
102226666f
[Objc] - CoreData support for ArrayModels
...
- Support for uuid and password types
2016-06-13 18:31:19 +02:00
wing328
eb42f99bb5
Merge pull request #3056 from mateuszmackowiak/objc/core_data_unique-id-key
...
[Objc] Support for x-unique-id-key vendorExtensions
2016-06-13 23:47:31 +08:00
clasnake
ce456fafdc
Add Apache v2 license to auto-generated scalatra files.
2016-06-13 22:55:18 +08:00
abcsun
ee024c40fb
add apache license to lumen
2016-06-13 17:37:19 +08:00
wing328
3295b24cc2
add travis.yml for java client
2016-06-13 17:06:49 +08:00
abcsun
bffb0fb4d8
sync from origin master
2016-06-13 10:25:03 +08:00
Guo Huang
e39aa3ed3c
fix merge conflict
2016-06-12 14:15:55 -07:00
wing328
16d89a47b7
add travis file for C# client
2016-06-12 16:45:49 +08:00
wing328
bca3d24d20
fix test cases, fix warning in exceptionfactory, update
...
.swagger-codegen-ignore for c# to keep logo file (for upload test)
2016-06-12 12:41:35 +08:00
wing328
6ddf34ce8a
update nunit to 3.2.1
2016-06-12 01:56:31 +08:00
wing328
4b6d372bff
update C# json to 8.0.3
2016-06-12 00:39:56 +08:00
wing328
bc04ebed94
add mono script to nunit test csharp client
2016-06-11 23:44:48 +08:00
wing328
cdc29d0dde
Merge pull request #3034 from taxpon/issue-3029-python-constructor
...
Update python constrouctor to provide arguments for instance initialization
2016-06-11 10:27:26 +08:00
cbornet
c2dbe44d08
add java8 and async options to springboot codegen
2016-06-10 18:21:19 +02:00
wing328
851f2ef688
Merge pull request #3107 from cbornet/default_joda
...
Set joda as default dateLibrary for java codegens that support it
2016-06-10 23:17:38 +08:00
wing328
7de95c52c1
add apache 2.0 license to perl api client
2016-06-10 22:43:56 +08:00
wing328
5ea2e2f1a2
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2016-06-10 21:59:17 +08:00