summaryrefslogtreecommitdiffstatshomepage
path: root/graphql/resolvers/root.go
Commit message (Collapse)AuthorAge
* Reorganize the webUI and API codeMichael Muré2020-06-27
| | | | | | | | | | Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go
* 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
| | | | Fixes #402.
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-09
| | | | seconds
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-12
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-16
| | | | | | | 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: expose label colorludovicm672019-05-22
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-01
|
* identity: more progress and fixesMichael Muré2019-03-01
|
* WIP identity in gitMichael Muré2019-03-01
|
* github: also pull users emailMichael Muré2018-10-07
|
* graphql: add missing operationMichael Muré2018-10-07
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-30
|
* timeline: various minor improvementsMichael Muré2018-09-30
|
* docs & cleaningMichael Muré2018-09-16
|
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-02
| | | | Underline the fact that it's fine to use RepoCache alone
* better naming for the graphql-s root resolverMichael Muré2018-08-27
|
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-30
|
* graphql: implement a first mutationMichael Muré2018-07-30
|
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-29
|
* cleaningMichael Muré2018-07-29