aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/schema
Commit message (Collapse)AuthorAgeFilesLines
* graphql: make repository.validLabels a connectionMichael Muré2019-09-043-9/+29
|
* fix everything following the hash-->id changeMichael Muré2019-08-082-27/+27
|
* graphql: fix typoMichael Muré2019-06-231-1/+1
|
* fix testsMichael Muré2019-06-161-1/+1
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-162-10/+189
| | | | | | | 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-223-8/+7
| | | | webui: Use a fragment for Authored nodes
* graphql: expose label colorludovicm672019-05-221-1/+18
|
* graphql: expose valid labelsludovicm672019-04-101-2/+5
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-2/+25
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+2
| | | | | | | | 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-015-37/+72
|
* identity: complete the graphql apiMichael Muré2019-03-011-0/+5
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-015-5/+4
|
* WIP identity in gitMichael Muré2019-03-015-0/+345