Commit Graph

15 Commits

Author SHA1 Message Date
Luke T. Shumaker 5fa579b1e0 gitcache: URL2NS, NS2URL: Clean up 2024-01-28 11:34:31 -07:00
Luke T. Shumaker adedb1ea82 gitcache: GC x-gitcache-tmp directories 2024-01-28 11:01:07 -07:00
Luke T. Shumaker ff3ffeba9b gitcache: Validate that URL2NS always produces valid NS values 2024-01-28 11:01:07 -07:00
Luke T. Shumaker 5eeeb9c651 Do maintenance on the gitcache 2024-01-28 11:01:07 -07:00
Luke T. Shumaker 1ef2cd3946 gitcache: Pass --force to fetch 2024-01-27 14:34:49 -07:00
Luke T. Shumaker a4540f9a56 Resolve troubles with actually deploying the thing 2024-01-22 14:31:49 -07:00
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
Luke T. Shumaker 0264285a1f don't require fetching, optimize multi-rev resolving 2024-01-12 17:13:26 -07:00
Luke T. Shumaker 84bbb6a7a5 add a 'gc' command 2024-01-12 12:50:52 -07:00
Luke T. Shumaker 4e7c3a0f88 Fuss with performance 2024-01-12 12:50:38 -07:00
Luke T. Shumaker a999da3034 more logging 2024-01-12 12:06:32 -07:00
Luke T. Shumaker 5d86724645 fix 2024-01-11 14:46:13 -07:00
Luke T. Shumaker 079ef74a6c fix 2024-01-11 14:27:32 -07:00
Luke T. Shumaker 5115408e7d fix error reporting 2024-01-11 13:57:28 -07:00
Luke T. Shumaker d36e8afdfa wip 2024-01-11 13:36:03 -07:00