aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_cache.go
Commit message (Expand)AuthorAgeFilesLines
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-251-10/+28
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-0/+4
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-4/+16
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-7/+10
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-2/+8
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-34/+26
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-28/+3
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-0/+137