esmero / format_strawberryfield

Set of Display formatters, extractors and utils to make Strawberry field data glow
GNU Lesser General Public License v3.0
6 stars 9 forks source link

More sanity checks on Open API Builder #442

Closed DiegoPino closed 2 months ago

DiegoPino commented 2 months ago

What?

See #394 also

On live/production test @alliomeria detected a few issues with Form Validation (enumerations and UUID Entity validation) + Controller output (on empty we don't return a Response at all)

Will open a pull in a while to keep refining this new tool

alliomeria commented 2 months ago

Thank you @DiegoPino, for safely catching 🐛 and releasing 🦋.

I will keep testing and checking in production and let you know if I come across any other potential issues.

DiegoPino commented 2 months ago

Resolved for now via https://github.com/esmero/format_strawberryfield/commit/1d8963d830b16d21880ea154c34ee5f67e32d05d More code/issues will keep popping up. But fixes need to go in. Thanks