Permalink
Commits on Jun 2, 2017
  1. add Play Framework

    wing328 committed on GitHub Jun 2, 2017
  2. #5712 put @JsonValue to appropriate place in generated enum, add Type…

    …Adapter for Gson enums, enhance tests (#5713)
    sdoeringNew committed with wing328 Jun 2, 2017
  3. add owner for restbed

    wing328 committed on GitHub Jun 2, 2017
  4. [C++] Restbed Server Stub Code Generator (#5742)

    * - Added Restbed Generator
    
    * - Added Json processing functions to model
    - Removed unnused code from restbed codegen class
    - Added response header processing to api template
    
    * Changed it to respect alphabetical order
    
    * Made the string joining java 7 compatible
    
    * Added samples
    stkrwork committed with wing328 Jun 2, 2017
Commits on Jun 1, 2017
  1. fix cpprest model source mustache template (#5716)

    (which was generating code that doesn't compile because of a wrong variable name)
    apopiak committed with wing328 Jun 1, 2017
  2. Update README.md (#5757)

    Johnny-Bee committed with wing328 Jun 1, 2017
Commits on May 31, 2017
  1. Merge pull request #5749 from swagger-api/issue-5748-2.2.x

    Updated parser to v1.0.29
    fehguy committed on GitHub May 31, 2017
  2. updated to 1.0.29

    fehguy committed May 31, 2017
  3. minor code format enhancement to ZipUtil.java

    wing328 committed May 31, 2017
  4. add npm config set to avoid time out

    wing328 committed May 31, 2017
  5. Fix spring generated controller annotations only generating for first…

    … return type (#5399)
    
    Fixes the spring java code generator so that the ApiResponse fields are populated correctly
    on the controller.
    
    Related to #4693
    JLLeitschuh committed with wing328 May 31, 2017
  6. [typescript-angular2] Avoid tslint "Unused import" warnings (#5723)

    Move the tslint comment that disables `no-unused-variable` to before the
    import statements, to avoid "Unused import" warnings
    imgx64 committed with wing328 May 31, 2017
  7. [docker] Run as non-root user, fixes permissions. (#5702)

    caseyfw committed with wing328 May 31, 2017
Commits on May 30, 2017
  1. Merge branch 'jimschubert-kotlin-api-model-docs'

    wing328 committed May 30, 2017
  2. Merge branch 'kotlin-api-model-docs' of https://github.com/jimschuber…

    …t/swagger-codegen into jimschubert-kotlin-api-model-docs
    wing328 committed May 30, 2017
  3. Kotlin client lists (#5729)

    * [kotlin] array->List instead of Array
    
    Serialization to/from primitive arrays can cause issues with valid
    responses. This commit considers swagger 'array' types as 'List' which,
    although not as memory efficient should provide a cleaner interface for
    users (and avoid serialization issues).
    
    Also, updates README.md to list new generator and excludes
    folder at samples/client/kotlin/bin/, which is not used.
    
    * [kotlin] Move sample under conventional directory
    
    samples/client/kotlin/ -> samples/client/petstore/kotlin/
    
    Updated new.sh to generate client/server/docs into similar structure.
    Current documentation generators (cwiki, html, html.md, html2) aren't
    following a convention like client/server generators.
    jimschubert committed with wing328 May 30, 2017
  4. remove unused folder

    wing328 committed May 30, 2017
  5. update appveyor to use java-jersey-jaxrs-ci

    wing328 committed May 30, 2017
  6. sort CodegenConfig

    wing328 committed May 30, 2017
  7. show CI test results for 2.3.0

    wing328 committed on GitHub May 30, 2017
  8. add kotlin and jimschubert as the template owner

    wing328 committed on GitHub May 30, 2017
  9. [kotlin] api/model docs

    This commit adds Api/Model/Auth documentation to the generated
    README.md. Because auth support is not yet fully implemented (users can
    manually set default headers globally), there aren't examples for helper
    auth methods.
    
    Models with inline enums document allowed values rather than pointing to
    a generated enum class.
    
    Two global additionalProperties were added (generateApiDocs,
    generateModelDocs) to allow templates to conditionally display
    documentatoin depending on these mutually exclusive settings. All
    current generators supporting docs will attempt to link to generated
    models when only api docs are specified.
    
    This also moves the $@ bash parameter in bin/kotlin-client-petstore.sh
    to the end of the args variable. This is because $@ can only be used to
    pass System properties like -DdebugModels, can can already be passed as:
    
    JAVA_OPTS="$JAVA_OPTS -DdebugModels" ./bin/kotlin-client-petstore.sh
    
    By moving the $@ to the end of the args, it allows us to pass additional
    properties and other switches directly to the script.
    jimschubert committed May 30, 2017
Commits on May 29, 2017
  1. Kotlin client (#5727)

    * Add new.sh helper script to create generator files
    
    * [kotlin] Initial Kotlin client generator
    
    * [kotlin] Generate sample
    
    * [kotlin] Sample helper files not needed for generation, but for sample evaluation
    jimschubert committed with wing328 May 29, 2017
  2. fix enum float value in C#, minor format fix in doc (#5726)

    wing328 committed on GitHub May 29, 2017
  3. [Java] Fix float enum value by adding "f" (#5724)

    * fix java float enum value
    
    * update java petstore samples
    
    * add comment explaining the fix
    wing328 committed on GitHub May 29, 2017
  4. [Ruby] Chunked file download (#5718)

    * [Ruby] Modify file download to be written in chunks in order to handle large files. #5704
    
    * [Ruby] Update Ruby Petstore with file download improvement. #5704
    cliffano committed with wing328 May 29, 2017
  5. Fixed missing isWildcard method used in templates

    wing328 committed May 29, 2017
  6. Apex update for NamedCredentials and Salesforce DX (#5717)

    * Added mustache file for namedCredentials
    
    * Removed Basic and OAuth from Apex API in favor of NamedCredentials
    
    * Moved old README to README for ant deployment
    
    * Added SFDX OSS descriptor
    
    * Removed remoteSite mustache
    
    * Changed package.xml from RemoteSite to NamedCredential
    
    * Update ApexClientCodegen to support SFDX and namedCredentials
    
    * Created initial README for Salesforce DX
    
    * Ran Petstore test for Apex commit
    
    * Fixed error in README mustache
    muenzpraeger committed with wing328 May 29, 2017
Commits on May 26, 2017
  1. update clojure petstore cient

    wing328 committed May 26, 2017
  2. Updates http-client dependency to correctly handles certificates (#5707)

    * Updates http-client dependency to one that correctly handles certificates
    
    This is important as amazon AWS gateway and several other types of certificates will not work correctly due to the old java library used by the 2.0.0 version of http-client.
    
    * Runs the petstore updates switch for clojure
    
    * Runs the petstore updates switch for clojure
    langford committed with wing328 May 26, 2017
  3. add SAS to list of companies using swagger codegen

    wing328 committed on GitHub May 26, 2017
  4. Merge branch 'master' of https://github.com/swagger-api/swagger-codegen

    wing328 committed May 26, 2017
  5. [PHP] Fix broken links in the auto-generated documentation (#5715)

    * remove trailing space in cpprest, update samples
    
    * remove unused pom.xml in go pestore
    
    * fix broken links in php api doc by fixing baseType
    
    * fix csharp api doc
    
    * fix php examples
    
    * fix examples for abstract php generator
    wing328 committed on GitHub May 26, 2017
  6. add Apex to the list of supported API clients

    wing328 committed on GitHub May 26, 2017