A simple system for triggering jobs on any of a group of runner hosts.
Go to file
Luke T. Shumaker 1589c0bd4f Resolve linter complaints
- cmd/*: add `_ =` before argparser.Mark*()
    + cmd/gitcache: while I'm at it, call MarkFlagDirname on "cache-dir"
 - source.go: add `_ =` before tar.Writer.WriteHeader()
 - cmd/gitcache: Add `ns2url` and `url2ns` subcommands
   "unused" complaints about lib/gitcache.id2url()
    + lib/gitcache: while I'm at it, rename id2url()→NS2URL() and
      url2id()→URL2NS()
 - cmd/httpd: clarify that parsing r.Form.Get() values is allowed to fail
 - cmd/trigger: delete unsused max() and sortedKeys()
 - lib/gitcache: RevParse(): check for errors from os.RemoveAll(tmpdir)
 - lib/leader:
    + add `_ =` before db.Close() in an `if err != nil` block
    + ListJobs(): check for errors from rows.Close()
    + fix the package name in guard.go
2024-01-20 11:07:48 -07:00
build-aux/src/golangci-lint Add `check` and `lint` targets 2024-01-20 10:57:12 -07:00
cmd Resolve linter complaints 2024-01-20 11:07:48 -07:00
etc Refactor 2024-01-17 22:49:09 -07:00
lib Resolve linter complaints 2024-01-20 11:07:48 -07:00
.editorconfig Add `check` and `lint` targets 2024-01-20 10:57:12 -07:00
.gitignore Add `check` and `lint` targets 2024-01-20 10:57:12 -07:00
.golangci.yml Add `check` and `lint` targets 2024-01-20 10:57:12 -07:00
COPYING.txt initial commit 2024-01-10 17:13:14 -07:00
Makefile Add `check` and `lint` targets 2024-01-20 10:57:12 -07:00
README.md Snazz up the general page template 2024-01-17 19:47:08 -07:00
config.go.in Fix copyright years in config.go.in 2024-01-20 10:05:57 -07:00
go.mod httpd: Add features to the /jobs/ endpoint 2024-01-19 13:44:17 -07:00
go.sum httpd: Add features to the /jobs/ endpoint 2024-01-19 13:44:17 -07:00
source.go Resolve linter complaints 2024-01-20 11:07:48 -07:00

README.md

Eclipse CI

eclipse: noun a group of moths

A simple system for triggering jobs on any of a group of runner hosts.