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
[julia] Add support for style, explode in query params #1
Draft
vdayanand
wants to merge
1,492
commits into
master
Choose a base branch
from
v/styleform
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
* [rust-axum] Feat: split up api trait per tag * [rust-axum] Fix: missing types in api files * [rust-axum] Fix: add samples output * [rust-axum] Feat: handle mutli tagged operations * [rust-axum] Fix: spacing between generated operations * [rust-axum] Fix: coding standards
…nAPITools#18198) * [dart-dio] Incorrect hashCode and == overide for fields withList * fix * extend description --------- Co-authored-by: Vasiliy Ditsyak <[email protected]>
…ools#18462) * Issue-18444: recursively trace variables and support of new option * Issue-18444: suppoting inheritance, but interfaces * Issue-18444: build project instructions executed * code review from wing328: tab-spaces removed * code review by wing328: added a line of comment for the private method
…e millisecond resolution. (OpenAPITools#18673)
* Revert "7.6.0 release" This reverts commit d76f9d3. * prepare 7.7.0 snapshot in master * update samples
updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…penAPITools#18576) * Added support for <inputSpec/> arguments of JAR URLs. E.g., jar:jar-specific-uri!/spec.yml. * Resolve and search COMPILE dependencies for inputSpec resource. * Added test cases for openapi-generator-maven-plugin:generate input specifications: * URLs of the form jar:jar-specific-uri!/spec.yaml * Resources on the compilation classpath in addition to the existing FILE test case. * Check for inputSpecFile existence else it is a remote URL && url is not empty * replaced deprecated usage * use Unix separators when on win-os * example with jar inputSpec * Comment not required anymore Was introduced with OpenAPITools#7587 could be removed with OpenAPITools#10544 * referenced same maven version these artifacts are referenced by same ${project.version} in https://github.com/apache/maven/blob/master/pom.xml * updating maven dependencies to 3.9.6 --------- Co-authored-by: Allen D. Ball <[email protected]>
…otlin (OpenAPITools#18705) * [kotlin] Target correct library in jvm-spring-webclient sample * [kotlin] Fixed warning in jvm-spring-restclient * [kotlin-wiremock] added generator and sample * [kotlin-wiremock] First version with petstore * [kotlin-wiremock] Small typo * [kotlin-wiremock] Added echo-api test * [kotlin-wiremock] Split stub and stub builder * [kotlin-wiremock] Added default values and jackson annotations to models * [kotlin-wiremock] Small default value fix * [kotlin-wiremock] Use Gradle wrapper version in samples-kotlin-server GitHub workflow * [kotlin-wiremock] Added default artifact name * [kotlin-wiremock] Added kotlin docs * [kotlin-wiremock] Fixed capitalization in kotlin docs * [kotlin-wiremock] Added kotlin-wiremock echo_api sample to GitHub workflow * [kotlin-wiremock] Added new generator to README.md * [kotlin-wiremock] Generated docs * [kotlin-wiremock] Generated docs (missed commit) * [kotlin-wiremock] Explicit Gradle wrapper version in kotlin server generators * Revert "[kotlin-wiremock] Explicit Gradle wrapper version in kotlin server generators" This reverts commit 71e1c47. * [kotlin-wiremock] Revert Gradle in workflow samples-kotlin-server and moved kotlin-wiremock samples to separate workflow * [kotlin-wiremock] Use Java 11 instead of Java 8 * [kotlin-wiremock] ensure-up-to-date
* fixed nullability * minor refactor to address a comment * removed discriminator property * update more manual tests * update more manual tests * added tests and bug fixes * fixed allof * reworked manual tests to compare json instead of classes, reworked discriminator logic * removed unneeded code
…APITools#18646) * Add value types for the ASPNETCORE generator * generate samples
…penAPITools#18594) Co-authored-by: Renato Mameli <[email protected]>
…alidation (OpenAPITools#18332) * Fix java list validation * Fix java list validation * Fix java list validation * Fix java list validation
* webclient: update junit to 5.x * update samples * update samples * update samples * update samples * update samples * clean up * update samples * update pom plugin version * update tests
…thXml for Spring RestClient and fix its README (OpenAPITools#19146)
…ools#19185) * update rest assured to use junit 5 * regenerate samples * update junit from 4 to 5 for retrofit2, vertx * update vertx test template
…ITools#19134) * adds support for x-pattern-message for patterns in kotlin-spring generator as known in java spring generator * updates doc kotlin-spring
…ways uses jakarta namespace (OpenAPITools#19171) * java libraries bean validation use jakarta * java libraries bean validation use jakarta * java libraries bean validation use jakarta
…iminator (OpenAPITools#19195) * add new typescript-fetch self import issue sample * add a new typescript-fetch self import issue config * generate sample * regenerate sample * Prevent duplicate typescript imports * Update generated samples * Filter imports instead of discriminators mapped models * Update generated samples --------- Co-authored-by: GeroSchaarmann <[email protected]>
…APITools#19058) * [Kotlin][Spring] Fix RequestPart handling for multipart request * [Kotlin][Spring] Add sample spec for kotlin multipart request model --------- Co-authored-by: dimitar.tomov <[email protected]>
…penAPITools#19196) * [python-fastapi] Added some tests for FastAPI generator 1. Checks the generation of the implementation package. 2. Checks if the endpoints with and without descriptions generate correct output. Signed-off-by: Nikita Vakula <[email protected]> * [python-fastapi] Raise 500 if there is no implementation Signed-off-by: Nikita Vakula <[email protected]> --------- Signed-off-by: Nikita Vakula <[email protected]>
* update cxf to newer version * better format
…ndler generates broken code when used with flag delegatePattern (OpenAPITools#19206)
…minator (OpenAPITools#19219) * Add samples using `oneOf` without discriminator * Fix typescript-fetch code gen for `oneOf` without discriminator * Return `{}` instead of original `json`
* Adding decimal to template for Python generator * Rerunning the build steps * Add tests for decimal serialization and deserialization. * Move test to python not legacy pydantic sample * readd old imports --------- Co-authored-by: Adam <[email protected]>
…terface (OpenAPITools#19212) * fix OpenAPITools#19211 kotlin-spring flag delegatePattern together with skipDefaultInterface generates broken code * add kotlin-springboot-delegate-nodefaults to the workflow * fix Platform declaration clash * move kotlin-springboot-delegate-nodefaults to the kotlin-server-jdk17 file * fixed empty line
…enAPITools#19202) * [Kotlin][Spring] Document already supported vendor extensions * [Kotlin][Spring] Add support for x-{class,field}-extra-annotation
…s#10342) (OpenAPITools#19230) This commit updates the access modifier of the ExtendedCodegenModel class from its default (package-private) to public, allowing it to be accessible from outside its package. Co-authored-by: Paulo Da Rocha Filho <[email protected]>
* rust: support repr(int) enum * Regen APIS * remove the extra lines * merge most recent commits from master * update tests to ensure that enum compiles correctly * drop changes to kotlin files --------- Co-authored-by: Jihyun Yu <[email protected]>
vdayanand
changed the title
WIP: add support for style, explode
[julia] Add support for style, explode in query params
Jul 24, 2024
* feat: add scope for oauth2 * fix: add parameter AlwaysMultipartFormData * fix: string to boolean * fix: optional bool * fix: null checks * Optional string * Remove all references to OAuthMultipartFormData * Remove _multipartFormData = multipartFormData; * Remove typo * Run generate-samples and export_docs_generators * Revert "Run generate-samples and export_docs_generators" This reverts commit f051f26. * Switch to string.IsNullOrEmpty, add langVersion 8 * Add langVersion 8 in ConditionalSerialization * Use regular strings for netstandard2.0 * Remove references to langVersion 8 * Fix variable * Use template engine to toggle nullable string * Trigger tests * Generate samples * Trigger build * Use {{nrt?}} * update samples --------- Co-authored-by: Morten Jansrud <[email protected]>
tanmaykm
approved these changes
Jul 25, 2024
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.
This PR adds generation of kwargs necessary to configure serialization type
deepObject
(JuliaComputing/OpenAPI.jl#78)@tanmaykm
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(6.3.0) (minor release - breaking changes with fallbacks),7.0.x
(breaking changes without fallbacks)