Conversation
946ddd8 to
7034a6c
Compare
fisx
left a comment
There was a problem hiding this comment.
looks good to go to me!
i get 31 errors with vaccum locally now (maybe the nix derivation is older/newer than the docker image?), but that doesn't get in your way anywhere, you have to call a new make rule to see them.
so this can be fixed elsewhere.
|
|
||
| instance (KnownSymbol a) => RenderableSymbol a where | ||
| renderSymbol = T.pack . show $ symbolVal (Proxy @a) | ||
| renderOperationId = T.pack $ symbolVal (Proxy @a) |
There was a problem hiding this comment.
is renderSymbol still used now? if not you could just change its behavior instead of adding another method to the class.
|
for the record: |
|
i think those are because |
|
sigh but i'm assuming that establishes that the newer version is more strict. |
Yes, we can switch to v0.12.0 and fix those errors. The overlap seems to be between |
|
I fixed the overlapping paths reported by vacuum v0.12.0. These are breaking changes, so I versioned them under v7. |
| :> CanThrow 'InvalidHandle | ||
| :> CanThrow 'HandleNotFound | ||
| :> ZUser | ||
| :> "handles" |
There was a problem hiding this comment.
this will require nginz to be changed. what about changing /:uid/ into /uid/:uid/, so the old "check-user-handle" can stay?
|
/integration is failing with download asset returning 405. this endpoint is changed here, but i stared at the diff for a while and could not spot it. |
It should be fixed in |
6f708c6 to
58d38e7
Compare
Fix openapi validation errors reported by https://editor.swagger.io/. There are some leftover failures related to DELETE endpoints with bodies, which AFAIU will not be considered errors anymore in openapi 3.1.
This PR also fixes issues reported by vacuum. We are running version 0.12.0. of the tool, because the latest version is crashing with a null pointer dereference error.
https://wearezeta.atlassian.net/browse/WPB-10314
Checklist
changelog.d