William Cheng
11b7fb4f7b
rename JS environment variable ( #1214 )
2018-10-12 17:03:50 +08:00
Andrew
ccf9611ad7
Add x-go-custom-tag to go-server generator ( #1146 )
...
* Add x-go-custom-tag to go-server generator
* update model templates to include x-go-custom-tag
2018-10-12 17:00:02 +08:00
William Cheng
dd8dd48a62
Revert "Various improvements ( #1213 )" ( #1220 )
...
This reverts commit 448680e764
.
2018-10-11 20:11:51 +08:00
William Cheng
448680e764
Various improvements ( #1213 )
...
* update readme
* fix logger warning
2018-10-11 15:41:00 +08:00
William Cheng
32c1d9eea4
Verify updatePetWithForm in Go client ( #1212 )
...
* verify updatePetWithForm in go client
* update wording
2018-10-11 15:40:43 +08:00
Rubén Martínez
529a638d11
[C#] Fix issue #1088 with generation of enum classes referenced from other objects ( #1089 )
...
* Run ./bin/utils/ensure-up-to-date to re-generate samples run in the CI.
* Fixed the #1088 issue by removing the update of enumeration properties while processing objects that reference them. Launched the ./bin/csharp-petstore-all.sh script.
2018-10-10 21:38:48 -04:00
Matthias Ramsauer
6acf45a108
x-www-form-urlencoded-body-fix ( #1187 )
...
* [go] x-www-form-urlencoded-body-fix
* [go] run scripts in bin and bin/security
2018-10-10 12:24:15 +08:00
Akihito Nakano
68a8f2976c
[Spring] Fix character conversion error ( #1195 )
...
* Fix character conversion error
ref https://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/ServletResponse.html
> To send character data, use the PrintWriter object returned by getWriter()
* Update samples
* Update spring-stubs
2018-10-09 18:29:58 +09:00
osharav
1a61456f71
Re-enabling typescript node test ( #1190 )
...
Explicitly adding node.js 8 type definitions before ClientResponse interface was removed due to deprecation.
2018-10-09 17:14:36 +08:00
William Cheng
56c4751e74
Add JDK 9 support ( #1188 )
...
* update jmockit version
* list jvm
* test jdk9 in appveyor
* use latest version of gradle
* update to jdk9
* use openjdk9
* use default java version in appveyor
* use jdk8 docker image
* consolidate bash, ios pom into parent pom
* consolidate circlecii pom into parent pom
* remove circleci pom.xml
2018-10-09 10:25:28 +08:00
mwoodland
8c0e130481
Allow specifying/overriding the parent in the pom file for Java and S… ( #1132 )
...
* Allow specifying/overriding the parent in the pom file for Java and Spring generators.
* Don't add extra whitespace to the pom file when the parent isn't overridden.
* Remove accidentally added white space.
2018-10-09 08:34:29 +08:00
Christophe Bornet
5ac33a49f1
[Flask] Upgrade to flask connexion 2.0.0rc3 ( #1192 )
2018-10-09 07:44:27 +08:00
William Cheng
22049db8c1
fix enum value, update dart petstore samples ( #1193 )
2018-10-09 07:08:04 +08:00
Kiran-Sivakumar
7d58f308d9
[Java][okhttp-gson] Fix bug when specifying grant-type (flow) for OAuth token retry ( #1183 )
...
* Fix bug when specifying grant-type for OAuth token retry
* Update samples
* Update security samples
2018-10-08 17:39:10 +08:00
stkrwork
52a112d90f
[C++][Restbed] Fix default value for Restbed ( #1186 )
...
* Start working on fixing default value in Restbed Server Api Template
* fix default value in DefaultCodegen
* Revert "fix default value in DefaultCodegen"
This reverts commit ce690069d25f79f4308240a611792a0dd87bb172.
* fix default value in cpprest
* update cpp restbed samples
2018-10-08 01:54:06 +08:00
William Cheng
e85c527f33
Update maven plugin version ( #1184 )
...
* update plugin version
* update version in CI pom
* use maven 3.2.5
2018-10-07 11:41:31 +08:00
William Cheng
999f472e4b
Refactor default and example values in Java generators ( #1045 )
...
* fix default, example for java okhttp
* update java feign samples
* update samples, doc
* add new doc for dart-jaguar
* update model template
* update jaxrs spec model
* update resteasy sample
* update java samples
2018-10-07 03:56:16 +08:00
Akihito Nakano
a1d242595e
Improve "allOf" support ( #1169 )
...
* Add test case which reproduces issue340
* Take the first $ref we find in the allOf-List
2018-10-05 23:28:35 +08:00
William Cheng
aa31e42ce7
improve go code format without gofmt ( #1173 )
2018-10-05 23:27:33 +08:00
raghuraman1
b0dfcf29b3
JAVA Spring <async>false</async> Pushing the improved fix ( #1179 )
...
* Pushing the improved fix
* reverting the unrelated change
* saving the revertal properly
2018-10-05 21:56:22 +08:00
mknoszlig
9939702f31
update outdated Vagrantfile. ( #1156 )
2018-10-05 12:45:59 +08:00
William Cheng
b4d835f683
rename perl environment variable ( #1172 )
2018-10-04 23:54:10 +08:00
William Cheng
06d31cfedb
Better format for Ruby tests ( #1166 )
...
* better format for ruby test
* update ruby petstore
2018-10-04 23:53:46 +08:00
Steven Masala
3e3b03f93b
FIX: remove special quotation marks from filename generation. ( #1157 )
...
* remove left|right point double angle quotation marks
* move to DefaultCodeGen and update TypeScriptAngularClientCodegen to reflect new clean function so that the filename AND imports are added correctly
* rename to a more accurate name :)
* shippable fixes
* shippable javadoc fix
* replaced cleanModelFilename with sanitzeName
* remove DefaultCodegen changes
2018-10-04 23:52:00 +08:00
William Cheng
55f26d31d3
Update README with 3.4.x ( #1162 )
...
* update README with 3.4.x
* fix div
2018-10-03 23:53:50 +08:00
Steven Masala
1916025a53
Fix: allow colons in TS interface property names ( #1152 )
...
* Allow colons in interface property names: https://github.com/OpenAPITools/openapi-generator/issues/1080
* replace tabs with spaces
* add docs
* add example in doc
* update docs
* update docs
* remove language specific docs in DefaultCodegen
* Delete addPet-BodyParams.csv
* remove toPropertyName and update toVarName instead for TS
2018-10-03 15:56:58 +08:00
William Cheng
4e8844273b
Prepare 3.3.1-SNAPSHOT ( #1154 )
...
* update version
* update petstore samples
2018-10-02 09:40:27 +08:00
William Cheng
e22c7c1c8a
3.3.0 release ( #1153 )
...
* update using release_version_update
* comment out ensure up to date script
* update using release_version_update_docs
* remove current master
2018-10-01 23:56:52 +08:00
William Cheng
2b87b309ad
Rename environment variable for Go to post-process file ( #1091 )
...
* renmae Go post process file env variable
* add back samples/client/petstore/c/libcurl.licence
* keep go samples up-to-date
* update go petstore samples
* update go samples without formatting
2018-10-01 21:24:32 +08:00
Erik Timmers
dcc0b5e772
[elm] Fix Byte encoder/decoder names ( #1151 )
2018-10-01 21:20:41 +08:00
William Cheng
3a5ec0a69d
Minor enhancements to the MySQL generator ( #1148 )
...
* minor enhancements to the mysql generator
* add ybelenko to the README
2018-10-01 16:46:33 +05:00
Yuriy Belenko
e4b5f50515
MySQL Schema Generator #955 ( #1055 )
...
* [Mysql Schema] Add new generator
* [Mysql Schema] Fix default definition
* [Mysql Schema] Add defaultDatabaseName option
* [Mysql Schema] Add jsonDataTypeEnabled option
* [Mysql Schema] Add samples
2018-10-01 15:59:18 +08:00
William Cheng
755dfe53de
Better handling of different types in Elm generator ( #1100 )
...
* better handling of different types in elm generator
* [elm] Fix toString for special cases
2018-10-01 15:27:10 +08:00
kemokemo
2040050e55
[Golang][go-gin-server] Fixed issue 1122 with workaround ( #1141 )
...
[Golang][go-gin-server] Fix path parameter naming
2018-10-01 15:25:14 +08:00
William Cheng
cbc84254c3
rename scala post proessing env variable ( #1143 )
2018-09-29 21:39:37 +08:00
Antonio Bellezza
8b47984e3c
[Scala-Akka] Generate default values for optional model fields ( #1119 )
...
* Generate default values for optional model fields in scala-akka
Fix #1118
* Updated akka-client petstore with defaults for optional model fields
* update petstore sample with scalafmt
2018-09-29 21:21:06 +08:00
Erik Timmers
345b7ec7e5
[elm] Major refactoring; add discriminator support ( #1104 )
...
* Use the same name for all exposed encoder & decoders;
* Improve imports (limit exposures);
* Add support for OAS3 discriminators;
* Distinct between 0.18 & latest mustache files.
2018-09-29 12:13:04 +02:00
William Cheng
cbddb08468
Add post processing to files generated by Haskell generators ( #968 )
...
* add hfmt support (without updating the sample)
* update haskell httpclient samples with hfmt
* add code format option to haskell servant, minor bug fixes
* update code samples with hfmt
* update samples using stylish-haskell
* rename env variable
* update haskell samples with stylish-haskell
* regenerate haskell samples without stylish-haskell
* regenerate haskell servant sample
* update example-app & tests-integration for OAS2 code
2018-09-29 17:21:03 +08:00
William Cheng
f1f7bdd23f
Add nullable support to Python client ( #1073 )
...
* add nullable support to python client
* update PR template
2018-09-29 17:01:13 +08:00
Anand Shah
3a71e59e00
fix optional import ( #1083 )
2018-09-29 16:57:28 +08:00
William Cheng
da8cf01dfa
comment out ts node test ( #1142 )
2018-09-29 16:38:52 +08:00
William Cheng
e0cbf46041
Add post processing to files generated by TS generators ( #1063 )
...
* add file post proess to TS generators
* update ts node petstore with prettier
* update base on feedback
2018-09-29 16:35:24 +08:00
Yuen-Kuei Hsueh
8e57e0d44f
fix top-level enum class checking ( #1120 )
2018-09-28 22:04:41 +08:00
William Cheng
bd71e629a3
Add a link to an article about openap-generator ( #1121 )
2018-09-26 20:41:12 +08:00
Adam Drakeford
5aad02ed90
Fix for optional and default types ( #1107 )
2018-09-26 11:48:15 +01:00
William Cheng
70e6e119d1
update dependency ( #1116 )
2018-09-26 17:30:30 +08:00
William Cheng
4775c630aa
Add myworkout to the company list ( #1111 )
2018-09-26 11:53:55 +08:00
William Cheng
cd8bf10b74
rename dart env variable for post processing file ( #1101 )
2018-09-25 17:23:02 +08:00
Jaumard
df61cd9cb3
fix model generator for snake case open api definition ( #1076 )
2018-09-25 17:22:19 +08:00
William Cheng
e3b26372cd
Rename Env variable for Elm post process file ( #1094 )
2018-09-25 09:29:12 +02:00