Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tektoncd/dashboard
A dashboard for Tekton!
https://github.com/tektoncd/dashboard
dashboard hacktoberfest pipeline tekton ui
Last synced: 6 days ago
JSON representation
A dashboard for Tekton!
- Host: GitHub
- URL: https://github.com/tektoncd/dashboard
- Owner: tektoncd
- License: apache-2.0
- Created: 2019-04-04T15:47:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T20:32:51.000Z (13 days ago)
- Last Synced: 2024-12-29T22:00:09.808Z (13 days ago)
- Topics: dashboard, hacktoberfest, pipeline, tekton, ui
- Language: JavaScript
- Homepage:
- Size: 59.8 MB
- Stars: 886
- Watchers: 19
- Forks: 267
- Open Issues: 46
-
Metadata Files:
- Readme: docs/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Roadmap: roadmap.md
Awesome Lists containing this project
- awesome-starred - tektoncd/dashboard - A dashboard for Tekton! (hacktoberfest)
README
# Tekton Dashboard
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/tektoncd/dashboard/blob/main/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/tektoncd/dashboard)](https://goreportcard.com/report/tektoncd/dashboard)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6543/badge)](https://bestpractices.coreinfrastructure.org/projects/6543)
Tekton 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.
It allows users to manage and view Tekton resource creation, execution, and completion.
Some of the features the Tekton Dashboard supports:
- Realtime view of `PipelineRun` and `TaskRun` status and logs
- Filter resources by label
- View resource overview and YAML
- Show resources for the whole cluster or limit visibility to a particular namespace
- Import resources directly from a git repository
- Add functionality through extensions![Dashboard UI workloads page](dashboard-ui.jpg)
## Read the docs
- [Installing Tekton Dashboard](./install.md)
- Jump in with [the "Getting started" tutorial!](./tutorial.md)
- Take a look at our [roadmap](https://github.com/tektoncd/dashboard/blob/main/roadmap.md)
- Discover our [releases](https://github.com/tektoncd/dashboard/blob/main/releases.md)
- Try our [walk-throughs](./walkthrough/README.md) for more details on deploying and configuring the Tekton Dashboard for some common scenarios
- Learn how to add additional resource types to the Tekton Dashboard using [extensions](./extensions.md)Version specific links are available in the [releases](https://github.com/tektoncd/dashboard/blob/main/releases.md) page and on the
[Tekton website](https://tekton.dev/docs).## Browser support
The Tekton Dashboard has been tested on modern evergreen browsers.
It generally supports the current and previous stable versions of:
- Google Chrome (Windows, macOS, Linux)
- Mozilla Firefox (Windows, macOS, Linux)
- Apple Safari (macOS)
- Microsoft Edge (Windows)Older versions or other browsers may work, but some features may be missing or not function as expected.
## Want to contribute
We are so excited to have you!
- Feature requests and bug reports welcome, please [open an issue](https://github.com/tektoncd/dashboard/issues/new/choose)
- See [CONTRIBUTING.md](https://github.com/tektoncd/dashboard/blob/main/CONTRIBUTING.md) for an overview of our processes
- See [DEVELOPMENT.md](https://github.com/tektoncd/dashboard/blob/main/DEVELOPMENT.md) for how to get started
- Look at our
[good first issues](https://github.com/tektoncd/dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
and our
[help wanted issues](https://github.com/tektoncd/dashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)---
Except 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).