A Web UI for interacting with Airship-managed clusters
Go to file
Jordan Jensen 3575299373 Add unit tests to airshipui plugin
- Remove globbed url route
- Create unit tests for register.go
- Add test and coverage-html targets to Makefile
- Add test coverage output to gitignore

Change-Id: I980e28204afc83b67a8a4d2d6af500caa9e530c2
2019-12-13 18:47:29 +00:00
cmd/airshipui Modifies Makefile to support multiple plugins 2019-11-25 12:18:33 -05:00
internal/plugin/airshipui Add unit tests to airshipui plugin 2019-12-13 18:47:29 +00:00
.gitignore Add unit tests to airshipui plugin 2019-12-13 18:47:29 +00:00
.zuul.yaml Add Zuul job for mirroring to GitHub 2019-10-02 14:15:36 -05:00
LICENSE Initial commit 2019-09-20 09:08:48 -07:00
Makefile Add unit tests to airshipui plugin 2019-12-13 18:47:29 +00:00
README.md Initialize README (#1) 2019-09-20 13:03:06 -07:00
go.mod Add argo-ui as an iframe 2019-11-28 00:39:05 +00:00
go.sum Add unit tests to airshipui plugin 2019-12-13 18:47:29 +00:00

README.md

Octant Airship UI Plugin

A plugin built for use with Octant to manage declarative infrastructure using Airship.

Prerequisites

Getting Started

git clone https://opendev.org/airship/airshipui
cd airshipui
make

The default make target builds and installs the plugin to $HOME/.config/octant/plugin/

The next time Octant is run it will include plugins in the above directory. Further information for running Octant can be found in the Octant Repo.