Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 | 2 | -36/+0 |
| | |||||
* | graphql: expose the name of Repository | Michael Muré | 2020-02-12 | 1 | -1/+4 |
| | |||||
* | graphql: merge defaultRepository and repository for simplified webUI code | Michael Muré | 2020-02-11 | 1 | -6/+2 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 2 | -3/+3 |
| | |||||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 | 3 | -9/+29 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 2 | -27/+27 |
| | |||||
* | graphql: fix typo | Michael Muré | 2019-06-23 | 1 | -1/+1 |
| | |||||
* | fix tests | Michael Muré | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 | 2 | -10/+189 |
| | | | | | | | 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: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 3 | -8/+7 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | graphql: expose label color | ludovicm67 | 2019-05-22 | 1 | -1/+18 |
| | |||||
* | graphql: expose valid labels | ludovicm67 | 2019-04-10 | 1 | -2/+5 |
| | |||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 1 | -2/+25 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+2 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 5 | -37/+72 |
| | |||||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 | 1 | -0/+5 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 5 | -5/+4 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 5 | -0/+345 |