Skip to content
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

Add PipelineRun in the tree as a root node #197

Closed
siamaksade opened this issue Mar 12, 2020 · 2 comments · Fixed by #236
Closed

Add PipelineRun in the tree as a root node #197

siamaksade opened this issue Mar 12, 2020 · 2 comments · Fixed by #236
Assignees
Labels
Milestone

Comments

@siamaksade
Copy link

PipelineRuns can be standalone without referencing a pipeline and should be displayed in their own folder, in addition to under a particular pipeline

@gorkem
Copy link
Collaborator

gorkem commented Mar 12, 2020

There can be too many PipelineRuns without a way to group them together that folder can get very crowded. Should we have a folder for orphan PipelineRuns only?

@siamaksade
Copy link
Author

@gorkem PipelineRun and TaskRun can embed the pipeline and task using pipelineSpec and taskSpec. Those won't show up anywhere.

Limiting the number of items (#127) should apply here as well to address the too many items problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants