William Cheng
ab98833f7d
Disable elm and TS Angular 4 tests ( #4602 )
...
* disable elm tests
* disable ts angular 4 tests
2019-11-25 15:21:11 +08:00
William Cheng
d9bde12ebb
add yahoo logo ( #4601 )
2019-11-25 14:09:16 +08:00
William Cheng
3084fe5937
Add 4brunu to Swift technical committee ( #4596 )
2019-11-25 00:14:29 +08:00
Tetsuya Morimoto
bfb82f1a91
Add a link to the presentation by @t2y at JJUG CCC 2019 Fall ( #4595 )
2019-11-24 23:17:08 +08:00
William Cheng
8cf34ca80f
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2019-11-23 16:57:16 +08:00
William Cheng
6a828d55df
fix broken link to image
2019-11-23 16:56:58 +08:00
William Cheng
d70adae0e3
[swift] update Swift4 samples ( #4589 )
...
* swift-update
* dont put swift4 in ensure-up-to-date
2019-11-23 16:52:10 +08:00
Jim Schubert
dd6257917d
Add php-slim4 config for batch/ci ( #4581 )
2019-11-23 13:27:15 +08:00
William Cheng
2f01053680
Add bitrise badge to readme ( #4578 )
...
* add bitrise badge to readme
* move bitrise.yml to CI
2019-11-23 11:41:29 +08:00
William Cheng
7aeab0219c
Merge remote-tracking branch 'origin/4.3.x' into 5.0.x
2019-11-23 11:37:54 +08:00
William Cheng
56c38904fb
update doc
2019-11-23 11:14:18 +08:00
William Cheng
fffe7c8a83
update samples
2019-11-23 00:24:50 +08:00
William Cheng
275d1db2e5
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-11-22 23:15:12 +08:00
Esteban Gehring
87a9fa3808
add typescript-redux-query to ensure-up-to-date script ( #4574 )
...
* add typescript-redux-query to ensure-up-to-date script
* Update typescript-redux-query samples
* fixup! Update typescript-redux-query samples
2019-11-22 15:25:17 +01:00
William Cheng
a1fc114efa
[Swift] minor fix to scripts ( #4577 )
...
* minor fix to swift4 scripts
* fix script
* update bitrise config
* update doc
* run swift4_test_all.sh directly
* make swift4 script executable
2019-11-22 21:42:32 +08:00
Pete Johanson
70954cabde
New generator: typescript-redux-query ( #3824 )
...
* Initial work on a redux-query client generator.
* Update to match the required redux-query version w/ fixed TS defs.
* Fixes for query parameters, add samples.
* Add windows versions of redux-query scripts.
* Fix for form data handling.
* Initial work on multiple inheritance support.
* Tweaks for discriminator usage + from/to JSON.
* Fix initialization of queryParameters if needed.
* Copy over more QueryConfig values into the final generated QueryConfig.
* Fix for imports that are combined types.
2019-11-22 09:19:25 +01:00
William Cheng
5c275bccd2
Throw exception when config file missing ( #4557 )
...
* throw exception when config file missing
* fix bash config location
2019-11-22 14:01:57 +08:00
William Cheng
de69eac316
Use non-batch mode in ensure-up-to-date ( #4573 )
...
* use non batch mode in ensure-up-to-date
* update samples
2019-11-22 11:43:52 +08:00
Jim Schubert
c89d21a903
[cli][doc] Document batch command ( #4572 )
...
* [cli][batch] Better glob support
If invoked as `openapi-generator batch *.yaml`, the command might
previously fail in some shells where `*.yaml` expands to file name only.
This supports globs without path-part in the filename to prevent
possible NPE.
* [cli] Document batch command
2019-11-22 11:09:08 +08:00
Bruno Coelho
80064d8411
[CI][Swift4] improve swift ci integration ( #4571 )
...
* [CI][swift] fix objcCompatible example
* [swift4] [ci] build openapi-generator and update swift4 samples
2019-11-22 11:06:47 +08:00
Bruno Coelho
51aeb6c833
[swift 4] improve test suite ( #4561 )
...
* [swift] improve testing in sample projects
* [swift] update run tests script
* [swift] regenerate samples
* [swift] fix tests with PromiseKit
* [swift4] compile every project with swift package manager
2019-11-21 22:40:49 +08:00
nekkiy
f434b5fa13
[imp-AddKotlinDynamicCompiler] add kotlin compiler ( #4544 )
2019-11-21 21:59:16 +08:00
Martin Delille
b0d6110686
cpp-qt5-client: fix warning reordering member initialization ( #4526 )
2019-11-21 21:49:35 +08:00
William Cheng
52384badd2
Add an option to prefix Go struct with the classname ( #4564 )
...
* add option to prefix struct with classname
* update usage
* fix test
* update doc
2019-11-21 21:31:35 +08:00
EFanZh
1de71a9e16
Fix #4551 ( #4554 )
2019-11-21 21:12:06 +08:00
sreichi
47473401ec
[TS] replace line comment with block comment ( #4540 )
...
* FIXES #4539 replace line comment with block comment
eslint requires you to use a block comment for ignoring whole files.
* changed comment style in other templates
* generated samples
* generated openapi3 samples
* Revert "generated openapi3 samples"
This reverts commit 98af3dfc
* generated missing samples
2019-11-21 11:28:50 +01:00
William Cheng
7f05cf0252
fix elm version
2019-11-21 17:34:56 +08:00
William Cheng
ac8b96b972
update samples without batch mode
2019-11-21 17:13:30 +08:00
William Cheng
be991311fe
update ruby samples
2019-11-21 16:28:35 +08:00
William Cheng
4ed742b6bc
update samples
2019-11-21 15:24:13 +08:00
William Cheng
facabd4472
Merge branch '4.3.x' into 5.0.x
2019-11-21 15:19:31 +08:00
William Cheng
a528323c5f
update samples
2019-11-21 14:09:30 +08:00
Man
3adfdfafea
[asciidoc] add form params and authorization headers ( #4467 ) ( #4505 )
...
* [asciidoc] add form params and authorization headers (#4467 )
* [asciidoc] differentiate between basic and bearer auth
2019-11-21 10:49:03 +08:00
Hippolyte HENRY
db77e070d1
[Java][Go] Unalias schema in getTypeDeclaration when not generating model for alias ( #4527 )
...
* [Java][Go] Unalias schema in getTypeDeclaration when not generating model for alias
* Add tests
* Don't use isGenerateAliasAsModel
2019-11-21 10:30:11 +08:00
Hinrik Örn Sigurðsson
eebad5c9aa
[PHP] Include microseconds in serialized date-time ( #4542 )
...
* [PHP] Include milliseconds in serialized date-time
* Add setDateTimeFormat()
2019-11-21 10:21:27 +08:00
William Cheng
60f4de0f22
Merge remote-tracking branch 'origin/master' into 4.3.x
2019-11-20 18:15:22 +08:00
William Cheng
96bbab98a4
fix cpp-qt5-petstore.json location
2019-11-20 17:30:47 +08:00
William Cheng
e4364b612f
update swagger parser to latest stable version ( #4550 )
2019-11-20 16:54:21 +08:00
Mikle
2838db2052
Add HEAD method to ApiClient of dart codegen ( #4504 )
...
* add HEAD method to ApiClient of dart codegen
* update samples
2019-11-20 11:52:57 +08:00
Fjolnir-Dvorak
23479b30e4
[FIX][Haskell-servant] missing indent on the new feature pull request. ( #4490 )
...
* missing indent on the new feature pull request.
* One indentation to much
* Import for application was still missing
* some middleware got in the runServer name
2019-11-20 11:40:19 +08:00
dukov
1ccf4b9cb3
[Go] Bypass object decode in case of empty body ( #4546 )
...
Fixes #4545
Change-Id: Ic724843713f60f996ed72326ad6ef6762ec2e713
2019-11-20 11:20:15 +08:00
Jason Lee
8ff1aca4f8
fix when unhandledException=false does not take effect ( #4543 )
2019-11-20 10:11:02 +08:00
Martin Delille
5238597f95
Use bin/cpp-qt5-petstore.json ( #4547 )
2019-11-20 09:47:18 +08:00
Emanuel Borsboom
6e2e542f83
[Rust] Derive more traits ( #4142 )
...
* Simple enums: add: Clone, Copy, Eq, Ord, PartialOrd, Hash
* Structs and complex enums: add `Clone`
2019-11-19 16:15:23 +08:00
Matt Traynham
518c33a209
4171 - Correct parent variables being duplicated in child ( #4253 )
2019-11-19 15:35:24 +08:00
Massimo Siani
964260101b
[kotlin-spring] add support for the delegate pattern ( #3925 )
...
* #2526 support the delegate pattern for kotlin-spring
* fix the diamond
* update the doc
* fix ci
* use Resource? instead of MultipartFile when dealing with files
* bump after rebase on master
2019-11-19 15:22:29 +08:00
William Cheng
8ca1788a75
Fix drone.io yaml file ( #4528 )
...
* fix yaml file
* remove version
* pin version
2019-11-18 23:23:23 +08:00
William Cheng
244c6e358c
Update Python, Kotlin technical committee ( #4529 )
2019-11-18 22:03:04 +08:00
William Cheng
2daa89a326
Better else clause with warnings ( #4507 )
...
* better else clause to catch exception
* use warning instead
2019-11-18 21:49:15 +08:00
William Cheng
6af9131d2f
Add a link to CodeTalks ( #4524 )
2019-11-18 14:22:57 +08:00