aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | fix #6
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-2/+2
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* 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 ↵Michael Muré2018-08-231-8/+33
| | | | sorting and retrieval
* 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 ↵Michael Muré2018-07-301-38/+2
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+2626