aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
Commit message (Collapse)AuthorAgeFilesLines
* follow go naming conventionMichael Muré2018-07-271-2/+2
|
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-251-11/+17
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-13/+6
| | | | the UIs
* graphql: add `allBugs` to root queryQuentin Gliech2018-07-221-0/+26
|
* Add title field to bugs in graphql schemaQuentin Gliech2018-07-221-0/+3
|
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-203-22/+89
|
* small cleaningMichael Muré2018-07-192-2/+2
|
* start of a graphql schema+typesMichael Muré2018-07-193-7/+66
|
* webui: add a primitive graphql handlerMichael Muré2018-07-192-0/+34