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
Update my fork #2
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
…6647) * Add unit tests for additional properties * add unit tests * Add unit tests and fix processing of additionalProperties * fix deserialization issue with additional properties
fixes: #5781 Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
* fixes #6650. Rust client: multiple returns becomes optional. * Rename new param "supportMultipleReturns" into "supportMultipleResponses". * Remove redundant `UnknownList` enum option. * update doc Co-authored-by: William Cheng <wing328hk@gmail.com>
* Fixed a bug where request body names were not being transferred appropriately based on openapi definitions * Added changes made to output samples * Fixed formatting on Controller.mustache * Added sample code generated after last change
* mark angularjs as deprecated * add new files
* improve objc tests and samples * update objc core-data
* When withXml=false we shouldn't add the jaxb imports When users are just dealing with json and set withXml=false jaxb (Java Api XML binding) imports are not needed. * Updated the microprodile-rest-client samples * Removed cxf-rt-rs-extension-providers dependency * Fix processing of enum values * Remove unwanted changes * Remove spaces
- A static set needs a static lock or we get multiple locks if the class is inherited - If this fix is not included and SWGObject is accessed from a second thread then we get EXC_BAD_ACCESS error (crash)
* Remove package from sources * Add Mocker package * Add BaseModel Beside setters and getters this class implements three methods required for mocking: getOpenApiSchema, createFromData and jsonSerialize. BaseModel keeps all data values in $dataContainer like PHP client does. I don't see other way to support scalar models(enum for instance). That's why I've removed class variables generation. * Update documentation * Update PHPUnit section in readme * Add constant with models namespace This constant will be required for data deserialization when handling refs. * Refresh samples * Add samples generation config
* Enable forward declaration for C++ * Change local var name for readability and remove newline char * Rename variables and refactor if statements
* [go] Required fields are not pointers * regenerated
Update maven plugin version in docs
* consolidate php samples * restore EnumTestTest.php
…#6743) Co-authored-by: Rapp Bernhard <bernhard.rapp@lec.tugraz.at>
* [Python] enum serialization * Fix serialization of nested enum
It's now been several months since I last contributed. I'm no longer working with Rust on a regular enough basis to be confident reviewing changes to the Rust generators. In my absence, the other members of the technical committee have been doing a great job. Thus, I intend to remove myself from the Rust technical committee. Once this has been merged, I'll also remove myself from the organisation and delete any other permissions I might have accumulated. I'm one of the owners of the [swagger crate](https://crates.io/crates/swagger), a dependency of code generated by the rust-server generator. I'll remove myself as an owner of that as well. That will leave two owners (one being @richardwhiuk) - let me know if you want me to add a replacement. I'll leave this for a few days before merging. Please shout if there's something I've missed or need to hand over. Thanks to everyone who's contributed to the Rust generators - I enjoyed my time as part of the technical committee. Thanks in particular to @wing328 - your help with rust-server was invaluable.
* fix oneOf doc in Java jersey2 * fix sample code * add new files * minor tweat to the doc
* ValidatePattern having double quote(") throws exception on running Build.ps1 * fix tab with space * [powershell-experimental] : http signature auth * fix the tab issue * merge cnflict fix for powershell experimental * Htpp signing : added support for ecdsa * Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * Update modules/openapi-generator/src/main/resources/powershell/configuration.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * HttpSigningHeader accepts any header available in request to calculate the signature. * Update modules/openapi-generator/src/main/resources/powershell/http_signature_auth.mustache Co-authored-by: Sebastien Rosset <serosset@cisco.com> * Incorporated the review comments * addressed the merge conflict * discard readonly property in initialize cmdlets * update doc * update powershell sample Co-authored-by: Ghufran Zahidi <gzahidi@cisco.com> Co-authored-by: Sebastien Rosset <serosset@cisco.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
* better code format, extension * show php version * set php version to 7.2.15
* Protect from NPE when paths aren't provided * Add regression test for NPE when paths aren't provided * Replace logger.debug with logger.error
* Dynamic server support * regenerated * Apply suggestions from code review Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com> * regenerated * Add ParameterizedServer feature to Python experimental * Fix lookup of server variables * Add tests and change default value for servers * Fix server variables * Return base path when index is None * Use HOST * Apply suggestions from code review * Apply suggestions from code review * regenerated * Add specific tests for dynamic servers * regenerated * add docstring * regenerated * Fix wrong merge resolution Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com>
* add debugging to oauth * use fine instead
Co-authored-by: Author <>
* add 'deno' to typescript platforms * add Deno support to typescript generator * add Deno support to typescript generator * add Deno support to typescript generator * add Deno support to typescript generator * add Deno support to typescript generator * add extensionForDeno property for typescript generator * add URLParse Deno wrapper for typescript generator * update deno version in .travis.yml
* Dart - generate constructor with names params * Test if constructor exists
* fix hardcode test * update FILES
…P signature (#6632) * Add support for (expires) and (created) fields in HTTP signature * Add support for (expires) and (created) fields in HTTP signature
Allow faster trigger of docker latest-release tagged image to evaluate correctness, will then bump back up to every 48 hours.
There was a missing apostrophe in echo command.
Runs every minute on the 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29 and 31th of every month
* add nullable body support * update serializeToString with nullable body * add nullable support to body parameter * minor code format change * Revert "minor code format change" This reverts commit 3af1838. * code format fix
* Fix annoying compile error Fixes an annoying compile error that happens when a .NET Core 3.1 Swashbuckle generated `swagger.json` has a Controller with a request class. > Type 'ApproveBrandRequest[]' is not assignable to type 'string | number | boolean | HTTPQuery | (string | number | boolean)[]'. Type 'ApproveBrandRequest[]' is not assignable to type '(string | number | boolean)[]'. Type 'ApproveBrandRequest' is not assignable to type 'string | number | boolean'. Type 'ApproveBrandRequest' is not assignable to type 'true'. * generated template files. * update samples Co-authored-by: Mathias Lorenzen <mathias.lorenzen@broelstaerk.dk> Co-authored-by: William Cheng <wing328hk@gmail.com>
…#5465) * feat(typescript-rxjs): add support for returning statusCode and progressSubscriber via function overloading * feat(typescript-rxjs): use ?? instead of || to support relative basePath of "", upgrade to typescript 3.7 * feat(typescript-rxjs): regenerate samples * refactor(typescript-rxjs): change explicit undefined checks to shorthand return * feat(typescript-rxjs): add missing progressSubscriber key when building RequestArgs * feat(typescript-rxjs): regenerate samples * style(typescript-rxjs): remove whitespace, add colons * feat(typescript-rxjs): regenerate samples * refactor(typescript-rxjs): destructure configuration in BaseApi * fix(typescript-rxjs): returning empty string for apiKey and accessToken * feat(typescript-rxjs): replace withStatusCode option with response = raw option, reuse rxjs AjaxRequest and AjaxResponse types * feat(typescript-rxjs): regenerate samples * Prints out the parameter name in throwIfNullOrUndefined * Fixed misspelling * feat(typescript-rxjs): add withProgressSubscriber additional-properties flag to cli, remove unused withInterfaces flag * refactor(typescript-rxjs): use backticks instead of String constructor in encodeURI * feat(typescript-rxjs): replace Object.keys() with Object.entries() in queryString helper * style(typescript-rxjs): improve indentation of new withProgressSubscriber checks within templates * feat(typescript-rxjs): use entire es2017 lib in tsconfig.json for building with target es6 * feat(typescript-rxjs): regenerate samples * feat(typescript-rxjs): adjust sample generation, regenerate samples * docs(typescript-rxjs): regenerate docs Co-authored-by: Justin Van Dort <justinvandort@gmail.com>
* prepare 5.0.0-beta release * fix java-client pom
Add links to tech blog, youtube video
* Update laravel from 5.6 to 7.0 * Updated petstore example, removed missing files * Updated PHP version to match composer.json * Add samples generation config with OAS3 input spec * Fixed gitignore compile errors, updated to newest petstore example * Add composer.lock to .gitignore * Fix generator gitignore location * Add integration tests * Refresh samples Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>
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.