about summary refs log tree commit diff
path: root/public
AgeCommit message (Collapse)AuthorFilesLines
2019-12-05 index.tmpl.html: change from table to div layoutFlorian Klink1-20/+9
This makes things a bit more condensed.
2019-12-04 frontend: improve log displayFlorian Klink1-6/+15
2019-12-04 frontend: rename main template to index.tmpl.html, fix showing HEADFlorian Klink1-3/+3
Fix some Captions, too.
2019-12-04 serie.tmpl.html: move missing table htmlFlorian Klink1-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 RunnerFlorian Klink3-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 resultFlorian Klink1-13/+27
2019-11-27 submit-queue.tmpl.html: improve log renderingFlorian Klink1-5/+5
2019-11-27 submit-queue.tmpl: fix accordion, remove "Current Queue"Florian Klink1-11/+8
The Current Queue in fact is just the latest log element.
2019-11-27 submit-queue.tmpl.html: remove stray </code>Florian Klink1-1/+1
2019-11-27 submit-queue.tmpl.html: navbar-expand-{lg->sm}Florian Klink1-1/+1
2019-11-27 submit-queue.tmpl.html: add history visualizerFlorian Klink1-1/+29
2019-11-27 tmpl: move #region-queue to headingFlorian Klink2-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 blockFlorian Klink2-14/+17
2019-11-27 render serie via a separate blockFlorian Klink2-9/+12
2019-11-27 render changeset via a separate blockFlorian Klink2-14/+17
2019-11-25 frontend: expose the currentlyRunning valueFlorian Klink1-4/+10
2019-11-22 frontend: add menu, info box and log areaFlorian Klink1-35/+80
2019-11-22 submit-queue.tmpl.html: use table to make it more usableFlorian Klink1-29/+33
2019-11-21 frontend: show submittable status and URL, add runner, revamp loggingFlorian Klink1-3/+8
2019-11-18 use statik to bundle assets, add nix-shell/lorri .envrcFlorian Klink1-0/+38