Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -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 code | Michael Muré | 2020-02-11 | 1 | -2/+9 |
| | |||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -2/+2 |
| | | | | seconds | ||||
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 | 1 | -2/+2 |
| | |||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 1 | -0/+3 |
| | |||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 1 | -1/+1 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 1 | -8/+9 |
| | |||||
* | cleaning | Michael Muré | 2018-07-29 | 1 | -0/+36 |