aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_cache.go
Commit message (Expand)AuthorAgeFilesLines
* bridge/github: importer corectly emit eventsamine2019-11-191-0/+4
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-30/+12
* fix everything following the hash-->id changeMichael Muré2019-08-081-12/+8
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-241-1/+1
* [cache] BugCache: Add set metadata methodsAmine Hilaly2019-06-241-0/+18
* Add ForceLabelChange functionalitiesAmine Hilaly2019-05-051-0/+27
* github: fix 3 edge-case failuresMichael Muré2019-03-011-34/+34
* identity: wip cachingMichael Muré2019-03-011-2/+10
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-20/+18
* identity: all tests green o/Michael Muré2019-03-011-6/+6
* identity: I can compile again !!Michael Muré2019-03-011-4/+1
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-6/+6
* identity: more progress and fixesMichael Muré2019-03-011-0/+4
* WIP identity in gitMichael Muré2019-03-011-12/+14
* github: working incremental + comment history for the first commentMichael Muré2018-10-011-0/+47
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-011-13/+55
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-8/+7
* 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