about summary refs log tree commit diff
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2019-12-02 add rotatingloghandler which removes older log entriesFlorian Klink1-4/+4
2019-12-02 Use RunnerFlorian Klink1-28/+21
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-25 frontend: only pass runner to MakeFrontend, add Runner.GetSubmitQueue()Florian Klink1-1/+1
2019-11-21 main.go: allow --fetch-only to be set via SUBMIT_QUEUE_FETCH_ONLYFlorian Klink1-0/+1
2019-11-21 frontend: show submittable status and URL, add runner, revamp loggingFlorian Klink1-22/+20
2019-11-18 use statik to bundle assets, add nix-shell/lorri .envrcFlorian Klink1-0/+2
2019-11-18 initial importFlorian Klink1-0/+138