aboutsummaryrefslogtreecommitdiffstats
path: root/bug/interface.go
Commit message (Expand)AuthorAgeFilesLines
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-4/+2
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-2/+2
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+7
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-0/+52