{"id":13689552,"url":"https://github.com/tektoncd/dashboard","last_synced_at":"2026-02-27T16:22:23.115Z","repository":{"id":37295157,"uuid":"179528948","full_name":"tektoncd/dashboard","owner":"tektoncd","description":"A dashboard for Tekton!","archived":false,"fork":false,"pushed_at":"2025-05-08T13:29:52.000Z","size":61870,"stargazers_count":919,"open_issues_count":29,"forks_count":271,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-08T13:36:18.760Z","etag":null,"topics":["dashboard","hacktoberfest","pipeline","tekton","ui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tektoncd.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-04T15:47:03.000Z","updated_at":"2025-05-08T13:29:56.000Z","dependencies_parsed_at":"2024-03-11T15:43:51.368Z","dependency_job_id":"cf9b923a-e308-418d-ab0c-1bb3d0767a9d","html_url":"https://github.com/tektoncd/dashboard","commit_stats":null,"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tektoncd","download_url":"https://codeload.github.com/tektoncd/dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042329,"owners_count":22004901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","hacktoberfest","pipeline","tekton","ui"],"created_at":"2024-08-02T15:01:52.469Z","updated_at":"2026-02-27T16:22:23.110Z","avatar_url":"https://github.com/tektoncd.png","language":"JavaScript","funding_links":[],"categories":["hacktoberfest","Pre-requisites","JavaScript"],"sub_categories":[],"readme":"\u003c!--\n\n---\ntitle: Dashboard\nlinkTitle: Dashboard\nweight: 6\ndescription: \u003e\n  Web-based UI for Tekton Pipelines and Tekton Triggers resources\ncascade:\n  github_project_repo: https://github.com/tektoncd/dashboard\n---\n\n--\u003e\n\n# Tekton Dashboard\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/tektoncd/dashboard/blob/main/LICENSE)\n[![Go Report Card](https://goreportcard.com/badge/tektoncd/dashboard)](https://goreportcard.com/report/tektoncd/dashboard)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6543/badge)](https://bestpractices.coreinfrastructure.org/projects/6543)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"tekton-dashboard-color.svg\" alt=\"Tekton Dashboard logo (Tekton cat inspecting resources with a magnifying glass)\" width=\"200\" /\u003e\n\u003c/p\u003e\n\nTekton Dashboard is a general purpose, web-based UI for [Tekton Pipelines](https://github.com/tektoncd/pipeline) and [Tekton Triggers](https://github.com/tektoncd/triggers) resources.\n\nIt allows users to manage and view Tekton resource creation, execution, and completion.\n\nSome of the features the Tekton Dashboard supports:\n- Realtime view of `PipelineRun` and `TaskRun` status and logs\n- Filter resources by label\n- View resource overview and YAML\n- Show resources for the whole cluster or limit visibility to a particular namespace\n- Import resources directly from a git repository\n- Add functionality through extensions\n\n![Dashboard UI workloads page](dashboard-ui.jpg)\n\n## Read the docs\n\n- [Installing Tekton Dashboard](./install.md)\n- Jump in with [the \"Getting started\" tutorial!](./tutorial.md)\n- Take a look at our [roadmap](https://github.com/tektoncd/dashboard/blob/main/roadmap.md)\n- Discover our [releases](https://github.com/tektoncd/dashboard/blob/main/releases.md)\n- Try our [walk-throughs](./walkthrough/README.md) for more details on deploying and configuring the Tekton Dashboard for some common scenarios\n- Learn how to add additional resource types to the Tekton Dashboard using [extensions](./extensions.md)\n\nVersion specific links are available in the [releases](https://github.com/tektoncd/dashboard/blob/main/releases.md) page and on the\n[Tekton website](https://tekton.dev/docs).\n\n## Browser support\n\nThe Tekton Dashboard has been tested on modern evergreen browsers.\n\nIt generally supports the current and previous stable versions of:\n\n- Google Chrome (Windows, macOS, Linux)\n- Mozilla Firefox (Windows, macOS, Linux)\n- Apple Safari (macOS)\n- Microsoft Edge (Windows)\n\nOlder versions or other browsers may work, but some features may be missing or not function as expected.\n\n## Want to contribute\n\nWe are so excited to have you!\n\n- Feature requests and bug reports welcome, please [open an issue](https://github.com/tektoncd/dashboard/issues/new/choose)\n- See [CONTRIBUTING.md](https://github.com/tektoncd/dashboard/blob/main/CONTRIBUTING.md) for an overview of our processes\n- See [DEVELOPMENT.md](https://github.com/tektoncd/dashboard/blob/main/DEVELOPMENT.md) for how to get started\n- Look at our\n  [good first issues](https://github.com/tektoncd/dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n  and our\n  [help wanted issues](https://github.com/tektoncd/dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)\n\n---\n\nExcept as otherwise noted, the content of this page is licensed under the [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/). Code samples are licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftektoncd%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Fdashboard/lists"}