aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/lazy_bug.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-215/+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
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-4/+4
| | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
* cleanups, docMichael Muré2020-02-091-40/+41
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-0/+214
seconds