Fedor Korotkov
Fedor Korotkov
It will be great if before Persistent Worker pull for new tasks it can warm up a preconfigured isolation. I propose to plug this logic in this line: https://github.com/cirruslabs/cirrus-cli/blob/0b9ed560488909bf0b4802638cb157ac33e825a7/internal/worker/task.go#L56 To...
Only admins can generate new tokens for an owner. Let's show the buttons only for them.
In https://github.com/cirruslabs/cirrus-ci-web/commit/5f21f167dfb5270c6e0022b6d56b99377f918261 a new filed was added on a Build object. `executingTasks` implementation is very fast and basically no-op for builds that have finished. Problem right now is that when...
Similar to #508 we need to migrate all components to hooks. It's a prerequisite for #502 since type generation is better in Relay 14 but we use Relay 12 at...
To prevent things like #500 and #501 we should flip [`strict` config](https://github.com/cirruslabs/cirrus-ci-web/blob/8f2bd0df72f178f4d9fed61f3154a5bf3bf4081d/tsconfig.json#L9) and fix all remaining types.
Right now a task can be in paused for two reasons: 1. It's a [manual task](https://cirrus-ci.org/guide/writing-tasks/#manual-tasks). 2. There are some [required PR labels missing](https://cirrus-ci.org/guide/writing-tasks/#required-pr-labels). In both cases we can determine...
Right now Running Builds just show running builds. I think it will make sence to show actual tasks from the running tasks for a user and ideally group them by...