Commit Graph

4741 Commits

Author SHA1 Message Date
Maarten Groot
2efa50cb7f Support file downloading in Java jersey2 client 2016-01-28 15:59:32 +01:00
evigeant
6db358dd39 Merge remote-tracking branch 'upstream/master'
Conflicts:
	modules/swagger-codegen-maven-plugin/src/main/java/io/swagger/codegen/plugin/CodeGenMojo.java
2016-01-28 09:18:24 -05:00
Andrew Z Allen
b1a5080121 Add default includes for Array and Object. 2016-01-27 23:51:25 -07:00
Andrew Z Allen
af6926bd6f Add sample output from Javascript Closure Angular 2016-01-27 23:29:51 -07:00
Andrew Z Allen
8ea7cbc79d Add bash script to run 2016-01-27 23:29:17 -07:00
Andrew Z Allen
b950271940 Add a Javascript (Closure) Angular generator. 2016-01-27 23:02:25 -07:00
wing328
564fa04f7c Merge pull request #1988 from wing328/maven_build_quiet3
Rebase on latest master for "Using logger instead of System.out #1871"
2016-01-28 11:52:35 +08:00
wing328
f8b82e14fe use logger.info to display command line result 2016-01-28 11:25:11 +08:00
Joseph Zuromski
33b5286ba3 fix issue 1992 - ensure that our variable names don't match the names of the generated enums or we will get a compiler error. Also fix the escaping of reserved words to use an underscore as the comment implies instead of the word Swagger. 2016-01-27 10:14:21 -08:00
Joseph Zuromski
f435cb65ce fix issue 1989: generate AnyObject type from json object type instead of generating strings 2016-01-27 09:39:42 -08:00
N090536
16f9c8f7dd Changing to INFO level in order for the following switches to work as
expected:
-DdebugModels
-DdebugOperations
-DdebugSupportingFiles
2016-01-28 00:13:00 +08:00
JULIEN MASNADA
8c3bd60a53 Some more... 2016-01-28 00:13:00 +08:00
JULIEN MASNADA
10a9316d75 Fixed some more indentations problems 2016-01-28 00:13:00 +08:00
JULIEN MASNADA
68dc407f1d Fiexd some indentation problem 2016-01-28 00:12:24 +08:00
JULIEN MASNADA
2a9ead870c Use LOGGER instead of LOG
Use spaces instead of tabs
2016-01-28 00:12:24 +08:00
JULIEN MASNADA
2161907a8f Using logger instead of System.out 2016-01-28 00:11:54 +08:00
wing328
daec1a7783 update clone URL 2016-01-27 16:43:18 +08:00
wing328
841d7dd6af update instruction for running docker in vagrant 2016-01-27 16:41:55 +08:00
wing328
a856e6576d Merge pull request #1943 from wizardbyron/vagrant_new
Run docker in vagrant
2016-01-27 16:34:47 +08:00
wing328
bfd17e45fe Merge pull request #1980 from wing328/ruby_add_test
[Ruby] add auto-generated test cases (rspec)
2016-01-27 15:28:56 +08:00
wing328
d779174977 Merge pull request #1986 from xhh/javascript-superagent-version
[JavaScript] Lock version of superagent to fix testing issues
2016-01-27 14:37:30 +08:00
xhh
29885ab2ae Lock version for superagent to 1.7.1
to avoid an unexpected behavior on request.header in 1.7.2:
Node version's request.header uses lower-case keys while browser
version's request.header keeps current case.

See also visionmedia/superagent#873
2016-01-27 12:06:22 +08:00
wing328
72d7acc06f Merge pull request #1979 from wing328/ts_property_double_quote
[TypeScript] double quote model property name
2016-01-27 10:37:20 +08:00
Tony Tam
dfe1889436 Merge pull request #1983 from tambykojak/patch-1
Typo in README
2016-01-26 10:28:37 -08:00
Tamby Kojak
f12311307e Typo in README
Clent -> Client
2016-01-26 13:18:55 -05:00
wing328
e4a991da0c add auto-generated test case for ruby 2016-01-26 23:15:02 +08:00
wing328
535cc1dfa7 double quote model property in ts 2016-01-26 18:08:50 +08:00
wing328
f2ab4db419 Merge pull request #1965 from wing328/ts_option_property_naming
[TypeScript] add an option to determine property naming convention
2016-01-26 16:54:20 +08:00
wing328
afd451ec04 Merge pull request #1928 from ergon/feature/retrofit2-rx
Feature/retrofit2 rx
2016-01-26 15:58:08 +08:00
wing328
fc88cb9801 Merge pull request #1967 from wing328/support-jaxrs-cxf-2
[Java][JAX-RS] Support JAX-RS CXF
2016-01-26 15:46:54 +08:00
wing328
2e0047cf86 rename jarxs generator 2016-01-26 15:34:43 +08:00
wing328
2046580d41 update based on discussion on
https://github.com/swagger-api/swagger-codegen/pull/1967/files#r50697083
2016-01-26 15:23:50 +08:00
wing328
17f8931887 add default help text for new ts option 2016-01-26 15:02:26 +08:00
wing328
d5d1c7b98f remove unused default value 2016-01-26 15:00:41 +08:00
wing328
abe039a05f fix test case 2016-01-26 15:00:41 +08:00
wing328
218ea50d61 update ts samples 2016-01-26 15:00:41 +08:00
wing328
4971461a23 ts add option for model property naming 2016-01-26 15:00:41 +08:00
wing328
6c531142a9 Merge pull request #1969 from jimschubert/csharp_List_to_ICollection_Tests
[csharp] Model tests for List/Collection options
2016-01-26 14:45:47 +08:00
Tony Tam
decedb6c91 Merge pull request #1977 from swagger-api/issue-1976
added args for maven plugin
2016-01-25 22:08:22 -08:00
Tony Tam
3ddccb5e5c fix for #1976, added missing types 2016-01-25 21:34:28 -08:00
Tony Tam
b641d4a17a refactored for access in maven plugin 2016-01-25 21:33:58 -08:00
wing328
ca941b1e3c Merge pull request #1947 from xhh/javascript-default-headers
[JavaScript] Add default headers and some tests
2016-01-26 12:40:29 +08:00
evigeant
b61d76f291 Removed a duplicate cliOptions (it is already added by the base class) 2016-01-25 22:36:24 -05:00
evigeant
d0b99a0f83 Fixed options provider for all classes where cliOptions were added 2016-01-25 22:17:09 -05:00
evigeant
43807adf4f Added missing cliOptions for JaxRSServerCodegen 2016-01-25 21:48:54 -05:00
evigeant
faadccf371 Added missing cliOptions for the StaticHtmlGenerator and
StaticDocGenerator
2016-01-25 21:39:58 -05:00
evigeant
f13b4deb2e Added warnings when the additionalProperties are not defined in the
cliOptions of a language.
2016-01-25 21:22:18 -05:00
evigeant
68c6954615 Fixed indentation 2016-01-25 13:53:31 -05:00
evigeant
6b59dd0899 Allow mave-codegen-plugin to set additionalProperties even if they are
not declared in the cliOptions.
2016-01-25 13:51:42 -05:00
Jim Schubert
c9a0ff7482 [csharp] Model tests for List/Collection options 2016-01-25 12:45:44 -05:00