Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: ensure that the default repo has a non-empty name to make js/apollo happy | Michael Muré | 2022-05-31 | 1 | -1/+2 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -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 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 |