aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/models.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-23/+0
| | | | | | | | | | 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
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-2/+2
| | | | Underline the fact that it's fine to use RepoCache alone
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-4/+4
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-0/+7
|
* graphql: implement a first mutationMichael Muré2018-07-301-1/+8
|
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+8