Stephen Goeddel
Stephen Goeddel
**What happened**: A repo with multiple tide queries configured resulted in user confusion when viewing the PR status page. Every item is listed in an ambiguous manner that makes you...
**What happened**: When a repository uses 'required_status_checks' in their prowconfig such as: ``` required_status_checks: contexts: - build - e2e-test ``` Tide currently reports that the PR is in the merge...
**What happened**: The PR History page is showing succeeded pjs in an 'unknown' column. When the pj is still pending it is listed under the SHA for the commit, but...
We have recently uncovered an error in our [boskos](https://github.com/kubernetes-sigs/boskos) instance like the following: ``` E0710 21:02:45.211259 1 leaderelection.go:330] error retrieving resource lock ci/boskos-cleaner-leaderlock: leases.coordination.k8s.io "boskos-cleaner-leaderlock" is forbidden: User "system:serviceaccount:ci:boskos" cannot...
**What happened**: Spyglass doesn't load the 'Build Log' for an execution when the log is large. Instead it just spins until the browser kills it or the user gives up....
**What happened**: A PR with a head SHA that was originally accidentally opened against `master` branch still contained a failed job for that branch even when it was recreated for...
/cc noone For: https://issues.redhat.com/browse/DPTP-3521
**What would you like to be added**: A new dashboard that lists all configured jobs in the Prow instance. It should be filterable by org and repo. It should show...
For DPTP-4069, this PR represents step 1 below: > Upon further research it has been discovered that the memory usage in the consumers has scaled fairly linearly with the overall...
This moves the server and necessary logic into the `pkg/dispatcher`, and adds a `client`. This is necessary for tools like `payload-testing's` `prpqr_reconciller` and `multi-pr-prow-plugin` to be able to know which...