runner/act/artifactcache
Earl Warren 187e1df52c fix: reduce the time during which the database stays open
* During get/upload, close the database while reading/writing so
  it does not stay open for longer than necessary. This may be helpful
  when uploads run in parallel.
* Be more informative when returning error 500
* Make useCache handle errors
* Return 500 immediately when writing the cache fails instead of falling
  through to 200

Refs: https://code.forgejo.org/forgejo/runner/issues/509
2025-03-23 23:25:09 +01: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 fix: reduce the time during which the database stays open 2025-03-23 23:25:09 +01:00
handler_test.go review: Gusted review 2025-03-21 13:45:51 +00:00
mac.go review: Gusted review 2025-03-21 13:45:51 +00:00
mac_test.go review: Gusted review 2025-03-21 13:45:51 +00:00
model.go fix: partial secure cache 2025-03-21 13:45:51 +00:00
storage.go fix(cache-server): use consistent uint64 2024-11-22 01:01:12 +01:00