runner/act/artifactcache
Earl Warren 36ca627f2e
feat: cache: fatal() helper to gracefully terminate the runner
in case of an error that is not recoverable (e.g. failing to open the
bolthold database), the cache can call fatal() to log the error and
send a TERM signal that will gracefully shutdown the daemon.
2025-09-05 17:26:12 +02:00
..
testdata/example Support cache (#1770) 2023-04-28 15:57:40 +00:00
doc.go Support cache (#1770) 2023-04-28 15:57:40 +00:00
handler.go feat: cache: fatal() helper to gracefully terminate the runner 2025-09-05 17:26:12 +02:00
handler_test.go feat: cache: fatal() helper to gracefully terminate the runner 2025-09-05 17:26:12 +02:00
mac.go refactor: remove duplicate computeMac function (#936) 2025-09-05 06:01:49 +00:00
mac_test.go refactor: remove duplicate computeMac function (#936) 2025-09-05 06:01:49 +00:00
model.go fix: PRs cache artifacts separate from other runs 2025-09-01 13:45:43 +02:00
storage.go chore: use the same .golangci.yml as the runner & gofumpt over gofmt (#206) 2025-07-28 12:26:41 +00:00