aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph/gen_graph.go
Commit message (Expand)AuthorAgeFilesLines
* graphql: expose valid labelsludovicm672019-04-101-43/+96
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-5313/+5440
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-122/+218
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-11/+178
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-40/+717
* identity: complete the graphql apiMichael Muré2019-03-011-4/+101
* identity: more progress and fixesMichael Muré2019-03-011-145/+99
* WIP identity in gitMichael Muré2019-03-011-304/+354
* termui: display an explicit placeholder for empty messagesMichael Muré2018-12-231-16/+98
* graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-231-232/+246
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-237/+1014
* github: also pull users emailMichael Muré2018-10-071-22/+127
* graphql: add missing operationMichael Muré2018-10-071-0/+371
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-50/+25
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-381/+1037
* timeline: various minor improvementsMichael Muré2018-09-301-30/+548
* graphql: expose the new TimelineMichael Muré2018-09-291-16/+965
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-52/+51
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-291-10/+10
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-38/+91
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1876/+4092
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-2/+2
* reorganize package for a more idomatic goMichael Muré2018-09-111-14/+14
* graphql: AllBugs now accept a queryMichael Muré2018-09-111-5/+22
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-8/+33
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-151-0/+14
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-2/+28
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-12/+123
* termui: show the last edit in a dedicated columnMichael Muré2018-08-021-16/+56
* graphql: implement the missing mutationsMichael Muré2018-08-011-0/+396
* graphql: simplify the requests with helpersMichael Muré2018-08-011-110/+278
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-301-128/+111
* graphql: implement a first mutationMichael Muré2018-07-301-1/+128
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-301-38/+2
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+2626