Merge upstream fixes#26
Merged
code-lucidal58 merged 164 commits intoCiscoM31:masterfrom Nov 2, 2020
Merged
Conversation
* PR7500 * update samples Co-authored-by: William Cheng <[email protected]>
…7527) * fix: correct handling of customHeaders Problem: custom headers could be overwritten between request retries following, e.g. a token refresh ( for example, while implementing @4brunu refresh code : #5462 (comment) ). A simple reordering of the modifiedRequest headers construction solves the problem. * fix: correct PetStore samples implementation [PR#7527] Co-authored-by: Franz Marini <[email protected]>
* add server url without variables to the test spec * fix php tests * fix tests * fix assertion
Co-authored-by: Lucas Chwe <[email protected]>
swagger-parser has the potential to return null for messages which will throw NPE on initialization of the validationMessages hashset. rather that allow this to happen we will assume that a null message collection represents an empty collection and continue. Fixes #7453
* Update RetryConfiguration.mustache Use Policy<> instead of RetryPolicy<> to allow for use of wrapped policies. * update samples Co-authored-by: William Cheng <[email protected]>
…ment (#7424) * [Python-experimental] Don't mandate passing in required value as argument * Remove usage of have_value * Address additional review comments * Fix tests according to the code change * Does not set None as value initial value, removes hasRequired tag usage, updates docstring Co-authored-by: Justin Black <[email protected]>
* add test for serialization of special propery name * comment out os dependent test
…aginated (#5022) Co-authored-by: Mathias Hinterndorfer <[email protected]> Co-authored-by: Mathias Hinterndorfer <[email protected]> Co-authored-by: Jim Schubert <[email protected]>
#7679) * Simple fix to allow users to override the Api class and set handlers * fix definition order * Regen petstore example files
* Force isCollectionFormatMulti in case of binary/file * Manage multipartFormData in isCollectionFormatMulti * Update petstore Co-authored-by: Julien Herr <[email protected]>
…7811) * Update CONTRIBUTING.md typos * update doc Co-authored-by: William Cheng <[email protected]>
adesso is using openapi tools as well.
* [python] add socket_options to configuration for the rest client * (python-experimental) add socket_options to configuration for the rest client This mirrors work done on the python generator * (python-experimental) add test to cover socket_options is passed on from configuration Co-authored-by: steve brazier <[email protected]>
* Update users.yml We are happily using this, too! * add our logo, too * sort in our company alphabetically Co-authored-by: Alexander Presber <[email protected]>
* add net47 support to the csharp generator * update doc, fix appveyor
* test protobuf schema * remove sudo * use different image * proto files * test with go * test with go * test with go * test with go * break the build * Revert "break the build" This reverts commit 81c10e7. * remove comment * move config * remove old protobuf-schema.yaml
* [Spring] Use default jackson-databind fix #7743 * Samples
* Fix Spring Kotlin generation of array/map models * update doc Co-authored-by: William Cheng <[email protected]>
Co-authored-by: Guillaume Doussin <[email protected]>
* rename BigDecimal to decimal * add isDecimal * fix tests * minor fixes * fix mapping, update doc * update test spec * update c# samples
5 tasks
|
LGTM |
This file contains hidden or 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
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.
Update from upstream
PR checklist
./bin/generate-samples.shto update all Petstore samples related to your fix. 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