Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.