aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
| | | | fix #67
* webui: serve the index.html file by default to deal with the SPA router ↵Michael Muré2018-09-211-1/+24
| | | | | | requirements fix #50
* webui: explain how to quitMichael Muré2018-09-191-0/+1
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+1
| | | | fix #6
* catch a lot of error not being checkedMichael Muré2018-09-131-2/+9
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
|
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-0/+3
|
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-6/+52
|
* cleanup go importsMichael Muré2018-08-131-4/+5
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-14/+2
|
* webui: add the http handlers for read/write git blob for media in commentsMichael Muré2018-08-021-0/+111
|
* 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
| | | | the UIs
* 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