Commit graph

24 commits

Author SHA1 Message Date
Florian Klink
97eb1fae38 loadTemplate: support loading mulitple templates 2019-11-27 11:24:04 +01:00
Florian Klink
6bb7689a7b removed unused views/ folder 2019-11-25 18:27:13 +01:00
Florian Klink
b0f08a99ee frontend: expose the currentlyRunning value 2019-11-25 18:26:19 +01:00
Florian Klink
b65f56c6e2 frontend: return state atomically, remove GetSubmitQueue 2019-11-25 18:12:38 +01:00
Florian Klink
3898495d56 .envrc: enable go modules 2019-11-25 17:48:08 +01:00
Florian Klink
16e197b154 TODO: log last update 2019-11-25 17:43:56 +01:00
Florian Klink
ad27d963f2 submitqueue: remove updateHEAD function
This is already done during the Run() function
2019-11-25 17:42:58 +01:00
Florian Klink
266c27d1d0 foo 2019-11-25 17:42:48 +01:00
Florian Klink
10b2c6e365 frontend: we already add hyperlinks 2019-11-25 17:36:39 +01:00
Florian Klink
40b2f11543 frontend: only pass runner to MakeFrontend, add Runner.GetSubmitQueue() 2019-11-25 17:35:11 +01:00
Florian Klink
fecbf8b3e2 WIP: build binary and container 2019-11-22 19:51:16 +01:00
Florian Klink
9c36bb0e6c frontend: add menu, info box and log area 2019-11-22 16:41:19 +01:00
Florian Klink
a77beee02b submit-queue.tmpl.html: use table to make it more usable 2019-11-22 13:35:48 +01:00
Florian Klink
26943b7419 main.go: allow --fetch-only to be set via SUBMIT_QUEUE_FETCH_ONLY 2019-11-21 19:01:08 +01:00
Florian Klink
7019716fb1 gitignore /gerrit-queue 2019-11-21 19:00:54 +01:00
Florian Klink
5def0fe8a4 .gitignore .envrc.private 2019-11-21 19:00:32 +01:00
Florian Klink
057294830e frontend: show submittable status and URL, add runner, revamp logging 2019-11-21 16:13:50 +01:00
Florian Klink
43f8205e85 add README.md 2019-11-18 19:26:51 +01:00
Florian Klink
28bc242178 submitqueue.DoRebase: only rebase the next auto-submittable series on top of current HEAD
Doing "predictive rebasing" produces long series on the next run, and we
don't want to keep state between different runs.
2019-11-18 19:26:51 +01:00
Florian Klink
08b969ea0b submitqueue: keep all series around
Introduce submitqueue.IsAutoSubmittable using a new
serie.FilterAllChangesets function, and skip over non-auto-submittable
series during rebase.

This allows better inspection on why other series are ignored by the
queue.
2019-11-18 19:26:51 +01:00
Florian Klink
c117dcf1af submitqueue: remove unused SubmitQueueTag
This is passed into MakeSubmitQueue instead.
2019-11-18 19:26:51 +01:00
Florian Klink
782d9ef222
Create LICENSE 2019-11-18 17:48:24 +01:00
Florian Klink
dbd7b4807a use statik to bundle assets, add nix-shell/lorri .envrc 2019-11-18 16:29:57 +01:00
Florian Klink
987b539e33 initial import 2019-11-18 15:40:46 +01:00