Commit Graph

  • 4723f51c63 Merge pull request #1397 from lugaru1234/issue1251 wing328 2015-10-22 16:48:13 +08:00
  • 485186e6b6 Merge pull request #1418 from ampem/master wing328 2015-10-22 15:14:27 +08:00
  • f44eb766b4 Replace File.separator with '/' to fix Windows path generation and avoid regular expression issues Richard Hunt 2015-10-22 15:54:28 +13:00
  • 1ac6842b5a Update mustache template to pass hashes in TO_JSON and from_hash Ampem Darko 2015-10-21 16:15:42 +00:00
  • 57e3ea3e9c Ensure parameters to "each" is a hash in TO_JSON and from_hash Ampem Darko 2015-10-21 13:35:48 +00:00
  • 0f75b053c8 Merge pull request #1417 from akkie/master wing328 2015-10-21 19:13:18 +08:00
  • eee69f1e05 Merge pull request #1416 from xhh/java-do-not-serialize-nulls wing328 2015-10-21 19:00:09 +08:00
  • 9b8a633435 ApiException doesn't use deserialized data akkie 2015-10-21 12:56:15 +02:00
  • dcc47a92b5 added https support Tony Tam 2015-10-20 21:25:51 -07:00
  • e9aaa6da36 enabled https Tony Tam 2015-10-20 21:25:35 -07:00
  • 568a7be994 enabled https Tony Tam 2015-10-20 21:25:21 -07:00
  • 214e0186e8 Ignore null fields in model serialization xhh 2015-10-21 12:05:27 +08:00
  • 7f5cdba606 rebuilt Tony Tam 2015-10-20 11:42:40 -07:00
  • 295af57c9a fixed build error Tony Tam 2015-10-20 11:31:21 -07:00
  • bade71c6ba merged Tony Tam 2015-10-20 10:59:20 -07:00
  • 9adb077a7b Merge branch 'feature/inline-models' Tony Tam 2015-10-20 10:57:50 -07:00
  • 10a9c62e2b merged Tony Tam 2015-10-20 10:57:36 -07:00
  • a6bd0773f7 added files Tony Tam 2015-10-20 10:56:18 -07:00
  • b2506ab598 rebuilt Tony Tam 2015-10-20 10:32:19 -07:00
  • a21f08118e rebuilt Tony Tam 2015-10-20 10:31:42 -07:00
  • 96380bbc83 rebuilt Tony Tam 2015-10-20 10:31:17 -07:00
  • abe4980449 rebuilt Tony Tam 2015-10-20 10:30:19 -07:00
  • e3151c57a0 rebuilt Tony Tam 2015-10-20 10:29:48 -07:00
  • d2dc333699 rebuilt Tony Tam 2015-10-20 10:29:25 -07:00
  • b41a40f9be rebuilt Tony Tam 2015-10-20 10:28:49 -07:00
  • 2f3a2413c7 rebuilt Tony Tam 2015-10-20 08:49:26 -07:00
  • 19ea3ecf66 update test for inline body param flattening Tony Tam 2015-10-20 08:48:44 -07:00
  • 5c29562926 ensure body params are flattened when type ModelImpl Tony Tam 2015-10-20 08:48:26 -07:00
  • b827d06077 fix for npe on map models Tony Tam 2015-10-20 08:48:04 -07:00
  • 539496d735 rebuilt Tony Tam 2015-10-20 07:10:05 -07:00
  • 6b7059d23f Merge pull request #1394 from akkie/api-exception-json wing328 2015-10-20 18:01:09 +08:00
  • bff8f96b99 Merge pull request #1404 from tomekc/swift-enhanced wing328 2015-10-20 17:54:41 +08:00
  • 5e69d929a0 rebuilt Tony Tam 2015-10-19 23:13:27 -07:00
  • e1ee7065d5 rebuilt client Tony Tam 2015-10-19 23:12:02 -07:00
  • aaf1df1971 more flattening fixes Tony Tam 2015-10-19 23:10:48 -07:00
  • 555fd54fbb updated swagger-core versions Tony Tam 2015-10-19 22:09:33 -07:00
  • 905a7746e7 updated test Tony Tam 2015-10-19 21:45:47 -07:00
  • eeaf4071f9 updated to not flatten array, map properties in responses unless necessary Tony Tam 2015-10-19 21:35:45 -07:00
  • 84b7302f12 updated swagger-core version Tony Tam 2015-10-19 21:34:42 -07:00
  • 1b0963ebe0 Minimal changes to upgrade to Alamofire 3.0.0 Robin Eggenkamp 2015-10-19 11:59:26 +02:00
  • b054cd3cc6 Deserialize the response body in case of an ApiException akkie 2015-10-15 15:09:55 +02:00
  • 4ea797d0e8 Merge pull request #1392 from nbruno/add-auth-annotations-jaxrs wing328 2015-10-19 14:15:05 +08:00
  • 002feb3e7c build error Tony Tam 2015-10-18 21:10:13 -07:00
  • 89dc4d29ab added map support Tony Tam 2015-10-18 21:05:57 -07:00
  • 3cf1f1a56a added support for array and model inline types Tony Tam 2015-10-18 20:51:55 -07:00
  • b83db8e535 Merge remote-tracking branch 'upstream/master' into add-auth-annotations-jaxrs Nick Bruno 2015-10-18 17:19:44 -04:00
  • eb1e0b5034 Merge pull request #1408 from kkrauth/patch-1 wing328 2015-10-18 16:34:11 +08:00
  • d7b4f58994 Merge pull request #1411 from wing328/master wing328 2015-10-17 17:41:19 +08:00
  • e8fbdaabe3 replace tabs with spaces wing328 2015-10-17 16:44:55 +08:00
  • b82333aea4 Add support for top-level consumes and produces wing328 2015-10-17 16:30:19 +08:00
  • 7bbb883a00 Generate JAXRS and SpringMVC samples to demo Authorization annotations Nick Bruno 2015-10-16 21:25:54 -04:00
  • 6477a27579 Update SpringMVC template to include Authorization annotations Nick Bruno 2015-10-16 21:24:17 -04:00
  • ad1626ad2d added yaml sample Tony Tam 2015-10-16 18:22:13 -07:00
  • bfa4303e6e added inline model resolver Tony Tam 2015-10-16 18:21:34 -07:00
  • 9508579eed added inline resolver Tony Tam 2015-10-16 18:21:06 -07:00
  • 8bc4c1f05e Allow overriding of only some templates when using --template-dir option. Templates which aren't found in the template directory will fall back to the ones packaged/distributed with Swagger Steffen Furholm 2015-10-16 23:29:08 +02:00
  • 9ac980298f Fix syntax issue when no auth methods defined Kosta Krauth 2015-10-16 16:45:34 -04:00
  • a2fda604f8 Merge pull request #1396 from akkie/disable-ssl-verification wing328 2015-10-16 21:08:31 +08:00
  • 8339e4b092 Add default initializer to Swift model classes. Tomek Cejner 2015-10-16 14:09:55 +02:00
  • 90eab19305 Merge pull request #1401 from xhh/ruby-base-url-slashes wing328 2015-10-16 19:32:13 +08:00
  • 8a2c34ba7a Merge pull request #1403 from cbornet/retrofit_useless_import wing328 2015-10-16 19:12:35 +08:00
  • 3debd08a32 remove useless import cbornet 2015-10-16 12:47:25 +02:00
  • 8c5991b793 Merge pull request #1372 from cbornet/retrofit_collectionformat wing328 2015-10-16 18:50:59 +08:00
  • 92d1e8a1d9 use StringUtil to format csv cbornet 2015-10-13 11:11:52 +02:00
  • 71c5160739 add colllectionFormat support to retrofit cbornet 2015-10-11 00:18:10 +02:00
  • 3dd0b04fb9 Enums have been added to result file Nadezhda Makarkina 2015-07-10 15:32:25 +03:00
  • 04369ddfce Form parameters has been added to the html template Nadezhda Makarkina 2015-10-15 16:51:43 +03:00
  • 084e7f7199 Merge pull request #1380 from xhh/java-global-security wing328 2015-10-16 12:50:41 +08:00
  • ab026fdde3 Merge pull request #1393 from gwen15/genfix wing328 2015-10-16 12:42:32 +08:00
  • e0dfc1b43d Ruby client: remove trailing slashes from base_url xhh 2015-10-16 12:02:30 +08:00
  • d5e2aea723 Merge pull request #1375 from xhh/issue-1308 wing328 2015-10-16 12:02:25 +08:00
  • d2df310290 Merge pull request #1400 from testn/add-library wing328 2015-10-16 12:00:28 +08:00
  • 7db67aa192 add library in the additional option Nat Luengnaruemitchai 2015-10-15 20:44:20 -07:00
  • a1fa0b0834 Rebuild Petstore samples xhh 2015-10-16 10:47:00 +08:00
  • 02a9fe2618 Add more test cases for global security xhh 2015-10-16 10:30:26 +08:00
  • 97a5a8922f Allow to disable SSL verification akkie 2015-10-15 16:07:35 +02:00
  • 0802f94d94 Bug fix: some character replacement where done on the local directories names. gwen15 2015-10-13 09:41:02 +02:00
  • 21eb406140 Fix default long value in java client code generation gwen15 2015-10-08 10:00:59 +02:00
  • 84928abd8d Merge branch 'master' into java-global-security xhh 2015-10-15 17:57:27 +08:00
  • 1c21730607 Log a warning on more than 1 security requirements xhh 2015-10-15 17:56:38 +08:00
  • 5a76a1b155 Fix tests regarding security xhh 2015-10-15 16:51:43 +08:00
  • bc5a610567 Use the first security requirement from the array xhh 2015-10-15 15:17:30 +08:00
  • 860b551e9b Merge pull request #1376 from xhh/java-util-model-package wing328 2015-10-15 12:12:37 +08:00
  • 22218cb132 Merge pull request #1378 from xhh/java-invalid-enum-name wing328 2015-10-15 10:51:03 +08:00
  • 300a0dc82c Update retrofit library for changes to OAuth scope handling Nick Bruno 2015-10-14 22:50:58 -04:00
  • 3a66c0c710 Merge pull request #1384 from cbornet/retrofit_test_sample wing328 2015-10-15 10:42:40 +08:00
  • a94384ca7f Merge branch 'master' into java-util-model-package xhh 2015-10-15 10:38:19 +08:00
  • 6d50ce6a77 Fix a typo xhh 2015-10-15 10:34:45 +08:00
  • 583493f5ca Merge pull request #1377 from cbornet/java_gradle_android wing328 2015-10-15 10:28:28 +08:00
  • 6cc17d8508 Add authorization scope data to CodegenSecurity, demo use in JAXRS Nick Bruno 2015-10-14 22:07:43 -04:00
  • 265b4b5945 Merge pull request #1385 from aersamkull/master wing328 2015-10-15 09:46:46 +08:00
  • 65e63a8c52 Merge remote-tracking branch 'origin/master' into java-global-security xhh 2015-10-14 20:42:20 +08:00
  • e4e77d03f5 Add test cases for global security xhh 2015-10-14 20:40:10 +08:00
  • 638bbfaf43 Merge pull request #1386 from swagger-api/revert-1370-global_consume wing328 2015-10-13 23:56:57 +08:00
  • 0b4b5e8839 Revert "Add support for top-level consumes and produces" wing328 2015-10-13 23:47:42 +08:00
  • c7b08bc112 Merge pull request #1373 from estiller/master wing328 2015-10-13 22:47:47 +08:00
  • f1b0cf839a Merge pull request #1370 from wing328/global_consume wing328 2015-10-13 22:35:33 +08:00
  • 988de07c17 Fixes noImplicitAny Error aersamkull 2015-10-13 13:32:01 +02:00
  • f603efc419 add retrofit to CI verified samples cbornet 2015-10-13 12:18:32 +02:00
  • 4e7d893a8e Updates to TypeScript Templates aersamkull 2015-10-13 12:01:34 +02:00