summaryrefslogtreecommitdiffstatshomepage
path: root/graphql/resolvers/mutation.go
Commit message (Expand)AuthorAge
* Reorganize the webUI and API codeMichael Muré2020-06-27
* Use ErrNotAuthenticatedLuke Granger-Brown2020-06-27
* Pull out context-stuff from identity into graphqlidentity packageLuke Granger-Brown2020-06-27
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-27
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-27
* graphql: server side take responsability to commitMichael Muré2020-02-12
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-09
* cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-23
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-16
* Support gqlgen v0.8.3Amine Hilaly2019-04-09
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-01
* github: fix 3 edge-case failuresMichael Muré2019-03-01
* operations: return a more convenient array of result for label changesMichael Muré2018-09-13
* reorganize package for a more idomatic goMichael Muré2018-09-11
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-02
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-31
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-23
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-02
* termui: implement addComment and setTitleMichael Muré2018-08-02
* cache: some refactoringMichael Muré2018-08-02
* graphql: implement the missing mutationsMichael Muré2018-08-01
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-30