forked from OpenAPITools/openapi-generator
-
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
Equisoft/v7.1.x #3
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bug fix AWS4Auth to support query parameters and updated to use AWS SDK V2 from V1
Descriptions can easily exceed line-length limits because they are often extracted from doc/comments strings, which may use unexpected formatting. Python doc strings, in particular, are likely to use newlines, which mustache does not preserve, causing descriptions to be condensed to a single line.
* Call fluent parent setter from child pojo This closes OpenAPITools#16496 * Generate new samples
* fix idea * add unit test * adjust warnings about form parameters
…penAPITools#16493) * [JavaSpring] Generate deprecated annotation and doc properties * [JavaSpring] Generate deprecated for @Schema * [JavaSpring] Add sample folder to workflow --------- Co-authored-by: Diego Urban <[email protected]>
…enAPITools#16526) * fix: allow 'additionalProperties: true' at top level * refactor: use same call as other typescript generators
This patch fixes two issues with the Resteasy generated client code. The first is the usage of a deprecated method, getFormData. The fix for this issue was originally conceived by @peter-seitz. The second issue was a problem in how the Content-Disposition header was being constructed. If we had a file named "test.txt" and were uploading it to a field named "myFile", the Content-Disposition header should look like Content-Disposition: form-data; name="myFile" Instead, the code was using the file's name (rather than the field name) in the name directive and the header looked like Content-Disposition: form-data; name="test.txt" The Content-Disposition header can take an optional directive, filename, but I have not included that here as that directive is mostly useful for file downloads and not uploads.
* add test to upload files (resteasy) * remove resteasy tests from github workflow
…Tools#16528) The added option removes the wrapper part of build.gradle, enabling the generated project to be used as a sub project. The same option from kotlin client was used as reference for this change.
* fix map in spring generators * fix nullable map in spring generators
…APITools#16545) * update javae feign client dependencies to new versions * update feign
…enAPITools#16546) * [Java-Feign]: model combining properties and additionalProperties (OpenAPITools#6146) * update samples --------- Co-authored-by: François Dodé <[email protected]>
* Update README.md * Update team.yml * Update pom.xml
* Fix spring scope property * Adapt test files
… skipIfSpecIsUnchanged=true (Fixes OpenAPITools#16490) (OpenAPITools#16491) * Don't delete output directory if spec is unchanged Resolves OpenAPITools#16490 * Fix some typos
* add nullable case to spring test spec * generate samples for changed spring input * add nullable case to general test spec * generate samples for changed general input * generate samples again * generates samples again * re-build from new sources, generates samples again
OpenAPITools#16929) Before: COM_V1_SCHEMA_JSON("https://example.com/v1/schema.json") After: COM_V1_SCHEMA_JSON(URI.create("https://example.com/v1/schema.json"),
…6847) * [PHP-SYMFONY] Support BackedEnum for enumm ref (16846) * [PHP-SYMFONY] Support BackedEnum for enumm ref (16846) * [PHP-SYMFONY] Support BackedEnum for enumm ref (16846) * [PHP-SYMFONY] Support BackedEnum for enumm ref (16846) * [PHP-SYMFONY] Support BackedEnum for enum ref (16846) * [PHP-SYMFONY] Support BackedEnum for enum ref (16846) * [PHP-SYMFONY] Support BackedEnum for enum ref (16846)
* Update base.ts * update base.ts * update mustache template * update samples --------- Co-authored-by: yangqiuyi <[email protected]>
…7001) * If a form param is an array and isn't caught in the previous checks, treat it as a slice of strings. * Add an example of a FormParam that is an array
…OpenAPITools#16865) * validate enum properties in validateJsonElement * regenerate samples * add test for enum validation in okhttp-gson models
…PITools#16738 (OpenAPITools#16859) * fix missing bean validation annotations on RequestBody * add new line to files * remove new line from files * reformat file
* Add Robocorp (robocorp.com) as user * Reference Robocorp into the README
* Add support for model name mapping for go Signed-off-by: Aidan Jensen <[email protected]> * Add model name and filename tests Signed-off-by: Aidan <[email protected]> * Use File.separator to make the test platform agnostic Signed-off-by: Aidan <[email protected]> --------- Signed-off-by: Aidan Jensen <[email protected]> Signed-off-by: Aidan <[email protected]>
* use Postman notation for path parameter * Regenerate samples
* trigger gradle build * update gradlew to use 7.x
* add powershell echo test, rename api key names * update
…ing Model folder (OpenAPITools#17025) * fix(powershell): make sure paths exists when building and importing module * chore(powershell): update sample psm1 and build.ps1 with path check
* fix circleci build * add maven opts * remove cache path * clear cache * fix node 0 * use 1024 * skip save cache * restore tests * fix * fix typo * update * clean up pom.xml
…penAPITools#17021) This is probably a pretty rare case as it just seems weird to have a time path parameter, but it's good to fix.
…nAPITools#16810) * init * fixed read and write * completed changes using latest-nrt sample * fixed all samples * add null check on write, change on exception * resolved conflicts * build samples * added backing property for not required properties * more not required and nullable hanlding improvements * revert sample updates for a merge master * revert sample updates for a merge master * sample build is working, need to remove warnings * fixed warnings in .net 7 with nrt * fixed manual tests * fixed all samples * fix npe * removed debugging lines * revert changes to unused file * removed unused lambdas * fix a serialization bug * make option a hidden property * updated documentation * improved parameter ordering
* add enum name mapping to java generators * update doc * update description
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.