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

✨ Handle NotFound and UnprocessableEntity errors in middleware #3327

Merged
merged 13 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    9c4b7cb View commit details
    Browse the repository at this point in the history
  2. 🎨 replace traceback print with exception log

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b036597 View commit details
    Browse the repository at this point in the history
  3. 🎨 replace deprecated .warn with .warning

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d390c13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7876116 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61e8e7b View commit details
    Browse the repository at this point in the history
  6. 🎨 modify import for consistency

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    503fd6e View commit details
    Browse the repository at this point in the history
  7. ✅ test coverage for new method

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bf4d47c View commit details
    Browse the repository at this point in the history
  8. ✅ test coverage for exception handling changes

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    550eab2 View commit details
    Browse the repository at this point in the history
  9. 🎨 refactor for reduced complexity

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aab79cc View commit details
    Browse the repository at this point in the history
  10. 🎨 reorder exceptions by severity

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fba5ef6 View commit details
    Browse the repository at this point in the history
  11. 🎨 update log level

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fb2eed9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d433035 View commit details
    Browse the repository at this point in the history
  13. 🎨

    Signed-off-by: ff137 <[email protected]>
    ff137 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8f61128 View commit details
    Browse the repository at this point in the history