Alan Greene
Alan Greene
Closing as the PipelineRun, TaskRun, and Run (Custom Task) pages now support the same set of actions as the overflow menus on their respective list pages.
Thanks for the feature request @Fabian-K. Can you please update the description to use the feature request issue template provided? https://raw.githubusercontent.com/tektoncd/dashboard/main/.github/ISSUE_TEMPLATE/feature-request.md This helps us to understand the motivation behind a...
There's also this issue to surface labels in more of the details views to help with navigation / filtering: https://github.com/tektoncd/dashboard/issues/1181 We currently use the labelSelector query param to filter our...
/remove-lifecycle rotten /reopen
One relatively simple first step we could take here is making the label tags on the ResourceDetails view clickable to navigate to a filtered list of similar resources. A second...
This is still something we'd like to do, freezing so it doesn't get auto-closed. /lifecycle frozen
From Slack: https://tektoncd.slack.com/archives/CHTHGRQBC/p1611838472022800 > Scott - Today at 12:54 When I'm deep-linked to a PipelineRun screen, is there a way to navigate to the Pipeline from it? I'm looking at...
Thanks for sharing @ebabani. We're considering a different approach that doesn't require specific configuration on the backend, and possibly a more condensed UI, maybe a richer search input UI based...
@afrittoli you mentioned on the Tekton working group this week that you were working on updating some of our existing CI jobs to use custom tasks. Can you point me...
Thanks for the link. Looking at another [example](https://dashboard.dogfooding.tekton.dev/#/namespaces/tekton-ci/pipelineruns/plumbing-unit-tests-2ps97?pipelineTask=unit-tests&step=unit-test&view=logs) where the task loop actually ran I see that we're already retrieving the relevant `TaskRuns` from the cluster but because the Dashboard...