aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models
Commit message (Collapse)AuthorAgeFilesLines
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-4/+4
| | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-0/+13
| | | | informational)
* graphql: server side take responsability to commitMichael Muré2020-02-121-32/+0
|
* cleanups, docMichael Muré2020-02-092-66/+70
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-093-18/+395
| | | | seconds
* graphql: make repository.validLabels a connectionMichael Muré2019-09-042-0/+17
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-161-0/+204
| | | | | | | 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.
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-20/+20
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-10/+24
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-012-0/+18
|
* graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-231-0/+4
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-5/+7
|
* graphql: expose the new TimelineMichael Muré2018-09-292-0/+17
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+12
| | | | fix #6
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-021-2/+2
| | | | Underline the fact that it's fine to use RepoCache alone
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-4/+4
|
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-2/+4
|
* fix some linting troubleMichael Muré2018-08-131-0/+3
|
* graphql: simplify the requests with helpersMichael Muré2018-08-012-12/+15
|
* graphql: implement a first mutationMichael Muré2018-07-301-1/+8
|
* graphql: use an interface instead of an union for the operations for easier ↵Michael Muré2018-07-301-3/+2
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-0/+8
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-292-0/+101