12424 Commits

Author SHA1 Message Date
wing328
341c0db734 Merge branch 'perl_generator' into oas3_support2 2018-03-28 15:49:20 +08:00
wing328
7dc40e1a83 Merge branch 'add_go_generator' into oas3_support2 2018-03-28 15:48:20 +08:00
wing328
f54b78f4bb Merge branch 'add_go_generator' into oas3_support2 2018-03-28 15:42:58 +08:00
William Cheng
0821cf7fd0
Merge pull request #3 from wing328/add_go_generator_testfix
Add missing generator cliOption
2018-03-28 15:42:30 +08:00
wing328
077c1de300 add python flask generator 2018-03-28 15:33:21 +08:00
wing328
0b89519cf8 add python generator 2018-03-28 11:48:42 +08:00
wing328
7ccdca36ad add lua generator 2018-03-28 11:41:55 +08:00
wing328
40d2381317 add kotlin server, set default lib to ktor 2018-03-28 11:27:46 +08:00
wing328
16183cba71 add kotlin client, server generator 2018-03-28 11:09:30 +08:00
wing328
aa697b15b7 add tizen generator 2018-03-28 10:52:01 +08:00
Jim Schubert
696b6a0930 Add missing generator cliOption 2018-03-27 22:11:49 -04:00
wing328
ff50ed187c add cpp client generator 2018-03-28 00:48:46 +08:00
wing328
0b61de9cd5 add cpprest generator 2018-03-28 00:25:48 +08:00
wing328
d07417eeae add cwiki doc generator 2018-03-27 23:16:40 +08:00
wing328
ee7d3b3b81 add clojure client generator 2018-03-27 23:05:49 +08:00
wing328
a58e645372 add apache 2 config generator 2018-03-27 22:50:48 +08:00
wing328
4a8db17077 add apache2 config generator 2018-03-27 22:50:36 +08:00
wing328
aa5a7ad540 add scala client generators 2018-03-27 22:45:21 +08:00
akihito.nakano
e3ba2d9936 Merge branch 'oas3_support2' into tweak 2018-03-27 23:09:56 +09:00
wing328
e7743da0e9 add android generator 2018-03-27 21:50:41 +08:00
wing328
545823e39b add PowerShell generator 2018-03-27 21:43:12 +08:00
wing328
f89ba9950a add perl generator 2018-03-27 21:35:54 +08:00
wing328
fb20a6e075 add elixir generator 2018-03-27 21:16:36 +08:00
wing328
19c16fd572 add Dart generator 2018-03-27 20:49:50 +08:00
wing328
2cfde8bd65 add go generators 2018-03-27 20:40:30 +08:00
wing328
852b5b02bd add R client generator 2018-03-27 16:55:16 +08:00
wing328
24cb0f619f add ruby sinatra server generator 2018-03-27 16:41:54 +08:00
wing328
15bb50d822 add php silex generator 2018-03-27 15:24:10 +08:00
wing328
d2ebefd4d5 add php lumen generator 2018-03-27 15:15:08 +08:00
wing328
b799d694f0 add php slim generator 2018-03-27 14:55:46 +08:00
wing328
7cc6591ef9 Merge branch 'oas3_support2' of https://github.com/wing328/generate_test into oas3_support2 2018-03-27 14:34:33 +08:00
wing328
1e634257fe update gitignore 2018-03-27 14:34:01 +08:00
wing328
9e0a3ff069 migrate rails generator 2018-03-27 14:31:38 +08:00
William Cheng
18b2aaec2c
Merge pull request #1 from ackintosh/oas3_support2
Fix missing version.properties
2018-03-27 14:18:40 +08:00
akihito.nakano
adee16e073 Bump up version of sample spec file 2018-03-27 02:04:29 +09:00
wing328
1c22ec363b add python generator and tests 2018-03-26 23:56:56 +08:00
akihito.nakano
b41774fd87 Fix missing version.properties 2018-03-27 00:30:00 +09:00
wing328
9cec2b3673 add back ruby tests 2018-03-26 23:17:33 +08:00
wing328
7fbc8fa31e add haskell generator 2018-03-26 22:39:27 +08:00
wing328
246ed57547 restore objc reserved word: property 2018-03-26 17:28:50 +08:00
wing328
0e9dff995c add objc generator and test 2018-03-26 15:50:50 +08:00
wing328
0e6da5bbd5 add original objc geneator and test 2018-03-26 12:00:55 +08:00
Akihito Nakano
d58835e571 [PHP] Improve: Make validation strict (#7724)
* Add test case which reproduce the problem

refs https://github.com/swagger-api/swagger-codegen/pull/7686#issuecomment-368200011
> 1. We should pass true as 3rd argument of in_array()

* Add test case for setter

* Strict validation

* Update samples

* Tweak expected value according to changes in #7723
2018-03-25 23:17:46 +08:00
Akihito Nakano
6d88d073ca [NodeJS] make serverPort configurable via CLI option (#7899)
* Add "serverPort" option

* Use port number passed via CLI option if specified

* Replace hand-written param name with the constant

* Rename serverPort -> defaultServerPort

* Fix failed test

https://travis-ci.org/swagger-api/swagger-codegen/builds/357674590
2018-03-25 23:12:15 +08:00
Jeremy Bohrer
fc7e083467 Add interfaces option (#7831)
[TypeScript][Fetch] Add interfaces option
2018-03-25 23:01:18 +08:00
davidbilge
40c30dd2f1 Fix inputSpec for multi module builds (#7883)
Prefix path to `inputSpec` with maven's `${project.basedir}`. The codegen-maven-plugin will look inside the current working directory so whether a relative path works or not is depending on where the maven build is invoked from. Using `${project.basedir}` makes the path absolute.
2018-03-25 22:51:40 +08:00
wing328
b5da183668 add bash generator and test cases 2018-03-25 16:39:50 +08:00
wing328
af4dcb9cbb add back php test cases 2018-03-25 13:51:17 +08:00
wing328
5326152ccd add option to reorder form/body parameter 2018-03-24 18:47:56 +08:00
wing328
6dc5f7f37b add OAI 3.0 spec for petstore and fake petstore 2018-03-24 16:25:12 +08:00