Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-05 | index.tmpl.html: change from table to div layout | Florian Klink | 1 | -20/+9 | |
This makes things a bit more condensed. | |||||
2019-12-04 | frontend: improve log display | Florian Klink | 1 | -6/+15 | |
2019-12-04 | frontend: rename main template to index.tmpl.html, fix showing HEAD | Florian Klink | 1 | -3/+3 | |
Fix some Captions, too. | |||||
2019-12-04 | serie.tmpl.html: move missing table html | Florian Klink | 1 | -9/+17 | |
When refactoring the web interfaces, series was removed. However, we still want to show an individual Serie, which should properly be inside it's own table - so let's add this to the template. | |||||
2019-12-02 | Use Runner | Florian Klink | 3 | -71/+29 | |
This revamps code quite a bit. Series handling has been moved into the gerrit client, it also handles caching. The Runner logic itself has been greatly simplified. The runner logic has been moved into the runner.go, submitqueue.go is gone. The "per-run result object" concept has been dropped - we instead just use annotated logs. Also, we switched to apex/log | |||||
2019-11-27 | submit-queue.tmpl: move HEAD information to result | Florian Klink | 1 | -13/+27 | |
2019-11-27 | submit-queue.tmpl.html: improve log rendering | Florian Klink | 1 | -5/+5 | |
2019-11-27 | submit-queue.tmpl: fix accordion, remove "Current Queue" | Florian Klink | 1 | -11/+8 | |
The Current Queue in fact is just the latest log element. | |||||
2019-11-27 | submit-queue.tmpl.html: remove stray </code> | Florian Klink | 1 | -1/+1 | |
2019-11-27 | submit-queue.tmpl.html: navbar-expand-{lg->sm} | Florian Klink | 1 | -1/+1 | |
2019-11-27 | submit-queue.tmpl.html: add history visualizer | Florian Klink | 1 | -1/+29 | |
2019-11-27 | tmpl: move #region-queue to heading | Florian Klink | 2 | -2/+2 | |
the series block will get reused, and we don't want the same ID to appear twice. | |||||
2019-11-27 | render series via a separate block | Florian Klink | 2 | -14/+17 | |
2019-11-27 | render serie via a separate block | Florian Klink | 2 | -9/+12 | |
2019-11-27 | render changeset via a separate block | Florian Klink | 2 | -14/+17 | |
2019-11-25 | frontend: expose the currentlyRunning value | Florian Klink | 1 | -4/+10 | |
2019-11-22 | frontend: add menu, info box and log area | Florian Klink | 1 | -35/+80 | |
2019-11-22 | submit-queue.tmpl.html: use table to make it more usable | Florian Klink | 1 | -29/+33 | |
2019-11-21 | frontend: show submittable status and URL, add runner, revamp logging | Florian Klink | 1 | -3/+8 | |
2019-11-18 | use statik to bundle assets, add nix-shell/lorri .envrc | Florian Klink | 1 | -0/+38 | |