summaryrefslogtreecommitdiffstatshomepage
path: root/graphql/handler.go
Commit message (Collapse)AuthorAge
* Reorganize the webUI and API codeMichael Muré2020-06-27
| | | | | | | | | | Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-27
|
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-27
| | | | Fixes #402.
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-05
|
* a round of cleanupMichael Muré2019-03-01
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
|
* docs & cleaningMichael Muré2018-09-16
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-14
| | | | fix #6
* better naming for the graphql-s root resolverMichael Muré2018-08-27
|
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-21
|
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-14
|
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-29
|
* cleaningMichael Muré2018-07-29
|
* follow go naming conventionMichael Muré2018-07-27
|
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-25
|
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-20
|
* small cleaningMichael Muré2018-07-19
|
* webui: add a primitive graphql handlerMichael Muré2018-07-19