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

Spec inconsistancy checks work on OpenAPI v3.0 specs as well #179

Closed
wants to merge 10 commits into from

Commits on Jul 22, 2021

  1. Gotta keep up with dodgy real-world API specs

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7f779c1 View commit details
    Browse the repository at this point in the history
  2. Aded test:quick so we don't keep doing 1500 real-world tests

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2f87b2a View commit details
    Browse the repository at this point in the history
  3. It seems there's a version 2 format of package-lock.json now

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7ea15d1 View commit details
    Browse the repository at this point in the history
  4. It would be nice if spec validation also did the same checks in OpenA…

    …PI v3.0 specs
    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d402efd View commit details
    Browse the repository at this point in the history
  5. Update to online bundles

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    782f78d View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Added list of spec inconsistencies that are checked for in Swagger v2.0 and OpenAPI v3.0 specs
    stueynz authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c5cd1e9 View commit details
    Browse the repository at this point in the history
  7. When checking specification; accumulate errors from the whole spec be…

    …fore throwing exception
    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    766ad8f View commit details
    Browse the repository at this point in the history
  8. Changed README.md online

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    50a1af7 View commit details
    Browse the repository at this point in the history
  9. Fixed lint error

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1de01ce View commit details
    Browse the repository at this point in the history
  10. Whoops...left out a \n when accumulating errors

    Stuart McGrigor authored and Stuart McGrigor committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1c2ff2d View commit details
    Browse the repository at this point in the history