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
Merge upstream #7
Merged
Merged
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
* add httr2 support to r client gen * fix headers * add accepts, content-types * update samples * fix req * update samples * various fixes * add data file test * fix streaming, add tests
…PITools#13007) * Adds endpoint creation in path modules * REgens samples * Adds BaseApi so there can be 2 class interfaces for http method and operationid * Adds paths init * Adds enum containing paths * Uses path enum for endpoint paths * Adds camel case to undersce converstion in to ineum var name * Fixes path enum generation * Moves path api combination module into apis * Moves tag apis into a tags module * Adds path_to_api * Changes module path to paths * Fixes tag api imports * Fixes self type in endpoint methods * Adds test changes * Adds tag enum * Adds tag_to_api * Adds missing tag * Fixes self types in endpoint methods * Refactors java endpoint generation to be simpler * Further refactors generateEndpoints * Generates one test file per endpoint * Updates v3 samples * Fixes endpoint tests, all tests passing now * Samples regenerated * Fixes petstore tests * Generates separate endpoint test methods on each endpoint * Fixes api docs and enum string values in those docs * Regenerates samples * Removes pass to fix tests
* Adds fix for api names and tag names * Removes sample spec * Samples regenerated
* add test for header parameters * fix header parameter in r httr2 client
…koverflow (OpenAPITools#13062) Fixes an issue in python-experimental that was causing a stackoverflow error. * Fixed by adding composed schemas to the list of 'includedSchemas' * Fixed an additional issue that was causing a schema to be added to the 'includedSchemas' list * Added a unit test with a minimal GeoJson spec to confirm results
…hemas to the includedSchemas list (OpenAPITools#13070)
* fix form parameter support in the r client * fix query param * fix form parameters
…V4Signature are both enabled. (OpenAPITools#13015)
Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ITools#13058) * java http-client multiPartBuilder support custom contentType for textBody * java apache-httpclient serialize support custom contentType * modify getContentType method
…ls#13074) * Revert "Issue 13043: converted an exception to a warning for doubly adding schemas to the includedSchemas list (OpenAPITools#13070)" This reverts commit bbf463f. * Samples regen
* fix 13025 with correct default values for array * fix missing curly bracket
* Spec updated with json schema tags * Samples regenerated
…PITools#13106) * Regens docs in new locations, adds endpoint anchors * Updates readme links and top of page link * Model updates so the readme links work * Samples regenerated * Adds missing module names to apis and models
* Removes print * Samples regenerated
Samples and build for seperate model projects
…PITools#13112) * update readme to show bearer auth * fix doc * fix doc
OpenAPITools#13049) * Ensure CancellationTokenSource disposal in CSharp clients * Fixed broken BaseValidate in CSharp models * Ensure final CancellationToken is used in CSharp API clients * Ensure EmitDefaultValue true for required properties in CSharp clients * Regenerated samples * Fixed broken C# ApiClient.ExecAsync disposable resources
* fix and add perl client tests * fixed undefined value in Perl * update perl client sample * fix test case
* add bandwidth to the user list * Update README.md Co-authored-by: AJ Rice <[email protected]> * update link Co-authored-by: AJ Rice <[email protected]>
* add discriminator property, mapping * add discriminator, mapping support to R client generator * add discriminator, mapping support to R client genrator httr library
…rs (OpenAPITools#13542) * adjust templates to allow injecting ResponseSerializers * generate samples * swift < 5.5 compatibility
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* JS add oneOf support * add validate json method * add oneOf support to JS client * update samples * add todo in anyof * switch to composed.oneOf * update oneOf to support primitive types * update messages * minor fix, add more tests * update samples * fix npe in from model * fix syntax error in length check * update samples
* add url validation in r client * update samples
* add url validation in r client * update samples * add more tests for url validation
* fixed data type issues * reverted a change
… string constant for use in @ApplicationPath (OpenAPITools#13377) * generate a RestResourceRoot with a string constant holding the jax-rs resource root to be used in the @ApplicationPath annotation to make it easier for people, who want to write their own jax-rs Application class * build and update samples as per PR guide * renamed introduced constant from ROOT to APPLICATION_PATH to make its use more obvious
* Adds bug fixes * Samples and docs regenerated * Samples regenerated
…ITools#13585) * fix: remove option supportPython2. [python-flask][python-aiohttp][python-blueplanet] * fix: update samples * test only python servers * fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp] * Revert "fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]" This reverts commit 9f47db2. * test in circlei * run commands directly * test in node 1 * update makefile * fix Makefile * fix test * revert some changes, remove python server tests from travis Co-authored-by: Kevin Bannier <[email protected]>
…13598) * add successfulCodeRange to configuration * generate samples
* [swift5] fixes bug OpenAPITools#13410 * Fixed indentation, added missing generated samples
OpenAPITools#13503) * [rust] [rust-server] Abstract Rust Integer fitting * Add docstrings
* [PHP] BUGFIX: fix code breaking when query params contain a DateTime object * [PHP] Autogenerated files
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixing to use equalsNullable when nullable set in config for SpringCodeGen * Adding additional test case file * removed print statement from SpringCodeGen * Updated model object * Corrected indentation and removed import * Fixed broken test * Updating sample
* Remove request mapping * Fix bug for feign clients * Fix test * Fix test files * Rebuild * Revert change
…tream # Conflicts: # modules/openapi-generator/src/main/resources/typescript-nestjs/api.module.mustache # modules/openapi-generator/src/main/resources/typescript-nestjs/api.service.mustache
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.
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
(5.3.0),6.0.x