aboutsummaryrefslogtreecommitdiffstats
path: root/cache/multi_repo_cache.go
Commit message (Collapse)AuthorAgeFilesLines
* cache: simplify cache building events handlingMichael Muré2022-12-271-16/+21
|
* cache: fix some bugs after refactorMichael Muré2022-12-231-6/+6
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-8/+8
|
* WIPMichael Muré2022-11-281-1/+1
|
* cache: ensure that the default repo has a non-empty name to make js/apollo happyMichael Muré2022-05-311-1/+2
|
* 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