aboutsummaryrefslogtreecommitdiffstats
path: root/cache/multi_repo_cache.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-8/+8
| | | | | | | | | | 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
* cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-231-1/+1
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-161-2/+2
| | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation.
* identity: more progress and fixesMichael Muré2019-03-011-0/+1
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+2
|
* cache: attempt to future-proof the cache fileMichael Muré2018-09-131-1/+0
|
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-0/+75
Underline the fact that it's fine to use RepoCache alone