William Cheng
fa3d863c8c
uncomment haskell test
2020-07-31 15:00:23 +08:00
William Cheng
c93fcd7514
Add a link to conference paper ( #7086 )
2020-07-31 11:19:51 +08:00
William Cheng
b2293cc363
Add a link to the blog post at qiita ( #7084 )
2020-07-31 10:42:44 +08:00
William Cheng
e12009907e
migrate typescript.sh to new config format ( #7078 )
2020-07-30 22:55:52 +08:00
William Cheng
6621f46d70
update protobuf samples
2020-07-30 11:30:29 +08:00
k0ral
0494d27f73
[Protobuf] Generate enum fields ( #7073 )
2020-07-30 11:22:32 +08:00
sbu
472ff9c657
Fix 2d list generation for dart ( #6913 )
2020-07-30 10:19:43 +08:00
William Cheng
720f864b64
surpress warnings in plantuml generator ( #7071 )
2020-07-29 19:01:26 +08:00
William Cheng
8a3994e000
update doc
2020-07-29 16:56:08 +08:00
William Cheng
4e59122264
Merge branch 'master' of https://github.com/openapitools/openapi-generator
2020-07-29 15:44:53 +08:00
William Cheng
f64a4d1a4f
update samples
2020-07-29 15:44:28 +08:00
William Cheng
789b158cd4
Add "Allow edits from maintainers" tips to the doc ( #7068 )
...
Add "Allow edits from maintainers" tips to the doc
2020-07-29 15:41:19 +08:00
Marcus Berndt
0c173fb519
typescript-axios: add Set as language primitive ( #6931 )
...
* fix(typescript-axios): add Set as language primitive
* fix(typemapping): added lowercased set as primitive type
* fix(samples): regenerated ts samples and added Set as language primitive to ts docs
2020-07-29 15:35:30 +08:00
William Cheng
fdc0b5b0e2
[PHP] Fix sending array of files with multipart/form-data in PHP template ( #7067 )
...
* Fix sending array of files with multipart/form-data in PHP template
* update php samples
Co-authored-by: Aleh Tanasiuk <atanasiuk@hubspot.com>
2020-07-29 15:07:51 +08:00
William Cheng
adc3fef247
improve travis in R client ( #7063 )
2020-07-29 09:56:11 +08:00
Justin Black
798ad2f87d
[python-experimental] simplifies json serialization ( #7061 )
...
* Requires python >= 3.5, adds type hints to call_api method
* Adds type hints to files_parameters and __call_api
* Adds and uses a new json encoded to prepare data before it is sent
* Removes nose name from gitlab testing invocations
* Also updates travis to py>=3.5
* Collapses encoder back into sanitize_for_serialization
2020-07-28 08:16:19 -07:00
Calvin Young
fa75469828
Export models package when using withSeparateModelsAndApi flag ( #6873 )
...
* Export models package when using withSeparateModelsAndApi flag
* Update typescript-axios samples
* Revert "Update typescript-axios samples"
This reverts commit ac0db6ba940bb78d37b41a5655918cbef9bc2f26.
* Update typescript-axios samples
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-28 16:54:52 +08:00
Dragos CIULICA
86eb1b9112
Bugfix/5.0.0 beta/6853 fixed reactor conditions in template ( #6993 )
...
* fixed flux<part> generation
* updated petstore samples
* fixed flux<part> generation
* updated petstore samples
* update samples
Co-authored-by: Dragos CIULICA <atlassian-masernet@bit-factor.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-28 16:02:08 +08:00
Benjamin Seiller
1cb34be8fe
[Java][okhttp-gson] prevent UnsupportedOperationException by removal from ImmutableList on setDebugging(false) ( #7024 )
...
* fix https://github.com/OpenAPITools/openapi-generator/issues/6934
* fix https://github.com/OpenAPITools/openapi-generator/issues/6934
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-28 10:22:46 +08:00
William Cheng
321ad3c820
fix string comparison in cpp ue4 generator ( #7029 )
2020-07-28 10:15:46 +08:00
Justin Black
ee0686e13f
Python-exp clean up model classnames ( #7054 )
...
* Adds lazy_import, removes python-exp java class renaming code, partial removal of getPythonClassName call sites
Fixes PythonClientExperimentalTest.java
Python-exp smaples regeneration
Revers makefile
Reverst pom.xml
Fixes model imports in models.__init__
Updates docstring, omits lazy import in additional properties if we dont need it
Improves additional_properties_type assignment if None
Removes getPythonClassName
Fixes python-exp tests
* Removes unused makefiles
2020-07-27 18:35:41 -07:00
William Cheng
2743242ef4
fix string comparison in fsharp test ( #7052 )
2020-07-27 22:56:42 +08:00
Moshe Elisha
39c4a123b3
#6715 - Use Resource interface instead of AbstractResource when useAbstractionForFiles=true. ( #7051 )
2020-07-27 22:54:00 +08:00
William Cheng
312082c168
Add a link to Laracon EU presentation ( #7055 )
...
* Add a link to Laracon EU presentation
* add url
2020-07-27 13:53:46 +08:00
William Cheng
08612d8e52
fix string comparison in java pkmst generator ( #7050 )
2020-07-26 23:14:28 +08:00
k0ral
8d63f75966
[Protobuf] Make it possible to override field index using x-protobuf-index ( #7002 )
2020-07-26 17:25:35 +08:00
Andrew Kehrig
9bfd9545cc
Add empty checks using hasAuthMethods ( #6983 )
...
* Add empty checks using hasAuthMethods
* Add regenerated sample for kotlin multiplatform
2020-07-26 17:10:06 +08:00
QP Hou
dba14f5ac6
[Go] support problem details HTTP API ( #6793 )
...
Based on https://tools.ietf.org/html/draft-ietf-appsawg-http-problem-00 , the content-type would be `application/problem+json`
2020-07-26 15:36:19 +08:00
TIm Clark
9592754e57
[Java][jersey2] Test HttpSignature verification ( #7047 )
...
* [Java][jersey2] Test HttpSignature verification
Tests that `HttpSignatureAuth` headers can be verified after
signing.
* Fix formatting
2020-07-26 15:24:59 +08:00
patst
468d80be4b
typescript-angular: Angular 10 support ( #7037 )
...
* 7036- angular 10 support
* update example files
* fix jersey exmaple file bc of circle ci fail
* add ./ to FILES manually to pass tests
2020-07-24 14:30:58 +02:00
William Cheng
a00521f260
add justin to core team in public page ( #7043 )
2020-07-24 18:46:48 +08:00
William Cheng
04c41d47a2
[Java][jersey2] fix query parameters in applyToParams ( #7028 )
...
* fix query parameters in applyToParams
* update samples
2020-07-24 18:44:15 +08:00
Matthew Davis
9139f91b48
add missing space for flask basic auth header ( #7031 )
...
Co-authored-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
2020-07-24 16:44:50 +08:00
William Cheng
5f8e28a39d
Fix string comparison in Python generator's abstract class ( #7030 )
...
* fix string comparison in PythonAbstractConnexionServerCodegen.java
* rename abstract class
* put public first
2020-07-24 16:43:39 +08:00
Ravisankar-Challa
276a983fe8
Add property additionalModelTypeAnnotations on the top of pojo class ( #6037 )
2020-07-24 12:08:30 +08:00
William Cheng
1897f6f96c
update samples
2020-07-24 12:07:23 +08:00
Alexandre
83f64dbc15
[Swift5] Fix Datetime default value ( #7003 )
...
* [Swift5] Fix Datetime default value
If a default value is provided by the API spec for a date-time attribute,
this commit fixes the generation code to build a correct Swift `Date` object.
* update samples with swiftlint
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-24 11:56:18 +08:00
William Cheng
8e150ab94e
fix string comparison ( #7027 )
2020-07-23 23:01:57 +08:00
Slavek Kabrda
03e8aee8ea
[java][jersey2-client] Disable coercion of scalars ( #6811 )
...
* [java][jersey2-client] Disable coercion of scalars
* Respect the coercion objectmapper setting in deserializers
* Update jackson in maven plugin to get version that has ALLOW_COERCION_OF_SCALARS
2020-07-23 16:33:15 +08:00
Slavek Kabrda
3199ddc615
Add 'x-generate-alias-as-model' extension to allow enabling generating alias as model per-schema ( #6937 )
2020-07-23 16:26:18 +08:00
William Cheng
d1fe2e17f1
update samples
2020-07-23 15:01:22 +08:00
Michał Zubkowicz
1bfd86a350
typescript-inversify: client compile error, type casting warning and apostrophes ( #6970 )
2020-07-23 08:09:27 +02:00
agilob
90d8c32906
[Dart] Fix enum generation ( #6729 )
...
* [Dart] Fix enum generation
* Update generated Order file
* Re-add constructor
* Generate dart2 files
* Dart - nicer enum formatting
* Dart - generate enum name as className+enumName
* Dart - dont initialize vars to null by default
Fixes #3633
* Dart - Generate inlined enums and deserialize them
* Merge branch 'master' of github.com:agilob/openapi-generator into 6727
* Dart - Fix using default value
* Fix typo
* Regenerate add dart files
* dart Revert override for dart dio and jaguar
* Fix dart model tests
* Fix dart1 generated template
* Use {{{datatypeWithEnum}}}
* Dart - throw when enum not known
* Fix generating enum with datatype from list
2020-07-23 11:26:25 +08:00
William Cheng
d6549f78b4
Add a link to the dev.to article ( #7026 )
2020-07-23 11:20:37 +08:00
William Cheng
9899315aab
[Java][jersey2] Fix serializeToString
( #6956 )
...
* fix empty get body in serializeToString, add tests
* add new file
* fix serialize to better handle null string
* update test comments
2020-07-23 10:39:04 +08:00
William Cheng
6e21ca5930
Add a link to datadog blog ( #7025 )
2020-07-23 10:32:52 +08:00
Slavek Kabrda
763b8fbe3e
[go-experimental] Fix generating array aliases as models ( #6939 )
...
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-07-23 00:27:02 +08:00
William Cheng
e9c231b50a
rollback feign version to 10.11 ( #7012 )
2020-07-22 21:21:11 +08:00
agilob
df2c927dcb
[Dart] Annotate required named parameters in model ( #6798 )
2020-07-22 17:14:36 +08:00
mvistein
454ceb45fa
Enabling forward declarations also for cpp-restsdk generator ( #6996 )
2020-07-22 17:06:14 +08:00