Clara Fu

Results 9 issues of Clara Fu

## Summary The `job_inputs` query that we use to grab all the inputs for the dashboard can end up getting slow with a really large deployment where lots of users...

enhancement

## Summary In my stress environment, the database is pinned to around 95% CPU and it seems like the most troublesome query is the following: ``` WITH builds_of_job AS (...

## Summary In my stress environment running 7.6.0, I have seem specifically 2 workers that have seen their disk usage climb until it gets full. ![image](https://user-images.githubusercontent.com/19290703/157898710-cc6d1941-6bef-4bb7-ac17-346d279670f2.png) The weird thing is...

bug

## Summary There was a user that reported they were seeing a container image that was used to run integration tests, and the user’s home directory had the wrong owner...

bug

## Summary The automatic pipeline archiver still has some edge cases for when it will archive all the child pipelines accidentally. One of the cases is when the parent job...

bug

## Summary We have a global resource checking interval called `ResourceCheckingInterval` that is used as the interval for checking resources, resource types and prototypes. But the majority of the time,...

enhancement

In our large scale environment, the web nodes get into a restarting loop whenever we do an upgrade or purely restarting the web node. In our case, this is usually...

From concourse/concourse#6434 Depends on concourse/flag#6 This PR converts baggageclaim config to support YAML, envstruct and validator tags. We no longer use `go-flags` to support flags because we are converting concourse...

## Summary Currently, you can pin a resource and allow you to write a comment on why it is pinned in order to carry context to other users that are...

web-ui
help wanted