aboutsummaryrefslogtreecommitdiffstats
path: root/cache
Commit message (Collapse)AuthorAgeFilesLines
* cache: attempt to future-proof the cache fileMichael Muré2018-09-132-23/+36
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-7/+10
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
|
* reorganize package for a more idomatic goMichael Muré2018-09-113-10/+11
|
* graphql: AllBugs now accept a queryMichael Muré2018-09-111-2/+5
|
* termui: allow to change the bug queryMichael Muré2018-09-111-2/+5
|
* cache: resolved id by prefix using the cache instead of reading bugsMichael Muré2018-09-111-18/+2
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
| | | | fix #37
* ls: support expressing a query with flags as wellMichael Muré2018-09-102-8/+7
|
* cache: doc & cleaningMichael Muré2018-09-104-5/+12
|
* cache: add the alias "state" for the qualifier "status"Michael Muré2018-09-101-1/+1
| | | | both are commonly expected
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-102-12/+47
|
* 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
| | | | fix #36
* 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
| | | | Underline the fact that it's fine to use RepoCache alone
* 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 ↵Michael Muré2018-08-231-0/+92
| | | | sorting and retrieval
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-231-28/+3
| | | | snapshot
* 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