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