aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* termui: show the last edit in a dedicated columnMichael Muré2018-08-022-19/+60
* termui: implement addComment and setTitleMichael Muré2018-08-021-6/+6
* cache: some refactoringMichael Muré2018-08-021-6/+31
* graphql: implement the missing mutationsMichael Muré2018-08-013-0/+506
* graphql: simplify the requests with helpersMichael Muré2018-08-0111-180/+415
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-305-157/+154
* graphql: implement a first mutationMichael Muré2018-07-307-2/+176
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-304-50/+6
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-298-65/+61
* graphql: document hackMichael Muré2018-07-291-0/+4
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-295-19/+67
* graphql: directly return a connection, cleaningMichael Muré2018-07-2918-1053/+480
* cleaningMichael Muré2018-07-2919-179/+4152
* follow go naming conventionMichael Muré2018-07-271-2/+2
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-251-11/+17
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-231-13/+6
* graphql: add `allBugs` to root queryQuentin Gliech2018-07-221-0/+26
* Add title field to bugs in graphql schemaQuentin Gliech2018-07-221-0/+3
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-203-22/+89
* small cleaningMichael Muré2018-07-192-2/+2
* start of a graphql schema+typesMichael Muré2018-07-193-7/+66