- 26 May, 2022 6 commits
-
-
Trevor Reeves authored
Previously any models with an 'allOf' property referencing a 'non inline' model would not have have fields included for the class/entity. Now a model/entity has all fields included that are not specified by a non-inline 'allOf' model
-
William Cheng authored
-
William Cheng authored
-
William Cheng authored
-
William Cheng authored
* prepare 6.0.0 release * update samples * update meta codegen
-
Johan Sjöblom authored
* Adding Springdoc config to Kotlin-Spring * Updating relevant samples * Updating unrelated samples
-
- 25 May, 2022 8 commits
-
-
Bilel Benamira authored
-
William Cheng authored
* better code format for r client * more code format improvement
-
William Cheng authored
-
William Cheng authored
-
Benjamin Häublein authored
* support symfony6 * fix issues with StrictJsonDeserialization * regenerate samples * add suggestions * update samples * support php 7.4 and symfony 5 * allow versions based on semantic versioning * regenerate sample * change method of determining result types * update samples * describe usage of bundle in symfony app * better documentation * fix duplicate auth methods * do not set namespace for default types * fix UploadedFile type * next try fixing auth * regenerate samples * fix: auth method shall not be duplicated * Revert "fix duplicate auth methods" This reverts commit 0dc41873 . * chore: regenerate samples * fix tests * regenerate sample * more fixes for tests * update tests * add kernel shutdown Co-authored-by:
Benjamin Haeublein <benjaminh@testing-vm.lan.benjaminh.de> Co-authored-by:
Renaud de Chivré <renaud@tahitiwebdesign.com>
-
0xNF authored
* Update samples Co-authored-by: 0xNF <0xNF>
-
Peter Leibiger authored
* [core] Fix naming of reservedWordsMappings * `GeneratorSettings` used a wrong name (missing `s`) which resulted in config loaded from YAMl files not working * [dart] Respect reservedWordsMappings when checking for reserved words
-
Kuzma authored
* convert bool to query string format * add variable * update samples * add test
-
- 24 May, 2022 4 commits
-
-
Oren Samuel authored
* #12445 - avoid resolving ref schema to the actual schema for enum * #12445 - update samples
-
CodeR authored
Co-authored-by:
Grigory Tihonov <grigory.tihonov@lamoda.ru>
-
CodeR authored
Co-authored-by:
Grigory Tihonov <grigory.tihonov@lamoda.ru>
-
William Cheng authored
-
- 23 May, 2022 2 commits
-
-
Justin Black authored
* Moves is_none is_true is_false methods into base mixins, adds tests * Improves docstrings
-
William Cheng authored
-
- 22 May, 2022 2 commits
-
-
William Cheng authored
-
William Cheng authored
-
- 21 May, 2022 5 commits
-
-
William Cheng authored
-
William Cheng authored
-
William Cheng authored
* update rest-assure dependencies in java client * update rest assured version * update gradle, sbt build files
-
William Cheng authored
-
chatelao authored
This are small (but visually nice) improvements: - Add colors: 200 = green, 300 = blue, 400 = red - Add an example per parameter for better understanding
-
- 20 May, 2022 6 commits
-
-
William Cheng authored
* better support for inline schema in parameters * fix parameter model type * add new method for model * minor update * fix isModelWithProperties * fix is model check * null check for properties * inline parameter enhance with python-experimental fix [WIP] (#12397) * Uses unaliasSchema rather than ModelUtils.getReferencedSchema * Fixes python-experimental, delays param schema setting * Samples regenerated * Adds parameterModelName setting back in * Samples regenerated * removes needToSetSchema * Sets schema differently depending on if inline model resolver is used * Adds step for getting ref schema * Samples regen * fix test * bug fix for rust generator Co-authored-by:
Justin Black <spacether@users.noreply.github.com>
-
cachescrubber authored
* Upgrade Spring Boot to 2.5.14 / 2.7.0 * Generate Samples
-
William Cheng authored
-
Arvind Krishnakumar authored
-
William Cheng authored
-
Miroslav Oujeský authored
* Fix ConfigurableAuthorization package name import to come from configuration * Fix Micronaut @Consumes and @Produces annotations, allow multiple content types * Fix security schemes rendering and Micronaut @Authentication pairing with application settings when special characters are present * Updated samples * Code review feedback * Add xml to dependencies and fix tests Co-authored-by:
Andriy Dmytruk <andriy.dmytruk@oracle.com>
-
- 19 May, 2022 2 commits
-
-
Katsuyuki Omuro authored
-
William Cheng authored
-
- 18 May, 2022 5 commits
-
-
Andriy Dmytruk authored
* Add the applicationName parameter to support generation of multiple clients * Change indentation in application.yml to double-space * Update swagger annotations version, and option to choose not to generate the annotations * Generate operations only in the first defined tag class for micronaut server * Improve micronaut client options by setting the correct default values in the JavaMicronautAbstractCodegen constructor * Fix visitor pattern having abstract method in non-abstract class. Update samples * Update server sample FILES * Minor refactor * Fix for context path
-
William Cheng authored
* use snake_case in method parameter names * update doc
-
Nicolai Davies authored
-
Mikko Maunu authored
-
Auke Schrijnen authored
The default controller implementation returns an empty response. This might result in unexpected behavior when an operation isn't implemented, as a consumer of the API there is no way to notice the difference between an unimplemented method and an actual empty response. By changing the default behavior to return HTTP 501 Not Implemented the user will be made aware of unimplemented methods. The former default behavior, returning an empty response by default, can be activated with a configuration option.
-