aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_excerpt.go
Commit message (Expand)AuthorAgeFilesLines
* 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