Commit Graph

  • f3b2d28fa9 [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 Tony Tam 2012-04-12 17:21:25 -07:00
  • 1b9e1d90ae added gpg plugin Tony Tam 2012-04-12 17:20:56 -07:00
  • 34219bfc86 [maven-release-plugin] prepare for next development iteration Tony Tam 2012-04-12 17:19:39 -07:00
  • cb30fb4e00 [maven-release-plugin] prepare release swagger-codegen_2.9.1-1.1 Tony Tam 2012-04-12 17:19:33 -07:00
  • 3cd6e211cd release prepare Tony Tam 2012-04-12 17:18:12 -07:00
  • 572732158a merged from wordnik branch Tony Tam 2012-04-12 17:17:54 -07:00
  • ff8928e159 merged from wordnik branch Tony Tam 2012-04-12 17:17:43 -07:00
  • 006f7d1589 Reverted the change and moved into wordnik specific branch rpidikiti 2012-03-05 12:57:54 -08:00
  • f2b09faf66 Fix for finding models needed by methods: ignoring valueTypeInternal. Colin Pollock 2012-02-29 13:14:29 -08:00
  • 8307aca59d Change to Scala's codegen: post params weren't being found because Model's name is a class name and a param's valueTypeInternal is package + class name so they weren't matching. Colin Pollock 2012-02-28 01:11:14 -08:00
  • d4a8287a40 Changes to Scala ResourceObject: (1) If return type is primitive, wrap it in option. (2) If APIInvoker returns null or raises 404 exception return None if primitive return or List() if collection. Colin Pollock 2012-02-28 01:08:56 -08:00
  • a4e8a18fd6 Ignoring swap files. Colin Pollock 2012-02-28 01:06:22 -08:00
  • fe70dead59 made mvn compliant and also fixed issue sin scala resource template rpidikiti 2012-02-24 11:58:17 -08:00
  • edf0be71f8 made mvn compliant and also fixed issue sin scala resource template rpidikiti 2012-02-24 11:38:41 -08:00
  • 293f8ad1f5 Fixed issue in generating classes for collection of collections in java and scala rpidikiti 2012-02-10 14:21:20 -08:00
  • 99dcb02c23 Added support to handle arrays in method post data. rpidikiti 2012-01-24 23:09:57 -08:00
  • 7d915e4b23 Fixed encoding issues with query and path parameters in java and scala code gen. rpidikiti 2012-01-23 12:45:23 -08:00
  • 7f735fa1ce Added support for arrays and also warning for objects with null properties rpidikiti 2012-01-19 17:23:06 -08:00
  • 16c0f45489 Merge pull request #8 from deepak-michael/master fehguy 2011-12-13 05:50:20 -08:00
  • 2c5c94d2e0 Handling resource methods with the same name in languages where overloading is not supported Deepak Michael 2011-12-13 07:47:13 +05:30
  • 2038a9a8c1 Fixed path and query param encoding issue with javascript code gen. rpidikiti 2011-12-01 22:07:45 -08:00
  • e31b113f51 Added python example fehguy 2011-11-29 13:54:51 -08:00
  • 152c083e2e Merge pull request #7 from mrjf/master fehguy 2011-11-29 13:52:46 -08:00
  • 117cf21de7 fixed missing '/' path issue for library home Russell Horton 2011-11-29 13:28:48 -08:00
  • a19a8d7e99 Merge pull request #6 from mrjf/master fehguy 2011-11-22 21:35:20 -08:00
  • 37470775c9 cleaned up PHP library generated code path Russell Horton 2011-11-22 14:50:36 -08:00
  • fc7b45b5e9 Added serialization from list to CSV string, and generic header param handling Russell Horton 2011-11-22 14:50:02 -08:00
  • 50a35f6a65 Fixed client performance issue and also handling of auth token logic rpidikiti 2011-11-21 11:50:08 -08:00
  • 704bfd7cb1 Fixed IE issues and also returning ajax request object as part fo invoking the method rpidikiti 2011-11-15 19:21:39 -08:00
  • 7339611575 Merge pull request #5 from mrjf/master Zeke Sikelianos 2011-11-11 10:46:55 -08:00
  • 087b22bcf3 Added templates and config for Python client generation. Russell Horton 2011-11-11 01:06:12 -08:00
  • 9b1d1a9dad 1. Added list imports for java and scala model objects 2. Added logic to parse lists and convert them to coma separated values for query string input 3. For java class name generator remove . if the same exists in the class name 4. If input model is already generated then ignore the same. rpidikiti 2011-11-10 14:34:09 -08:00
  • 40f6c50bc1 Fixed issue with variable initialization rpidikiti 2011-11-09 09:05:21 -08:00
  • 6848b9ad59 improvements and bug-fixes in Javascript library Ayush Gupta 2011-11-03 18:05:13 +05:30
  • e53db55017 updated docs Tony Tam 2011-10-28 09:43:37 -07:00
  • d571aa1186 added slf4j Tony Tam 2011-10-28 09:39:19 -07:00
  • 4920da870a added php client Tony Tam 2011-10-28 09:37:08 -07:00
  • 507c2637a1 updated version, depenedencies Tony Tam 2011-10-27 10:15:34 -07:00
  • d3e651e540 Merge branch 'javascript-support' Ayush Gupta 2011-10-27 16:55:57 +05:30
  • b3edf05825 javascript library support Ayush Gupta 2011-10-27 16:34:04 +05:30
  • c9d133297f Mde code gen changes to reflect changes in allowable values rpidikiti 2011-10-20 00:00:30 -07:00
  • fc18c1c94e Added support for range and list allowable values rpidikiti 2011-10-19 16:03:25 -07:00
  • 60c577a283 1. Added logic to make sure header parameters are set in the headers in java and scala code gen. Header parameter names are also available in templates for other languages to use 2. Fixed issues with enum name generation in java code gen library. rpidikiti 2011-10-17 07:09:15 -07:00
  • 907c32af95 Merge pull request #4 from fehguy/master fehguy 2011-10-10 07:27:15 -07:00
  • 735d8c5726 added ruby code Tony Tam 2011-10-04 16:32:25 -07:00
  • 94d35980f9 added ruby scripts Tony Tam 2011-10-04 16:32:16 -07:00
  • 1f96222a9a added default values, required flags Tony Tam 2011-10-04 16:27:50 -07:00
  • 66214a3dfd Merge pull request #3 from fehguy/master fehguy 2011-09-28 18:29:54 -07:00
  • b5a826fe5e added jar target Tony Tam 2011-09-28 18:20:02 -07:00
  • 5c39d5e8c5 updated template Tony Tam 2011-09-28 17:39:26 -07:00
  • 25f7ec2bd5 added reserved word translation support Tony Tam 2011-09-28 17:37:30 -07:00
  • 24ea2c6d6f Swagger: AS3 sdk - Improved date handling Deepak Michael 2011-09-14 20:44:48 +05:30
  • 2cc57fc30c Fixed the typo in java lib instructions rpidikiti 2011-09-12 23:03:24 -07:00
  • a0c7474c27 Updated java code gen to initialize API url at each service level. rpidikiti 2011-09-12 23:00:59 -07:00
  • 3f72ca11fc Swagger: AS3 sdk - Tests for generated library Deepak Michael 2011-09-13 10:34:38 +05:30
  • ea01c6a7f9 Fixed code gen issue for multi valued response rpidikiti 2011-09-12 18:11:18 -07:00
  • d871755e8d Fixed issues with list return types failing code gen for lanaguages that return Arrays for Lists rpidikiti 2011-09-12 17:46:05 -07:00
  • d715574238 fixed template bug Tony Tam 2011-09-08 18:39:41 -07:00
  • fd8d491a79 Merge pull request #2 from fehguy/master fehguy 2011-09-05 07:14:16 -07:00
  • 13dbfdf1a6 fixed newline Tony Tam 2011-09-04 22:13:04 -07:00
  • cabdb8b68c added sample scripts Tony Tam 2011-09-04 22:06:34 -07:00
  • 20e94c5f17 added scala support Tony Tam 2011-09-04 21:59:52 -07:00
  • 7f3af74eca Swagger: AS3 sdk - Default service base class intialized when run through script Deepak Michael 2011-09-02 21:24:23 +05:30
  • 56b411567e Swagger: AS3 sdk - Included shell script file for as3 library generation Deepak Michael 2011-08-31 21:23:38 +05:30
  • 209183dfa3 Merge branch 'master' of github.com:wordnik/swagger-codegen Deepak Michael 2011-08-31 21:22:14 +05:30
  • 7c7ce85ed7 Swagger: AS3 sdk - Included shell script file for as3 library generation Deepak Michael 2011-08-31 21:21:08 +05:30
  • 831c93976a fixed typo Tony Tam 2011-08-30 16:43:13 -07:00
  • d0edc602c1 added setting SCALA_HOME Tony Tam 2011-08-30 16:41:19 -07:00
  • 2f311849d8 Swagger: AS3 sdk - Refactoring towards better names and cleanup Deepak Michael 2011-08-29 11:16:38 +05:30
  • d1fff11394 Swagger: AS3 sdk - Included generation of references object for objects not directly referenced Deepak Michael 2011-08-28 11:00:44 +05:30
  • 35ba03d8c0 Swagger: AS3 sdk - Updated model in template and annotation for root node in model generation Deepak Michael 2011-08-27 12:21:26 +05:30
  • cc52b080fc Swagger: AS3 sdk - Updated build config for as3 code gen and sample file for build Deepak Michael 2011-08-25 09:34:24 +05:30
  • 62288f0e62 Swagger: AS3 sdk - correcting xml written as post data Deepak Michael 2011-08-23 12:50:12 +05:30
  • 9ba21700ee Swagger: AS3 sdk - Updating template for annotation for list items Deepak Michael 2011-08-23 11:43:16 +05:30
  • 27697afa9f Swagger: AS3 sdk - Using another template for output wrappers Deepak Michael 2011-08-18 10:33:29 +05:30
  • 63e2368040 Swagger: AS3 sdk - fix to get models with wrapper names for list types Deepak Michael 2011-08-18 09:31:43 +05:30
  • d11d82b9e0 Swagger: AS3 sdk - templates, structure and updates for generating as3 library Deepak Michael 2011-08-17 20:46:44 +05:30
  • 717e73ca1a Merge pull request #1 from sankargorthi/master fehguy 2011-08-15 07:25:45 -07:00
  • 46f54a4a0f Ignores eclipse generated files Sankar Gorthi 2011-08-10 19:58:50 -07:00
  • 2f1daf8251 Ignores generated resources. Sankar Gorthi 2011-08-10 19:56:21 -07:00
  • 347eff0fa6 Fixes build scripts Sankar Gorthi 2011-08-10 19:38:29 -07:00
  • bd6e94034e Adds the install-ivy.xml build script Sankar Gorthi 2011-08-10 19:35:39 -07:00
  • ff7a4169a5 updated readme rpidikiti 2011-08-10 11:32:48 -07:00
  • fddfe59d40 updated readme rpidikiti 2011-08-10 11:26:44 -07:00
  • 2e7778bde0 updated readme for test execution Tony Tam 2011-08-10 08:08:04 -07:00
  • 8107141c54 updated readme for test execution Tony Tam 2011-08-10 08:07:15 -07:00
  • 79db7fc6ca Merge branch 'master' of github.com:wordnik/swagger-codegen rpidikiti 2011-08-10 07:27:29 -07:00
  • fb99be3c6f Fixed issue with server URL paths for trailing "/" rpidikiti 2011-08-10 07:27:02 -07:00
  • d58564fb7f formatting Tony Tam 2011-08-10 01:40:15 -07:00
  • a29a10b8e2 added readme Tony Tam 2011-08-10 01:38:53 -07:00
  • a894a0071e removed old file Tony Tam 2011-08-10 01:38:43 -07:00
  • fd3660b9b0 added clean Tony Tam 2011-08-10 01:38:35 -07:00
  • 35cd821e75 Added copyright information rpidikiti 2011-08-09 15:24:19 -07:00
  • 8e7cf41f5b Fixed issue with list inputs for query and path parameters rpidikiti 2011-08-09 15:21:46 -07:00
  • fb87385c1b Fixed issue unmarshalling primitive types and assertion errors in test framework rpidikiti 2011-08-09 14:56:37 -07:00
  • 8347fa3a37 Completed changes related running test scripts rpidikiti 2011-08-09 14:30:13 -07:00
  • 31a2ef5ddb resolved conflicts rpidikiti 2011-08-08 00:44:33 -07:00
  • 97e7e0b583 Fixed codege issues and complete testing framework implementation rpidikiti 2011-08-08 00:43:22 -07:00
  • 70529845fb Swagr codegen: Adding checks to confirm folder is present for clearing older generated files Deepak Michael 2011-08-05 21:51:54 +05:30
  • 10ffad369c Merge branch 'master' of github.com:wordnik/swagger-codegen rpidikiti 2011-08-04 17:10:18 -07:00