-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Better format in C templates #1219
Closed
Closed
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 nullable support to python client * update PR template
* add hfmt support (without updating the sample) * update haskell httpclient samples with hfmt * add code format option to haskell servant, minor bug fixes * update code samples with hfmt * update samples using stylish-haskell * rename env variable * update haskell samples with stylish-haskell * regenerate haskell samples without stylish-haskell * regenerate haskell servant sample * update example-app & tests-integration for OAS2 code
* Use the same name for all exposed encoder & decoders; * Improve imports (limit exposures); * Add support for OAS3 discriminators; * Distinct between 0.18 & latest mustache files.
* Generate default values for optional model fields in scala-akka Fix #1118 * Updated akka-client petstore with defaults for optional model fields * update petstore sample with scalafmt
[Golang][go-gin-server] Fix path parameter naming
* better handling of different types in elm generator * [elm] Fix toString for special cases
* minor enhancements to the mysql generator * add ybelenko to the README
* renmae Go post process file env variable * add back samples/client/petstore/c/libcurl.licence * keep go samples up-to-date * update go petstore samples * update go samples without formatting
* update using release_version_update * comment out ensure up to date script * update using release_version_update_docs * remove current master
* update version * update petstore samples
* Allow colons in interface property names: #1080 * replace tabs with spaces * add docs * add example in doc * update docs * update docs * remove language specific docs in DefaultCodegen * Delete addPet-BodyParams.csv * remove toPropertyName and update toVarName instead for TS
* update README with 3.4.x * fix div
* remove left|right point double angle quotation marks * move to DefaultCodeGen and update TypeScriptAngularClientCodegen to reflect new clean function so that the filename AND imports are added correctly * rename to a more accurate name :) * shippable fixes * shippable javadoc fix * replaced cleanModelFilename with sanitzeName * remove DefaultCodegen changes
* better format for ruby test * update ruby petstore
* Pushing the improved fix * reverting the unrelated change * saving the revertal properly
* Add test case which reproduces issue340 * Take the first $ref we find in the allOf-List
* fix default, example for java okhttp * update java feign samples * update samples, doc * add new doc for dart-jaguar * update model template * update jaxrs spec model * update resteasy sample * update java samples
* update plugin version * update version in CI pom * use maven 3.2.5
* Start working on fixing default value in Restbed Server Api Template * fix default value in DefaultCodegen * Revert "fix default value in DefaultCodegen" This reverts commit ce69006. * fix default value in cpprest * update cpp restbed samples
…th token retry (#1183) * Fix bug when specifying grant-type for OAuth token retry * Update samples * Update security samples
#1132) * Allow specifying/overriding the parent in the pom file for Java and Spring generators. * Don't add extra whitespace to the pom file when the parent isn't overridden. * Remove accidentally added white space.
* update jmockit version * list jvm * test jdk9 in appveyor * use latest version of gradle * update to jdk9 * use openjdk9 * use default java version in appveyor * use jdk8 docker image * consolidate bash, ios pom into parent pom * consolidate circlecii pom into parent pom * remove circleci pom.xml
Explicitly adding node.js 8 type definitions before ClientResponse interface was removed due to deprecation.
* Fix character conversion error ref https://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/ServletResponse.html > To send character data, use the PrintWriter object returned by getWriter() * Update samples * Update spring-stubs
* [go] x-www-form-urlencoded-body-fix * [go] run scripts in bin and bin/security
* verify updatePetWithForm in go client * update wording
* update readme * fix logger warning
Closed via #1224 |
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
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.master
,3.4.x
,4.0.x
. Default:master
.Description of the PR
Even though one can use a code formatter to format the C client, we still want the C client to have decent code format (e.g. code align properly, etc).