Commit Graph

99 Commits

Author SHA1 Message Date
wing328 867a4f80ee Merge pull request #2996 from wing328/package_json_license
Update nodejs/ts package.json use Apache-2.0 license
2016-05-30 21:34:24 +08:00
wing328 a27cda68ce update nodejs/ts package license to use Apache-2.0 2016-05-29 18:08:32 +08:00
wing328 6d1fd2c78d fix spec for map and array 2016-05-29 17:28:33 +08:00
wing328 105b4b9199 new test case to cover model with array properties 2016-05-25 01:18:50 +08:00
wing328 69ec14d628 fix csharp constructor for model with read-only 1st property 2016-05-21 22:42:37 +08:00
wing328 e1367ee743 Merge pull request #2917 from Vrolijkx/feature/typescript_angular2_should_generate_correct_output
Feature/typescript angular2 should generate correct output
2016-05-21 17:42:00 +08:00
wing328 c6f03806df Replaced {{mediaType}} with {{{mediaType}} to keep the original media 2016-05-20 17:48:47 +08:00
Kristof Vrolijkx d84c1cdfd7 Fix any problem
+ added integration test
2016-05-19 22:25:56 +02:00
Kristof Vrolijkx 244794b6a2 fix integration tests 2016-05-19 20:14:27 +02:00
Kristof Vrolijkx 9070f1a0af Merge branches 'feature/integration-test' and 'master' of https://github.com/Vrolijkx/swagger-codegen
# Conflicts:
#	modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AbstractTypeScriptClientCodegen.java
2016-05-19 20:05:55 +02:00
Kristof Vrolijkx 816ba6fb39 Code review remarks 2016-05-18 08:42:37 +02:00
Kristof Vrolijkx 66a49e7b11 always use es6 Promise syntax 2016-05-16 21:08:03 +02:00
Kristof Vrolijkx b36290f88a adding node-es5-spec (still failing) 2016-05-16 20:12:44 +02:00
Kristof Vrolijkx 68d47be9fd remove not needed peer dependencies and add any type too additional properties if also other properties defined. 2016-05-16 17:51:00 +02:00
Kristof Vrolijkx 37ae53c2cc add support for additional properties in codegen 2016-05-16 13:45:12 +02:00
Kristof Vrolijkx 6e000cc2a1 Merge branches 'feature/integration-test' and 'master' of https://github.com/Vrolijkx/swagger-codegen into feature/integration-test 2016-05-11 21:59:16 +02:00
wing328 2784db0604 fix escpaing " and \ 2016-05-11 16:14:03 +08:00
wing328 1b36083afd fix #2795 2016-05-10 17:40:21 +08:00
wing328 d0529cffdb Merge branch 'php-fix-array-handling-2' of https://github.com/arnested/swagger-codegen into arnested-php-fix-array-handling-2
Conflicts:
	modules/swagger-codegen/src/main/resources/php/model.mustache
	samples/client/petstore/php/SwaggerClient-php/README.md
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Animal.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/AnimalFarm.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/ApiResponse.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Cat.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Category.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Dog.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/EnumClass.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/EnumTest.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/FormatTest.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Model200Response.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/ModelReturn.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Name.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Order.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Pet.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/SpecialModelName.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Tag.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/User.php
2016-05-10 00:29:13 +08:00
Arne Jørgensen f5a802d9af [PHP] Fix default values in derived classes
Fixes flaw in 9f40a82310.
2016-05-06 23:48:52 +02:00
wing328 3a80a4ff1e fix double byte characters in description, upgrade to lang3 2016-05-06 16:36:45 +08:00
wing328 ac2cb647b5 Merge branch 'php-fix-array-handling' of https://github.com/arnested/swagger-codegen into arnested-php-fix-array-handling
Conflicts:
	modules/swagger-codegen/src/main/resources/php/model.mustache
	samples/client/petstore/php/SwaggerClient-php/README.md
	samples/client/petstore/php/SwaggerClient-php/docs/FormatTest.md
	samples/client/petstore/php/SwaggerClient-php/lib/Api/FakeApi.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Animal.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/ApiResponse.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Cat.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Category.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Dog.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/FormatTest.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Model200Response.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/ModelReturn.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Name.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Order.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Pet.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/SpecialModelName.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/Tag.php
	samples/client/petstore/php/SwaggerClient-php/lib/Model/User.php
2016-05-06 10:46:36 +08:00
wing328 982a035cc1 add better enum support to swift 2016-05-03 18:12:35 +08:00
wing328 0310d95800 fix csharp enum issue after rebase 2016-05-03 11:19:19 +08:00
wing328 a7ca0ad11f add enum number support to php 2016-05-03 11:16:05 +08:00
wing328 531b536ffb add enum number support to C# 2016-05-03 11:15:40 +08:00
wing328 00e15b76ec clean up post process model in csharp, add default value for enum 2016-05-03 11:14:45 +08:00
wing328 11deb43829 add enum class support to php 2016-05-03 11:14:45 +08:00
wing328 800a858acb add enum support to php, refactor post process model enum 2016-05-03 11:14:44 +08:00
Kristof Vrolijkx d78b5f1773 adding diff for files in integration test 2016-05-01 22:45:06 +02:00
Kristof Vrolijkx 15feb208e7 improving integration test concept. 2016-05-01 17:06:12 +02:00
Kristof Vrolijkx f8046bc9c9 small example of a first integration-test of the code-generator 2016-05-01 14:27:41 +02:00
Arne Jørgensen 7f99469efd [PHP] Add test case testing ArrayAccess interface
Test if we implement the ArrayAccess interface correct on out model objects.
2016-04-27 21:00:58 +02:00
wing328 87c6566bd0 mapped uuid to str in python 2016-04-27 17:37:44 +08:00
wing328 354449ebfe add validation to method parameters 2016-04-26 00:06:44 +08:00
wing328 4854b79a31 add pattern check to ruby model 2016-04-25 22:23:23 +08:00
wing328 ab986a7228 add more validation test for ruby model 2016-04-25 17:36:32 +08:00
wing328 e143c6cd2f add validation to ruby model 2016-04-25 17:07:42 +08:00
wing328 a281afaebf add requiredVars and optionalVars for codegen model 2016-04-23 22:48:24 +08:00
wing328 8eb3f8a448 fix python property name 2016-04-20 22:12:09 +08:00
wing328 5f6cc62802 fix test case 2016-04-17 03:51:38 +08:00
wing328 a3c6d3af5e restore petstore.json from petstore.yaml 2016-04-17 03:25:12 +08:00
wing328 d19ed8a89b fix php test cases with petstore test yaml 2016-04-14 16:19:38 +08:00
wing328 d8963d0a85 udpate type mapping for go, fix indention in go model 2016-04-11 23:44:06 +08:00
wing328 9bd7a708ae fix typo in the spec 2016-04-10 23:14:02 +08:00
wing328 070d87a97c restore petstore.yaml 2016-04-10 23:11:42 +08:00
wing328 be13632bb4 fix csharp extra comma in constructor 2016-04-09 19:03:31 +08:00
wing328 f7affc6344 add new object to test different format 2016-04-09 19:02:31 +08:00
wing328 0be18399b6 fix tos in swagger spec 2016-04-09 18:15:22 +08:00
wing328 122df5195a add petstore yaml 2016-04-04 16:17:45 +08:00