-
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
Search tasks in Tekton Hub #346
Comments
One way would be to add it to the command palette to be able to search for tasks, and open details page (similar to extension details pages) and install from there. |
We can use https://code.visualstudio.com/updates/v1_50#_webview-views to integrate TektonHub |
We have agreement to use new webview api, to implement TektonHub integration, UI should be similar to VSCode extension panel, with ability to select version for task and preview of task/readme when user click on task. |
Signed-off-by: Yevhen Vydolob <[email protected]>
* #346 tekton hub integration Signed-off-by: Yevhen Vydolob <[email protected]> * show confirmation message if install trying override existing task Signed-off-by: Yevhen Vydolob <[email protected]>
Tekton Hub provides an API for searching for tasks and retrieving their details as well as installing them on the cluster. As a Tekton user, it would be valuable to be able to search for tasks directly in VS Code, see their details and install them on the cluster.
The text was updated successfully, but these errors were encountered: