aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/identity.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-21/+0
| | | | | | | | | | 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
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-3/+3
| | | | seconds
* fix mergeMichael Muré2020-02-081-0/+5
|
* more more wipMichael Muré2020-02-081-4/+0
|
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-35/+4
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+2
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-0/+7
|
* identity: complete the graphql apiMichael Muré2019-03-011-0/+8
|
* identity: more progress and fixesMichael Muré2019-03-011-0/+36