Commit Graph

  • 9181b6b0a7 update pom to use latest core and parser wing328 2015-12-24 14:13:18 +08:00
  • 3e5f23dc7a Merge pull request #1759 from ePaul/feature/1743-fix-gitignore-for-eclipse-settings Tony Tam 2015-12-23 10:15:34 -08:00
  • f2a510912b Fix #1743 by removing */ from the .settings ignore line. Paŭlo Ebermann 2015-12-23 19:12:03 +01:00
  • 609240c389 Merge pull request #1757 from swagger-api/issue-1756 Tony Tam 2015-12-23 05:59:33 -08:00
  • 7381b816ff fixes #1756 Tony Tam 2015-12-23 05:50:46 -08:00
  • a58901f375 Java okhttp-gson client: get/set connect timeout xhh 2015-12-23 18:58:16 +08:00
  • 638ee88830 Removed Jersey2 test from spring-mvc codegen Ian Chan 2015-12-23 10:29:47 +13:00
  • 55fece195d Merge pull request #1733 from DevFactory/staging/override-annotation-should-be-used-where-necessary-fix-1 wing328 2015-12-22 22:22:46 +08:00
  • 2c1b71429a Fixed space between inline enumclasses and removed extra tostring Justus Thorvaldsson 2015-12-22 13:49:04 +01:00
  • 3b95df3ca7 Added construct that was removed when merge wrongly Justus Thorvaldsson 2015-12-22 12:24:08 +01:00
  • ea55c9c901 Some generated dates was merged incorrectly Justus Thorvaldsson 2015-12-22 11:00:20 +01:00
  • 7c9832c741 Merge remote-tracking branch 'upstream/master' https://github.com/swagger-api/swagger-codegen.git Justus Thorvaldsson 2015-12-22 10:43:42 +01:00
  • 7d9bddbe23 Added sample files generated Justus Thorvaldsson 2015-12-22 08:19:44 +01:00
  • b46e3ad400 updated for #1749 Tony Tam 2015-12-21 22:16:11 -08:00
  • 7305b9b4e1 Merge pull request #1745 from wing328/fix_need_to_import wing328 2015-12-22 14:00:01 +08:00
  • 6b2f15b2cf add packageName support to golang wing328 2015-12-22 00:12:18 +08:00
  • 0d377507b4 fix post model and update test wing328 2015-12-21 22:32:54 +08:00
  • 4062deed92 remove logger, fix deserialization of json response wing328 2015-12-21 21:19:12 +08:00
  • 3ebefba678 better return for golang method wing328 2015-12-21 16:07:58 +08:00
  • a05076ed09 first commit of golang generator before fixing return wing328 2015-12-21 00:18:00 +08:00
  • 33b8e8aa5b add golang wing328 2015-11-16 10:53:45 +08:00
  • dd568afc0a add all default values Justus Thorvaldsson 2015-12-21 10:41:58 +01:00
  • d59dde9fb3 send enum always, default is used Justus Thorvaldsson 2015-12-21 10:38:33 +01:00
  • aa55c95d1b fix default needToImport wing328 2015-12-21 14:12:19 +08:00
  • 391d0b9f9d Merge pull request #1741 from wing328/csharp_set_timeout wing328 2015-12-20 23:35:20 +08:00
  • 29b4098a8d Spring-MVC config "j8-async": Uses async servlet & Java 8 interface default Ian Chan 2015-12-19 23:03:59 +13:00
  • 2cc5924498 update test case, docstring for timeout wing328 2015-12-19 23:15:54 +08:00
  • 0aa4d2fb8e csharp add timeout, fix default constructor wing328 2015-12-19 22:55:52 +08:00
  • 968c943c44 more enum support Tony Tam 2015-12-18 10:58:30 -08:00
  • 24ed12f448 Merge pull request #1740 from swagger-api/issue-1357 Tony Tam 2015-12-18 09:34:31 -05:00
  • 7e3ad18faf Merge pull request #1725 from hacki11/patch-1 wing328 2015-12-18 21:23:25 +08:00
  • a3a269c801 Merge branch 'master' into issue-1357 Tony Tam 2015-12-18 08:13:20 -05:00
  • 5814cd47bc updated parser for #1357 Tony Tam 2015-12-18 08:12:31 -05:00
  • 5b0b759e4e added enum class support Tony Tam 2015-12-18 08:12:15 -05:00
  • c1dda0ca17 update test case for inline model wing328 2015-12-18 16:50:55 +08:00
  • 20755bde2b Merge pull request #1735 from xhh/javascript-testing wing328 2015-12-18 11:44:34 +08:00
  • 1777124e62 Javascript: remove call to apiClietn.parameterToString xhh 2015-12-17 21:37:04 +08:00
  • 1b0294dac0 Javascript: fix the constructFromObject issue xhh 2015-12-17 21:29:05 +08:00
  • a58f755a6a Escape path parameters with encodeURIComponent xhh 2015-12-17 21:19:28 +08:00
  • 180d2ae908 Merge branch 'master' into javascript-testing xhh 2015-12-17 20:42:37 +08:00
  • f07b75f419 Include Javascript client into integration test xhh 2015-12-17 20:41:09 +08:00
  • 794783a4bb Javascript: bug fixes, clean-ups, tests xhh 2015-12-17 20:05:00 +08:00
  • dcfe40fc44 Configure Javascript tests to allow running in browser xhh 2015-12-17 18:51:12 +08:00
  • 03e3a2d0dd remove logger, replace tab with space wing328 2015-12-17 18:05:39 +08:00
  • 146b4a4813 Use a more real jquery mocking in test xhh 2015-12-17 17:59:57 +08:00
  • c8c047a2bc fix map in inline model wing328 2015-12-17 17:55:47 +08:00
  • 2e143ec054 fix map of inline response wing328 2015-12-17 17:39:55 +08:00
  • 13b03d92d4 update response to support array of inline model wing328 2015-12-17 17:01:14 +08:00
  • c8a10aee33 add support for inline array model defined in inline model wing328 2015-12-17 16:44:35 +08:00
  • c5c1712374 fix array of inline model body parameter wing328 2015-12-17 15:44:22 +08:00
  • e19d4228e9 Fixed CodeGen tests following addition of implFolder additional property in jaxrs evigeant 2015-12-16 22:22:01 -05:00
  • b073dce1e7 Merge pull request #1726 from tomekc/alamofire-bump-31 wing328 2015-12-17 10:46:44 +08:00
  • 6f4f293943 Updated jaxrs generator to use additional properties instead of java properties which are very difficult to set from maven evigeant 2015-12-16 21:35:54 -05:00
  • 89be4231db Remove bin directory Ben McCann 2015-12-16 16:09:25 -08:00
  • 5f13484157 - add downloadImage to Petstore - fixed equal instead of ':' after Content-Disposition - added definition of file (swagger-maven-plugin generates them) hacki11 2015-12-17 00:14:21 +01:00
  • 5a1c6e6c17 Updated samples, and cartfile Tomek Cejner 2015-12-16 21:55:31 +01:00
  • cc408a0dd7 Add unit tests to Javascript Petstore sample xhh 2015-12-17 00:32:50 +08:00
  • 2c1d8b19d2 Make Javascript client a Node.js (NPM) module xhh 2015-12-16 23:51:48 +08:00
  • 10885790f8 Bumped alamofire to 3.1.x Tomek Cejner 2015-12-16 14:56:37 +01:00
  • 625e712d7b Javascript: add package.json xhh 2015-12-15 22:58:15 +08:00
  • 199c4f70ad Add some config options to Javascript client codegen xhh 2015-12-15 22:57:02 +08:00
  • 0078dc11d1 Merge pull request #1703 from evigeant/feature/simple-jaxrs-serialization wing328 2015-12-16 11:32:11 +08:00
  • 322e7a4b4b [C#] fix filename and Content-Disposition parsing on FileStream hacki11 2015-12-15 23:33:48 +01:00
  • 3f3e444ab1 Some clean-ups for the Javascript client codegen xhh 2015-12-15 19:38:04 +08:00
  • 89f269969d Merge pull request #1716 from wing328/csharp_config_remove_static wing328 2015-12-15 19:51:29 +08:00
  • adf7ffb3a8 Merge pull request #1718 from artem-dudarev/patch-1 wing328 2015-12-15 18:31:53 +08:00
  • 4ed0173a21 Fixing squid:S2057 - Serializable classes should have a version id Kirill Vlasov 2015-12-15 15:03:33 +05:00
  • b1869c1cae Escape \r in XML comments Artyom 2015-12-15 11:21:20 +02:00
  • 49a6d0e6c1 Fixing squid:S1161 - @Override annotation should be used on any method overriding (since Java 5) or implementing (since Java 6) another one Kirill Vlasov 2015-12-15 14:09:31 +05:00
  • fbf4d0e419 Fixed ArgumentOutOfRangeException Artyom 2015-12-15 10:51:04 +02:00
  • b01b414aae add constructor to configuration wing328 2015-12-14 22:26:32 +08:00
  • f03bc1f3bc remove some static methods in configuration wing328 2015-12-14 16:07:41 +08:00
  • 2a5b96dbcf Merge pull request #1698 from xhh/ruby-config wing328 2015-12-14 15:14:08 +08:00
  • 99c40ae8a0 Merge pull request #1706 from mirthy/issue-1705 wing328 2015-12-14 15:05:07 +08:00
  • 0d3fdba764 Merge pull request #1714 from wing328/ruby_sinatra_fix wing328 2015-12-14 11:32:28 +08:00
  • 1596944ef5 Merge pull request #1712 from xhh/ruby-property-doc wing328 2015-12-14 10:41:21 +08:00
  • 909ec298af update regex to non-greedy match wing328 2015-12-13 18:18:49 +08:00
  • 1dd05bb90f add swagger.yaml to ruby sinatra wing328 2015-12-13 17:39:52 +08:00
  • bef2dac022 fix add route in sinatra wing328 2015-12-13 17:22:30 +08:00
  • ddc4b0a548 Ruby: place properties on separate lines with description xhh 2015-12-12 21:33:32 +08:00
  • 79033e57fe Merge pull request #1709 from xhh/ruby-profiling wing328 2015-12-12 16:27:53 +08:00
  • e0582ae912 Added the ability to customize the DateTimeFormat Jeff Kwan 2015-12-11 18:28:37 -05:00
  • 8fc27b5f0c Fixed a bug where the JSON.mustache file was removed from the jersey2 code generation evigeant 2015-12-11 12:57:05 -05:00
  • 4272e9c027 Add profiling script and results for Ruby Petstore sample xhh 2015-12-11 23:24:19 +08:00
  • ca3f0cc4df Merge pull request #1708 from wing328/php_profile wing328 2015-12-11 15:57:34 +08:00
  • 2a8afbec8d Merge pull request #1697 from wing328/objc_minor_style wing328 2015-12-11 14:43:38 +08:00
  • 3acb5d60a0 add swgger client profiling for php wing328 2015-12-11 14:36:28 +08:00
  • 207b14283c Merge pull request #1702 from wing328/php_profile wing328 2015-12-11 12:29:17 +08:00
  • 5ea073816d Merge pull request #1693 from xhh/clojure-json-mime wing328 2015-12-11 11:52:11 +08:00
  • ca26608b28 Add some tests for time zones Jeff Kwan 2015-12-10 20:42:30 -05:00
  • 74d80289dd Add a unit test for the datetime serialization Jeff Kwan 2015-12-10 20:28:44 -05:00
  • 23fa84bff8 Add some reasonable comments to this Jeff Kwan 2015-12-10 20:03:29 -05:00
  • cf3144d31f [C#] Fix date-time serialization to be ISO 8601 Jeff Kwan 2015-12-10 19:56:10 -05:00
  • 2bb2ab6cad Merge pull request #1700 from wing328/java_feign_update_test wing328 2015-12-11 00:41:22 +08:00
  • a3024a3553 Updated PetStore sample for java client jersey2 evigeant 2015-12-09 12:37:12 -05:00
  • 0f67be5590 Simplified Jersey2 java client by letting Jersey do most serialization and deserialization evigeant 2015-12-08 22:23:27 -05:00
  • d51746d7fa Updated PetStore sample for Java client (default) evigeant 2015-12-03 16:08:10 -05:00
  • ee39977726 Let Jersey do the serialization and deserialization (including JSON) evigeant 2015-12-02 14:20:29 -05:00
  • 84ee958117 Simplified Jersey ApiClient by delegating much serialization to Jersey evigeant 2015-12-01 11:23:02 -05:00
  • 9faf6f4068 add php profiler for petstore, fix empty/null string check wing328 2015-12-10 18:55:28 +08:00