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

Apispec 2.0 #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Apispec 2.0 #1

wants to merge 10 commits into from

Commits on Jun 27, 2019

  1. Reworked spec generation with tests

    Stanislav Rogovskiy committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    3660592 View commit details
    Browse the repository at this point in the history
  2. Improve configuration

    Stanislav Rogovskiy committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    826cff8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Set DEFAULT_OPENAPI_VERSION to 3.0.2

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    09082b7 View commit details
    Browse the repository at this point in the history
  2. Do not parse parameters if aiohug decorator was not used

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    51b15ed View commit details
    Browse the repository at this point in the history
  3. Fix parsing required parameters

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    7385e68 View commit details
    Browse the repository at this point in the history
  4. Improve parsing routes

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    88a2c5f View commit details
    Browse the repository at this point in the history
  5. Fix parameters parsing and schema definitions. Set summary to url if …

    …no docstring provided
    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    762124f View commit details
    Browse the repository at this point in the history
  6. Remove support for definitions path

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    eb951c6 View commit details
    Browse the repository at this point in the history
  7. Do not require venv for test Makefile goal

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    5407a23 View commit details
    Browse the repository at this point in the history
  8. More tests

    Stanislav Rogovskiy committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    085b3ca View commit details
    Browse the repository at this point in the history