Commit Graph

  • 1a1d0aebc8 add beanvalidation to jersey1 and jersey2 #4091 Johannes Fiala 2017-01-03 05:31:26 -05:00
  • 3f66e27a92 Only updated README.md file (#4485) Ashish Jain 2017-01-04 09:47:14 -05:00
  • 6b0b7a1587 [dockerfile] Replace 'maven:3.3-jdk-7' with 'maven:3-jdk-7-alpine' weiyang 2016-12-13 20:43:59 +08:00
  • cb9a1b3b53 [csharp] Use default rather than null in ctor (#4145) Jim Schubert 2017-01-03 05:31:26 -05:00
  • c94e18abd8 [codegen ignore] normalize path separator for Windows, add *.ext tests (#4476) Jim Schubert 2017-01-03 03:56:50 -05:00
  • 0252d1a534 Update to latest swagger-core, parser versions (#4472) Tony Tam 2017-01-03 00:41:16 -08:00
  • fb3d4e61bb roll back to latest working version of swagger paresr for codegen wing328 2016-12-29 23:45:59 +08:00
  • 4452fdbc02 Resteasy changes Gayathri Sharma 2016-12-27 21:33:27 -06:00
  • 45002ec1fd [JAX-RS RESTEasy][issue #4447] Updated RESTEasy petstore samples mkarnik 2016-12-23 10:37:17 +01:00
  • ababec69dd [JAX-RS RESTEasy][issue #4447] Added swagger annotations to model and api templates mkarnik 2016-12-22 22:18:39 +01:00
  • aed21bba73 better code format for nodejs server (#4411) wing328 2016-12-23 02:05:10 +08:00
  • 27f1b6ee98 Introduce NodeJS codegen for Google Cloud Functions. (#4406) Jun Mukai 2016-12-22 07:11:52 -08:00
  • 41701a15b0 Fix typo. Creactor -> Creator (#4443) Anton Vasin 2016-12-22 18:08:06 +03:00
  • e189388371 [Ruby] Add Rakefile and Gemfile (#4448) Ezekiel Templin 2016-12-22 05:37:12 -08:00
  • d52f5a3133 update swagger pasrer to 1.0.25-SNAPSHOT wing328 2016-12-22 21:11:34 +08:00
  • d7afb22f1f Fix Integer stub value defaulting to String in nodejs-server if format not specified (#4436) Michael Fulton 2016-12-20 23:08:14 -08:00
  • ba285759e1 Merge pull request #4438 from gregra81/patch-1 wing328 2016-12-21 11:05:24 +08:00
  • 79fa53a4d8 Added Autodesk as a swagger codegen user Greg Rashkevitch 2016-12-20 20:22:43 +02:00
  • 204c05442d [ObjC] minor code style enhancement to ObjC API client (#4437) wing328 2016-12-20 19:13:03 +08:00
  • c4ccf49064 Merge branch 'd0x-Ignore_Javatypes_On_ModelPre_and_Suffixes' wing328 2016-12-20 17:47:03 +08:00
  • 4870cf4ab1 Merge branch 'Ignore_Javatypes_On_ModelPre_and_Suffixes' of https://github.com/d0x/swagger-codegen into d0x-Ignore_Javatypes_On_ModelPre_and_Suffixes wing328 2016-12-20 17:46:52 +08:00
  • 7f980cd9dd fix(swift3): lowercase enum value before checking reserved words (#4357) Vincent Giersch 2016-12-20 02:35:03 -06:00
  • 774dd33af0 Add optional parameters to go client using map[string]interface{} (#4415) Dan Wilson 2016-12-20 02:32:44 -06:00
  • 36b97c22af Fix warning docs return type (#4429) Greg Rashkevitch 2016-12-20 10:10:47 +02:00
  • ff70105484 Fix CSV collection parameter issues for scalatra server (#4426) Johan Nystrom 2016-12-20 17:02:45 +09:00
  • 4c398a4cba Merge pull request #4434 from chasetec/master wing328 2016-12-20 15:52:00 +08:00
  • 43ff85db76 Merge pull request #4421 from wing328/fix_isfile_boolean wing328 2016-12-20 15:48:55 +08:00
  • da1e07af21 Update DefaultGenerator.java to call close() Matthieu Chase Heimer 2016-12-19 13:25:10 -06:00
  • 7fd895b37d fix isPrimitiveType for file wing328 2016-12-18 19:02:26 +08:00
  • 8ccf9828e4 [Python] add hasConsumes/hasProduces to Python API template (#4419) wing328 2016-12-18 17:20:10 +08:00
  • 7e67307bb4 Add AYLIEN company to the list (#4412) Hamed Ramezanian Nik 2016-12-17 02:58:08 +00:00
  • 537dcbe036 fix https://github.com/airbnb/javascript/ wing328 2016-12-17 00:40:56 +08:00
  • 6bf721f2e3 add parameter as reserved keyword (#4410) wing328 2016-12-17 00:29:06 +08:00
  • 41c49341f2 rename api documentation generator wing328 2016-12-16 22:28:32 +08:00
  • 2172cfef84 add warning message for null inner type (map/array) (#4408) wing328 2016-12-16 19:41:54 +08:00
  • 6af43dc720 [csharp] Escape special characters in the API doc (#4183) Hamed Ramezanian Nik 2016-12-16 11:07:00 +00:00
  • c6c8ffe4e0 Do not NPE when array properties items are not specified (#4063) Nicholas DiPiazza 2016-12-16 05:04:13 -06:00
  • 2bf3d051a9 update html2 sample wing328 2016-12-16 18:14:55 +08:00
  • bd81f3264d [html2] Fix import statements for most languages (#4243) Brian Shamblen 2016-12-16 02:06:28 -08:00
  • 6ade001663 CodegenResponse.isListContainer is false for array types. (#4400) Christoph Keller 2016-12-16 05:08:24 +01:00
  • 91af8066cd boolean values from JSON are treated as strings (#4229) Yohana Khoury 2016-12-16 05:56:38 +02:00
  • 37570882f9 Merge pull request #4364 from zhenwenc/typescript-angular2-build-to-dist-folder wing328 2016-12-15 23:35:51 +08:00
  • 733cdb08f0 formatting for list of api clients/servers wing328 2016-12-15 22:18:09 +08:00
  • 218d106014 list all supported clients/frameworks/doc wing328 2016-12-15 22:08:40 +08:00
  • ffbead3f9d Merge branch 'master' into typescript-angular2-build-to-dist-folder wing328 2016-12-15 21:40:48 +08:00
  • c383cfb0f3 Merge pull request #4403 from wing328/cherrypick_4380 wing328 2016-12-15 19:54:41 +08:00
  • 131cbeb350 remove generation timestamp wing328 2016-12-15 19:34:15 +08:00
  • 870c745e6f minor fix to java client options test wing328 2016-12-15 19:16:02 +08:00
  • 3bc3a40073 [java] Add licenseName and licenseUrl options. Cliffano Subagio 2016-12-13 16:55:31 +11:00
  • 7fc8b24001 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-15 00:42:51 +08:00
  • c1f498f24f Merge branch 'SamuelBeliveau-angular2-standalone-enums-support' wing328 2016-12-15 00:42:27 +08:00
  • f63d962258 update ts angular2 sample wing328 2016-12-15 00:42:08 +08:00
  • 7b7e5e25ee Merge branch 'angular2-standalone-enums-support' of https://github.com/SamuelBeliveau/swagger-codegen into SamuelBeliveau-angular2-standalone-enums-support wing328 2016-12-15 00:09:34 +08:00
  • a143e9c10c add int/long check for @min/@max in java model (#4395) wing328 2016-12-14 22:21:52 +08:00
  • a13dee7167 [Java] Play! Framework 2.4 WS client support + retrofit2 (#4270) lukoyanov 2016-12-14 12:32:49 +03:00
  • 0df8bd2140 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-14 16:27:14 +08:00
  • 43515ba79b Merge branch 'www2k-feature/file-response' wing328 2016-12-14 16:26:50 +08:00
  • 3957a1db1a Merge branch 'feature/file-response' of https://github.com/www2k/swagger-codegen into www2k-feature/file-response wing328 2016-12-14 16:26:34 +08:00
  • 5867728724 [JaxRS-CXF][bug #4330] support containers in return types (#4339) Matan Rubin 2016-12-14 07:58:56 +02:00
  • 90cf1cab53 Date type should not include time (#4385) Bruno Santos 2016-12-13 22:51:14 -05:00
  • 4fa3595a41 [typescript-angular2] Fix syntax error (#4383) Chris Putnam 2016-12-13 22:50:02 -05:00
  • dbb66af73d [C#] Add auto-generated doc for c# 2.0 generator (#4354) wing328 2016-12-14 11:49:15 +08:00
  • 83adcf5c06 Update README.md (#4390) Leonardo Pacheco 2016-12-14 01:23:51 -02:00
  • a291d3113a [Android] better code format for Android (volley) API client (#4384) wing328 2016-12-14 00:40:21 +08:00
  • b33d4ec30c add enum_outer_doc.mustache for android (#4381) wing328 2016-12-13 17:54:23 +08:00
  • e55664cdc9 Remove invalid code from mustache for arrays. (#4266) Dan Wilson 2016-12-13 02:13:06 -06:00
  • 5818f2c882 [C++] better code format for cpprest templates (#4379) wing328 2016-12-13 16:09:56 +08:00
  • 7719bc8f1d add https://github.com/bbatsov/clojure-style-guide wing328 2016-12-13 16:09:15 +08:00
  • beeb02a2dc [html] Add type anchor to body param block (#4368) weiyang 2016-12-13 15:52:22 +08:00
  • da9d64d053 Fix for issue #4370 - Cpprest does not set Content-Type header on POST requests. (#4374) Scott Richter 2016-12-13 02:01:48 -05:00
  • 15a84259aa added Upwork to users list (#4378) Dmitry Solovyov 2016-12-12 22:08:14 -05:00
  • 0b5a6f25da [typescript-angular2] access token function (#4361) Chris Putnam 2016-12-12 11:39:09 -05:00
  • 77b92d7d11 Fix go client auth UserName var issue (#4245) Paul Vollmer 2016-12-12 17:19:20 +01:00
  • 62aabfc6c1 Merge branch 'jfiala-beanval_2549' wing328 2016-12-13 00:05:03 +08:00
  • d9de3b540d Merge branch 'beanval_2549' of https://github.com/jfiala/swagger-codegen into jfiala-beanval_2549 wing328 2016-12-13 00:01:44 +08:00
  • bf50ea1366 fix the value for @Generated java annotation (#4366) Dmitry Solovyov 2016-12-12 05:38:39 -05:00
  • f4fb79822f Add CircleCI configuration in preparation for CI test migration (#4367) wing328 2016-12-12 17:42:08 +08:00
  • 562ff1a4e1 Minor fix to issue with Appveyor (#4365) wing328 2016-12-12 17:13:20 +08:00
  • c2a4c558c8 add delete cmd for appveyor wing328 2016-12-12 15:44:15 +08:00
  • 516c21cd62 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-12 15:42:14 +08:00
  • 8e200970d4 [typescript-angular2] build to dist folder Frederick Cai 2016-12-11 23:38:12 +13:00
  • 2e6eb43c26 add SRC wing328 2016-12-11 14:26:58 +08:00
  • 78e2435f42 Add Shine Solutions to list of companies using Swagger Codegen (#4363) Cliffano Subagio 2016-12-11 17:25:33 +11:00
  • 130161fc43 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-10 01:02:22 +08:00
  • c83c813865 Refactor Boolean properties to boolean. (#4326) Sreenidhi Sreesha 2016-12-09 08:37:50 -08:00
  • 56eda63c70 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-09 23:52:53 +08:00
  • 6e578f437f add keyword (sdk generation) wing328 2016-12-09 23:21:45 +08:00
  • b68e4b05d9 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-09 17:43:56 +08:00
  • 7a97c3c375 Still respect super.equals even for models without own vars (#4259) Thomas Hoffmann 2016-12-09 10:27:55 +01:00
  • 4d2a13018b [Python] Make the code look Pythonic (#4352) Vlad Frolov 2016-12-09 11:26:23 +02:00
  • 2e80d2fb40 Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-09 15:56:06 +08:00
  • c3571b28a5 Some code cleanings of problems reported by SonarQube. (#4324) Jens Oberender 2016-12-09 08:55:33 +01:00
  • 73bf589ad0 add swagger codegen evangelist wing328 2016-12-09 15:18:55 +08:00
  • ceb9cb79cd Merge branch 'master' of https://github.com/swagger-api/swagger-codegen wing328 2016-12-09 00:34:19 +08:00
  • a0f2b235f1 [C#] fix build.sh for PropertyChanged feature in C# API client (#4349) wing328 2016-12-09 00:03:38 +08:00
  • 9051848ffa minor fix to petstore test spec wing328 2016-12-08 23:24:20 +08:00
  • af2db27a83 remove trailing space in ts fetech api, add npm test to ci (#4348) wing328 2016-12-08 18:09:20 +08:00
  • 535b233ff7 Fix for #4344 - update compile.mustache with new dependencies (#4345) Josh Williams 2016-12-08 02:14:25 -06:00
  • a3d3082105 [Typescript/Fetch] Fix tslint issues in generated code (#4313) Christopher Chiche 2016-12-08 09:01:50 +01:00
  • a0c4b58b53 add guid mapping for c# 2.0 (#4347) wing328 2016-12-08 15:59:06 +08:00