Alan Greene

Results 353 comments of Alan Greene

This is still something we want to add, freezing so it doesn't get automatically closed. /lifecycle frozen

> I am surprised to see router.go as api proxy for kubernetes API(s) allowing to list everything with related clusterrole access. In order to work with secrets, api should expose...

The PipelineRun has actually passed. One of the Condition checks failed (the red item in the TaskTree) so a Task was skipped, but this doesn't affect the PipelineRun status and...

Yeah I agree there's scope for improvement here and thought we had an issue tracking that but can't find it now. I'm gonna repurpose this one.

Found the original issue: https://github.com/tektoncd/dashboard/issues/1340 Closed it as a duplicate and linked to this one. > We should consider how best to differentiate Conditions from other TaskRuns. In case of...

Updated to include https://github.com/tektoncd/dashboard/issues/1574 We should handle these together in a sensible way. Original description from that issue: > I have a lot of conditions in my pipelinerun. 90% of...

@a-roberts yes this is the right one. I had been planning to move conditions checks and retries into their owning TaskRun in the UI to reduce the clutter in the...

I think it would be a good idea to consider this along with https://github.com/tektoncd/dashboard/issues/572 and https://github.com/tektoncd/dashboard/issues/972 to ensure we provide a good experience and don't introduce too many different mechanisms...

The design update mentioned above is being tracked in https://github.com/tektoncd/dashboard/issues/1775 and is currently in progress. Once the initial updates are merged we can start tackling the changes for retries. I...

From the [Carbon color usage guide](https://www.carbondesignsystem.com/guidelines/color/usage/) the most appropriate colour appears to be `$support-03` which is used for warnings. In Carbon's gray 10 theme this is `$yellow-30` or `#f1c21b` We'll...