aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/bug.go
Commit message (Collapse)AuthorAgeFilesLines
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-0/+8
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-7/+11
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-17/+18
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-10/+44
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+21
| | | | | | | | 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-3/+6
|
* graphql: expose the new TimelineMichael Muré2018-09-291-0/+27
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-0/+5
| | | | sorting and retrieval
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-7/+23
|
* graphql: use an interface instead of an union for the operations for easier ↵Michael Muré2018-07-301-1/+1
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-4/+1
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-32/+26
|
* cleaningMichael Muré2018-07-291-0/+61