Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 | 1 | -1/+1 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 1 | -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 fixes | Michael Muré | 2019-03-01 | 1 | -0/+1 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+2 |
| | |||||
* | cache: attempt to future-proof the cache file | Michael Muré | 2018-09-13 | 1 | -1/+0 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 1 | -0/+75 |
Underline the fact that it's fine to use RepoCache alone |