aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
Commit message (Expand)AuthorAgeFilesLines
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-253-0/+58
* graphql: server side take responsability to commitMichael Muré2020-02-125-639/+30
* graphql: expose the name of RepositoryMichael Muré2020-02-123-3/+65
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-114-73/+21
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a generati...Michael Muré2020-02-091-0/+3
* cleanups, docMichael Muré2020-02-092-66/+70
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-0919-1202/+1520
* fix mergeMichael Muré2020-02-082-156/+6
* more more wipMichael Muré2020-02-084-15/+121
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-054-2650/+2266
* migrate to go modulesMichael Muré2020-02-051-1/+1
* bug: rename RGBA to Colorludovicm672019-10-151-1/+1
* graphql: make repository.validLabels a connectionMichael Muré2019-09-049-26/+685
* more hash-->id fixesMichael Muré2019-08-131-1/+1
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-1212-100/+340
* fix everything following the hash-->id changeMichael Muré2019-08-083-172/+172
* graphql: don't use the gqlgen command to generate to avoid pulling urfave/cliMichael Muré2019-07-092-643/+2680
* graphql: fix typoMichael Muré2019-06-231-1/+1
* cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-232-5/+5
* fix testsMichael Muré2019-06-162-2/+2
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-169-259/+2612
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-14/+4
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-224-22/+33
* Update grpahql testsAmine Hilaly2019-05-221-4/+25
* Regen graphql with gqlgen 0.9.0Amine Hilaly2019-05-221-16/+30
* graphql: expose label colorludovicm672019-05-226-32/+432
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-1511-523/+642
* graphql: expose valid labelsludovicm672019-04-103-45/+105
* Support gqlgen v0.8.3Amine Hilaly2019-04-0914-5447/+5585
* graphql: fix test indentationMichael Muré2019-04-051-17/+18
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-059-172/+469
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-044-20/+222
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-0122-110/+1063
* a round of cleanupMichael Muré2019-03-011-1/+2
* github: fix 3 edge-case failuresMichael Muré2019-03-011-5/+5
* identity: complete the graphql apiMichael Muré2019-03-013-4/+114
* identity: add more test for serialisation and push/pull/merge + fixesMichael Muré2019-03-011-1/+15
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-015-5/+4
* identity: more progress and fixesMichael Muré2019-03-012-0/+40
* identity: more progress and fixesMichael Muré2019-03-012-146/+100
* WIP identity in gitMichael Muré2019-03-0110-386/+533
* termui: display an explicit placeholder for empty messagesMichael Muré2018-12-232-16/+100
* graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-238-565/+595
* upgrade gqlgen to v0.7.1Michael Muré2018-12-233-275/+1023
* fix buildMichael Muré2018-10-071-0/+37
* github: also pull users emailMichael Muré2018-10-074-25/+151
* graphql: add missing operationMichael Muré2018-10-074-6/+425
* bug: use a value embedding for OpBaseMichael Muré2018-10-012-70/+25
* bug: use deditated type for all TimelineItemMichael Muré2018-09-305-393/+1111
* timeline: various minor improvementsMichael Muré2018-09-305-36/+619