aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/timeline.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-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-091-14/+34
| | | | seconds
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-0/+33
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-16/+24
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-4/+25
|
* timeline: various minor improvementsMichael Muré2018-09-301-0/+36