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

Add error handling middleware #126

Merged
merged 19 commits into from
Nov 20, 2024

Commits on Nov 20, 2024

  1. Add error handling middleware

    Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3c7215f View commit details
    Browse the repository at this point in the history
  2. Convert undocumented errors to 500

    Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cae1190 View commit details
    Browse the repository at this point in the history
  3. CI checks

    Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b83b992 View commit details
    Browse the repository at this point in the history
  4. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7201b61 View commit details
    Browse the repository at this point in the history
  5. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fe5e4dc View commit details
    Browse the repository at this point in the history
  6. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c55adcf View commit details
    Browse the repository at this point in the history
  7. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    91a282e View commit details
    Browse the repository at this point in the history
  8. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3169818 View commit details
    Browse the repository at this point in the history
  9. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a683e89 View commit details
    Browse the repository at this point in the history
  10. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d9fa898 View commit details
    Browse the repository at this point in the history
  11. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2fb4123 View commit details
    Browse the repository at this point in the history
  12. Update Tests/OpenAPIRuntimeTests/Interface/Test_ErrorHandlingMiddlewa…

    …re.swift
    
    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e4e7359 View commit details
    Browse the repository at this point in the history
  13. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    adb088a View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    gayathrisairam authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1a89ccd View commit details
    Browse the repository at this point in the history
  15. Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cc2282c View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d1fd86d View commit details
    Browse the repository at this point in the history
  17. Apply suggestions from code review

    Co-authored-by: Honza Dvorsky <[email protected]>
    2 people authored and Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1516ff6 View commit details
    Browse the repository at this point in the history
  18. Fix unit test

    Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a4f5df4 View commit details
    Browse the repository at this point in the history
  19. Fix formatting issues

    Gayathri Sairamkrishnan committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4e7c638 View commit details
    Browse the repository at this point in the history