William Cheng
77f24a4234
[C#][netcore] replace tabs with 4-space ( #7456 )
...
* replace tab with 4-space
* add space after if
2020-09-21 00:08:31 +08:00
Yuriy Belenko
5675d5fe61
Fix bug when variables key doesn't exist ( #7429 )
2020-09-20 20:49:00 +08:00
Francesco Guardiani
80bef2f79a
Update Vert.x Web template to Vert.x 4 ( #7364 )
...
* Update Vert.x Web template to Vert.x 4
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Bad pom
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Bad pom 2
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Stick to Java 8
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Latest vert.x 4
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-09-19 15:43:08 +08:00
William Cheng
ea559b5e20
[C#][NetCore] add multi-server support ( #7433 )
...
* multi server support in C# netcore clients
* switch to IReadOnlyDictionary
* minor fixes, add tests
2020-09-19 15:07:12 +08:00
Ghufz
92f7a306a1
[csharp-netcore]Http signing for csharp-netcore sdk ( #7437 )
...
* HTTPSigning implementation for CSharpSDK
* Updated the sample for HTTPSigning
* Updated the sample2 for HTTPSigning
* update samples
* HTTPSigning_For_Async
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-19 12:09:35 +08:00
dtiller
3f7a3f2b59
[TYPO] [WEBCLIENT] Issue 7425: Fixed comments that referred to RestTemplate. ( #7445 )
...
* Issue 7425: Fixed comments that referred to RestTemplate.
* Ran genreate-samples.sh
* Re-ran generate-samples.sh against all configs.
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-19 12:07:35 +08:00
Adam Gray
7424489607
Fix scala-sttp enum generation ( #7432 )
...
* #7431 fix sttp enum generation
* avoid unnecessary sample changes
2020-09-18 10:59:45 +08:00
William Cheng
bfe4a7ff87
rename ts axios test ( #7442 )
2020-09-18 10:23:52 +08:00
Mahir Kothary
ca5d384081
[bug][typescript] Fix node client generator import file paths ( #7410 )
2020-09-17 21:46:39 -04:00
Fabio Mazzone
6a4aed91ca
[javascript][client] Add gitignore to template ( #7438 )
...
* [javascript][client] add gitignore template file
* [javascript][client] update samples
2020-09-17 17:18:27 +08:00
dtiller
6909c888d2
[cli] Batch: support multiple/nested !include directive ( #7354 )
...
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-09-16 22:45:26 -04:00
Ella
bb00d88283
[kotlin] Fix optional header params in openhttp client ( #7341 )
...
This commit adjusts the kotlin openhttp api template to ignore null headers when building the request rather than convert them to "null" string
2020-09-16 22:09:38 -04:00
Nicholas Muesch
32c591d9a7
Support multiple api keys in python example documentation ( #7417 )
...
* Support multiple api keys in config option
* Regenerate samples
* Update rest of examples
2020-09-15 13:40:48 -07:00
Slavek Kabrda
be40dbe540
[Go][client] Re-add deleted model template files ( #7423 )
...
* [Go][client] Re-add deleted model template files
* Regenerate samples
2020-09-15 22:25:45 +08:00
William Cheng
c04d9cd59a
rename debugging variables ( #7422 )
2020-09-15 21:25:52 +08:00
William Cheng
c44865279a
replace spaces with tabs ( #7421 )
2020-09-15 18:13:07 +08:00
Hippolyte HENRY
8dd3e561fa
Use canonical path for template dir ( #7388 )
2020-09-14 12:22:14 -04:00
Gmtstephane
4e05912ae7
[GO][SERVER] Implement response code ( #7397 )
...
* Feature(template) add response with status code generation
* Generate Samples
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-14 23:14:53 +08:00
spacether
8556cb8d71
Adds fix for issue 7372 ( #7383 )
2020-09-14 17:18:43 +08:00
typhoon2k
0173acd1d3
Fix package declaration ( https://github.com/OpenAPITools/openapi-generator/issues/7122 ). ( #7395 )
2020-09-14 16:59:49 +08:00
Jim Schubert
bf0bd29ef1
[core][feature] User custom added templates ( #7366 )
2020-09-12 18:09:59 -04:00
Jason Lee
1a709a731b
[Java] add cli option to ignore anyOf in enum ( #4498 )
...
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-09-12 18:09:39 -04:00
William Cheng
8fad36c898
[Go] minor format change, deprecate "withGoCodegenComment" option ( #7375 )
...
* use tab in comment, remove withGoCodegenComment
* deprecated option
2020-09-12 22:05:10 +08:00
Falanwe
634e3eb838
[cpp-ue4] add support for Content-Type containing charset ( #7379 )
2020-09-12 22:04:45 +08:00
Jean-François Côté
09200eb04e
Update the for play 2.7 ( #7398 )
...
* Fix the new package that deal with Configuration (the old one is depecrated)
* First version to support Play Framework 2.7
* Fix small problems that prevent compilation of each samples. Now everything is compiling perfectly
2020-09-12 22:01:56 +08:00
William Cheng
0a2ef5a725
[C#][netcore] better support for additional properties in the payload ( #7396 )
...
* add OpenAPIAdditionalPropertiesConverter
* fix buges
* fix writeJson
* better code comment
* move converter to model
* use JsonExtensionData
* update hashcode, equal, tostring and more
* update samples
2020-09-12 01:39:19 +08:00
Ghufz
00e20ffb2c
Fix the ECDSA signature issue for PowerShellSDK ( #7386 )
...
* Fix the ECDSA signature issue for PowerShellSDK
* updated the sample for ECDSA HTTPSigning
* fix the sample doc
2020-09-11 12:35:44 +08:00
Jean-François Côté
df441fe2ee
Fix the new package that deal with Configuration (the old one is depecrated) ( #7391 )
2020-09-11 12:11:37 +08:00
Jim Schubert
1eb8c2991d
[gradle][plugin] Fix tests ( #7384 )
...
Tests running under Gradle 5.6.4 were breaking due to a change in
informational output. It's not clear when this was introduced, but it
looks like the upgrade to Gradle 5.6.4 may have stopped running tests
during builds.
2020-09-09 23:42:33 -04:00
Andrey Mochalov
4d8ac0e055
[typescript] Fix incorrect enum literal case ( #7378 )
...
* Fix incorrect enum values for typescript clients
* Fix incorrect enum values for typescript clients
* Fix incorrect enum values for typescript clients
2020-09-09 15:58:45 +02:00
JR Andreassen
37de486c43
Rust reqwest/api_mustache Missing api Vec in parameter ( #7049 )
...
* Rust reqwest/api_mustache Missing api Vec in parameter
Not using #isListContainer in parameters
* incorrect value for supportAsync
supportAsync set to "false" should be false
* Sample updates for CI
* Fixed Double Vec
Only check for special case... "dataType" case includes Vec
* update samples
* remove old files
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-09 21:56:31 +08:00
Michael Wirth
7b6cc2032a
[kotlin] Fix imports of generated class ( #7314 )
2020-09-08 20:56:48 -04:00
sbu
e7f83595e5
Properly decode $ref ( #7191 )
...
* Properly decode $ref
fixes #5720
* Specify decoding encoding
* Nicer syntax
* UTF-8 typo
* Unescape special characters
* Change order of unescaping to prevent escaped sequences by accident
* Comment for special decoding
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
* Add unit test for simple ref decoding
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
2020-09-08 23:12:56 +08:00
Ramanth Addala
c39aef2a79
feat(r): retry configuration for status codes ( #5925 )
...
* feat(r): retry configuration for status codes
* fix(r) : fixing review comments
2020-09-08 14:34:32 +08:00
Gichan Im
f9514705a1
[json][codegen] Add option: outputFileName ( #7348 )
2020-09-07 15:29:47 +08:00
Ghufz
7ac7974ef5
RSACng class is not supported on linux replacing it by RSA ( #7349 )
...
* RSACng class is not supported on linux replacing it by RSA
* update PS samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-09-07 15:24:36 +08:00
Pete Kruskall
089e1f7271
Adds cookie auth support to ApiKeyAuth in dart2 templates ( #7346 )
...
* Adds cookie auth support to dart2 templates
* Updating pet store sample templates
2020-09-06 22:54:46 +08:00
Jim Schubert
9a6e3fa74a
[js][flowtype] Bump lodash from 4.17.15 to 4.17.19 ( #7359 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
2020-09-06 22:53:52 +08:00
Markus Wandersee
06434fcfce
Bugfix swift5 code generation 2966 ( #7301 )
...
* Bugfix StackOverflow Crash in Swift5 Code Generation (#2966 )
* Bugfix StackOverflow Crash in Swift5 Code Generation (#2966 )
* Bugfix StackOverflow Crash in Swift5 Code Generation (#2966 )
2020-09-06 22:05:16 +08:00
spacether
681e821b71
Syncs validation properties for arraymodels ( #7357 )
...
* Syncs validation properties for arraymodels
* Adds arrayModelHasValidation test
2020-09-05 18:02:00 -07:00
Ryan Rishi
2d5b2726d0
Subclass Python exceptions ( #7321 )
...
* Subclass Python exceptions:
- UnauthorizedException (401)
- ForbiddenException (403)
- NotFoundException (404)
- ServiceException [500 - 599]
Fixes #2151
* add generated sample code
* use Python 2 flavor inheritance
* regenerate samples
2020-09-05 10:22:04 -07:00
spacether
b38968456a
Adds fix for issue7262 and a test of it ( #7328 )
...
* Adds fix for issue7262 and a test of it
* Updates inline schema to not include properties
* Adds null check of discriminator
* Updates issue sample file
2020-09-05 08:51:51 -07:00
Hui Yu
0e2e031ece
[C][Client][Clang Static Analyzer] Fix uninitialized argument value for valueHeader_ and valueForm_ ( #7332 )
2020-09-04 21:37:31 +08:00
Robin Eggenkamp
5e512e8aa4
Remove duplicate jackson-datatype-jsr310 dependency ( #7338 )
2020-09-04 21:35:13 +08:00
Falanwe
662c77a283
[cpp-ue4] add support for empty response ( #7333 )
2020-09-04 21:32:29 +08:00
William Cheng
2fd23f505e
Prepare 5.0.0-SNAPSHOT ( #7347 )
...
* Revert "Prepare 5.0.0-beta2 release (#7345 )"
This reverts commit 212b4f784742744b7b238607dcefb23ec9db64d7.
* update readme
2020-09-04 15:31:54 +08:00
William Cheng
212b4f7847
Prepare 5.0.0-beta2 release ( #7345 )
...
* update version
* update doc
* update samples
2020-09-04 13:03:45 +08:00
William Cheng
14d41310b9
[Go] replace go
generator with go-experimental
generator ( #7337 )
...
* replace go with go-experimental
* update samples
* extends with abstract go class
* rearrange
* remove deprecated
* minor fix
* remove go deprecated samples
* update pom, clean up samples
* mark generator as deprecated
2020-09-04 09:56:42 +08:00
William Cheng
e0ec332e38
Revert "[doc] Update new-generator steps (new.sh) ( #7334 )" ( #7335 )
...
This reverts commit 151752aa9d6be346e8750fe14ade592ab3178826.
2020-09-03 14:21:26 +08:00
Jim Schubert
151752aa9d
[doc] Update new-generator steps (new.sh) ( #7334 )
2020-09-02 22:14:52 -04:00