Skip to content

Commit 0127fd5

Browse files
Merge pull request #14 from vbehar/screenshots
docs: add screenshots
2 parents a9fba94 + 7381883 commit 0127fd5

5 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,19 @@ This is a Web UI for [Lighthouse](https://github.com/jenkins-x/lighthouse), to v
88

99
The goal is to make it easy to see what is happening inside Lighthouse.
1010

11+
## Screenshots
12+
13+
![events](docs/screenshots/events.png)
14+
15+
![jobs](docs/screenshots/jobs.png)
16+
17+
![merge-status](docs/screenshots/merge-status.png)
18+
19+
![merge-history](docs/screenshots/merge-history.png)
20+
1121
## How It Works
1222

13-
It is a Lighthouse External Plugin, and as such, it receives all the webhook events. It stores them in an in-memory [Bleve](http://blevesearch.com/) index.
23+
It is a Lighthouse External Plugin, and as such, it receives all the webhook events. It stores them in a [Bleve](http://blevesearch.com/) index - which can be persisted on disk in a PVC (when deployed in Kubernetes).
1424

1525
It also uses the "informer" Kubernetes pattern to keep a local cache of the Lighthouse Jobs, and index them in an in-memory [Bleve](http://blevesearch.com/) index.
1626

docs/screenshots/events.png

461 KB
Loading

docs/screenshots/jobs.png

464 KB
Loading

docs/screenshots/merge-history.png

242 KB
Loading

docs/screenshots/merge-status.png

145 KB
Loading

0 commit comments

Comments
 (0)