aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph/gen_graph.go
Commit message (Collapse)AuthorAgeFilesLines
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-0/+43
| | | | informational)
* graphql: server side take responsability to commitMichael Muré2020-02-121-512/+6
|
* graphql: expose the name of RepositoryMichael Muré2020-02-121-1/+55
|
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-111-63/+8
|
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵Michael Muré2020-02-091-0/+3
| | | | generation bug
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-1057/+914
| | | | seconds
* 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
| | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation.
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-14/+26
| | | | webui: Use a fragment for Authored nodes
* 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
| | | | | | | | 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-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
| | | | 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
|