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

Added Swagger generation #569

Merged
merged 10 commits into from
Dec 11, 2017
Merged

Commits on Nov 7, 2017

  1. Added Swagger generation

    elasti-ron committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    8ec66b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a15e0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8445f6e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. SwaggerGenerator cleanup:

    * moved EnumValidator#values to validator.rb
    * replaced 'save_and_compare' method with new rake task ("apipie:did_swagger_change") and optional 'x-computed-id' info field in output swagger
    * added "require 'zlib'" (if configured to generate x-computed-id field)
    * removed leftover routines (SwaggerGenerator#investigate, SwaggerGenerator#dump_param_desc)
    * added warning_inferring_boolean (when inferring that a [true,false] enum param is really a boolean)
    * documented the 'host' configuration param in the README, and made it possible not to include this field in the output
    elasti-ron committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    193c604 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    0fbe2fb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. fixed 'warn_inferring_boolean' error. changed swagger operation-id ge…

    …neration to play nice with swagger-codegen
    elasti-ron committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    a58cb72 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    50601d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9badda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e559b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    b5531d8 View commit details
    Browse the repository at this point in the history