Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brigadecore/kashti
Kashti is a dashboard for your Brigade v1 pipelines.
https://github.com/brigadecore/kashti
angular brigade ci frontend kubernetes pipeline ui v1
Last synced: about 1 month ago
JSON representation
Kashti is a dashboard for your Brigade v1 pipelines.
- Host: GitHub
- URL: https://github.com/brigadecore/kashti
- Owner: brigadecore
- License: apache-2.0
- Archived: true
- Created: 2017-08-09T16:32:24.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T13:27:18.000Z (over 2 years ago)
- Last Synced: 2024-06-17T05:31:00.738Z (6 months ago)
- Topics: angular, brigade, ci, frontend, kubernetes, pipeline, ui, v1
- Language: TypeScript
- Homepage: http://kashti.sh
- Size: 6.57 MB
- Stars: 378
- Watchers: 29
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - brigadecore/kashti - Kashti is a dashboard for your Brigade v1 pipelines. (TypeScript)
README
> ⚠️ This repo contains the source for a component of the Brigade
> v1.x ecosystem. Brigade v1.x reached end-of-life on June 1, 2022 and as a
> result, this component is no longer maintained.
>
> The
> [Brigade Dashboard Gateway](https://github.com/brigadecore/brigade-dashboard)
> is a work-in-progress (as of this writing) v2-compatible replacement for this
> component.Kashti is a dashboard for your [Brigade](https://github.com/brigadecore/brigade) pipelines.
![kashti-animation](https://user-images.githubusercontent.com/686194/33646819-7d19d222-da06-11e7-8513-82e521fda608.gif)
---
[Brigade](//brigade.sh) provides event-driven scripting for Kubernetes. With a simple JavaScript
file, you can build elaborate pipelines composed of multiple containers running
in parallel or serially. Among other possible applications, Brigade can be used
to build highly flexible CI/CD pipelines.Kashti is a web dashboard for Brigade, helping you easily visualize and inspect your
Brigade builds. Kashti gives you a deep view into your Brigade projects, scripts,
and jobs.This repo has a self-hosted [demo](https://brigadecore.github.io/kashti/)
## Installation and Configuration
Kashti is built atop Brigade. You can read the full [Installation Guide](docs/install.md) to see how to install it into a cluster that already runs Brigade.
## Kashti is Experimental
Kashti is in an early stage of development. To get started coding on Kashti, check out the [Developer Guide](docs/developers.md)
# Contributing
This Brigade project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
## Signed commits
A DCO sign-off is required for contributions to repos in the brigadecore org. See the documentation in
[Brigade's Contributing guide](https://github.com/brigadecore/brigade/blob/master/CONTRIBUTING.md#signed-commits)
for how this is done.