-
Notifications
You must be signed in to change notification settings - Fork 36
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
Limit number of pipelineruns and taskruns shown in tree through extension preference #79
Comments
Something I have in mind for the IntelliJ plugin: display the first n (5 ?) elements and if there are more, add a clickable More node after the last one. When click display the next n ones. But not sure tkn allows this kind of cursor mode. Maybe @joshuawilson can comment |
@jeffmaury there is no cursor mode, just limit for how many records to fetch. It still possible to the way you suggested, but it would require reload whole node with increased --limit option. |
What if you fetch more then you need, say 100. Then you display the first 5 or 10. There could be a That is basic pagination. |
The issue here is that the tkn client does not support pagination but only result limiting |
Signed-off-by: Yevhen Vydolob <[email protected]>
* #79 limit number of pipelineruns and taskruns in tree
Would be good to have limit, because list can grow over time.
The text was updated successfully, but these errors were encountered: