aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache.go
Commit message (Expand)AuthorAgeFilesLines
...
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-14/+61
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-2/+36
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-6/+0
* 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