-
Notifications
You must be signed in to change notification settings - Fork 267
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 Tekton Dashboard roadmap.md (and link to community one) #1266
Comments
✅ Strong +1. It should be easy for a user to navigate between related resources for more details as well as surfacing some info directly in the PipelineRun and TaskRun views
✅ Strong +1. Currently missing sidecars, retries, better display of conditions, results, Task details on TaskRun/PipelineRun view, ability to specify workspaces when creating PipelineRun (future TaskRun). We should probably call out at least a few of these explicitly.
❓ This one's tricky. Our current use of the Kubernetes APIs means we can't easily add either pagination or sorting unless we want to do it client side which doesn't help on very busy clusters. How do we feel about 'show more'-style chunking (which is supported by the kube APIs) combined with additional filtering capabilities? It would help to understand the pain points / use cases we're trying to address, perhaps the work around '1. Observability' will be sufficient for some of them.
⏳ Yes I'd really love to see us make progress on this. Maybe we can reduce the scope a bit to get something in sooner rather than later.
✅ Definitely need to improve cross-platform testing. We know we work on both OpenShift and GKE but don't have proper test automation to continually verify this.
✅ Ties into '5. Platforms' We need to close some of the gaps in our current test strategy as well as making it easier for devs to run all tests locally as a regular part of the development process.
I agree this should be common across the projects, not specific to Dashboard.
We should probably also call out:
|
See tektoncd/community#77 (comment), and under the same PR you can see your at the time approved roadmap items - so this one could do with revisiting and getting in here
The text was updated successfully, but these errors were encountered: