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 testing to the generated OpenAPI. #286

Closed
wants to merge 18 commits into from

Commits on May 13, 2024

  1. Added testing to the generated OpenAPI.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4a1a317 View commit details
    Browse the repository at this point in the history
  2. Added a min spec that exercises the dredd workflow.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    04bca82 View commit details
    Browse the repository at this point in the history
  3. Revert to using applicaiton/json.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4bba8b2 View commit details
    Browse the repository at this point in the history
  4. Add an example to make optional build_flavor parameter optional.

    See apiaryio/dredd#1430
    
    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c2d9734 View commit details
    Browse the repository at this point in the history
  5. Fix up command line args.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    19e7d17 View commit details
    Browse the repository at this point in the history
  6. Add --x-include option to the merger to support x-tested.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    87d7368 View commit details
    Browse the repository at this point in the history
  7. Run dredd with hookfiles.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b309e12 View commit details
    Browse the repository at this point in the history
  8. Workaround CVEs introduced by dredd.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4db1eea View commit details
    Browse the repository at this point in the history
  9. Added test coverage data.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    78f1145 View commit details
    Browse the repository at this point in the history
  10. Download all coverage artifacts.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3f5a0a7 View commit details
    Browse the repository at this point in the history
  11. Filter without delete.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    09cc4fb View commit details
    Browse the repository at this point in the history
  12. Added tests for GET _cat.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bb690e4 View commit details
    Browse the repository at this point in the history
  13. Added x-tested to DEVELOPER_GUIDE.md.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9f84448 View commit details
    Browse the repository at this point in the history
  14. Disable @typescript-eslint/no-var-requires for .js files only.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7971664 View commit details
    Browse the repository at this point in the history
  15. Merged with main, moved package.json to the root.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    62a531f View commit details
    Browse the repository at this point in the history
  16. The _cat help API does not support parameters.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c0e4880 View commit details
    Browse the repository at this point in the history
  17. Added /{index}/_doc > POST > 201 > application/json test.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e1799d1 View commit details
    Browse the repository at this point in the history
  18. Added a /{index}/_doc/{id} > DELETE > 200 > application/json test.

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed May 13, 2024
    Configuration menu
    Copy the full SHA
    27a3797 View commit details
    Browse the repository at this point in the history