aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_excerpt.go
Commit message (Expand)AuthorAgeFilesLines
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-4/+18
* BugExcerpt: also store bug labelsMichael Muré2018-09-091-0/+2
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-2/+2
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-1/+8
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+92