04a24a0c60
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
12 lines
307 B
Modula-2
12 lines
307 B
Modula-2
module github.com/tweag/gerrit-queue
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20190825170856-5959a9bf9ff8
|
|
github.com/apex/log v1.1.1
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/rakyll/statik v0.1.6
|
|
github.com/urfave/cli v1.22.1
|
|
)
|