aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
Commit message (Expand)AuthorAgeFilesLines
* 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
* graphql: expose the new TimelineMichael Muré2018-09-298-19/+1173
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-293-69/+67
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-291-10/+10
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-253-39/+115
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-1/+1
* docs & cleaningMichael Muré2018-09-165-37/+5
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-145-1924/+4155
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+1
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-2/+2
* reorganize package for a more idomatic goMichael Muré2018-09-114-24/+24
* graphql: AllBugs now accept a queryMichael Muré2018-09-113-10/+37
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-1/+4
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-1/+2
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-5/+1
* cache: rename RootCache into MultiRepoCacheMichael Muré2018-09-024-8/+8
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-1/+1
* better naming for the graphql-s root resolverMichael Muré2018-08-272-16/+16
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-233-7/+7
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-232-8/+38
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-211-4/+16
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-152-0/+15
* graphql: fix two bugs in the connection codeMichael Muré2018-08-154-4/+16
* gqlgen: add a small program to go:generate the codeMichael Muré2018-08-142-1/+47
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-147-30/+110
* cleanup go importsMichael Muré2018-08-134-1/+5
* fix some linting troubleMichael Muré2018-08-139-5/+31
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-024-18/+138