aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph
Commit message (Expand)AuthorAgeFilesLines
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a generati...Michael Muré2020-02-091-0/+3
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-1057/+914
* fix mergeMichael Muré2020-02-081-156/+1
* more more wipMichael Muré2020-02-081-8/+118
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-2609/+2257
* graphql: make repository.validLabels a connectionMichael Muré2019-09-041-15/+500
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-77/+228
* fix everything following the hash-->id changeMichael Muré2019-08-081-145/+145
* graphql: don't use the gqlgen command to generate to avoid pulling urfave/cliMichael Muré2019-07-091-641/+2660
* fix testsMichael Muré2019-06-161-1/+1
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-161-208/+2094
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-14/+26
* Regen graphql with gqlgen 0.9.0Amine Hilaly2019-05-221-16/+30
* graphql: expose label colorludovicm672019-05-221-31/+358
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-437/+538
* 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