Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 4 | -21/+17 |
| | | | | seconds | ||||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 | 2 | -0/+114 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 5 | -14/+20 |
| | |||||
* | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 | 7 | -49/+63 |
| | |||||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 | 7 | -14/+14 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 5 | -16/+129 |
| | |||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 8 | -29/+155 |
| | |||||
* | graphql: expose the new Timeline | Michael Muré | 2018-09-29 | 2 | -0/+112 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | graphql: fix two bugs in the connection code | Michael Muré | 2018-08-15 | 4 | -4/+16 |
| | | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after | ||||
* | graphql: expose startCursor and endCursor as well for a connection | Michael Muré | 2018-08-14 | 4 | -24/+76 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 6 | -2/+27 |
| | |||||
* | graphql: simplify the requests with helpers | Michael Muré | 2018-08-01 | 4 | -16/+52 |
| | |||||
* | graphql: lazy loading for the bug relay connection | Michael Muré | 2018-07-29 | 4 | -18/+23 |
| | |||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 5 | -0/+370 |