Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 | 1 | -32/+0 |
| | |||||
* | cleanups, doc | Michael Muré | 2020-02-09 | 2 | -66/+70 |
| | |||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 3 | -18/+395 |
| | | | | seconds | ||||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 | 2 | -0/+17 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 1 | -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.0 | Amine Hilaly | 2019-05-15 | 1 | -20/+20 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 1 | -10/+24 |
| | |||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 2 | -0/+18 |
| | |||||
* | graphql: now that it's possible, split the schema for clarity | Michael Muré | 2018-12-23 | 1 | -0/+4 |
| | |||||
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 1 | -5/+7 |
| | |||||
* | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 2 | -0/+17 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | graphql: update gqlgen to 0.5.1 | Michael Muré | 2018-09-14 | 1 | -1/+12 |
| | | | | fix #6 | ||||
* | cache: rename RootCache into MultiRepoCache | Michael Muré | 2018-09-02 | 1 | -2/+2 |
| | | | | Underline the fact that it's fine to use RepoCache alone | ||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 1 | -4/+4 |
| | |||||
* | graphql: expose startCursor and endCursor as well for a connection | Michael Muré | 2018-08-14 | 1 | -2/+4 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+3 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 2 | -12/+15 |
| | |||||
* | graphql: implement a first mutation | Michael Muré | 2018-07-30 | 1 | -1/+8 |
| | |||||
* | graphql: use an interface instead of an union for the operations for easier ↵ | Michael Muré | 2018-07-30 | 1 | -3/+2 |
| | | | | query | ||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 1 | -0/+8 |
| | |||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 2 | -0/+101 |