-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve display of pipelines loaded via remote resolution #2851
Comments
Hi @mike-serchenia, thanks for opening an issue. I'm not sure I understand the bug, can you elaborate on what the issue is that you're seeing? Perhaps screenshots might help. |
pipelineRuns with old ref schema have pipeline names
|
I think the problem with git resolver rather then dashboard
Bundle
this results in pod label tekton.dev/pipeline takes value of pipelineRun
|
Ah I see, thanks. The values displayed for the Pipeline name in that column come from This value is displayed to provide a link to view a filtered list of PipelineRuns of that Pipeline definition resource which exists on the cluster. In the case of remote resolution no such resource exists on the cluster. Can you describe how you would expect to use the value if it was displayed? Perhaps there's something we could do to improve the experience. |
Probably filtering by simply clicking on the pipeline name |
The Dashboard supports label-based filtering provided by the Kubernetes API server via the It might be worth raising this in the #pipeline channel on Slack or in a discussion on the tektoncd/pipeline repo to see if there's an alternative or to propose a change. |
Following, I also would like to have the same feature. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Expected behavior
Dashboard displays pipelines name using git resolver
Actual behaviour
Dashboard doesn't display pipelines name if using git resolver
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: