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 postcss from 7.0.7 to 7.0.36 in /website (#9779)

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.7 to 7.0.36.
- [Release notes](htt...

github.com/OpenAPITools/openapi-generator - a2cbd26875c51d428f6ddb183c0c073f13bb5811 authored over 3 years ago
Bump lodash from 4.17.15 to 4.17.21 in /website (#9435)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](htt...

github.com/OpenAPITools/openapi-generator - a6163a8b8c17c25f45753aee80c0cbaae364991c authored over 3 years ago
Add hasQueryParamsOrAuth to reflect apiKey in query (#10582)

Compilation fails in generated typescript-angular client when an
`apiKey` is passed in query du...

github.com/OpenAPITools/openapi-generator - b0e2ab67a6dcee1a9b1c19a1f53225cc06fefe7d authored over 3 years ago
Revert "[JAVA][jersey2] import the auto generated supporting JSON class only when discriminator is needed (#10557)" (#10597)

This reverts commit 52713b21d452bcc4219793861443b495d2a03213.

github.com/OpenAPITools/openapi-generator - 2bd2c23115d884e31c32b4e3112f48749b7d8bda authored over 3 years ago
Kotlin multiplatform updated to fit future Kotlin 1.6.0 release (#10468)

* Update Kotlin Version to 1.6.0-M1
Update Multiplatform Plugin to 1.6.0-M1
Update Gragle to 7...

github.com/OpenAPITools/openapi-generator - ae86ff7aaf5a938ce8d09ae18204b23c5ca84231 authored over 3 years ago
[dart][dio] Respect import-mappings parameter (#10528)

* first check import mappings before defaulting to model import
* respect primitive types when ...

github.com/OpenAPITools/openapi-generator - 34f475f7f736fb6c04dbdc1168d05686eb4f2ba2 authored over 3 years ago
[cpprestsdk] fix string conversion, add integer enum support (#10531)

* [cpprestsdk] fix string conversion

* Support number enums

github.com/OpenAPITools/openapi-generator - 71afbf59092348179c197db73b976470835c79c5 authored over 3 years ago
Fix import for new spring boot version (#9144)

* Fix import for new spring boot version

#8561

* Add new versions

* Fix samples

* Re...

github.com/OpenAPITools/openapi-generator - 12d80bfbb5ee831b5b1bdcb2557ada26fcacd8e5 authored over 3 years ago
Improve version management, update dependencies, remove unused dependencies (#10544)

* Move verion properties to main pom.xml

* Sort properties and remove duplicates

* Use pro...

github.com/OpenAPITools/openapi-generator - 45336be84780480618d32b3609305cfacf0256e3 authored over 3 years ago
[cpp-rest-sdk-client] Serialize boolean parameters as true/false instead of 1/0 (#10554)

* BUG FIX: A missing semicolon in cpp-pistache-server generated code.

* BUG FIX: Provide defa...

github.com/OpenAPITools/openapi-generator - 843e572a104b7d4391523b858f70508c6efe90b4 authored over 3 years ago
[cpp][qt] Start cleanup of cpp qt readme (#10549)

* Update Qt cpp readme

* update sample

* Update indentation and codeblocks

* More clean...

github.com/OpenAPITools/openapi-generator - 5defb9a3537faa0dbbedfc99185b5cc9a79232a9 authored over 3 years ago
rust: replace @ with at_ to allow properties like @type and type at the (#10521)

same time

Co-authored-by: Jens Gersdorf <[email protected]>

github.com/OpenAPITools/openapi-generator - 3d0d1d5ed860ddc130715ac3a93a37ab4b958800 authored over 3 years ago
Improve templates for C++ Restbed (#10543)

* Improve templates for C++ Restbed

The templates now generate classes which have virtual fun...

github.com/OpenAPITools/openapi-generator - 0023f3b7ce3eef3d50514563589bfa3dd0cd9490 authored over 3 years ago
[php] fix 'mixed' invalid for settype() (#10576)

Signed-off-by: Nick Ufer <[email protected]>

github.com/OpenAPITools/openapi-generator - 80c3a0e4c30119cdca4b559b984c7e583d994be5 authored over 3 years ago
[csharp-netcore]For conditionalSerialization do not initialize the default value. (#10551)

* added allowDefaultValue flag for conditionSerialization

* update doc

* club the allowDef...

github.com/OpenAPITools/openapi-generator - b4206ad249a1cbde10b90e5ff3cae65f9afe05cf authored over 3 years ago
fix RestTemplate not handling ApiKey in cookie (#10578)

fix Java RestTemplate ApiClient not handling ApiKey in cookie.

github.com/OpenAPITools/openapi-generator - 6e14fc411f5e8973aed270032b637071327ded99 authored over 3 years ago
Dart json_serializable: remove experimental generator (#10532)

github.com/OpenAPITools/openapi-generator - 77b72bd0eedff738e1840db079ba7649601d3026 authored over 3 years ago
[JAVA][jersey2] import the auto generated supporting JSON class only when discriminator is needed (#10557)

* Import the auto generated supporting JSON class only when discriminator is needed

* Generat...

github.com/OpenAPITools/openapi-generator - 52713b21d452bcc4219793861443b495d2a03213 authored over 3 years ago
Fix compilation issues in the CSharpOperationTest class (#10574)

Co-authored-by: rpruvost <[email protected]>

github.com/OpenAPITools/openapi-generator - 48f3af19dd9f42ea2b87cd47b910806e62e78c21 authored over 3 years ago
use implementation, add min version of maven, gradle (#10571)

github.com/OpenAPITools/openapi-generator - 4b62b55877ce0b488944805b052fbc9cc728a79f authored over 3 years ago
Fixes #10568 (#10569)

Do'not output &str for isString if it is also isUuid

github.com/OpenAPITools/openapi-generator - efa032abdb54b376309ae543eb7f3501d03cdc72 authored over 3 years ago
[Java][CI] fail fast, add path (#10570)

* fail fast, add path

* include more samples for testing

* remove path to trigger build

...

github.com/OpenAPITools/openapi-generator - c51f2eb8fef744d7f8ccf76a67a18ca53e2e9af0 authored over 3 years ago
Flash: remove (#10535)

github.com/OpenAPITools/openapi-generator - c2186a0b0d66c1f558831221fe7b70a668f3f64f authored over 3 years ago
[Java][Feign] Expose response headers for feign client (#10507)

* Add .circleci/config.yml

* Add the property exposeResponseHeaders to feign client

This n...

github.com/OpenAPITools/openapi-generator - 331b61dc1ca2e508eb2cf1cc9e73ed4249fd468d authored over 3 years ago
add-word-in-docs (#10567)

github.com/OpenAPITools/openapi-generator - e1f7fb0fbdf39b2bf7abdc18e54d892b130551a2 authored over 3 years ago
fix: don't send just " " in body, send an empty string (#10561)

Co-authored-by: Mickael MAGNIEZ <[email protected]>

github.com/OpenAPITools/openapi-generator - ba55332f4cb6637ee76c7c7bf90b3da6fcbe3520 authored over 3 years ago
Remove eclipse formatter plugin (#10547)

github.com/OpenAPITools/openapi-generator - cd9bd969d7a1acff69a7dbf8668705d604618bc8 authored over 3 years ago
Another company using OpenAPI Generator (#10562)

* Update users.yml

Elastic Email is using OpenAPI Generator for it's client libraries

* El...

github.com/OpenAPITools/openapi-generator - d20f251f8b86decc4432bc3b645ff02aa158d3ed authored over 3 years ago
Ruby: Fix deprecation warning for Faraday (#10559)

* Fix deprecation warning for Faraday

* test only ruby

* Revert "test only ruby"

This r...

github.com/OpenAPITools/openapi-generator - 08296c2b1dc732829e3aaa2c2cad7c2c8c44eb8d authored over 3 years ago
Fix deprecation warning for Faraday (#10558)

To avoid this warnings while running rspecs
```
WARNING: `Faraday::Connection#basic_auth` is d...

github.com/OpenAPITools/openapi-generator - 8b8654facc6696bc2b793f7c76270c1a8f9c1921 authored over 3 years ago
[Java] add an option to customize gradle.properties (#10540)

* add an option to customize gradle properties

* add more info to gradle.properties

github.com/OpenAPITools/openapi-generator - 96c65fea6127df0d53da6f8250af098de15141f5 authored over 3 years ago
Add Gradle tests in Github actions (#10550)

* add github actions to test gradle

* use bin/sh

* remove branch name

* trigger build f...

github.com/OpenAPITools/openapi-generator - 20ccf36c50688e2ed894393f26ab67e8101cc38f authored over 3 years ago
[java] Update Gradle to 7.2 (#10538)

* update gradle to 7.2

* update samples

* use gradle-7.2-bin.zip instead

github.com/OpenAPITools/openapi-generator - 6c5f6d240094d6ea5b7cd5226e71213edb798a29 authored over 3 years ago
Dart-jaguar: remove (#10534)

github.com/OpenAPITools/openapi-generator - 5b1b74e48d89c7ebc84d9f961772a6b0135d3d87 authored over 3 years ago
Merge remote-tracking branch 'origin/master' into 6.0.x

github.com/OpenAPITools/openapi-generator - 0bfa28f84497ad0bead803263531df2151d55c26 authored over 3 years ago
Dart json_serializable: remove experimental generator (#10533)

github.com/OpenAPITools/openapi-generator - 8d7be74b792466ee4d72cbf3428e5910b792414c authored over 3 years ago
Fix Windows build failure in some environments (#10529)

* update surefire to newer version

* more fixes

* update pet.proto

* update model proto...

github.com/OpenAPITools/openapi-generator - 72cec10edf913e873c954cb51e7ba3f5c555b924 authored over 3 years ago
Add message and more context to RequiredError (#10530)

github.com/OpenAPITools/openapi-generator - 9aadd7724c6bfc3e0519e56d52a79a5a1fe2090a authored over 3 years ago
Correct a dependency resolution failure in generated angular typescript packages for Angular 12 (#10525)

* Update version

* Rebuild sample

github.com/OpenAPITools/openapi-generator - 22d98c177dde1b500836784e0ece1f2bc0f08ca4 authored over 3 years ago
[dart-dio-next] Adds an option for using the dio_http package (#10497)

* [dart-dio] Adds an option for using the dio_http package

Relates to #10305

* [dart-dio-n...

github.com/OpenAPITools/openapi-generator - f5e8f54b219b36010f850b5b2067b8dced3fb283 authored over 3 years ago
[Java] Replace Java EE 8 dependencies by Jakarta EE 8 (#10513)

* Migrate javax.annotation:javax.annotation-api to
jakarta.annotation:jakarta.annotation-api:1....

github.com/OpenAPITools/openapi-generator - 1735ab9d27656171def2440fa75cfe0c80a510f5 authored over 3 years ago
regenreate package-lock.json for ts axios (#10520)

github.com/OpenAPITools/openapi-generator - e1d1ced117bf8dfec55f59815f744e84552df828 authored over 3 years ago
Bump eskatos/gradle-command-action from 1 to 2 (#10491)

Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 t...

github.com/OpenAPITools/openapi-generator - 9421b3d3c2debff7877103cf5a8cfc21e51d0c35 authored over 3 years ago
[REQ] [RUBY] [FARADAY] Allow middleware to be configured (#10495)

* feat: allow configuring middleware in setup

* fix: stop requiring Faraday middleware unnece...

github.com/OpenAPITools/openapi-generator - 2ceccfbe3cfc58a2d06934964af9914c5c0aa5ef authored over 3 years ago
[Java] [jaxrs-spec] Add @JsonTypeName to Pojo's (#10489)

* Add @JsonTypeName annotation to pojo's in order to make Jackson deserialize superclass instanc...

github.com/OpenAPITools/openapi-generator - 45e0b461ba77a531623f1731055a820cc416c271 authored over 3 years ago
Optimize: entrySet is faster than keySet + get to prevent N lookups (#10496)

* Optimize: replace keySet + N get calls with entrySet saving N calls to get method in a few pla...

github.com/OpenAPITools/openapi-generator - 10b310d33f1f92d63b228d9c281343d0ca88bf02 authored over 3 years ago
Add a link to hackernoon article (#10518)

github.com/OpenAPITools/openapi-generator - 768c76ea3302373e5fb107b0c7facbfa9b25d545 authored over 3 years ago
[typescript-axios] Fix invalid query params usage (#10512)

* fix: axios query params from options

Remove passing query params from options to setSearchP...

github.com/OpenAPITools/openapi-generator - 38b8685b0083c93cea8546785c28295af309bb70 authored over 3 years ago
Move TypeScript, JavaScript tests to CircleCI (#10510)

* move ts, js tests to circleci

* set NODE_ENV

* curl -k

* comment out haskell installa...

github.com/OpenAPITools/openapi-generator - 026dd8d5f883b5ca12ccab3145f631f9e3065109 authored over 3 years ago
[typescript-axios] Fix model property naming (#10447)

* fix: typescript-axios property names

Disables MODEL_PROPERTY_NAMING for typescript-axios ge...

github.com/OpenAPITools/openapi-generator - 755359c031cadd5995e5e22fdb13938f3024c540 authored over 3 years ago
skip crystal tests (#10509)

github.com/OpenAPITools/openapi-generator - bcf12b36e6b1f1733779cc2a88a46548d105d90d authored over 3 years ago
[Ruby][Faraday][#10137] Fix config request options and timeout (#10405)

* Update default timeout of Faraday request to 60 seconds

* Fix request options of Ruby Farad...

github.com/OpenAPITools/openapi-generator - 0eb7189faea45cd83384119cbfd7180909066ead authored over 3 years ago
[Kotlin] Fix prevent string default value to be escaped (#10501)

github.com/OpenAPITools/openapi-generator - 68285bcd0ac13fb99b26c61bcce3c043a2dac6a6 authored over 3 years ago
use array examples in ruby (#10500)

github.com/OpenAPITools/openapi-generator - 1224283c8435b275c0f9507287fe91735194f6ea authored over 3 years ago
Add Aqovia & clients as using OpenAPITool (#10493)

Added our company (Aqovia) as well as our spin-out (NeuerEnergy) and client (Interxion) all of w...

github.com/OpenAPITools/openapi-generator - a57ab19d90818799b39ee52ba51f2b25a65de08f authored over 3 years ago
Updated model generation, addProps handling moved into type object and anyType handling (#10505)

* Updates fromModel helpers

* Samples regenerated

* updateModelForComposedSchema made prot...

github.com/OpenAPITools/openapi-generator - 638a2faa3d17bcff0156aa1ba5c578514cd8c4e2 authored over 3 years ago
[typescript-node] Set model default values (#10262)

* fix: add default value, if present, for model properties (closes #10261)

* update samples
...

github.com/OpenAPITools/openapi-generator - 8c059a8663337ba4c3c9120789d37ee5cd5e99b5 authored over 3 years ago
[Java] Fix Potential Flaky Tests (#10485)

* fixed flaky test

* fix flaky test

* update import to the original

* recover indent

...

github.com/OpenAPITools/openapi-generator - c09c6261ebb1fb5295d46f6ef65b332e53d87269 authored over 3 years ago
add decimal support to R client generator (#10487)

github.com/OpenAPITools/openapi-generator - 5dcd76d9cb2826491b5a5938ab7d3cfebf09d55a authored over 3 years ago
update to handlebars.java 4.2.1 (#10483)

github.com/OpenAPITools/openapi-generator - 26ffab184f9e1b2d0d63797a036cf50cd6d53f84 authored over 3 years ago
add decimal support to powershell (#10486)

github.com/OpenAPITools/openapi-generator - 334b18ae24894404c50f5502872812aec23aa70a authored over 3 years ago
add decimal support to ruby generators (#10484)

github.com/OpenAPITools/openapi-generator - 51d468e2f6cb68829cf215098b7819e9bcafd7cf authored over 3 years ago
Use packageName in all of install instructions (#10480)

Thanks for fixing the issue with the non-templatized package name in the install instructions. I...

github.com/OpenAPITools/openapi-generator - bfce822c34144500eb573ab105502c3616d79dc3 authored over 3 years ago
[PHP] fix numeric value in model enum (#10474)

* fix number value :win model enum

* fix tests

github.com/OpenAPITools/openapi-generator - 1a50f1f493ad0031be0cdfe439b4bac0697a419e authored over 3 years ago
[Java] Fixes schema class type booleans for composed schemas (#10334)

* Adds get/setIsString interface to IJsonSchemaValidationProperties

* Adds get/set isNumber i...

github.com/OpenAPITools/openapi-generator - d4b8ff60a13a33124468da42ff7aa6d32a92ddc9 authored over 3 years ago
#10472 csharp-netcore client - allow to specify content-type for files (#10473)

github.com/OpenAPITools/openapi-generator - 60b29e1f8e267e90d4d81f30d3fb3fe69161e59b authored over 3 years ago
update spec template, samples

github.com/OpenAPITools/openapi-generator - 119370079a227186db399a653faedc80db2af630 authored over 3 years ago
Define content type only if the body is not empty (#9766)

* define content type iff the body is not empty

* update samples

github.com/OpenAPITools/openapi-generator - 7384a1e513d5bb6e1bb10dabb742216a0275a371 authored over 3 years ago
Define content type if and only if the body is not empty (#9910)

* rubypatch

* moving change to api.must

* fix content_type to content-type

* added end ...

github.com/OpenAPITools/openapi-generator - 622a9363585a295724392fc1cdf3758d58145010 authored over 3 years ago
Merge branch 'master' of https://github.com/openapitools/openapi-generator

github.com/OpenAPITools/openapi-generator - 323065e53f808eda6d81f323fc1152142a446ea3 authored over 3 years ago
update phpunit xml to newer format (#10470)

github.com/OpenAPITools/openapi-generator - 871b9ab5b65e4eab409edfa80c57ed3f0ffddada authored over 3 years ago
Remove type erasure of the Error response, as it is always the same type (#10460)

github.com/OpenAPITools/openapi-generator - 4e029e99eafc6370bc279c19f3cb21120ae7d313 authored over 3 years ago
Fix missing import for JsonTypeName (#8815)

Attempt to fix #8157

github.com/OpenAPITools/openapi-generator - 56b060c6fad2a2751e9fe77abf9ba24cf28d1662 authored over 3 years ago
[php] enhance type mapping (#10457)

* map BigDecimal to float

* enhance type mapping in php generators

* update tests

* upd...

github.com/OpenAPITools/openapi-generator - c9047a6faae74dd352126673bf619fef1d7a03e5 authored over 3 years ago
[Typescript] Improve exception for unknown responses (#10361)

* Clean up tests

* Change pets to async-await

* Use different pets for each test

* Work...

github.com/OpenAPITools/openapi-generator - be3bd2e6c7fa110007e354200b5f3bbbe4be507f authored over 3 years ago
[bash] Force Content-Length: 0 on empty posts (#10462)

In the case where we are making empty posts, use -d '' to force curl to
set the Content-Length ...

github.com/OpenAPITools/openapi-generator - 476a82cb75781fcdf9b23f9b34208b56ef17d676 authored over 3 years ago
Rust client docs improvements (#10461)

* docs(rust,client): link from parameter structs to operation methods

* docs(rust,client): mo...

github.com/OpenAPITools/openapi-generator - 5096a00087489c7a5089fbadc4ff7416c6fd9b56 authored over 3 years ago
fix: :bug: Added ability to override basePath while creating ApiClient instance (#10327)

Solves #9179

github.com/OpenAPITools/openapi-generator - 538f12c36df8f01c1728c6e0608d3cb79d2c8260 authored over 3 years ago
feat(rust,client): derive Default for operation parameter structs (#10432)

* feat(rust,client): derive Default for model & api structs

This makes operations with many p...

github.com/OpenAPITools/openapi-generator - 31342580cb285b49efc1da839f46d0503859a35f authored over 3 years ago
[swift5][client] add support for async await (#10442)

* [swift5][client] add support for async await

* [swift5][client] disable CI for the async aw...

github.com/OpenAPITools/openapi-generator - 7c133be61791b714920a194bd48fd61c51b63311 authored over 3 years ago
Add semicolon as a special case (#10451)

Please could you also add `;` as a special case in enums?

github.com/OpenAPITools/openapi-generator - 916791de7c79e104b30ed1acbdc94a9dc88c9d13 authored over 3 years ago
Merge remote-tracking branch 'origin/master' into 6.0.x

github.com/OpenAPITools/openapi-generator - acd747ca6dbf31199ed09b098230fba48db1fa2e authored over 3 years ago
fix(rust,client): re-enable TLS support for reqwest with supportAsync (#10439)

* fix(rust,client): keep default reqwest features with supportAsync

This avoids disabling TLS...

github.com/OpenAPITools/openapi-generator - de95e2a1448d125dbf8f5a286ab5bd9327fdb45c authored over 3 years ago
ci(drone): fix duplicate pipeline names (#10437)

Drone requires unique pipeline names, which PR #10423 (5c45465) missed.

github.com/OpenAPITools/openapi-generator - 30a37b3d8c1adbe86f4f46e2f19521a866aaf914 authored over 3 years ago
string comparison bug fix, minor format change (#10446)

github.com/OpenAPITools/openapi-generator - 14bebcd2f2bbfb94f4cbf3ae1c1b4b935426f83b authored over 3 years ago
[gradle]: allow setting custom engines other than handlebars (#10416)

github.com/OpenAPITools/openapi-generator - 3b6b194a24ab0151f5e4b8bb246ee206b367a4a6 authored over 3 years ago
Revert "Accept header forces application/json type even if server (#10337)" (#10440)

This reverts commit 18301d00112e064d80d94f1ca5d6ca6032808ddd.

github.com/OpenAPITools/openapi-generator - acdf357b76d750fd15ee894bc634f0e1ca4468e5 authored over 3 years ago
[scala] Fix Array[Byte] type for Openapi type string format byte (#10426)

* [scala] fix byteArray mapping in AbstractScala

* fix testng framework instead of junit for ...

github.com/OpenAPITools/openapi-generator - ef0186c9cff7a14f7af6e1e7b6efc0a44b049a18 authored over 3 years ago
Accept header forces application/json type even if server (#10337)

* fix!: accept should not force application JSON

Generated code offen provides range of acce...

github.com/OpenAPITools/openapi-generator - 18301d00112e064d80d94f1ca5d6ca6032808ddd authored over 3 years ago
[go]: fix anyOf compilation error (#10431)

github.com/OpenAPITools/openapi-generator - 61852a072a88b4f07c7ded41ad4a0b0fbe9be7df authored over 3 years ago
fix: expose allowed values of the enum (#10386)

* fix: expose allowed values of the enum

Fixes #10385

* chore: update examples

github.com/OpenAPITools/openapi-generator - a939676c0db504460736e10c793e6e5d9845fe6c authored over 3 years ago
[Wsdl] Handle schema property of type array with oneOf items and other minor updates/fixes (#10434)

* add handling of array of oneOfs

* handle res model-type lowercase name +shorten code

* r...

github.com/OpenAPITools/openapi-generator - 1a48c5f19f7600774f8ba7a017ee70ad223c3295 authored over 3 years ago