Milan Pavlik
Milan Pavlik
The billing controller will need to be given the full set of WorkspaceInstances (which the UsageController fetched) to perform it's run. This is because in a given billing period (May...
## Description Right-aligns credits and time in the usage view ## Related Issue(s) * https://github.com/gitpod-io/gitpod/issues/13154 ## How to test ## Release Notes ```release-note NONE ``` ## Documentation ## Werft options:...
## Description To re-use existing setup and configuration for grpc clients. We get uniformity and ability to better track metrics ## Related Issue(s) Fixes # ## How to test ##...
## Description When we delete Workspaces, we also need to delete corresponding prebuilds when the Workspace is based on a prebuild. ## Related Issue(s) * Depends on https://github.com/gitpod-io/gitpod/pull/13165 ## How...
### Bug description When I launch gitpod on one of my [personal repositories](https://github.com/easyCZ/seer), Goland automatically detects GOPATH (in IDE config) and sets it to home/gitpod/go. If I do the exact...
## Description ## Related Issue(s) * Depends on https://github.com/gitpod-io/gitpod/pull/13163 * Depends on https://github.com/gitpod-io/gitpod/pull/13164 And both need to be rolled out to production. ## How to test ## Release Notes ```release-note...
While implementing transactional rollback, we end up doing roughly this pattern for the case where we're removing relationships ``` transaction: spicedb.DeleteRelationships([ relationshipFilter1, ]) database.Write(...) commit() rollback: spicedb.WriteRelationships([ relationship1, relationship2, ......
### Summary This epic captures the work to improve the existing Gitpod Authorization and enable the capability to support fine grained authorization. ### Context Historically, the authorization model of gitpod...
## Is your feature request related to a problem? Please describe When viewing a resource (workspace, project, team, prebuild), show the UUID of the resource in the UI. This is...