-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atualizar master #1
Commits on Jun 8, 2023
-
[Java][Jaxrs][Resteasy] add @Valid to getter methods, updated (#15064)
* [JavaJaxrsResteasy] add @Valid to getter methods * improve whitespacing --------- Co-authored-by: TNM Technologies <tnmtechnologies@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 17f1d35 - Browse repository at this point
Copy the full SHA 17f1d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6f501 - Browse repository at this point
Copy the full SHA 3d6f501View commit details -
fix: #1466 additionalProperties works now in spring generator (#11572) (
fix #1466) * fix: #1466 additionalProperties works now in spring generator * chore: chore: #1466 solved rebase conflicts * 1466; updated samples * [Spring] update additionalProperties MR * [Spring] additionalProperties unit test --------- Co-authored-by: Your Name <benfonty@gmail.com> Co-authored-by: Oleh Kurpiak <oleh.kurpiak@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d27fa00 - Browse repository at this point
Copy the full SHA d27fa00View commit details
Commits on Jun 9, 2023
-
always use @JacksonXmlElementWrapper and read xml data from reference…
Configuration menu - View commit details
-
Copy full SHA for 02790f9 - Browse repository at this point
Copy the full SHA 02790f9View commit details -
Allow configuration cache compatibility (#15693)
* Allow configuration cache compatibility Use FileSystemOperations to delete output folder if Gradle Version >= 6 * Skip Gradle legacy test if JDK is not compatible
Configuration menu - View commit details
-
Copy full SHA for 113cf9d - Browse repository at this point
Copy the full SHA 113cf9dView commit details -
Update bitrise.io config (#15789)
* update bitrise.io * fix build * avoid using mvn * remove mvn * update * skip * [swift5][client] fix CI issue cyclic dependency * trigger build * comment out vapour * alarmfire --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5a7be59 - Browse repository at this point
Copy the full SHA 5a7be59View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for acc8274 - Browse repository at this point
Copy the full SHA acc8274View commit details -
Bump s4u/setup-maven-action from 1.7.0 to 1.8.0 (#15800)
Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](s4u/setup-maven-action@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: s4u/setup-maven-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d274cf - Browse repository at this point
Copy the full SHA 9d274cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf7ed9 - Browse repository at this point
Copy the full SHA 5cf7ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5866264 - Browse repository at this point
Copy the full SHA 5866264View commit details -
Added BadRequestException as a subclass in python (#15722)
Co-authored-by: Gomathi Yoganathan <gyoganathan@C02G45FPMD6R.corp.proofpoint.com>
Configuration menu - View commit details
-
Copy full SHA for fc474ea - Browse repository at this point
Copy the full SHA fc474eaView commit details -
[Python] fix access_token set to None when constructing Configuration…
… object (#15802) * clean up files * add tests for access_token * fix bug with access_token * update test method name
Configuration menu - View commit details
-
Copy full SHA for 1fb0ab9 - Browse repository at this point
Copy the full SHA 1fb0ab9View commit details -
[Go] Serialize readonly fields (#15765)
* Do not skip readOnly fields in ToMap() * Regenerate sample * Add test * Correct test
Configuration menu - View commit details
-
Copy full SHA for f240ed4 - Browse repository at this point
Copy the full SHA f240ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2dde3 - Browse repository at this point
Copy the full SHA fe2dde3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21748e0 - Browse repository at this point
Copy the full SHA 21748e0View commit details
Commits on Jun 11, 2023
-
Better handling of Inline schema (#15682)
* skip allOf inline subschema created as $ref * add option for fallback * add back atleastonemodel * add log * update java, kotlin, js samples * update tests * fix native client test * fix java client errors by regenerating test files * clean up python * clean up powershell * clean up php * clean up ruby * update erlang, elixir * update dart samples * update ts samples * update r, go samples * update perl * update swift * add back files * add back files * remove outdated test files * fix test
Configuration menu - View commit details
-
Copy full SHA for 6788f43 - Browse repository at this point
Copy the full SHA 6788f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0c021 - Browse repository at this point
Copy the full SHA 5b0c021View commit details -
[abstract-csharp] Begin removing netcore references (#15805)
* find and replace CSharpNetCoreClientCodegen * find and replace CsharpNetcoreFunctionsServerCodegen * find and replace CSharpNetCoreReducedClientCodegen * find and replace AspNetCoreServerCodegen * renamed generators * find and replace CSharpNetCoreClientCodegenTest * find and replace CSharpNetCoreClientDeepObjectTest * find and replace CsharpNetcoreFunctionsServerCodegenTest * git mv files * find and replace CsharpFunctionsServerCodegenTest * find and replace CsharpModelEnumTest * git mv CsharpModelEnumTest.java
Configuration menu - View commit details
-
Copy full SHA for 9b30531 - Browse repository at this point
Copy the full SHA 9b30531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 170a2f4 - Browse repository at this point
Copy the full SHA 170a2f4View commit details -
fix(ktor-client): do not add jsonBlock if using kotlinx-serialization (…
…#15793) * fix(ktor-client): do not add jsonBlock if using kotlinx-serialization * update existing templates * add new kotlin-jvm-ktor-kotlinx_serialization * add new kotlin-jvm-ktor-kotlinx_serialization to samples-kotlin-client.yaml pipeline actually, kotlin-jvm-ktor-gson was duplicated, so I'm replacing the second one by kotlin-jvm-ktor-kotlinx_serialization * extra FILES entry in the template * enumUnknownDefaultCase=false for now since it's currently broken for ktor + kotlinx_serialization * use openapi 3 petstore
Configuration menu - View commit details
-
Copy full SHA for ca80fcd - Browse repository at this point
Copy the full SHA ca80fcdView commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2e10a7 - Browse repository at this point
Copy the full SHA d2e10a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3e6c7 - Browse repository at this point
Copy the full SHA 9a3e6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8905698 - Browse repository at this point
Copy the full SHA 8905698View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ea09c2 - Browse repository at this point
Copy the full SHA 3ea09c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a9081 - Browse repository at this point
Copy the full SHA e5a9081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b1ce2 - Browse repository at this point
Copy the full SHA 43b1ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0504c21 - Browse repository at this point
Copy the full SHA 0504c21View commit details -
[BUG] [Java-Spring] Required-Fields-Constructor has wrong super call …
…when using multiple inheritance layers (#15827) * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor - add issue number * (fix): required-fields constructor uses super-call-parameters in the order of the parent required-field constructor - fix file reference
Configuration menu - View commit details
-
Copy full SHA for 96b3488 - Browse repository at this point
Copy the full SHA 96b3488View commit details -
Add java-webclient gradle test (#15837)
* add gradle test for webclient swagger2 annotation * trigger build
Configuration menu - View commit details
-
Copy full SHA for 37d8a0d - Browse repository at this point
Copy the full SHA 37d8a0dView commit details -
[csharp-netcore] Configure the API key in string format for HttpSigni…
…ngConfiguration (#15818) * added property in HttpSIgningConfiguration to accept API key in string format. * remove trailing space, update samples * updated the sample code. * Revert "updated the sample code." This reverts commit 5b945c7. * fix the sample code compilation error for split function. * updated the sample code after the split function fix. * Removed the either or check for filePath or KeyString. --------- Co-authored-by: Aanisha Mishra <aanisha.mishra05@gmail.com> Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com> Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com> Co-authored-by: Sebastien Rosset <serosset@cisco.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9fe5cc0 - Browse repository at this point
Copy the full SHA 9fe5cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b832c9 - Browse repository at this point
Copy the full SHA 3b832c9View commit details
Commits on Jun 14, 2023
-
[abstract-csharp] Make data types overridable (#15814)
* added new vendor extenion * moved code to methods to enable overriding * fixed tests * renamed method to setTypeMapping * removed commented code * moved code to make diff easier to understand * removed commented code
Configuration menu - View commit details
-
Copy full SHA for 6a1626c - Browse repository at this point
Copy the full SHA 6a1626cView commit details -
[BUG][JAVA] Handling default values leads to wrong defaults or not co…
…mpilable code fixed (#15836) * (fix): default values for array types will be handled a bit more appropriate * (fix): remove commented out block
Configuration menu - View commit details
-
Copy full SHA for 175876a - Browse repository at this point
Copy the full SHA 175876aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7812dd5 - Browse repository at this point
Copy the full SHA 7812dd5View commit details -
Scala sttp stability change (#15842)
* changed stability in ScalaSttpClientCodegen * updated files from scripts --------- Co-authored-by: Adam Fish Rybicki <adamrybicki@adams-macbook-pro.home>
Configuration menu - View commit details
-
Copy full SHA for 5223681 - Browse repository at this point
Copy the full SHA 5223681View commit details -
Configuration menu - View commit details
-
Copy full SHA for afca85a - Browse repository at this point
Copy the full SHA afca85aView commit details
Commits on Jun 15, 2023
-
[python] Fix map of array in property (#15844)
* fix map of array in property (python) * update samples
Configuration menu - View commit details
-
Copy full SHA for b42234e - Browse repository at this point
Copy the full SHA b42234eView commit details -
Add containerType to codegen parameter (#15830)
* add containerType to codegen parameter * add test for map container type
Configuration menu - View commit details
-
Copy full SHA for 8c1f4b1 - Browse repository at this point
Copy the full SHA 8c1f4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca80c0 - Browse repository at this point
Copy the full SHA bca80c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdeb4ff - Browse repository at this point
Copy the full SHA bdeb4ffView commit details -
[abstract-csharp] Process all operation parameter collections (#15841)
* added new vendor extenion * moved code to methods to enable overriding * fixed tests * renamed method to setTypeMapping * removed commented code * moved code to make diff easier to understand * removed commented code * process all operation parameter collections * fixed bugs * fixed bugs
Configuration menu - View commit details
-
Copy full SHA for 882b9a8 - Browse repository at this point
Copy the full SHA 882b9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e212f5 - Browse repository at this point
Copy the full SHA 0e212f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747d9d9 - Browse repository at this point
Copy the full SHA 747d9d9View commit details -
[Dart] Convert
DioError
toDioException
(#15783)* Convert `DioError` to `DioException` * Update samples * Update dio version in example * Use proper dio version * Regenerate dart samples * Regenerate * Regenerate samples * update samples * remove outdated test files * update test * remove outdated test files --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95cefae - Browse repository at this point
Copy the full SHA 95cefaeView commit details
Commits on Jun 16, 2023
-
Fetch request inline (single) example (bis) (#15857)
* Add (single) example * Fetch single example when available * Add test
Configuration menu - View commit details
-
Copy full SHA for 6cb3414 - Browse repository at this point
Copy the full SHA 6cb3414View commit details -
Added option to opt out of default logging for individual methods (#1…
…5850) * added option * moved the xml annotation * build samples
Configuration menu - View commit details
-
Copy full SHA for 03cef63 - Browse repository at this point
Copy the full SHA 03cef63View commit details -
[Bug] fix: use length to check for default return media type (#15833)
* fix: use length to check for default return media type as `mediaTypes` is an array of strings and an required argument it will never be undefined when we can rely on the typesystem. However, it can be zero length(`[]`) and in this case we would throw. * Closes #15011 * chore: update examples
Configuration menu - View commit details
-
Copy full SHA for 730b946 - Browse repository at this point
Copy the full SHA 730b946View commit details -
[typescript-fetch] fix snakecase discriminator (#15838)
* [typescript-fetch] fix snakecase discriminator (#7080) * [typescript-fetch] add snakecase discriminator test case
Configuration menu - View commit details
-
Copy full SHA for 504744a - Browse repository at this point
Copy the full SHA 504744aView commit details -
fix: NullPointerException in DefaultCodegen.mergeProperties when proc…
…essing models (#15859) * fix: NullPointerException in DefaultCodegen.mergeProperties when processing models * Add test
Configuration menu - View commit details
-
Copy full SHA for 0a651e1 - Browse repository at this point
Copy the full SHA 0a651e1View commit details -
Rust validation handling (#15288)
* Prevent JavaScript regex delimiter * Validation * validator dependency * validation with range * Switch to garde crate for validation * Update uuid crate * Examples * All rust-server samples * Added rule handling * Exchange garde for validator crate (rust) * Version update in samples --------- Co-authored-by: Erik Wegner <erik.wegner@regiocom.com>
Configuration menu - View commit details
-
Copy full SHA for 3892703 - Browse repository at this point
Copy the full SHA 3892703View commit details
Commits on Jun 17, 2023
-
[csharp][generichost] Modernizes handling of composed schemas (#15865)
* removed hotfixes, improved composed schema handling * fix copy paste bug
Configuration menu - View commit details
-
Copy full SHA for 5555137 - Browse repository at this point
Copy the full SHA 5555137View commit details
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e0d89c3 - Browse repository at this point
Copy the full SHA e0d89c3View commit details
Commits on Jun 20, 2023
-
Introduce changes necessary for Dart 3.0.0/Flutter 3.10.0 (#15516)
* Expose `deserialize` function. * Rename `json` argument. * Generate Petstore code. * Upgrade minimum version of `intl` dependency.
Configuration menu - View commit details
-
Copy full SHA for 3dd93be - Browse repository at this point
Copy the full SHA 3dd93beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b1825 - Browse repository at this point
Copy the full SHA 09b1825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b1a9ba - Browse repository at this point
Copy the full SHA 6b1a9baView commit details -
[Java][Haskell][Python] fix errors with empty strings, missing basePa…
…th (#15866) * various fixes * generate samples & docs
Configuration menu - View commit details
-
Copy full SHA for 396c675 - Browse repository at this point
Copy the full SHA 396c675View commit details -
[java] fix default value - empty list
[]
(#15862)* fix empty default value in java okhttp-gson * add files
Configuration menu - View commit details
-
Copy full SHA for 14fc61a - Browse repository at this point
Copy the full SHA 14fc61aView commit details -
use mvnw instead of mvn in workflow (#15880)
* use mvnw instead of mvn in workflow * fix * more fix
Configuration menu - View commit details
-
Copy full SHA for 8b26d81 - Browse repository at this point
Copy the full SHA 8b26d81View commit details
Commits on Jun 21, 2023
-
fix import mapping for return types (#14525) (#15719)
* importContainerType = true * add unit test * disable MyImportTest * build all samples, add import exceptions * simplify code * delete myImportTest * generate docs * extend comment * remove inline comment
Configuration menu - View commit details
-
Copy full SHA for 7e89e1e - Browse repository at this point
Copy the full SHA 7e89e1eView commit details -
[Java][bugfix] hashcode/equals behave incorrectly when inheritance is…
Configuration menu - View commit details
-
Copy full SHA for 33aa5b0 - Browse repository at this point
Copy the full SHA 33aa5b0View commit details -
Allow better default value in parameters using codegen property (#15882)
* allow better default value in parameters using codegen property * update
Configuration menu - View commit details
-
Copy full SHA for d160b82 - Browse repository at this point
Copy the full SHA d160b82View commit details
Commits on Jun 22, 2023
-
[swift] New 'swift-combine' client generator for swift (#15823)
* swift-alt-gen init * swift-alt-gen in progress * swift-alt added runtime * swift-alt added transport * swift-alt added example * swift-alt v0.1.0 * swift-alt implemented form encoded body * swift-alt fixed array of enums to string * swift-alt v0.2.0 * swift-alt v0.3.0 * swift-alt v0.4.0 * swift-alt v0.5.0 * swift-alt v0.6.0 * swift-alt v0.7.0 * swift-alt v0.8.0 * swift-alt v0.9.0 * swift-alt v0.12.0 * swift-alt v0.13.0 * swift-alt v0.14.0 * swift-alt v0.15.0 * swift-alt v0.16.0 * swift-alt v0.17.0 * swift-alt v0.18.0 * swift-alt v0.19.0 Support for raw value in header * swift-alt v0.20.0 * swift-alt v0.21.0 * swift-alt v0.22.0 * swift-combine v0.23.0 * swift-combine PR rules adoption * swift-combine: updated transport * Updated bitrise.yml file * Fixed bitrise pipeline for swift-combine * Fixed code review comment
Configuration menu - View commit details
-
Copy full SHA for 9f3d9a5 - Browse repository at this point
Copy the full SHA 9f3d9a5View commit details
Commits on Jun 23, 2023
-
Minor improvement to swift-combine client generator (#15892)
* minor improvement to swift combine * update swift tc
Configuration menu - View commit details
-
Copy full SHA for ae8da31 - Browse repository at this point
Copy the full SHA ae8da31View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4eb9a4 - Browse repository at this point
Copy the full SHA b4eb9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6b769 - Browse repository at this point
Copy the full SHA 5d6b769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c2401 - Browse repository at this point
Copy the full SHA 17c2401View commit details
Commits on Jun 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for af048ec - Browse repository at this point
Copy the full SHA af048ecView commit details
Commits on Jun 25, 2023
-
Rename csharp-netcore to csharp (#15903)
* rename csharp-netcore to csharp * rename file * renmae modules/openapi-generator/src/main/resources/csharp-netcore * update samples * mv dir * update samples * rename csharp-netcore to csharp in appveyor.yml * update doc
Configuration menu - View commit details
-
Copy full SHA for 7c67f73 - Browse repository at this point
Copy the full SHA 7c67f73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c23560a - Browse repository at this point
Copy the full SHA c23560aView commit details -
[csharp][generichost] Removed redundant properties (#15869)
* removed redundant properties * removed commneted code * restored discriminator as a model property * build samples
Configuration menu - View commit details
-
Copy full SHA for ea2c686 - Browse repository at this point
Copy the full SHA ea2c686View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47f2f5f - Browse repository at this point
Copy the full SHA 47f2f5fView commit details -
[Eiffel] fix Eiffel schema lookup, clean up outdated samples (#15901)
* make all unmaintained samples executable * remove samples not generated by any config (not even unmaintained configs) * remove deleted samples from github workflows
Configuration menu - View commit details
-
Copy full SHA for 33e120a - Browse repository at this point
Copy the full SHA 33e120aView commit details -
[PHP] fix error on circular references (#15900)
* fix php generators * generate samples and docs * fix samples
Configuration menu - View commit details
-
Copy full SHA for 4bec09f - Browse repository at this point
Copy the full SHA 4bec09fView commit details -
Remove unused import in Java resttemplate auth templates (#15899)
* Remove unused import in Java resttemplate HttpBasicAuth * Remove unused import in Java resttemplate HttpBearerAuth * Update samples
Configuration menu - View commit details
-
Copy full SHA for e8fc4d1 - Browse repository at this point
Copy the full SHA e8fc4d1View commit details -
author command: replace \ by /, fix #9528 (#15861)
* author command: replace \ by / * add windows test for author template
Configuration menu - View commit details
-
Copy full SHA for debf92f - Browse repository at this point
Copy the full SHA debf92fView commit details -
* implementation of sttp4 generator * rebased with master * running scripts --------- Co-authored-by: Adam Fish Rybicki <adamrybicki@adams-macbook-pro.home> Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for faa5da5 - Browse repository at this point
Copy the full SHA faa5da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3627e57 - Browse repository at this point
Copy the full SHA 3627e57View commit details -
[Typescript][Scala][Postman][Java] fix errors with missing models, mi…
…ssing description, BigDecimal (#15809) * various fixes * generate samples
Configuration menu - View commit details
-
Copy full SHA for dcc53c0 - Browse repository at this point
Copy the full SHA dcc53c0View commit details -
[java][okhttp-gson] Remove JAX-RS dependency from generated okhttp-gs…
…on java client (#15896) * Remove JAX-RS dependency from generated okhttp-gson java client * update samples --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7a73f75 - Browse repository at this point
Copy the full SHA 7a73f75View commit details -
Various improvements to scala-sttp4 generator (#15931)
* various improvements to scala-sttp4 generator * test scala with jdk11 * test sttp4 in circleci * add pom.xml * update * update tc
Configuration menu - View commit details
-
Copy full SHA for fac04cf - Browse repository at this point
Copy the full SHA fac04cfView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fe4d78 - Browse repository at this point
Copy the full SHA 8fe4d78View commit details -
Update openapi-generator-online Dockerfile to use openjdk11 image (#1…
…5947) * test docker * update * mvn * skip run
Configuration menu - View commit details
-
Copy full SHA for b1b8ace - Browse repository at this point
Copy the full SHA b1b8aceView commit details -
[Kotlin][Spring]ctbarnev_bugfix-13488-remove-request-mapping-from-for…
…-Kotlin-spring-c… (#15898) * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud * Undo formatting code * Undo formatting code * Undo formatting code * ctbarnev_bugfix-13488-remove-request-mapping-from-for-Kotlin-spring-cloud * Undo formatting code * Undo formatting code * Cleanup --------- Co-authored-by: c.t.vanbarneveld <corne.van.barneveld@rws.nl>
Configuration menu - View commit details
-
Copy full SHA for b2280e2 - Browse repository at this point
Copy the full SHA b2280e2View commit details -
[Java][Client] Fix #12556 Support primitives and arrays in oneOf (#13897
) * [Java][Client] Fix #12556 Support primitives and arrays in oneOf * Regenerate petstore samples * Regenerate petstore test samples * Treat 'BigDecimal' as primtive datatype * Fix integration tests
Configuration menu - View commit details
-
Copy full SHA for e9d9866 - Browse repository at this point
Copy the full SHA e9d9866View commit details -
Fix epoch deserialization and parsing numbers (#15948)
* Fix 2 bugs with epoch deserialization and parsing numbers. * Generate samples.
Configuration menu - View commit details
-
Copy full SHA for d5c53b9 - Browse repository at this point
Copy the full SHA d5c53b9View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15b3add - Browse repository at this point
Copy the full SHA 15b3addView commit details -
Add containerTypeMapped (#15881)
* add containerTypeMapped * update samples * update java inflector sample
Configuration menu - View commit details
-
Copy full SHA for 8add911 - Browse repository at this point
Copy the full SHA 8add911View commit details -
Fix NPE in StringUtils.camelize (#15957)
* fix NPE in StringUtils.camelize * add comment * add test file
Configuration menu - View commit details
-
Copy full SHA for 63b2c79 - Browse repository at this point
Copy the full SHA 63b2c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f43111b - Browse repository at this point
Copy the full SHA f43111bView commit details -
feat(rust,client): remove Default derives for structs as per #10845 (#…
Configuration menu - View commit details
-
Copy full SHA for 9ee5fcc - Browse repository at this point
Copy the full SHA 9ee5fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a968c3 - Browse repository at this point
Copy the full SHA 9a968c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdac136 - Browse repository at this point
Copy the full SHA cdac136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c685e - Browse repository at this point
Copy the full SHA 30c685eView commit details
Commits on Jul 1, 2023
-
Fix import for spring boot 3 (#15949)
* Fix import for spring boot 3 and add a test for optional generation * Remove timestamp * Add sample to github workflow
Configuration menu - View commit details
-
Copy full SHA for d6538e3 - Browse repository at this point
Copy the full SHA d6538e3View commit details -
Add support for Angular 16 (#15925)
* Add support for Angular 16 * Fix dependencies specifications * Fix minimum angular supported version in readme * Update integration tests Even if they are currently not run. * Update sample due to rebase
Configuration menu - View commit details
-
Copy full SHA for 71528f6 - Browse repository at this point
Copy the full SHA 71528f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b496c - Browse repository at this point
Copy the full SHA 42b496cView commit details -
[csharp][generichost] Fix oneof anyof serialization (#15873)
* removed redundant properties * removed commneted code * fixed oneof anyof serialization * restored discriminator as a model property * added manual sample, removed need for new discriminator property * minor pipeline change * renamed manual test solution * resolved conflicts * build samples * bug fix * fixed pipeline * added a comment
Configuration menu - View commit details
-
Copy full SHA for 4eaa358 - Browse repository at this point
Copy the full SHA 4eaa358View commit details -
[csharp][generichost] Fix model accessor (#15918)
* removed redundant properties * removed commneted code * fixed oneof anyof serialization * restored discriminator as a model property * added manual sample, removed need for new discriminator property * minor pipeline change * renamed manual test solution * fixed model accessor * used visibility option * resolved conflicts * build samples * resolved conflicts * resolved conflicts * resolved conflicts * resolved conflicts * added a comment
Configuration menu - View commit details
-
Copy full SHA for 4dc7ffd - Browse repository at this point
Copy the full SHA 4dc7ffdView commit details -
[csharp][generichost] Exposed internals to test project (#15920)
* exposed internals to test project * exposed internals to test project
Configuration menu - View commit details
-
Copy full SHA for ebcd1d7 - Browse repository at this point
Copy the full SHA ebcd1d7View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a89fe4a - Browse repository at this point
Copy the full SHA a89fe4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 780d1fb - Browse repository at this point
Copy the full SHA 780d1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179d0bc - Browse repository at this point
Copy the full SHA 179d0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c491b - Browse repository at this point
Copy the full SHA 34c491bView commit details -
[csharp] Rename csharp config files (#15968)
* renamed config files * changed default framework to latest * renamed files using standard * ensure the default is actually latest
Configuration menu - View commit details
-
Copy full SHA for 48f242f - Browse repository at this point
Copy the full SHA 48f242fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a22a7c0 - Browse repository at this point
Copy the full SHA a22a7c0View commit details -
Fix cli options use tags and api name suffix (#15936)
* Fix cli options use tags and api name suffix * Add sample code generator for api suffix and tags * Fix FILES * trigger build * Add sample to github workflow
Configuration menu - View commit details
-
Copy full SHA for 50d8e78 - Browse repository at this point
Copy the full SHA 50d8e78View commit details -
[PHP-Symfony] Fix Symfony warning on OpenAPIServerBundle (#15960)
This fixes this Symfony warning: User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "OpenAPI\Server\OpenAPIServerBundle" now to avoid errors or add an explicit @return annotation to suppress this message This fixes #15959
Configuration menu - View commit details
-
Copy full SHA for 7572e73 - Browse repository at this point
Copy the full SHA 7572e73View commit details -
[PHP-Symfony] fix name mismatch in generated README (#15961) (#15963)
This fixes the generated README so it suggests to implement the `class DefaultApi` in a file named DefaultApi.php (instead of DefaultApiInterface.php)
Configuration menu - View commit details
-
Copy full SHA for 22e1e4e - Browse repository at this point
Copy the full SHA 22e1e4eView commit details -
[Postman Collections] Keep original header name (#15907)
* Define baseName for Postman headers * Use header original name * Commit regenerated files
Configuration menu - View commit details
-
Copy full SHA for 3224e86 - Browse repository at this point
Copy the full SHA 3224e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f5997 - Browse repository at this point
Copy the full SHA e2f5997View commit details
Commits on Jul 3, 2023
-
[csharp][generichost] Add Option struct to enable better validation (#…
…15977) * add Option struct to enable better validation * use kebab case
Configuration menu - View commit details
-
Copy full SHA for 00fcaa1 - Browse repository at this point
Copy the full SHA 00fcaa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc1456 - Browse repository at this point
Copy the full SHA cfc1456View commit details -
[GO] Fix value formatting in url with slices (#15581)
* fix reflect value for Slice * Add test
Configuration menu - View commit details
-
Copy full SHA for 117e511 - Browse repository at this point
Copy the full SHA 117e511View commit details -
[csharp] [Req#15932] Added support for windows authentication by expo…
…sing UseDefaultCredentials property (#15935) * Added support for windows authentication by exposing UseDefaultCredentials property * Updated samples and docs * update doc, samples --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ba0c73e - Browse repository at this point
Copy the full SHA ba0c73eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b465d88 - Browse repository at this point
Copy the full SHA b465d88View commit details
Commits on Jul 4, 2023
-
Fix #12412 Use enum type for discriminator (#13846)
* Fix #12412 Use enum type for discriminator * Rename variable * Fix required property in test resource * Add example of enum mapping to samples * Generate samples * Generate samples after merging master * Regenerate samples * Fix raw use of parameterized class * Add test showing serialization and deserialization of classes with enum discriminator * Remove old generated files * Generate samples * Generate samples
Configuration menu - View commit details
-
Copy full SHA for a42f90b - Browse repository at this point
Copy the full SHA a42f90bView commit details -
Spelling fixes of a header for Asciidoc generation (#15988)
The case sensitivity for the heading for the response codes was incorrect and has been corrected for the generation of Asciidoc files.
Configuration menu - View commit details
-
Copy full SHA for 4f5738f - Browse repository at this point
Copy the full SHA 4f5738fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb9088 - Browse repository at this point
Copy the full SHA 0bb9088View commit details -
- Use 'orElse' instead of 'get' to avoid Exception for non required headers - Update samples
Configuration menu - View commit details
-
Copy full SHA for 85df55b - Browse repository at this point
Copy the full SHA 85df55bView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5479e57 - Browse repository at this point
Copy the full SHA 5479e57View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d62598 - Browse repository at this point
Copy the full SHA 8d62598View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf80ccb - Browse repository at this point
Copy the full SHA bf80ccbView commit details -
Add logic to avoid stackoverflow (#16008)
* add logic to avoid stackoverflow * add test file
Configuration menu - View commit details
-
Copy full SHA for 965eb2a - Browse repository at this point
Copy the full SHA 965eb2aView commit details -
[csharp-netcore] Enable setting of RemoteCertificateValidationCallbac…
…k through IReadableConfiguration (#15979) * Fix for [BUG][C#][csharp] Use RestClient.RemoteCertificateValidationCallback for SSL validation #11497 * Fixed modification of wrong files through merging to master and applied the changes to the correct files * Updated examples * Forget some examples * Updates branch to reflect master changes and published changed example files yet again to solve conflicts * Fixed examples
Configuration menu - View commit details
-
Copy full SHA for 6b62f2b - Browse repository at this point
Copy the full SHA 6b62f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 635f795 - Browse repository at this point
Copy the full SHA 635f795View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16a315 - Browse repository at this point
Copy the full SHA a16a315View commit details -
[typescript] Fix support for relative URLs (#15482)
* Add test for different url types * Fix tests for typescript inversify framework * Add workaround for relative URLs * Regenerate samples
Configuration menu - View commit details
-
Copy full SHA for ba1c600 - Browse repository at this point
Copy the full SHA ba1c600View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba5c5f4 - Browse repository at this point
Copy the full SHA ba5c5f4View commit details -
Minor fix to gradle test, pom.xml, build.gradle (#16026)
* fix publising to gradle portal * v6.5.0 portal release * add back docker publish * trigger build * Revert "trigger build" This reverts commit f7ea8ba. * Revert "add back docker publish" This reverts commit a279145. * Revert "v6.5.0 portal release" This reverts commit 8a91858. * minor fix to gradle test, pom.xml * rollback to 1.0.0 * fix
Configuration menu - View commit details
-
Copy full SHA for a2d0b0c - Browse repository at this point
Copy the full SHA a2d0b0cView commit details -
Fix Spring CI sample folder (#16005)
* fix spring CI sample folder * fix path * trigger build * test push * add spring jdk17 workflow * trigger build
Configuration menu - View commit details
-
Copy full SHA for 9170306 - Browse repository at this point
Copy the full SHA 9170306View commit details -
[BUG] Change default value for header parameter (#15990)
* Override toDefaultValue method * Regenerate sample
Configuration menu - View commit details
-
Copy full SHA for 315fbff - Browse repository at this point
Copy the full SHA 315fbffView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f1c01 - Browse repository at this point
Copy the full SHA a5f1c01View commit details -
[POSTMAN] Use parameter default value (#16027)
* Refactor to use defaultValue * Test parameter with defaultValue * Update samples
Configuration menu - View commit details
-
Copy full SHA for 30d6a2f - Browse repository at this point
Copy the full SHA 30d6a2fView commit details -
[POSTMAN] Mark request header as disabled (#16028)
* Disable headers without a value * Update samples
Configuration menu - View commit details
-
Copy full SHA for 2aa7580 - Browse repository at this point
Copy the full SHA 2aa7580View commit details -
[Julia] Fix error in default value and enum gen (#16030)
Fixed issues in default value and enum generation for non-string types.
Configuration menu - View commit details
-
Copy full SHA for 5bae27c - Browse repository at this point
Copy the full SHA 5bae27cView commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f7edbbc - Browse repository at this point
Copy the full SHA f7edbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a1277 - Browse repository at this point
Copy the full SHA 83a1277View commit details -
[python] Fix array of array of model's to_dict, from_dict (#16032)
* fix array of array of model's to_dict, from_dict * update samples
Configuration menu - View commit details
-
Copy full SHA for 08c3f89 - Browse repository at this point
Copy the full SHA 08c3f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf9ce6 - Browse repository at this point
Copy the full SHA aaf9ce6View commit details -
Revert "better inline schema naming for double byte characters"
This reverts commit aaf9ce6.
Configuration menu - View commit details
-
Copy full SHA for 52dd411 - Browse repository at this point
Copy the full SHA 52dd411View commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c5f8b3 - Browse repository at this point
Copy the full SHA 2c5f8b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d470c3 - Browse repository at this point
Copy the full SHA 1d470c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c687794 - Browse repository at this point
Copy the full SHA c687794View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63ef71 - Browse repository at this point
Copy the full SHA f63ef71View commit details -
* First version of Zapier Generator * fixed zapier codegen * added zapier templates * added zapier sample * added zapier doc * added zapier generator form data management * added samples generation * updated docs * fixed zapier api template * fixed zapier samples export * added zapier readme template * fixed zapier readme template * added petstore readme * cleaned zapier generator * updated samples * fixed zapier enum label * cleaned code * updated samples * improved zapier search actions * updated samples --------- Co-authored-by: Mauro Valota <maurovalota@fattureincloud.it> Co-authored-by: William Cheng <wing328hk@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9baf498 - Browse repository at this point
Copy the full SHA 9baf498View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0084b3 - Browse repository at this point
Copy the full SHA f0084b3View commit details
Commits on Jul 10, 2023
-
Better inline schema naming for double byte characters (#16035)
* better inline schema naming for double byte characters * clean up * update deprecated methods
Configuration menu - View commit details
-
Copy full SHA for 94d76ff - Browse repository at this point
Copy the full SHA 94d76ffView commit details -
[BUGFIX][kotlin-spring] Fix generatedAnnotation to use the javaxPacka…
…ge variable instead of jakarta to fix spring boot 2 codegen (#15944) * Update generatedAnnotation.mustache Without this, it generates a jakarta annotation in the controllers of a spring boot 2 project. * Updated examples
Configuration menu - View commit details
-
Copy full SHA for f34e42b - Browse repository at this point
Copy the full SHA f34e42bView commit details -
* [dart] Update CI * cache maven dependencies * use newest exec plugin * execute pub via dart subcommand * Use run command directly
Configuration menu - View commit details
-
Copy full SHA for 75067b2 - Browse repository at this point
Copy the full SHA 75067b2View commit details -
[kotlin][spring] Remove EOL from template (#16045)
* remove EOL from template * better code format
Configuration menu - View commit details
-
Copy full SHA for 852eb95 - Browse repository at this point
Copy the full SHA 852eb95View commit details -
[inline model resolver] Add support for inline enum refactoring (#16033)
* add support for inline enum refactoring * minor update * add tests
Configuration menu - View commit details
-
Copy full SHA for ac1f5f1 - Browse repository at this point
Copy the full SHA ac1f5f1View commit details -
Minor improvements to Zapier client generator (#16044)
* improve Zapier client generator * log debug instead of error
Configuration menu - View commit details
-
Copy full SHA for aa1e909 - Browse repository at this point
Copy the full SHA aa1e909View commit details -
[csharp][generichost] Added event on http response to facilitate serv…
…er health tracking (#16046) * added event on http response to facility server health tracking * renamed a file * handled the renamed file
Configuration menu - View commit details
-
Copy full SHA for fe78be4 - Browse repository at this point
Copy the full SHA fe78be4View commit details -
Added zapier ci validation (#16052)
* minor zapier api template fixes * updated samples * added zapier validation action * readded zapier beta tags * fixed zapier validation action * updated samples
Configuration menu - View commit details
-
Copy full SHA for cc47f45 - Browse repository at this point
Copy the full SHA cc47f45View commit details
Commits on Jul 11, 2023
-
Bump semver from 5.7.1 to 5.7.2 in /website (#16056)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 91a55fc - Browse repository at this point
Copy the full SHA 91a55fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9362b49 - Browse repository at this point
Copy the full SHA 9362b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb48d3 - Browse repository at this point
Copy the full SHA ceb48d3View commit details -
[kotlin][client] Add new line at the end of all files (#16062)
* [kotlin][client] add new line at end of files * [kotlin][client] add new line at end of files
Configuration menu - View commit details
-
Copy full SHA for f31c2a4 - Browse repository at this point
Copy the full SHA f31c2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3681a - Browse repository at this point
Copy the full SHA 7b3681aView commit details -
Rename inlineSchemaNameDefaults to inlineSchemaOptions (#16048)
* rename InlineSchemaNameDefaults to InlineSchemaOptions * update doc * rename options
Configuration menu - View commit details
-
Copy full SHA for 0a66710 - Browse repository at this point
Copy the full SHA 0a66710View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3325edc - Browse repository at this point
Copy the full SHA 3325edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa6e25 - Browse repository at this point
Copy the full SHA 9aa6e25View commit details -
docs(php): Add missing configuration property
composerPackageName
(#…Maximilian Reichel authoredJul 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 7cbdc86 - Browse repository at this point
Copy the full SHA 7cbdc86View commit details -
Update php options for better customization of composer.json (#16078)
* update php options * update tests
Configuration menu - View commit details
-
Copy full SHA for ec63812 - Browse repository at this point
Copy the full SHA ec63812View commit details -
[Julia] Fix error in server enum generation (#16079)
Fixed issue in enum generation for julia-server code. An empty struct was generated, where it should have generated a type alias.
Configuration menu - View commit details
-
Copy full SHA for c595a02 - Browse repository at this point
Copy the full SHA c595a02View commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3678085 - Browse repository at this point
Copy the full SHA 3678085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c149a - Browse repository at this point
Copy the full SHA 16c149aView commit details -
Refactor getAdditionalProperties, isFreeFormObject (#16065)
* refactor getAdditionalProperties, isFreeFormObject * change warn to debug
Configuration menu - View commit details
-
Copy full SHA for c6f6ef9 - Browse repository at this point
Copy the full SHA c6f6ef9View commit details -
Add new OAuth2RequestInterceptor to remove deprecated open feign clas…
…ses (#16011) * Add new OAuth2RequestInterceptor to remove deprecated open feign classes * Add override * Add version * Add older version * Update docs * Fix issue with multiple security schemes * Move cli option to spring code gen * Fix documentation options * Remove resource folder * Fix duplicate annotation * Add an enable flag * Remove generator setting * Revert codgen changes * Revert config generator changes
Configuration menu - View commit details
-
Copy full SHA for e77f9ea - Browse repository at this point
Copy the full SHA e77f9eaView commit details -
[C++][Pistache] Serialize integer enums if possible (#16080)
In OpenAPI it is possible to define an enum schema containing integers only. Similar to the following JSON snippet: ``` ... "components": { "schemas": { "size": { "type": "integer", "description": "Container size", "enum": [ 10000, 20000, 100000, 200000, 300000, 1000000, 1200000, 2500000, 5000000, 10000000 ] } } } ... ``` To correctly serialize this we need to convert to JSON integers. We can achieve this by feeding nlohmann JSON objects directly with integers instead of strings. For the C++ pistache server adapt the enum models to serialize integer values if possible.
Configuration menu - View commit details
-
Copy full SHA for 7f480cb - Browse repository at this point
Copy the full SHA 7f480cbView commit details -
Fixed problem with non-ref-enums which were handled like ref-enums (#…
Configuration menu - View commit details
-
Copy full SHA for 1531ad4 - Browse repository at this point
Copy the full SHA 1531ad4View commit details -
[Julia] add Julia tests to GitHub workflow (#16089)
* [Julia] add Julia tests to GitHub workflow Added Julia client and server tests to GitHub workflow * fix paths
Configuration menu - View commit details
-
Copy full SHA for 6a26356 - Browse repository at this point
Copy the full SHA 6a26356View commit details -
[C#] minor refactoring (#16084)
* escape keyword in toParamName (abstract C#) * remove x-is-json (not used)
Configuration menu - View commit details
-
Copy full SHA for b7e7314 - Browse repository at this point
Copy the full SHA b7e7314View commit details
Commits on Jul 14, 2023
-
Add isJson, isXml to consumes, produces (#16085)
* add isJson, isXml to consumes, produces * code cleanup, update samples
Configuration menu - View commit details
-
Copy full SHA for 80e2c05 - Browse repository at this point
Copy the full SHA 80e2c05View commit details -
Fix allOf with a single $ref (#16096)
* new test * fix allOf with a single ref in inline model resolver
Configuration menu - View commit details
-
Copy full SHA for 7258b3c - Browse repository at this point
Copy the full SHA 7258b3cView commit details
Commits on Jul 16, 2023
-
* fix validation with discriminator using parent instead * add new files * add new workflow * fix
Configuration menu - View commit details
-
Copy full SHA for 598c27d - Browse repository at this point
Copy the full SHA 598c27dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6299af1 - Browse repository at this point
Copy the full SHA 6299af1View commit details
Commits on Jul 17, 2023
-
[Ada] Fix and improvement of client and server code generator (#16100) (
#16101) * Improvement of Ada client and server generator - recognize several mime types and configure the client/server API - fix support to handle binary and ByteArray - add support for client and server with multiple mime type responses - update model templates * Fix and improvement of Ada code generator - fix order of model types to emit the types that depend on other types after; also sort the model types on their name - fix model Serialize to avoid serializing a field which is Null when it is not "Nullable" * Add support to avoid some Ada Vectors package instantiation - recognized the x-ada-no-vector specific attribute on model types and when present and TRUE, don't emit the Ada Vector package instantiation nor the Serialize and Deserialize associated procedures. * Fix float and double support - fix mapping for float and double - add x-ada-serialize-op custom attribute to allow overriding the serialize procedure - setup a default x-ada-serialize-op value for the template * Fix wrong import and serialize method * Regenerate the Ada client sample petstore * Rebuild with export_docs_generators.sh * Fix calls to toLowerCase() to use the Locale.ROOT
Configuration menu - View commit details
-
Copy full SHA for b107ff9 - Browse repository at this point
Copy the full SHA b107ff9View commit details -
Add nameMapping option to Java client, server generators (#16103)
* add nameMapping to java codegen * update doc * update samples * fix typo * update toParamName
Configuration menu - View commit details
-
Copy full SHA for 6983a3a - Browse repository at this point
Copy the full SHA 6983a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e19b4 - Browse repository at this point
Copy the full SHA f8e19b4View commit details -
[cpp-qt-client] Fix warning (#16083)
* [cpp-qt-client] Fix warning * Handle warnings for MSVC * Add warning flags only for non-MSVC compilers * Fix warnings for MSVC compiler too
Configuration menu - View commit details
-
Copy full SHA for 067b172 - Browse repository at this point
Copy the full SHA 067b172View commit details
Commits on Jul 18, 2023
-
Fix properties being required and nullable:true (#16072)
* Make generated kotlin variable nullable if corresponding schema property is required and nullable * Updating generated samples * Fixing indent * Updating samples after indent fix in mustache template
Configuration menu - View commit details
-
Copy full SHA for b2eb14b - Browse repository at this point
Copy the full SHA b2eb14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e722c42 - Browse repository at this point
Copy the full SHA e722c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e822d - Browse repository at this point
Copy the full SHA 28e822dView commit details -
Zapier generator api template improvement (#16121)
* minor zapier api template fixes * updated samples * added zapier validation action * readded zapier beta tags * fixed zapier validation action * updated samples * improved zapier api names * updated samples * fixed zapier noun and label
Configuration menu - View commit details
-
Copy full SHA for 178b8a7 - Browse repository at this point
Copy the full SHA 178b8a7View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aed6a06 - Browse repository at this point
Copy the full SHA aed6a06View commit details -
Updated zapier version (#16131)
* minor zapier api template fixes * updated samples * added zapier validation action * readded zapier beta tags * fixed zapier validation action * updated samples * updated zapier-platform-core version
Configuration menu - View commit details
-
Copy full SHA for bfcd646 - Browse repository at this point
Copy the full SHA bfcd646View commit details
Commits on Jul 20, 2023
-
Add support for isFreeFormObject flag (#16127)
* correctly set the free form object flag * update * better code format
Configuration menu - View commit details
-
Copy full SHA for a729cb4 - Browse repository at this point
Copy the full SHA a729cb4View commit details -
[C#][restsharp] Removed warnings in HTTP signing config (#16128)
* Removed warnings in HTTP signing config for restsharp C# * fix
Configuration menu - View commit details
-
Copy full SHA for 0d002d3 - Browse repository at this point
Copy the full SHA 0d002d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ca486 - Browse repository at this point
Copy the full SHA 35ca486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dee666 - Browse repository at this point
Copy the full SHA 7dee666View commit details -
Add tests for oneOf models in ruby client (#16137)
* add test for oneOf model in ruby * add new files * add tests for oneOf model without discriminator
Configuration menu - View commit details
-
Copy full SHA for ddc2b3e - Browse repository at this point
Copy the full SHA ddc2b3eView commit details -
Elixir: Switch Poison to Jason (#16061)
* Switch Poison to Jason * generate-samples.sh * Finalize Poison -> Jason switch * parse date-time values to Elixir DateTime * improve formatting in various places, so there's less changes by `mix format` later * fix Java version in flake.nix * Use List.delete/2 instead of Enum.reject/2 for performance reasons * mix format test/* * Install dialyxir and fix reported issues * Fix RequestBuilder.decode/2 hardcoded module name * Update docs * Revert changes to API spec (HTTP -> HTTPS) * Revert uneeded change to Elixir code generator * Use HTTP in Elixir tests HTTPS doesn't work for folks who setup petstore.swagger.io as described in docs/faq-contributing.md. --------- Co-authored-by: Wojciech Piekutowski <wojciech@piekutowski.net>
Configuration menu - View commit details
-
Copy full SHA for 4ece8e9 - Browse repository at this point
Copy the full SHA 4ece8e9View commit details
Commits on Jul 21, 2023
-
[Ruby] Update Model Creation and Attribute Validation (#16114)
* update attribute validation and model creation * generate samples * update tests * update other tests * fix custom pet_spec tests * fix autoload tests
Configuration menu - View commit details
-
Copy full SHA for de0bffb - Browse repository at this point
Copy the full SHA de0bffbView commit details -
[Julia] correct handling of POST data encodings (#16149)
- detect multipart and urlencoded post data formats correctly on the server side - generate data types correctly for binary file uploads - re-generated samples
Configuration menu - View commit details
-
Copy full SHA for f6fefd9 - Browse repository at this point
Copy the full SHA f6fefd9View commit details -
[Ruby] add anyOf support (#16147)
* add anyOf support * remove valid? from oneOf template
Configuration menu - View commit details
-
Copy full SHA for 7252d1a - Browse repository at this point
Copy the full SHA 7252d1aView commit details -
[csharp] Update RestSharp to 110.2.0 (#16122)
* [csharp] Update RestSharp to 110.2.0 * Post './bin/generate-samples.sh bin/configs/csharp*' and './bin/utils/export_docs_generators.sh' scripts * OAuthAuthenticator: use configureSerialization * ContentType prop = RestSharp.ContentType.Json * `req` -> `request` in `Exec()` and `ExecAsync()` * Regenerate samples
Configuration menu - View commit details
-
Copy full SHA for bd76c1b - Browse repository at this point
Copy the full SHA bd76c1bView commit details -
[haskell] fix exampe code in generated README.md (#16142)
* [haskell] fix exampe code in generated README.md Since create{{title}}Client is not a monadic action, we need to use "let" instead of "<-". * regenerate samples
Configuration menu - View commit details
-
Copy full SHA for 76989db - Browse repository at this point
Copy the full SHA 76989dbView commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce4a6a3 - Browse repository at this point
Copy the full SHA ce4a6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d000f90 - Browse repository at this point
Copy the full SHA d000f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb2c866 - Browse repository at this point
Copy the full SHA fb2c866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7ecc8 - Browse repository at this point
Copy the full SHA 7a7ecc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b468e4b - Browse repository at this point
Copy the full SHA b468e4bView commit details -
fix(typescript-client): handle special characters (#15893)
Adding a new option for typescript clients in order to handle '+' and '-' characters when computing the name of an enum value. Fix #5110
Configuration menu - View commit details
-
Copy full SHA for 3c5b119 - Browse repository at this point
Copy the full SHA 3c5b119View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7346d0 - Browse repository at this point
Copy the full SHA b7346d0View commit details
Commits on Jul 23, 2023
-
Fix DefaultCodegen.specialCharReplacements's comment to match the cur…
…rent behavior (#16164) Translated words are not prefixed with quotation marks ("'").
Configuration menu - View commit details
-
Copy full SHA for 476c1a9 - Browse repository at this point
Copy the full SHA 476c1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056475f - Browse repository at this point
Copy the full SHA 056475fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f590ef1 - Browse repository at this point
Copy the full SHA f590ef1View commit details
Commits on Jul 24, 2023
-
[Julia] update samples test and a minor fix (#16152)
* [Julia] update samples test and a minor fix - updating samples test for Julia generated code to use the latest OpenAPI.jl Julia package, which includes tests for file uploads - also including a fix where generated code duplicated the `mandatory` flag in one of the method calls * add blank line, trigger build with julia workflow * more updates to julia samples tests * add samples changes
Configuration menu - View commit details
-
Copy full SHA for c71b48f - Browse repository at this point
Copy the full SHA c71b48fView commit details -
Fix parsing of Accept header like '*/*;q=0.8' (#16169)
This fixes #15043 The issue is that browsers like "text/html,...,*/*;q=0.8" (see for instance https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation/List_of_default_Accept_values ) Without this commit we end up with an array of accepted type like `("text/html", "*/*;q=0.8)` so when we then check if the array contains `*/*` the check fails, and we return a 406 even though the client is able to get the response. This commit fixes it by removing the `;q=0.8` part. (Ideally we should not just discard that part, we should extract that value, and order by it. See https://developer.mozilla.org/en-US/docs/Glossary/Quality_values for more info about that. However this could be done in a subsequent PR: this already fixes the 406 error, which is pretty blocking)
Configuration menu - View commit details
-
Copy full SHA for 20d1743 - Browse repository at this point
Copy the full SHA 20d1743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a02860 - Browse repository at this point
Copy the full SHA 0a02860View commit details -
[Java][Native] Fix multipart builder files array (#16055) (#16094)
* [Java] Fixed bug in native client generation when API accepts array of files (#16055) * Adding test for java native client * Updated samples
Configuration menu - View commit details
-
Copy full SHA for 584f844 - Browse repository at this point
Copy the full SHA 584f844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66155d6 - Browse repository at this point
Copy the full SHA 66155d6View commit details
Commits on Jul 25, 2023
-
[Ruby] Fix Operation Servers (#16144)
* [Ruby] Fix Operation Servers * user `server_index` instead of `index` * use nil as default * add tests * revert tests * add tests to custom file * add test file to ruby-faraday
Configuration menu - View commit details
-
Copy full SHA for 54d9967 - Browse repository at this point
Copy the full SHA 54d9967View commit details -
[typescript-angular] Add samples with composed schemas (#16156)
* Setup typescript-angular samples for various composed schemas * generate samples * restructure and regenerate samples * add compilation tests * update FILES in samples * debug commit - verify that compilation will fail in CI * revert debug commit * remove unnecessary dependencies
Configuration menu - View commit details
-
Copy full SHA for 2465615 - Browse repository at this point
Copy the full SHA 2465615View commit details -
[ruby] Add tests to operation servers in ruby client (#16179)
* add tests to operation servers in ruby client * update samples * revert change in spec, remove invalid? check in anyof model * fix hsot table * fix circleci config * fix * fix host table * fix host table * minor fix * fix * reorder * update * fix
Configuration menu - View commit details
-
Copy full SHA for 9aa15d9 - Browse repository at this point
Copy the full SHA 9aa15d9View commit details -
rust: fix rust generation of optional additionalProperties in openapi…
… 3.1.0 (#16143) * rust: add regression test for 16119 * rust: fix rust generation of optional additionalProperties in openapi 3.1.0 * [review] fix gha sample path
Configuration menu - View commit details
-
Copy full SHA for f32be9d - Browse repository at this point
Copy the full SHA f32be9dView commit details -
[Ada] remove static from logger (#16181)
* remove static from ada logger * trigger build * fix
Configuration menu - View commit details
-
Copy full SHA for 7ad8f6e - Browse repository at this point
Copy the full SHA 7ad8f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1558e3 - Browse repository at this point
Copy the full SHA a1558e3View commit details
Commits on Jul 26, 2023
-
Purge obsolete Go codegen code re
github.com/antihax/optional
(#16185)I spotted a mention of `github.com/antihax/optional` in AbstractGoCodegen. I was curious and investigated. However, it turns out that this code is an obsolete remnant of the go-deprecated generator removed before 6.0.0, so is now just a false lead. This PR cleans it up so no-one else has to go down the same investigative pathway.
Configuration menu - View commit details
-
Copy full SHA for 7d6e7e4 - Browse repository at this point
Copy the full SHA 7d6e7e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596487a - Browse repository at this point
Copy the full SHA 596487aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c38ed - Browse repository at this point
Copy the full SHA 30c38edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90eacb6 - Browse repository at this point
Copy the full SHA 90eacb6View commit details
Commits on Jul 27, 2023
-
[Ruby] add property, parameter name mapping (#16191)
* add property, parameter name mapping support to ruby generators * update samples
Configuration menu - View commit details
-
Copy full SHA for d7311cd - Browse repository at this point
Copy the full SHA d7311cdView commit details
Commits on Jul 28, 2023
-
[haskell][haskell-yesod] Fix special char replacements (#16197)
* [haskell][haskell-yesod] remove fixOperatorChars() fixOperatorChars() does not change input strings since special characters have already been replaced in DefaultCodegen.fromModel(). * [haskell][haskell-yesod] do not prefix with quote ("'") when generating removeFieldLabelPrefix table We switched from the conversion done by fixOperatorChars() to the conversion done by DefaultCodegen.fromModel() and the latter does not insert quote characters. So We modify the removeFieldLabelPrefix table to conform the new mapping. * [haskell][haskell-yesod] remove forParsing parameter from removeFieldLabelPrefix function Aeson's fieldLabelModifier always convert Haskell field names to JSON field names, whether at parse time or not. (Note that stripPrefix and uncapitalize do not take such parameter) * [haskell][haskell-yesod] perform replaceSpecialChars after stripping prefix Because replaceSpecialChars can corrupt prefix if the prefix contains a replacement string of a specfial character as a substring. * [haskell][haskell-yesod] regenerate samples
Configuration menu - View commit details
-
Copy full SHA for f6a8196 - Browse repository at this point
Copy the full SHA f6a8196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cf4f1 - Browse repository at this point
Copy the full SHA 86cf4f1View commit details -
[Kotlin] Add name, parameter mapping support (#16193)
* add name, parameter mapping support to abstract kotlin * remove files
Configuration menu - View commit details
-
Copy full SHA for 184dfd2 - Browse repository at this point
Copy the full SHA 184dfd2View commit details -
[C#] Add property, parameter naming support (#16196)
* add property, parameter naming support to c# generators * update * fix workflow * update test * update
Configuration menu - View commit details
-
Copy full SHA for 954d41b - Browse repository at this point
Copy the full SHA 954d41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2e809 - Browse repository at this point
Copy the full SHA 5d2e809View commit details -
Add name, parameter name mapping to abstract go codegen (#16171)
* add name, parameter name mapping to abstract go codegen * better code format
Configuration menu - View commit details
-
Copy full SHA for 7ca84e5 - Browse repository at this point
Copy the full SHA 7ca84e5View commit details -
Support for multipart/form-data; charset="utf-8" in Java GSON Generat…
…or (#16211) * Support for multipart/form-data; charset="utf-8" Previously, it was only checked for an exact equal string, which failed when there were additional options such as charset. * Update samples
Configuration menu - View commit details
-
Copy full SHA for adac3b1 - Browse repository at this point
Copy the full SHA adac3b1View commit details
Commits on Jul 29, 2023
-
[python-nextgen] Add type to actual instance (#16204)
* [python-nextgen] add type to actual_instance Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] fixed unnecessary type conversions Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> --------- Signed-off-by: ふぁ <yuki@yuki0311.com>
Configuration menu - View commit details
-
Copy full SHA for e411b2a - Browse repository at this point
Copy the full SHA e411b2aView commit details -
[python-nextgen] fix #16151 Disallow additional properties if not pre…
…sent - missing Any and Dict import (#16208) * [python-nextgen] fix #16151 Disallow additional properties if not present - missing Any and Dict import Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unwanted imports Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unwanted imports Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> --------- Signed-off-by: ふぁ <yuki@yuki0311.com>
Configuration menu - View commit details
-
Copy full SHA for d9fc039 - Browse repository at this point
Copy the full SHA d9fc039View commit details -
[python] Add tests for simple object with additional properties (#16218)
* add tests for simple object without additional properties * update logic
Configuration menu - View commit details
-
Copy full SHA for d41fe12 - Browse repository at this point
Copy the full SHA d41fe12View commit details -
[python-nextgen] fix #16010 circular refs lead to no imports (#16199)
* [python-nextgen] fix #16010 circular refs lead to no imports Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unnecessary Postponed annotations Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove unnecessary Postponed annotations Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> --------- Signed-off-by: ふぁ <yuki@yuki0311.com>
Configuration menu - View commit details
-
Copy full SHA for 48ff57b - Browse repository at this point
Copy the full SHA 48ff57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 526ca78 - Browse repository at this point
Copy the full SHA 526ca78View commit details
Commits on Jul 30, 2023
-
[Rust] add property, parameter name mapping (#16205)
* add name, parameter mapping to rust generators * add, fix test * undo cahnge
Configuration menu - View commit details
-
Copy full SHA for 243b556 - Browse repository at this point
Copy the full SHA 243b556View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b3de2 - Browse repository at this point
Copy the full SHA f3b3de2View commit details -
[Swift] property, parameter name mapping support (#16207)
* add property, parameter naming support to swift5 generator * revert change * remove files * update samples
Configuration menu - View commit details
-
Copy full SHA for bf18190 - Browse repository at this point
Copy the full SHA bf18190View commit details
Commits on Jul 31, 2023
-
Added support for using mutiny instead of coroutines for asynchronous…
… kotlin server APIs (#15262)
Configuration menu - View commit details
-
Copy full SHA for c6a100c - Browse repository at this point
Copy the full SHA c6a100cView commit details -
[python-nextgen] Fix allOf missing imports (#16217)
* [python-nextgen] fix allOf missing imports Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] update samples Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] remove circular import Signed-off-by: ふぁ <yuki@yuki0311.com> * [python-nextgen] Fix circular refs Signed-off-by: ふぁ <yuki@yuki0311.com> --------- Signed-off-by: ふぁ <yuki@yuki0311.com>
Configuration menu - View commit details
-
Copy full SHA for 77311c3 - Browse repository at this point
Copy the full SHA 77311c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3278eea - Browse repository at this point
Copy the full SHA 3278eeaView commit details
Commits on Aug 2, 2023
-
Add model name mapping feature to C# codegen (#16209)
* add model name mapping feature to C# codegen * rename file * update samples * update doc
Configuration menu - View commit details
-
Copy full SHA for 4602f18 - Browse repository at this point
Copy the full SHA 4602f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce1fef - Browse repository at this point
Copy the full SHA 0ce1fefView commit details -
Fix circleci node 4 failure (#16236)
* fix circleci failure * remove debug * fix
Configuration menu - View commit details
-
Copy full SHA for d67f5dd - Browse repository at this point
Copy the full SHA d67f5ddView commit details -
Add name mappings support to JS client (#16234)
* add name mappings support to JS client * update doc * udpate doc * update doc
Configuration menu - View commit details
-
Copy full SHA for 1d39902 - Browse repository at this point
Copy the full SHA 1d39902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c398e - Browse repository at this point
Copy the full SHA 81c398eView commit details
Commits on Aug 3, 2023
-
[haskell-servant][haskell-yesod] Use table-based conversion for field…
… name conversion (#16232) * [haskell-servant][haskell-yesod] use table-based conversion for field name conversion Current fieldLabelModifier implementation always produces uncapitalize name, but it is inappropriate if the original JSON field name begins with a capital letter. * [haskell-servant][haskell-yesod] regenerate samples
Configuration menu - View commit details
-
Copy full SHA for 45d8027 - Browse repository at this point
Copy the full SHA 45d8027View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb56e50 - Browse repository at this point
Copy the full SHA cb56e50View commit details -
Fix implements in oneof, anyof templates in java okhttp client genera…
…tor (#16241) * fix implements in oneof, anyof templates in java okhttp * add tests * update samples
Configuration menu - View commit details
-
Copy full SHA for 82516c7 - Browse repository at this point
Copy the full SHA 82516c7View commit details