aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
Commit message (Expand)AuthorAgeFilesLines
* webui: also teardown cleanly on SIGTERMMichael Muré2023-03-041-1/+2
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-171-2/+1
* commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-13/+4
* cache: simplify cache building events handlingMichael Muré2022-12-271-4/+1
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-271-13/+12
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-231-1/+2
|\
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-1/+2
* | cache: fix some bugs after refactorMichael Muré2022-12-231-11/+13
* | cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-1/+15
* | cache: tie up the refactor up to compilingMichael Muré2022-12-211-1/+1
|/
* commands: reorg into different packagesMichael Muré2022-11-201-16/+17
* webui: add a flag to log handling errorsMichael Muré2022-08-231-9/+17
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* commands: minor fixes for the webui open with queryMichael Muré2021-03-071-4/+5
* webui: allow specifying the initial queryMiklos Vajna2021-03-071-0/+8
* Add option to specify host addressSascha2021-02-281-2/+6
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-1/+1
* commands: refactor to avoid globalsMichael Muré2020-06-281-47/+53
* Reorganize the webUI and API codeMichael Muré2020-06-271-156/+20
* Use ErrNotAuthenticatedLuke Granger-Brown2020-06-271-5/+5
* Pull out context-stuff from identity into graphqlidentity packageLuke Granger-Brown2020-06-271-4/+9
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-271-6/+21
* Verify that we have an identity only in read-write modeLuke Granger-Brown2020-06-271-1/+9
* Don't permit file uploads in read-only modeLuke Granger-Brown2020-06-271-1/+3
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-271-4/+7
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-2/+2
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-1/+1
* bridge: use new repository configuration interfaceamine2019-11-011-1/+1
* commands: add flags/config to control the automatic opening in the default br...Michael Muré2019-05-271-14/+41
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* webui: serve the index.html file by default to deal with the SPA router requi...Michael Muré2018-09-211-1/+24
* webui: explain how to quitMichael Muré2018-09-191-0/+1
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+1
* 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
* 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