aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/connections/gen_lazy_identity.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-113/+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
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-5/+6
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-7/+9
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-2/+2
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-0/+110