wing328
d03f680c64
Merge pull request #1090 from geekerzp/python-keyword
...
[Python] Change reserved word handling in python client.
2015-08-21 21:51:32 +08:00
Andrew B
2b61305582
Fixing issue #1089
2015-08-20 14:16:10 -07:00
wing328
2057d0e144
Merge pull request #1068 from Helmsdown/add-generated-annotation
...
Add @Generated annotation to all generated Java templates
2015-08-20 17:45:17 +08:00
xhh
af2ec4cf85
Merge branch 'develop_2.0' into library-template-jersey2
...
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaClientCodegen.java
modules/swagger-codegen/src/main/resources/Java/api.mustache
2015-08-20 17:36:42 +08:00
wing328
9a239ad2a4
Merge pull request #1076 from DavidBiesack/static-html
...
improve static html; add template guards for collections.
2015-08-20 17:31:03 +08:00
wing328
a610fb5ac3
Merge pull request #1051 from who/develop_2.0
...
[Java] Fixing subClassed types so that they can use enums
2015-08-20 17:14:17 +08:00
geekerzp
6d58d44542
Merge branch 'ruby-api-client' into ruby-apiclient
2015-08-20 11:34:07 +08:00
xhh
e02a9f1797
Merge branch 'develop_2.0' into ruby-api-client
2015-08-20 11:10:25 +08:00
geekerzp
894d571ea5
Change reserved word handling in python client.
...
* First, remove the beginning underscores.
* Then, append underscore if the var is reserved word or number.
2015-08-19 18:05:47 +08:00
wing328
dc1992ad45
Merge pull request #1081 from wing328/php_var_name_number
...
[PHP, Perl, Silex] fixed variable names starting with number, made LOGGER protected
2015-08-19 14:56:13 +08:00
wing328
c62fca8c54
Merge pull request #1079 from wing328/add_flash_generator
...
[Flash] Add back Flash generator
2015-08-18 20:04:53 +08:00
geekerzp
a481db7486
Add configuration object in ruby client
2015-08-18 14:27:09 +08:00
wing328
10cd672529
fix variable name starting with number, make LOGGER protected
2015-08-17 14:39:29 +08:00
wing328
90d5ce228a
Merge pull request #1067 from Helmsdown/path-level-params
...
Codegen should honor path level parameters
2015-08-17 14:13:22 +08:00
wing328
7a2c0a076a
update readme, change default value, update pom
2015-08-16 00:03:19 +08:00
wing328
365f4bc0c0
beta release of flash generator
2015-08-15 23:56:01 +08:00
wing328
3478e053e1
add back flash generator
2015-08-15 18:12:14 +08:00
David Biesack
b14edffc79
improve static html; add template guards for collections. Update -core dependency
2015-08-13 13:46:32 -04:00
wing328
b971aa7433
add example to config option, replace localhost with basePath
2015-08-13 23:27:59 +08:00
russellb337
a0eeb90a97
fixing bug
2015-08-11 12:50:19 -07:00
russellb337
6fbb8ab1e0
add @Generated annotation to all Java class templates
2015-08-11 12:42:06 -07:00
russellb337
6044f0586e
removing unnecessary getTypeDeclaration implementation in JaxRSServerCodegen
2015-08-11 09:19:22 -07:00
wing328
84ff5cfc87
Merge pull request #1064 from RMarinaro/develop_2.0
...
fix for #1061 java
2015-08-11 21:33:08 +08:00
Hugo Wood
d93b404b23
Fix swagger.json supporting file for the node.js server ( fixes #652 )
2015-08-11 14:37:00 +02:00
russellb337
ae4b4979a7
add defensive null check
2015-08-10 13:58:02 -07:00
russellb337
0a8fb1e532
codegen should honor path level parameters
2015-08-10 13:50:52 -07:00
Ryan Marinaro
2eb0c8cea6
added a fix for #1061 . The only problematic spot was the api.mustache file, although if more parameterized templates were to evolve in the other mustache files we could definitely add {{localVariablePrefix}} to those. For now I didn't want to add any extra noise to the template files which didn't need the prefixes.
2015-08-08 10:19:31 -04:00
xhh
b686b53259
Support overriding API/model templates with library template
2015-08-08 11:14:06 +08:00
xhh
a41361c959
Change the "--library" option into a config option
2015-08-07 22:16:32 +08:00
xhh
167e95bb3a
Merge branch 'develop_2.0' into library-template-jersey2
...
Conflicts:
modules/swagger-codegen/src/main/resources/Java/ApiClient.mustache
2015-08-07 21:18:27 +08:00
tiffanyperumpail
5328c00e8f
Simplified enum by changing CodeGenStatus to an enum instead of a wrapper. Updated version of swagger-parser to 1.0.9.
2015-08-05 16:53:39 -07:00
tiffanyperumpail
1b31a01b76
Added CodeGenStatus class with Status enum
2015-08-05 16:18:24 -07:00
Andrew B
dc76887820
Fixing subClassed types so that they can use enums
2015-08-05 15:50:34 -07:00
xhh
07f10a8abc
Add command to display all library templates supported
...
for a specific language
2015-08-05 16:37:08 +08:00
xhh
aff21e5e6b
Add a "library" option to generate with sub-template
2015-08-04 18:32:54 +08:00
xhh
bfb4629ab7
Java client: decouple JSON handling
2015-08-04 15:47:55 +08:00
Tony Tam
1007534575
fix for #1042 , removed empty / when basePath is null
2015-08-03 16:47:51 -07:00
Rogercf
97d24a7119
Update DefaultCodegen.java
...
Fixed indentation
2015-08-03 19:50:29 -03:00
Rogercf
13038d2a12
Update DefaultCodegen.java
...
Replaced hardcoded "String" with property.items.baseType
2015-08-03 19:46:10 -03:00
Rogercf
a30b66beb1
Update DefaultCodegen.java
...
Setting the "items" field when the type is array and updating some values if the array is an array of enums
2015-08-03 19:20:51 -03:00
Rogercf
aff766b785
Update CodegenProperty.java
...
Added a "items" field to keep track of the inner type to be accessed in the mustache templates
2015-08-03 19:19:10 -03:00
wing328
fe83d18a09
Merge pull request #1026 from geekerzp/objc-deserializtion
...
[Objc] Fix deserialize nested map error
2015-07-31 16:17:11 +08:00
wing328
a6f8f9e4ff
Merge pull request #1017 from herveDarritchon/develop_2.0
...
Defect (Issue #905 ) : Add code to be able to override the configPackage …
2015-07-31 16:05:17 +08:00
wing328
dc62f688d9
Merge pull request #1015 from tandrup/conditional-copy-from-parent
...
Conditional copy properties from parent
2015-07-31 15:56:48 +08:00
Ole Lensmar
9c3fad3040
fixed generated code to go to target/generated-sources, added maven-codegen-plugin to generated jaxrs project together with initial swagger definition, fixed overwrite flag to kick in only if file exists, fixed initial readme
2015-07-28 14:40:43 -07:00
Tony Tam
dc7c2a4bab
updated name
2015-07-28 13:35:33 -07:00
Tony Tam
0b85ad464a
Merge pull request #1028 from swagger-api/inflector-template
...
added template for the inflector
2015-07-28 10:31:40 -07:00
Ole Lensmar
c5d02fe98e
added template for the inflector
2015-07-28 10:19:36 -07:00
wing328
52971e6aa9
Merge pull request #1018 from wing328/fix_empty_operationid
...
[All] Better exception handling for empty operationId (method name)
2015-07-28 17:39:19 +08:00
geekerzp
b2e0d83f2e
Update objc client.
...
* Fix issue that list of primitive types deserialization.
* Add test cases for list of primitive types deserialization and nested list deserialization.
2015-07-28 17:21:10 +08:00