aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
Commit message (Expand)AuthorAgeFilesLines
* webui: show graphql urlsMichael Muré2018-07-291-1/+3
* cleaningMichael Muré2018-07-291-2/+2
* relay connection working with gqlgenMichael Muré2018-07-291-8/+4
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-1/+1
* webui: Add flag to specify which port to listen toQuentin Gliech2018-07-221-3/+9
* generate markdown documentationMichael Muré2018-07-201-1/+1
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-201-1/+1
* webui: add a primitive graphql handlerMichael Muré2018-07-191-1/+14
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-7/+10
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-161-0/+37