aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema/bug.graphql
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: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-2/+1
| | | | webui: Use a fragment for Authored nodes
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-2/+25
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+2
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-15/+2
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-1/+0
|
* WIP identity in gitMichael Muré2019-03-011-0/+108