aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/mutation.go
Commit message (Expand)AuthorAgeFilesLines
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-48/+34
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-0/+3
* github: fix 3 edge-case failuresMichael Muré2019-03-011-5/+5
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-1/+1
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-1/+1
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-2/+2
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-4/+5
* termui: implement addComment and setTitleMichael Muré2018-08-021-6/+6
* cache: some refactoringMichael Muré2018-08-021-6/+31
* graphql: implement the missing mutationsMichael Muré2018-08-011-0/+102
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-301-0/+35