Chris Jang
9c7710e695
Factory interface for typescript-fetch ( #3398 )
...
* Added Factory interface for typescript-fetch
* added tests
* Removed 'this.'
* Added Factory interface for typescript-fetch
* added tests
* Removed 'this.'
2016-07-20 18:00:52 +08:00
Andy
dfe4944552
Fix #3400 - incorrect MinLength and MaxLength on partial_model_generic.mustache template ( #3415 )
...
* fix maxLength and Regexp issue
* more fix
* revert some changes
2016-07-20 16:52:07 +08:00
wing328
889549a352
fix contextpath for php silex
2016-07-20 16:13:06 +08:00
wing328
9fcb8a310d
fix #3418 - slim missing contextpath
2016-07-20 15:49:41 +08:00
Jason Gavris
4f0b7dfaed
[Swift] Handle binary data types
2016-07-19 11:05:40 -04:00
Jason Gavris
9e6896c8f0
[Swift] Fix pod authors in podspec
2016-07-19 10:37:20 -04:00
wing328
b8f6667f00
Merge pull request #3329 from ant3/JSR310-Clients
...
[Java] Add support for JSR310 in Jersey Clients (v4)
2016-07-19 17:40:02 +08:00
wing328
ca4a90d64d
Merge pull request #3404 from wing328/objc_fix_empty_desc
...
To set a default description if none is provided
2016-07-19 17:09:01 +08:00
wing328
37404909bf
to set a default description if none is provided
2016-07-19 16:55:39 +08:00
wing328
118fd4d84d
Merge pull request #3393 from cbornet/java_inheritance
...
Set supportInheritance to true for java based gens
2016-07-19 16:15:53 +08:00
wing328
d780e3a5f5
fix #3400 (ruby minLenght, maxLength)
2016-07-19 15:16:07 +08:00
wing328
b9479ae8b7
Merge pull request #3271 from ButterflyNetwork/swift-uuid
...
[Swift] Add support for NSUUID
2016-07-19 14:16:45 +08:00
wing328
60af9e7a83
Merge pull request #3375 from ButterflyNetwork/swift-progress
...
[Swift] Expose NSProgress to RequestBuilder
2016-07-19 13:46:50 +08:00
wing328
323c778059
Merge pull request #3378 from ButterflyNetwork/python-flaky-test
...
[Python] Fix flaky test with id collisions
2016-07-19 13:30:46 +08:00
wing328
dc8eb8e8ad
Merge pull request #3394 from clasnake/3171/scalatra_petstore_error
...
Fix the scalatra petstore sample compile error.
2016-07-19 13:10:26 +08:00
Jason Gavris
cd79ae1ab4
[Swift] Add support for NSUUID
2016-07-18 23:30:01 -04:00
Jason Gavris
87b79e5946
[Swift] Expose NSProgress to RequestBuilder
2016-07-18 23:29:29 -04:00
Jason Gavris
be65a26db0
[Python] Fix flaky test with id collisions
2016-07-18 23:29:17 -04:00
cbornet
34d3a5e8d0
make jersey tests wait that jetty is closed before terminating
2016-07-18 23:21:12 +02:00
clasnake
5e4e84ffe7
Fix the scalatra petstore sample compile error.
2016-07-18 23:58:03 +08:00
cbornet
421c462ba9
set supportInheritance to true for java based gens
2016-07-18 16:33:20 +02:00
Tony Tam
fbada6ef11
Merge branch 'java_fix_apiclient' of https://github.com/wing328/swagger-codegen into wing328-java_fix_apiclient
2016-07-15 14:41:46 -07:00
wing328
9e0c865c08
update java petstore sample
2016-07-15 17:45:06 +08:00
wing328
0405db7a97
Merge pull request #3264 from ButterflyNetwork/swift-iso-date
...
[Swift] Use ISO-8601 date format
2016-07-15 08:33:49 +08:00
wing328
2d35743b0d
Merge pull request #3368 from wing328/ruby_fix_rspec
...
[Ruby] fix default rspec test cases for Ruby API client
2016-07-14 22:13:34 +08:00
wing328
069a6b2917
fix defeault rspec test for ruby, update security petstore
2016-07-14 18:22:01 +08:00
wing328
4f52cebf7a
improve ts node enum naming
2016-07-14 17:14:06 +08:00
wing328
7c8333e2f8
update ruby samples
2016-07-14 16:19:05 +08:00
wing328
0986acd2a6
Merge pull request #3359 from sinofool/master
...
Not compare Java String with "=="
2016-07-13 20:50:36 +08:00
wing328
8da6e0a533
fix csharp enum naming
2016-07-13 19:11:22 +08:00
wing328
e2d74de6ca
fix double hyphen in c# generator
2016-07-13 18:16:52 +08:00
Bochun Bai
f75a42f810
Remove more Java String comparison using "=="
2016-07-13 18:06:45 +08:00
wing328
9bfb52dbc1
fix csharp code sample
2016-07-13 16:22:58 +08:00
wing328
c873a52f84
Merge pull request #3325 from inc-cloitsch/rmCrypto_fixRequiredParams_useAsyncAwait_addMultiQueryParams
...
dart: fix required params. add 'multi' query params. better deserialization.
2016-07-13 16:13:41 +08:00
wing328
394840e352
Add more security samples ( #3344 )
...
* add line break test to petstore-security-test.yaml
* add objc/swift security testing
* add go,scala,qt5cpp for security test
* add security test for typescript
* fix go security issue, fix consumes,produces line break
2016-07-12 19:51:28 +08:00
wing328
1c5210581e
fix model name "client" issue
2016-07-10 17:42:18 +08:00
wing328
0119a66479
fix https://github.com/swagger-api/swagger-codegen/pull/3313/files#r70178399
2016-07-10 16:55:36 +08:00
ant3
bf8e1ade56
Added tests to jersey2-java8 sample
...
These are the tests from the jersey2 sample - but adapted to use the
java8 time classes (rather than Joda time).
2016-07-09 11:31:25 +01:00
ant3
1ea80ab83a
Merge remote-tracking branch 'refs/remotes/swagger-api/master' into JSR310-Clients
2016-07-08 23:54:14 +01:00
ant3
836aed999e
Merge remote-tracking branch 'refs/remotes/origin/master' into JSR310-Clients
2016-07-08 23:00:04 +01:00
Christian Loitsch
999ef42e81
doc: explain how to run tests
2016-07-08 15:45:53 +02:00
Christian Loitsch
9a65a5f0db
feat: improve / fix deserialization by parsing type String
...
* added api_helper.dart for a helper function.
* defaultApiClient is now a variable instead of a static field inside
ApiClient
* a lot of functions inside ApiClient are no longer static.
* optional params are now named params (needed to introduce a
justIgnoreFlag as hack)
* queryParams now support the multi format and are therefore no longer a
Map<String, String>, but a List<QueryParam>
* renamed apiException.mustache to api_exception.mustache to conform
with other file names.
* removed unused import: 'dart:html'
* removed 'package:crypto/crypto.dart' dependency. 'dart:convert' has a
base64 converter now.
* use null-aware operator for apiClient assignment in xxxApi
constructors.
* enable testStoreApi (which returned a Future nobody waited for)
* fix types in tests. Some ids were passed as Strings instead of ints.
* adapt tests to use the optional named arguments (for optional query
args)
* generate random ids in tests. Otherwise insertion will always succeed
if the test has been called once.
2016-07-08 15:02:28 +02:00
wing328
aaeae3f0d3
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2016-07-07 22:18:37 +08:00
wing328
89befeb45b
fix long issue in python3
2016-07-07 22:17:27 +08:00
wing328
cb71c4ce31
Merge pull request #3313 from lunat/CSharp_documentation_with_anchor_link
...
CSharp Documentation with working anchor link within document
2016-07-07 21:15:58 +08:00
wing328
2418448a3c
update swagger core to 1.5.9 for java feign client
2016-07-07 17:48:43 +08:00
wing328
6add9acfaf
Merge branch 'issue3051' of https://github.com/zhenjun115/swagger-codegen into zhenjun115-issue3051
2016-07-07 17:35:45 +08:00
wing328
c5cc0bbb2a
fix issue with java feign client
2016-07-07 15:53:17 +08:00
wing328
d4f9eefa94
update java-petstore-all.sh and regenerate all java petstore sample
2016-07-07 15:53:17 +08:00
wing328
3b780e30d8
change java default lib to okhttp-gson
2016-07-07 15:53:16 +08:00