about summary refs log tree commit diff
path: root/gerrit/changeset.go
AgeCommit message (Collapse)AuthorFilesLines
2021-12-09 gerrit: Use a Gerrit label instead of hashtag for autosubmitVincent Ambo1-11/+9
This moves to using a Gerrit label ('Autosubmit') with boolean values for determining whether a developer wants to have a change automatically submitted. See also https://cl.tvl.fyi/c/depot/+/4172
2019-12-03 changeset: fetch SUBMITTABLE and add field to structFlorian Klink1-1/+4
2019-12-02 Use RunnerFlorian Klink1-23/+32
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-18 initial importFlorian Klink1-0/+107