Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenAPI Generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Collective - Host: opensource - https://opencollective.com/openapi_generator - Website: https://twitter.com/oas_generator - Code: https://github.com/OpenAPITools/openapi-generator

Bump OkHTTP dependency to latest in build.sbt (#9361)

github.com/OpenAPITools/openapi-generator - 5d946289efe1cd69fc680ab5efc16ac37a02a7db authored over 3 years ago by William Cheng <[email protected]>
Ktor server upgrade (#9088)

* Update to new ktor version #9087

* Update doc #9087

* Cleanup #9087

github.com/OpenAPITools/openapi-generator - 53398a08505b5756c635fce8789db34d2c368f96 authored over 3 years ago by Rustam <[email protected]>
update samples

github.com/OpenAPITools/openapi-generator - b63d735312d7ace7ff8b169400c36948e24066f5 authored over 3 years ago by William Cheng <[email protected]>
Merge remote-tracking branch 'origin/5.2.x' into 6.0.x

github.com/OpenAPITools/openapi-generator - 3e58b0908c081aaa25d247877f5751ab6703ce7b authored over 3 years ago by William Cheng <[email protected]>
update samples

github.com/OpenAPITools/openapi-generator - 73564bc04618ffd052c3544c7de6e90a2e5dc9be authored over 3 years ago by William Cheng <[email protected]>
Merge remote-tracking branch 'origin/master' into 5.2.x

github.com/OpenAPITools/openapi-generator - 37eaf70755e42f13dc39a0f252a3a9616a3d87e2 authored over 3 years ago by William Cheng <[email protected]>
[Codegen] Add hasDefaultResponse property (#9203)

Check if there's a default response in the specs.

github.com/OpenAPITools/openapi-generator - 057c1080f888f9fc8a9bec804d686f738be22b70 authored over 3 years ago by Ayman Bagabas <[email protected]>
Fixes #9151: Bump OkHTTP dependency to latest (#9353)

In 5.0.1 the generated line in `ApiClient` was:
```
return RequestBody.create(MediaType.parse(...

github.com/OpenAPITools/openapi-generator - 83adc064a475e65cd35acc85d5938043af6cf317 authored over 3 years ago by Toby Murray <[email protected]>
[PHP] Fix parentSchema conditional causing parent call when parent isn't present (#8705)

* Fix parentSchema conditional

we cannot call `parent::` if parent isn't present. Everywhere ...

github.com/OpenAPITools/openapi-generator - ad9e2395ac22f8ec6c5c3076455f802e0b329858 authored over 3 years ago by Andre Praca <[email protected]>
[Scala][Akka] Use Files.createTempFile to address security concerns (#9348)

* fix scala akka server temp file issue

* update test templates

github.com/OpenAPITools/openapi-generator - 4aaaae765b1cf6281b8f8ac1e8db0be2d1acd316 authored over 3 years ago by William Cheng <[email protected]>
Support #9151: Default Java client to Java 8 (#9344)

My understanding of the version 5 release of OpenAPI generator was that Java 7 support was dropp...

github.com/OpenAPITools/openapi-generator - 4f84e860015587149c777f14f4a063e86a9f5d86 authored over 3 years ago by Toby Murray <[email protected]>
Bump actions/setup-java from v1 to v2 (#9187)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 to v2.
- [Release not...

github.com/OpenAPITools/openapi-generator - 1f880f43d43e16507be84e033d6049bbffb4b016 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move ensure up-to-date script to drone.io (#9339)

* move ensure up-to-date to drone.io

* fix tests

* Revert "fix tests"

This reverts comm...

github.com/OpenAPITools/openapi-generator - ad3ecadd7514c95916455f439dc1524601a8853a authored over 3 years ago by William Cheng <[email protected]>
[DOCS] Updated pom.xml snippet with latest version (#9342)

github.com/OpenAPITools/openapi-generator - a62d22593e185675dc7d3e05f94a68e6bfeb3944 authored over 3 years ago by dersvenhesse <[email protected]>
[Python] Fix exclusive min and max (#9340)

* [Python] Fix exclusiveMinimum and exclusiveMaximum conditions

* add tests, update samples
...

github.com/OpenAPITools/openapi-generator - f572125b30b82b516512c44a3da4bb103a95767a authored over 3 years ago by William Cheng <[email protected]>
[core] Add refreshUrl to CodegenSecurity (#9210)

* Add refreshUrl to CodegenSecurity

Ref:
https://github.com/OAI/OpenAPI-Specification/blob/m...

github.com/OpenAPITools/openapi-generator - b6197dd859d4381a68770e6cab32c9d1ba141662 authored over 3 years ago by Yuriy Belenko <[email protected]>
update samples

github.com/OpenAPITools/openapi-generator - 7df0f56fdcec7f9563947fcaafed701b8955181e authored over 3 years ago by William Cheng <[email protected]>
Swift5 use json type for any (#9206)

* [swift5] Fix additionalProps inner type

* [swift5] Add and use AnyCodable type instead of a...

github.com/OpenAPITools/openapi-generator - f7c377390347cde669b1c0dddcc0a7ee770ea0ce authored over 3 years ago by Ayman Bagabas <[email protected]>
[Java][Spring] Fix for #8659 - Different in-parameter types generated for api and delegate for files (#9331)

github.com/OpenAPITools/openapi-generator - b9a1c8f016711307b9c718dbbdf60a137372c7af authored over 3 years ago by Mateusz Hubert Stefaniak <[email protected]>
[Java][Jersey2]: Fixing a package import (#9336)

github.com/OpenAPITools/openapi-generator - 812d563c789aef56249d352343d5dc5eeca0d914 authored over 3 years ago by Sai Giridhar P <[email protected]>
Swift5 models improvements (#9205)

* [swift5] Add useClasses to use `final class` instead of `struct`

* [swift5] Always include ...

github.com/OpenAPITools/openapi-generator - 0f5e7d1e3cb9642bd46ec89ffe0bf66a922029f2 authored over 3 years ago by Ayman Bagabas <[email protected]>
[Kotlin][#9313] Generator should support optional form parameter (#9314)

* [Kotlin][#9313] Make form params optional in Kotlin retrofit2 template.

* [Kotlin][#9313] U...

github.com/OpenAPITools/openapi-generator - 22950fa2b2babba2315f2c48da3644b60083d7b2 authored over 3 years ago by Stefan Hanselmann <[email protected]>
add the u of aizu to the user list (#9326)

github.com/OpenAPITools/openapi-generator - ee905cf0fe282c07b4b4ebc063acea3ac7543c79 authored over 3 years ago by William Cheng <[email protected]>
Update documentation (#9322)

* update doc

* update doc

github.com/OpenAPITools/openapi-generator - ab688d4c3a1d558a1c6f6b9116caf3cd0798ef0c authored over 3 years ago by William Cheng <[email protected]>
update samples

github.com/OpenAPITools/openapi-generator - 05aa956fe1bde782d0b22ec2c71c5be82c9e6a43 authored over 3 years ago by William Cheng <[email protected]>
[Swift5] escape reserved words (#9204)

* [swift5] `List` is not a Swift data type

* [swift5] Escape reserved words using backticks
...

github.com/OpenAPITools/openapi-generator - 33107c14dea4e8e6a7e687b5b5806c9a453c7483 authored over 3 years ago by Ayman Bagabas <[email protected]>
[Kotlin][#7925] Make ApiClient in jvm-retrofit2 be able to add additional retrofit Converter.Factory (#9316)

* [Kotlin][#7925] Add an optional Converter.Factory to the Kotlin retrofit2 ApiClient template.
...

github.com/OpenAPITools/openapi-generator - 5468b22b8371aee43340ecd6ad1c4c613daade93 authored over 3 years ago by Stefan Hanselmann <[email protected]>
[Kotlin][#9317] Add parameter sorting to Kotlin client generator (as used in the Java generator). (#9318)

github.com/OpenAPITools/openapi-generator - 05f329959c586f0d26b91104ff0bb6b0ef11a3a2 authored over 3 years ago by Stefan Hanselmann <[email protected]>
[bash] Update Bash Client Dockerfile.mustache (#9310)

* Update Dockerfile.mustache

Using alpine instead of ubuntu for leaner Docker images.

Smal...

github.com/OpenAPITools/openapi-generator - 946d145d30436a9f27b5285d78090cdba6997146 authored over 3 years ago by William Cheng <[email protected]>
add a link to twilio blog (#9312)

github.com/OpenAPITools/openapi-generator - d7736366b772acf6a8baa9533c4e558c50e80314 authored over 3 years ago by William Cheng <[email protected]>
Add a link to blog post in unibuddy tech blog (#9311)

* Add a link to blog post in unibuddy tech blog

* minor change

* fix link

github.com/OpenAPITools/openapi-generator - d44d9a3907c321b2fcf98906c99be9501710daf9 authored over 3 years ago by William Cheng <[email protected]>
Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#9198)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2....

github.com/OpenAPITools/openapi-generator - 347a4cef474d6a45f94c62b9300b8e1597369af9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/cache from v2.1.4 to v2.1.5 (#9249)

Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes...

github.com/OpenAPITools/openapi-generator - b38166305f6dfc5f8865b78ff8091df9df838ad8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[swift5] Add useSPMFileStructure (#9074)

* [swift5] Add useSPMFileStructure

Signed-off-by: Ayman Bagabas <[email protected]>

...

github.com/OpenAPITools/openapi-generator - 3894aa47591f71406bed4c8da70bc01b6823023e authored over 3 years ago by Ayman Bagabas <[email protected]>
Minor improvements to go-echo server (#9303)

* minor improvements to go-echo server

* update go tech comm

github.com/OpenAPITools/openapi-generator - 139e9e458fd4f21426c10e0a843b7c724c54269e authored over 3 years ago by William Cheng <[email protected]>
[PS] minor improvements to the auto-generated appveyor.yml (#9300)

* appveyor improvement

* update samples

github.com/OpenAPITools/openapi-generator - b4f174753c8c067d8213a874f70382b6be3ba198 authored over 3 years ago by William Cheng <[email protected]>
Add Go echo server codegen (#9224)

* Update codegen config

* Add templates for Go Echo openapi-codegen

* Add the yaml config ...

github.com/OpenAPITools/openapi-generator - 733a180a629adc8fd3a440d3014ab7847aa654e7 authored over 3 years ago by Farshad Nematdoust <[email protected]>
update ruby sinatra samples

github.com/OpenAPITools/openapi-generator - 92561085ba4853887edf42fa16f59d7a47ad4e20 authored over 3 years ago by William Cheng <[email protected]>
Dockerfile for the Ruby-Sinatra generator (#9299)

* add the Dockerfile and updated the README and others.

Signed-off-by: Yasuhiro ABE <yasu-abe...

github.com/OpenAPITools/openapi-generator - d4748a7a20558451071d2579e1c31c1fed13b11c authored over 3 years ago by Yasuhiro ABE <[email protected]>
[PowerShell] improve return type documentation (#9295)

* revise return type doc

* revise return type doc

github.com/OpenAPITools/openapi-generator - ebc98ec848fb53ca28e07a20d83b7cad72d8aea6 authored over 3 years ago by William Cheng <[email protected]>
Qt5 support date format enum (#9283)

* initial commit

* Update sample and make sure it builds

* PR feedback

* Limit scope of...

github.com/OpenAPITools/openapi-generator - ef2299ad65868bf199cf48955bdff44c16276c8b authored over 3 years ago by Sean Kelly <[email protected]>
update cpp ue4 samples

github.com/OpenAPITools/openapi-generator - 41f586bede6cf821dab27c9b288a01d49adcfaa3 authored over 3 years ago by William Cheng <[email protected]>
Support FGuid with helpers (#9291)

github.com/OpenAPITools/openapi-generator - 28e0d9b22e1dcbb0c51d9dffc1a0cf03b4765b85 authored over 3 years ago by Josh Wittner <[email protected]>
prevent NPE in constructing oneOf example (#9231)

github.com/OpenAPITools/openapi-generator - 51028f0c1bb23320ad3e8001ca6aed91b7ced25f authored over 3 years ago by William Cheng <[email protected]>
update samples (#9288)

github.com/OpenAPITools/openapi-generator - aa5adbf3f59a8fd29addeac35c370fc2847985d5 authored over 3 years ago by Esteban Gehring <[email protected]>
[Kotlin]] add support for binary response (#9284)

* Support File responses for Kotlin client

* Regen samples

* Reset version

* Fix file c...

github.com/OpenAPITools/openapi-generator - da37e980d3fffb379bd8b7683dc08a4a8eebd671 authored over 3 years ago by William Cheng <[email protected]>
[Enhancement] added support for custom type & format mapping (#9285)

* resolve merge conflicts

* use + in type mapping, add tests

* add new test spec

github.com/OpenAPITools/openapi-generator - 77dfd40681d19681435a5b5a6df42aaebd0e2e65 authored over 3 years ago by William Cheng <[email protected]>
[typescript-axios] add missing baseName when using set or append on FormData (#9273)

github.com/OpenAPITools/openapi-generator - a9c7644c326d9157c9f9f856bf8475f70559264e authored over 3 years ago by Themi Tsiotas von Pfaler <[email protected]>
typescript-angular: Fix Cannot read property 'apiKey' of undefined (#9260)

* fix #9259

* avoid optional chaining operator

github.com/OpenAPITools/openapi-generator - 032911990d6f7f60a23b2547bbbdc7608fa6b731 authored over 3 years ago by Emmanuel Roux <[email protected]>
feat(adapter): add BigDecimal kotlin support (#8880)

* feat(adapter): add BigDecimal kotlin support

this allows the kotlin client generator to sup...

github.com/OpenAPITools/openapi-generator - b5dac429590f24d72cc0a8b87727ca3fa86b8f07 authored over 3 years ago by Cody Mikol <[email protected]>
[csharp][netcore-httpclient] Refactor of constructors (#9145)

* Refactor on constructors

Updated samples

Fixed a bug of previous commit

Refactor on c...

github.com/OpenAPITools/openapi-generator - 3929afff7d57ff9ed41e87f36f55756488f8d0cf authored over 3 years ago by Luca Mazzanti <[email protected]>
[Java][JavaJaxRS] Respect readOnly/writeOnly attribute markers (#9276)

* [Java] [JavaJaxRS] Respect readOnly/writeOnly attribute markers

Generate jackson JsonProper...

github.com/OpenAPITools/openapi-generator - 515d4a01537b931a704bf03a55814062b60fceb1 authored over 3 years ago by William Cheng <[email protected]>
[Kotlin] Fix (de)serialization of enum classes (#7917)

While inner enum classes from dataClass.mustache work fine, standalone enum classes lack `@JsonP...

github.com/OpenAPITools/openapi-generator - 4a63aae746edf1186fb2f44063df38ce582df958 authored over 3 years ago by Christopher Schramm <[email protected]>
[Java] [Native] Add response body to exception message (#9169)

* Fix #8027 - import the auto generated supporting JSON class only when generateSupportingFiles ...

github.com/OpenAPITools/openapi-generator - af992e4b299ed3cfe35a0d72f5d10d1c1dfbc9ce authored over 3 years ago by Moshe Elisha <[email protected]>
[Kotlin] Fix (de)serialization of enum classes (kotlinx serialization) (#9143)

* fix kotlin enum serialization

* fix kotlin serialization compiler warning

* change samples

github.com/OpenAPITools/openapi-generator - 6dce8179de28f54727152797ac1460987989dc61 authored over 3 years ago by Stieglitz <[email protected]>
Add missing ResponseBody import (#9239)

github.com/OpenAPITools/openapi-generator - 786458e92834511b1377a1cbd66e2620787ad5fc authored over 3 years ago by jenswet-el <[email protected]>
Don't include read-only properties in Python examples. (#9252)

* Don't include read-only properties in Python examples.

When using a schema with read-only f...

github.com/OpenAPITools/openapi-generator - 60dcf8613f6b75b606757c4a991fe018ad10ee99 authored over 3 years ago by Thomas Hervé <[email protected]>
@Input and @Internal should not be apply on the same property (#9059)

Motivation:

In Gradle 7.0 apply @Input and @Internal on property is forbidden.
Before Gradle...

github.com/OpenAPITools/openapi-generator - 9edf70e980cebc9577a23f7c989a3340f6d7d4b9 authored over 3 years ago by Vincent Galloy <[email protected]>
fix missing space in bash script

github.com/OpenAPITools/openapi-generator - dbdb6c51c48ffb059c55d247ceb31b0a979fea74 authored over 3 years ago by William Cheng <[email protected]>
[Docker] support multi-arch build (#9246)

* multi arch build

* fix buildx

* use openjdk

* fix bash install

* remove armv7

*...

github.com/OpenAPITools/openapi-generator - 19b68f75de495e32359339d02cbe1f5e221d19fe authored over 3 years ago by William Cheng <[email protected]>
switch to oas3 spec for php-symfony samples (#9248)

github.com/OpenAPITools/openapi-generator - c285f393b07a1c6644b65ed5626872b7d384a93a authored over 3 years ago by William Cheng <[email protected]>
camelize name in nim (#9255)

github.com/OpenAPITools/openapi-generator - 1b63822501575771d58a9f99b4588b2b7869e53a authored over 3 years ago by William Cheng <[email protected]>
[dart][dart-dio] Add built_value date support w/o timemachine (#9180)

* [dart][dart-dio] Add built_value date support w/o timemachine

* Test improvements

* Fix ...

github.com/OpenAPITools/openapi-generator - b4ea00ed427fea9e2cc5b6395fb5f11e93a25c83 authored over 3 years ago by Peter Leibiger <[email protected]>
Update model_variables.mustache (#7074)

Recursive validate non primitive objects

github.com/OpenAPITools/openapi-generator - 7a1f7b2270eea7770ecffd49e2cdbd94f1cca0ae authored over 3 years ago by Eike Starkmann <[email protected]>
[dart][dart-dio] Update pubspec/readme templates (#9201)

* Add homepage option to pubspec.yaml

package validation fails when trying to publish to pub....

github.com/OpenAPITools/openapi-generator - 29c16888602f9f914784e147b52e344283daff52 authored over 3 years ago by Peter Leibiger <[email protected]>
Use warning instead of throwing exceptions (#9188)

* use warning instead of throwing exceptions

* comment out tests

github.com/OpenAPITools/openapi-generator - 13c0b2c3c7d7e93c06ca60dbd5dbb862f84592e7 authored over 3 years ago by William Cheng <[email protected]>
add sponsor message in F# giraffe generator (#9247)

github.com/OpenAPITools/openapi-generator - 1f227061c646dd1d4b50830b91f7c62384001615 authored over 3 years ago by William Cheng <[email protected]>
[Go] Parse int arrays and respect the 'required' property (#9120)

* Added int arrays parsing in parameters. Respect the 'required' property.

* Replaced spaces ...

github.com/OpenAPITools/openapi-generator - 53e59868001db5939142b8d0c8a229bc466c9860 authored over 3 years ago by Aliaksei Zhuk <[email protected]>
support uuid parameter (#9215)

github.com/OpenAPITools/openapi-generator - 63fdd3eaf098b0e356eb1c3f7c86231458b7f6b7 authored over 3 years ago by johannes karoff <[email protected]>
Bug - python client deserialization when attribute named `self` (#9006)

* fix by mapping outside of class

* tests

* regeneration and tests

* server

* INDENT...

github.com/OpenAPITools/openapi-generator - 8e0955fd3ca5073b5bc8353d664b301c1408a124 authored over 3 years ago by gbmarc1 <[email protected]>
[C#][netcore] Add multiple frameworks support (#9196)

* add multiple frameworks support

* test in appveyor

* update samples

github.com/OpenAPITools/openapi-generator - 14c7f39c2b26a8a81e3d167d2c9aaa30fc22cc81 authored over 3 years ago by William Cheng <[email protected]>
Resolve response type name conflict in angular typescript lib (#9216)

* fix: rename var

* fix: run pr checklist scripts

* fix: correct response type var name fo...

github.com/OpenAPITools/openapi-generator - 23c9627b98e58343c045534afdf43c80a75c4dba authored over 3 years ago by Guy King <[email protected]>
Revert "Resolve responseType name conflict in Angular Typescript lib (#9202)" (#9214)

This reverts commit 9dda4aa2e8a48bf5237ec51705039493a0822614.

github.com/OpenAPITools/openapi-generator - fa4462ef1129d49e2ad30de56d363e004273cf16 authored over 3 years ago by Esteban Gehring <[email protected]>
[Go] Fix golang comment typos (#9207)

* fix go comment typo insensitive

* fix go comment typo response

* update samples

github.com/OpenAPITools/openapi-generator - 01ff63513986352f220c5c4bbabcf34536c2bb9e authored over 3 years ago by mazrean <[email protected]>
Resolve responseType name conflict in Angular Typescript lib (#9202)

* fix: rename var

* fix: run pr checklist scripts

github.com/OpenAPITools/openapi-generator - 9dda4aa2e8a48bf5237ec51705039493a0822614 authored over 3 years ago by Guy King <[email protected]>
[dart] Improve types & imports (#9167)

* [dart] Improve types & imports

* don't use importMapping as it is intended for something di...

github.com/OpenAPITools/openapi-generator - 065c0281fa580e4d08ec5640571ad4df71a2e069 authored almost 4 years ago by Peter Leibiger <[email protected]>
[typescript-angular] Provide return value for all code paths (#9174) (#9176)

In order to avoid a compiler error when using `noImplicitReturns `, we
change the mustache temp...

github.com/OpenAPITools/openapi-generator - acedd1cfba00bd4b9aa433154d823229656bd4b9 authored almost 4 years ago by HexagonSun <[email protected]>
Add Hashable for Struct (#9166)

* Add hashable for struct

* Remove x-swift-hashable

* Run the shell script ./bin/generate-...

github.com/OpenAPITools/openapi-generator - c3b7ecff21e9449f3d8e96a82f7c1bdb812ad6e3 authored almost 4 years ago by Makoto Aoyama <[email protected]>
[dart][dart-dio] Update dependencies (#9178)

* finally use released versions for http mocking

github.com/OpenAPITools/openapi-generator - 29c131e781828778d9744702935d3b3ee46c7317 authored almost 4 years ago by Peter Leibiger <[email protected]>
[dart] Remove OS2 samples which have OAS3 counter parts (#9177)

These samples are the same as their OAS3 counterparts and don't give any additional benefits. Th...

github.com/OpenAPITools/openapi-generator - 11eedc86dc04a55fd36857fa9e07e2668248143e authored almost 4 years ago by Peter Leibiger <[email protected]>
Link filehash with execution id (#7848)

Co-authored-by: William Cheng <[email protected]>

github.com/OpenAPITools/openapi-generator - 4462d35195d4dbb818f9d7f60a5e6febc23270e9 authored almost 4 years ago by Thibault Duperron <[email protected]>
use standard constant for UTF8 charset in generated java api clients (#7828)

github.com/OpenAPITools/openapi-generator - 659b00a4f95349c9876206e92176f8547b8eb2f9 authored almost 4 years ago by Yuri Orlov <[email protected]>
[Go][server] parse bool in query parameter (#9171)

* Add bool query in example

* Add parseBoolParameter

* test with boolean parameter

* ad...

github.com/OpenAPITools/openapi-generator - 5dae270c3e86a614f886b795ab9906446c1e1772 authored almost 4 years ago by William Cheng <[email protected]>
Allow to specify response headers (needed for redirecting clients) (#9170)

* Allow to specify response headers (needed for redirecting clients) (#8148)

Co-authored-by: ...

github.com/OpenAPITools/openapi-generator - c79d056935e35acd287c04188f551699dcb45fc4 authored almost 4 years ago by William Cheng <[email protected]>
Update templating docs to correct the name of x-response-id (#7839)

github.com/OpenAPITools/openapi-generator - 226a8b5f7782df9292b78ae55e00d951bb9f6f4b authored almost 4 years ago by Matthew Dowdell <[email protected]>
[go] Add constructor and IsValid method to enum types (#8224)

* Add constructor and IsValid method to enum types

* Add samples

github.com/OpenAPITools/openapi-generator - f8202df9aa232d6385383dc0edeb76da701c1f57 authored almost 4 years ago by Hippolyte HENRY <[email protected]>
[php-symfony] fix double quoting string defaults values (#9126)

quoting for default values is already done in:
https://github.com/OpenAPITools/openapi-generato...

github.com/OpenAPITools/openapi-generator - 7cf6ee1957afddcec740f16a58e6ddbe24b43f62 authored almost 4 years ago by lerminou <[email protected]>
Include QVariant helpers header (#9161)

github.com/OpenAPITools/openapi-generator - c9716fcebbb5f2dc1ab6098faa4eba2114576e15 authored almost 4 years ago by Martin Delille <[email protected]>
replace semver versin with just version

github.com/OpenAPITools/openapi-generator - 403e9bca44bad564c68d43ff265c10131099baa0 authored almost 4 years ago by William Cheng <[email protected]>
Update usage.md with current CLI output (#9156)

github.com/OpenAPITools/openapi-generator - 7a3b01a0f63e6b9a98962c189d7d985316544234 authored almost 4 years ago by Marcono1234 <[email protected]>
Add links to blog posts about openapi-generator (#9164)

* Add links to blog posts about openapi-generator

* add more articles

* add more article

github.com/OpenAPITools/openapi-generator - 4db6f46a00a0f4d6ac2b082b4ca8dd81e7f731eb authored almost 4 years ago by William Cheng <[email protected]>
Fixes serialization of array items in model_to_dict [python] (#9153)

* Adds tests of endpoint with inline and refed model

* Regen samples

* Samples regenerated

github.com/OpenAPITools/openapi-generator - fc58adee312b4b2684b9bd4dbfb57ca1c7eaa3a5 authored almost 4 years ago by Justin Black <[email protected]>
Samples regenerated (#9154)

github.com/OpenAPITools/openapi-generator - 71f67c3d40f00d3e73c576f8984ca09b5f1e307b authored almost 4 years ago by Justin Black <[email protected]>
[typescript-axios] handle uniqueItems in query and header parameters (#8965)

* [typescript-axios] handle uniqueItems in query and header parameters

add endpoint /fake/tes...

github.com/OpenAPITools/openapi-generator - 7bf792a3485b967a2ae74f6b3bb3a337ba47e1bb authored almost 4 years ago by sforst <[email protected]>
[cleanup] erefactor/EclipseJdt - Evaluate without null check (#9134)

EclipseJdt cleanup 'EvaluateNullable' applied by erefactor.

For EclipseJdt see https://www.ec...

github.com/OpenAPITools/openapi-generator - 57e44e173f99c1463bfb62749c8fc14a10639ae9 authored almost 4 years ago by cal <[email protected]>
fix #7325 kotlin-spring fix reactive delegate pattern combination (#8867)

* #7325 kotlin-spring remove exchange field from reactive delegate pattern

* #7325 remove exa...

github.com/OpenAPITools/openapi-generator - b335ba834f07122bdee48f2999d3c769186b31bd authored almost 4 years ago by de1mos <[email protected]>
Merge remote-tracking branch 'origin/master' into 5.2.x

github.com/OpenAPITools/openapi-generator - 917b358e2792dee6a3e1dd6039819bf075fa97a3 authored almost 4 years ago by William Cheng <[email protected]>
update samples

github.com/OpenAPITools/openapi-generator - 59089feb64cc58487f5e056269dd070092bc5921 authored almost 4 years ago by William Cheng <[email protected]>
[Dart2] Add initial support to use an isolate to offload JSON serialization/deserialization (#9100)

* Change signature of deserialize() to be a Future.

* Grammar tlc for a couple of sentences.
...

github.com/OpenAPITools/openapi-generator - 26ca6ab27efb31b59f37d8b9bb50cb495d4c236e authored almost 4 years ago by Noor Dawod <[email protected]>
[python] Fixes additional_properties_type for models (#8802)

* Fixes additionalProperties values for models, updates docs, adds tag test of it, fixes frit an...

github.com/OpenAPITools/openapi-generator - 6cc270633b057fe97155b2033ede810134c68bfd authored almost 4 years ago by Justin Black <[email protected]>