wing328
ce9dd26b10
Merge pull request #3742 from cvent/pom-bump
...
Bump version of pom to 2.3.0-SNAPSHOT for the 2.3.x release
2016-09-08 23:45:22 +08:00
Brent Ryan
95d63a6f1f
Bump version of pom to 2.3.0-SNAPSHOT for the 2.3.x release
2016-09-07 09:22:56 -04:00
wing328
111d90558e
Merge pull request #3725 from mateuszmackowiak/objc/fix/core_data_ordered_set
...
[Objc] Fix core data unordered array content
2016-09-07 15:55:30 +08:00
Mateusz Maćkowiak
9ca27a760e
[Objc] Fix core data unordered array content
2016-09-06 10:38:06 +02:00
wing328
9fa14d954d
Merge pull request #3666 from akhilkedia/tizen-client-codegen
...
[Issue #3076 ] [Tizen] Updating the Tizen Client Generation Code
2016-08-30 00:45:45 +08:00
akhilkedia94
8b967239c4
[Issue #3076 ] [Tizen] Updating the Tizen Client Generation Code
...
Updated Tizen Client Codegen to remove calls to obsolete/deprecated system APIs.
The new templates are based on json-glib and libcurl.
The produced code also contains scripts for auto-generation of the documentation of the produced client library using Doxygen.
Included test cases for Petstore in /samples/client/petstore/tizen/PetStoreTest/
Signed-off-by: akhilkedia94 <akhil.kedia@samsung.com>
2016-08-29 20:27:36 +09:00
wing328
0ca9e2921e
Merge pull request #3630 from mateuszmackowiak/objc/fix/multit_thread_apiclient
...
Objc/fix/multit thread apiclient
2016-08-28 16:51:57 +08:00
wing328
f7b1d45f51
Merge pull request #3604 from mateuszmackowiak/feature/objc/apiversion
...
[ObjC] Add version define and share default headers of each client
2016-08-24 23:02:00 +08:00
Mateusz Maćkowiak
e40f9abdbb
Fix problem with multitheard api client
2016-08-23 14:12:58 +02:00
Mateusz Maćkowiak
a893168291
[ObjC] Add version define and share default headers of each client
2016-08-17 10:21:24 +02:00
Wolfgang Berger
500f41902e
Feature/objc tasks 2.3.0 ( #3522 )
...
* change api and ApiClient to return cancellable NSURLSessionTasks instead of NSNumber
* define a configuration protocol for custom configurations, which can be passed to api clients instead of a global configuration, provide a default implementation with a singleton option
* integrate a workaround for a current JSONModel concurrency bug
* update to new ISO8601 pod
* add missing call to super
* integrate new templates into codegen
* updates documentation templates
* updates petstore objc generated code
* fixes objc client tests
2016-08-16 21:15:23 +08:00
wing328
4c8c969515
Merge pull request #3491 from beingcoder/top-enum-error-securityscope-newline-error
...
[JAVA][SPRING-MVC]Top enum and securityscope newline cause invalid auto-generated java code during springmvc code generation
2016-08-09 18:56:44 +08:00
Yao, Yao
62921e4eb4
issue fix: for top enum definition, either enum parameter or enum model definition, auto-generated code is invalid.
2016-08-01 14:40:35 +08:00
Yao, Yao
a772a855ee
issue fix: when security.scope. description has a precedent | ,newline in markdown, generated api will break as an extra newline is added.
2016-08-01 14:35:27 +08:00
Christian Loitsch
bf17a91275
dart codegen improvements ( #3440 )
...
* fix: query params may be ints as well
don't assume query params are Strings or List<String>s
* fix dart: use correct type for QueryParams
type is Iterable, not List
only check params for != null if they haven't been checked already
add some casts to make strong mode happy
update petstore
* feat dart: enable strong mode
* feat dart: generate both browser and vm library
move petstore client into subdirectory and reference
generated libraries using path in pubspec.yaml
* feat dart: refactor petstore test.
The new layout resembles a real project.
petstore test is now strong mode compatible.
* feat: add DateTimerParser transformer
* feat: improved exception reporting
* feat[dart]: handle patch requests
* fix[dart]: typo
* fix dart: remove findPetsByTag test; enable strong-mode
find pets by tag call is deprecated and returns 500
generated library is now strong mode compatible
2016-07-23 23:45:22 +08:00
wing328
a1e7c517d3
add 2.30 and 2.2.1 milestones
2016-07-22 11:23:45 +08:00
Tao Qian
55bf8b1f96
Stop Shortening Underscore in Enum Value ( #3401 )
...
* stop shortening underscore
* use 4 space indentation
* remove fake class and use anonymous class instead
* rename
2016-07-21 21:37:54 +08:00
ozialien
d5528e5d2a
jmockit-surefire-fix ( #3429 )
2016-07-21 21:36:56 +08:00
wing328
13ec3dc6bb
[C#] fix remaining reference to NUnit 3.2.1 ( #3433 )
...
* fix remaining reference to 3.2.1 of nunit
* fix nunit runner path
2016-07-21 21:23:40 +08:00
wing328
f74bf84017
download C# nunit to 2.x ( #3432 )
2016-07-21 18:17:43 +08:00
wing328
a916696f28
fix #3427 using String() ( #3431 )
2016-07-21 17:44:10 +08:00
guohuang
f6c523bcd6
fixed all routing to v2 ( #3428 )
2016-07-21 11:44:43 +08:00
delenius
c888434580
Improve jsdoc for API return values ( #3327 )
...
* Add jsdoc for usePromises, add @link for callbacks
* Update petstore samples
* Improve jsdoc for void return type + usePromises
* Add back curly brackets correctly in model template
* Add link to Promise doc in jsdoc comment
* Fix jsdoc annotation for callApi method
The return type annotation was also broken here.
2016-07-20 20:14:51 +08:00
Tao Qian
8818cf9ff4
raise Exception instead of str ( #3322 )
2016-07-20 20:06:48 +08:00
abcsun
bee6803bcb
add context path ( #3425 )
2016-07-20 19:06:14 +08:00
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
97855baf83
Merge pull request #3423 from wing328/bug/fix-3418
...
[PHP][Silex] fix contextpath for index.php
2016-07-20 16:30:47 +08:00
wing328
889549a352
fix contextpath for php silex
2016-07-20 16:13:06 +08:00
wing328
269c657471
Merge pull request #3422 from wing328/bug/fix-3418
...
[PHP][Slim] Add missing context path
2016-07-20 16:05:25 +08:00
wing328
9fcb8a310d
fix #3418 - slim missing contextpath
2016-07-20 15:49:41 +08:00
wing328
d16b761aaf
Merge pull request #3407 from lunat/csharp_api_key_header_issue_3295
...
Csharp api key header issue 3295
2016-07-20 15:29:53 +08:00
wing328
7fbb499ad1
Merge pull request #3266 from ButterflyNetwork/swift-binary
...
[Swift] Handle binary data types
2016-07-19 23:19:01 +08:00
Jason Gavris
4f0b7dfaed
[Swift] Handle binary data types
2016-07-19 11:05:40 -04:00
wing328
ef857176a6
Merge pull request #3397 from ButterflyNetwork/swift-podspec
...
[Swift] Fix pod authors in podspec
2016-07-19 23:00:52 +08:00
Jason Gavris
9e6896c8f0
[Swift] Fix pod authors in podspec
2016-07-19 10:37:20 -04:00
wing328
72be69d2ed
Run petstore.swagger.io locally ( #3411 )
...
* update travis to run petstore server locally
* fix docker command
* update travis with addon
* add comment to travis.yml
2016-07-19 22:36:10 +08:00
wing328
5001b54eca
update maintainer for spring-related generator
2016-07-19 20:50:22 +08:00
lunat
92e8efde1a
Csharp api key header issue 3295
2016-07-19 14:37:03 +02:00
lunat
41bab483e0
Issue #3295
...
[csharp] header problem due to static method for adding header
2016-07-19 12:45:52 +02: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
207622a8f8
Merge pull request #3402 from wing328/ruby_fix_minlength
...
[Ruby] Fix minLength, maxLength
2016-07-19 15:58:51 +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
77097ec76a
Merge pull request #3364 from michaelkourlas/michaelkourlas-patch-1
...
Correct reference to ApiClient default instance
2016-07-19 13:44:52 +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