aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/query.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-48/+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
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-111-2/+9
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-2/+2
| | | | seconds
* cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-231-2/+2
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-0/+3
|
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-1/+1
| | | | Underline the fact that it's fine to use RepoCache alone
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-1/+1
|
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-8/+9
|
* cleaningMichael Muré2018-07-291-0/+36