Skip to content
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

Oleastre fix check for file type #570

Merged
merged 3 commits into from
Dec 27, 2019
Merged

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    570d94b View commit details
    Browse the repository at this point in the history
  2. In templates, replace *isFile and *notFile with *isBinary and *notBinary

    Automated replacement with the following sed command:
    sed -i -re "s/\\{\\{([/#^](is|not))File\\}\\}/{{\1Binary}}/g" $FILENAME
    oleastre committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b6ef054 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Merge branch 'fix-check-for-file-type' of https://github.com/oleastre…

    …/swagger-codegen-generators into oleastre-fix-check-for-file-type
    
    # Conflicts:
    #	src/main/java/io/swagger/codegen/v3/generators/DefaultCodegenConfig.java
    #	src/main/resources/handlebars/JavaInflector/formParams.mustache
    #	src/main/resources/handlebars/JavaJaxRS/libraries/jersey1/api.mustache
    #	src/main/resources/handlebars/JavaSpring/apiDelegate.mustache
    #	src/main/resources/handlebars/JavaSpring/formParams.mustache
    #	src/main/resources/handlebars/JavaSpring/libraries/spring-cloud/formParams.mustache
    #	src/main/resources/handlebars/kotlin-server/api_doc.mustache
    HugoMario committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    0089c53 View commit details
    Browse the repository at this point in the history