- 03 Jul, 2019 5 commits
-
-
Daniel Schreiber authored
-
Matthias Neubert authored
Added DB Systel as a company using OpenAPI-generator
-
Marc Etter authored
* [elm] fix empty operation exception (#3256) * [haskell-servant] fix empty operation type (#3256) * [elm][haskell-servant] update samples
-
William Cheng authored
-
steco authored
* Update DefaultCodeGen to allow additional primitive types If a string field is specified with a format which is also defined using --typeMappings, it will be treated as a primitive type * Fixed typo in android-petstore-httpclient.bat
-
- 02 Jul, 2019 6 commits
-
-
Jim Schubert authored
Previously, this pulled from the GENERATOR_HOST system property. This should have been an environment variable. Fallback is now generator.host system property.
-
Jim Schubert authored
This sets "host" appropriately to the published host when GENERATOR_HOST is configured.
-
William Cheng authored
-
Jan Willem Harmelink authored
-
Thibault Duperron authored
Must fix #1831 and #13
-
Jérémie Bresson authored
* Update to swagger-parser to 2.0.13-SNAPSHOT * Update samples * Update swagger-parser to 2.0.13-OpenAPITools.org-2
-
- 30 Jun, 2019 2 commits
-
-
Michael Petö authored
* Fix typo in javascript generator template * Update sample client
-
Jim Schubert authored
* [online] Use rapidoc UI for api documentation
-
- 28 Jun, 2019 7 commits
-
-
Mateusz Szychowski (Muttley) authored
* [C++][Pistache] Fix warnings Remove unecessary semicolon (Wpedantic) Remove unused parameter name (Wunused-parameter) * [C++][Pistache] Update Petstore sample
-
Thiago Arrais authored
* Serialize multipart array of complex objects as JSON * Update sample client * Update sample client
-
wing328 authored
-
Jérémie Bresson authored
-
Sai Giridhar P authored
* feat(python): Making example compilable * feat(python): Updating pet project * feat(python): Updating comments * feat(documentation): Fixing comments style * feat(documentation): Updating documentation * feat(documentation): Fixing comments style
-
wing328 authored
-
Rainer Hermanns authored
- implemented Kotlin - implemented Java Fixes OpenAPITools#3160
-
- 27 Jun, 2019 4 commits
-
-
Roman Müller authored
* move template definition to processOpts() * add interfaceOnly option for kotlin-spring * add template for interface only option
-
Mark Oude Veldhuis authored
-
wing328 authored
-
wing328 authored
-
- 26 Jun, 2019 3 commits
-
-
Mateusz Szychowski (Muttley) authored
* [C++][Pistache] Replace runtime_error with std::exception * [C++][Pistache] Update Petstore sample * [C++][Pistache] Fix catch-value warning
-
DanielHabenicht authored
* add link to the new--generator guide * Update CONTRIBUTING.md
-
William Cheng authored
-
- 25 Jun, 2019 9 commits
-
-
William Cheng authored
-
Thibault Duperron authored
* Fix inheritance with modelPrefix Fix #3150 * Fix typo
-
Amit Joshi authored
* First set of fixes to support ver 3.0, useswashbuckle does not work yet * Fix swashbuckle issues iwth aspnetcore 3.0 * Use default routing for 2.2 and turn off default for 3.0 * fix up documentation * PR Feedback and wrong name in mustache file * Fix for 2.1 usage too * Change isFramework to useFrameworkReference as name to make thngs explicitly clear. Also fix small messages for the review comments * Make JSON.NET version configurable * Activate endpoint routing and use camel case NamingStrategy * Make Newtonsoft version configurable to match ASP.NET Core preview 5 * Fix spelling of an option, remove a duplicate call and update docs
-
William Cheng authored
-
Tomasz Prus authored
* feat: configurable limit of simultaneous connections (python/asyncio) * fix: remove unused import (python/asyncio)
-
Ramanth authored
* feat(r): Inclusion of useragent timeout and serialization * fix(r): fixing name of timeout parameter * fix(r): fixing unit tests * fix(r): fixing minor issues * fix(r): updated r petstore batch command * fix(r): minor unit test fix * fix(r): refactor of useragent passing and other minor
-
Bernd authored
* feat(typescript-rxjs): change BaseAPI to arrow functions, use shorthands where possible * feat(typescript-rxjs): replace null checking with throwIfRequired helper function in api controllers * feat(typescript-rxjs): use shorthand syntax for object creation of query and header params * feat(typescript-rxjs): provide fallback for previously exported RequiredError and querystring * refactor(typescript-rxjs): change order of query and headers definition * feat(typescript-rxjs): regenerate samples * fix(typescript-rxjs): missing closing curly * fix(typescript-rxjs): add condition to prevent undefined parameters in header or query params
-
Johan Brandhorst authored
* [Go][Client] Ensure test errors don't crash Previously we did not interrupt execution of a test case when an error was returned from an API call. This was causing the tests to crash as soon as we try to dereference the response. We now fail the tests as soon as the first API error is received. * [Go][Client] Use configured Scheme and Host in requests Previously we were simply setting the Host header and completely ignoring the configured scheme.
-
William Cheng authored
* Make sure Perl samples are up-to-date * update perl samples
-
- 24 Jun, 2019 4 commits
-
-
Jim Schubert authored
* Initial implementation of a validation framework in core * Print surefire summary (helps evaluate errors) * Bump versions: surefire plugin,jmockit * Depend on jmockit within maven-surefire-plugin which requires it
-
Jim Schubert authored
* Release versioning script with marker tags. Introduces bump.sh which supports moving from version to version but only within delimiting marker tags in the target file. This script currently doesn't do validations or anything fancy. * Allow bumping version according to type (major,minor,build,revision) * bump.sh will display error if file contents are unchanged
-
Chris Couzens authored
URL-special characters such as /,?,% should be encoded when inside path parameters. I changed the Ruby-client to do so. https://github.com/OpenAPITools/openapi-generator/pull/3039 Unfortunately, some projects relied on slashes not being expanded within path paramters: https://github.com/OpenAPITools/openapi-generator/issues/3119 With this commit, these projects can now pass `--strict-spec false` to not have / converted to %2F. strict spec not specified: / -> %2F --strict-spec true: / -> %2F --strict-spec false: / -> /
-
Michal Foksa authored
-