You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address second round of Copilot review comments on opencloud-eu#45
- `Makefile`: pass `HOME=/tmp` + `npm_config_cache=/tmp/.npm` into the
spec compile container so `npm ci` can write its cache/state when
the host uid/gid doesn't match `/home/node` in `node:22-alpine`.
- `spec/common.models.tsp`: move `SearchParam` here from `groups.tsp`.
It's a generic OData `$search` query parameter and was creating an
unnecessary `users.tsp -> groups.tsp` dependency.
- `spec/permissions.routes.tsp`: fix the role-id path parameter in each
`GetPermissionRoleDefinition` `@opExample` so it matches the role id
in the corresponding response body. Also align the File Drop
`allowedResourceActions` value (`upload/create`) with the list
endpoint's example.
- `spec/tags.tsp`: make the request body required on `assignTags` and
`unassignTags` (the body schemas require `resourceId` and `tags`, so
a body-less call can't succeed). Update `TagsOk`'s doc from
"No content" to "Success" since the status code is 200 with empty
body.
- `spec/permissions.models.tsp`: typo `than can be used` ->
`that can be used`.
0 commit comments