aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Expand)AuthorAgeFilesLines
* cache: fix missed code path that should update the cacheMichael Muré2018-09-041-0/+7
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-55/+12
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-2/+53
* add some documentationMichael Muré2018-09-021-1/+11
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-1/+99
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-29/+104
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-0/+144