aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/handler.go
Commit message (Expand)AuthorAgeFilesLines
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
* docs & cleaningMichael Muré2018-09-161-0/+2
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-2/+6
* better naming for the graphql-s root resolverMichael Muré2018-08-271-4/+4
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-4/+16
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-141-1/+1
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-2/+3
* cleaningMichael Muré2018-07-291-33/+9
* 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
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-201-8/+27
* small cleaningMichael Muré2018-07-191-1/+1
* webui: add a primitive graphql handlerMichael Muré2018-07-191-0/+17