aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Expand)AuthorAgeFilesLines
* doc: document the query DSLMichael Muré2018-09-091-8/+1
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-095-73/+237
* BugExcerpt: also store bug labelsMichael Muré2018-09-091-0/+2
* cache: implement the filteringMichael Muré2018-09-091-0/+103
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-2/+36
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-6/+0
* cache: fix missed code path that should update the cacheMichael Muré2018-09-041-0/+7
* cache: provide a generic bug sorting functionMichael Muré2018-09-022-55/+85
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-022-4/+55
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-8/+8
* add some documentationMichael Muré2018-09-021-1/+11
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-313-107/+108
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-234-86/+161
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+92
* 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-213-245/+378
* termui: implement push/pullMichael Muré2018-08-121-0/+21
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-0/+8
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-2/+13
* termui: implement addComment and setTitleMichael Muré2018-08-021-52/+24
* cache: some refactoringMichael Muré2018-08-021-90/+63
* graphql: implement the missing mutationsMichael Muré2018-08-011-3/+121
* termui: use the editor to create a new bugMichael Muré2018-07-311-7/+12
* graphql: implement a first mutationMichael Muré2018-07-301-0/+27
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-0/+5
* relay connection working with gqlgenMichael Muré2018-07-291-5/+5
* follow go naming conventionMichael Muré2018-07-271-39/+39
* cache: add shortcut functionsMichael Muré2018-07-251-0/+25
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-251-0/+160