Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -118/+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: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -14/+34 |
| | | | | seconds | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -0/+33 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 1 | -16/+24 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -4/+25 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 1 | -0/+36 |