forked from swagger-api/swagger-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge remote master #5
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
Merged
Merged
Conversation
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
…ams-for-auth Fix unknown parameter on api_client's update_params_for_auth method.
[Java][Spring] Add enum test cases and fix formParam's enum value
* show path * install go
* prefix go local var with localVar * remove pom from go, minor fix to headerParams
Right now, any generated code where the http basic authentication is required is broken, as it tries to access nonexistent field in the generated `Configuration` struct. The alternative is to fix `configuration.mustache` to replace the `UserName` field with `Username` field.
…ization Go: Replace `.Username` with `.UserName` in generated API methods.
* add more tests for go, fix numeric form/header parameters * update go sample
Update our fork
Removed CLI option declarations in JavaJAXRSSpecServerCodegen that also appear in AbstractJavaJAXRSServerCodegen.
…com/JackWink/swagger-codegen into JackWink-feature/jack/update-swift-alamofire
…ger-codegen into arikon-feature/js-fix-types
Issue 3572 Remove duplicate CLI Options
…mschubert/swagger-codegen into jimschubert-csharp/INotifyPropertyChanged
…degen into kartenkarsten-patch-1
* Fix offsetDateTime and remove unnecessary override annotations * Update petstore samples to CI for resteasy testing * fix resteasy templates path * add ability to hide generated annotations * Update petstore resteasy samples * Deduplicate artifact names in resteasy projects
Adding support for JMustache compiler customization
[Go] fix trailing comma in go api client
* add schema title, description to HTML output * Include title, description in petstore sample (and HTML output)
* Show correct default value on CLI option description Fixes #3861 * Changes after ./bin/jaxrs-petstore-server.sh
[Swfit] fix path parameter with baseName mustache tag
* fix jaxrs line break * fix java gradle bat line break * fix scala gradle line break * fix undertow crt line break * fix spring line break * fix undertow line break in pom * rollback undertwo petstore to use petstore.yaml
[Swift] Use thread safe manager dictionary
* feature(php-cs-fixer) add php-cs-fixer support * feature(php-cs-fixer) tweak Mustache templates to fit PSR2 * feature(php-cs-fixer) bin/php-petstore.sh output
…l-request-template Mention security script in pull request template
…3887) * fix duplicated description in spring model * fix duplicated description in jaxrs models * fix resteasy dependency
* feature(phpunit) fix PHPUnit invocation, add basic phpunit.xml.dist * fix(phpunit) add proper paths relative to phpunit.xml.dist
[Doc] Fix warning in HTML generators
[Java][Python] Escape callback parameter for java(okhttp) and python
* Fixed errors with cpprest client generation when generating a client that uses arrays of primitive types (vector) and file responses (HttpContent). * Updated the petstore sample using script. * Removed debug code. * Removed extra newline to match master. * Fixed binary file handling in cpprest. Updated petstore samples. * Update readme to add Cummins to list * Cleaning up for pull. Removing unnecessary changes. * Fixing petstore * Fixing error in build. * Fixed error in stream copy for binary data * Replaced tab with 4 spaces in all modified files. Replaced tab with 4 spaces in all modified files.
* stop parsing key of object at first comma. * update samples
* Extended request generation logic with support for serialized body content types other than Json * Updated the Petstore Python client tests * Fixed body content type identification for strings
* [aspnet5] Fix basePath application to operations * [aspnet5] Regenerate sample
[Python][Flask] fix python flask controller issue without tag
… (#3899) * Properly git-ignore all nbactions.xml files. * Add a command line action to print the program version (#3892). I am using maven resource filtering capabilities so that an existing version.properties resource file gets filtered upon build and populated with the project version tag. This resource is then read at runtime as required. * Using a different version tag when unreadable.
[All] Fix some inheritance/composition issues and add allOf unit tests
Migration should create pluralized table names Change controller filenames
WIP: Fixup rails5 server
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.