aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers
Commit message (Expand)AuthorAgeFilesLines
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-20/+0
* bug: use deditated type for all TimelineItemMichael Muré2018-09-302-6/+39
* timeline: various minor improvementsMichael Muré2018-09-302-2/+50
* graphql: expose the new TimelineMichael Muré2018-09-291-0/+27
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-12/+11
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-0/+20
* docs & cleaningMichael Muré2018-09-161-0/+1
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-112-4/+4
* graphql: AllBugs now accept a queryMichael Muré2018-09-111-5/+13
* 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-023-6/+6
* 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-271-12/+12
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-232-3/+3
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+5
* cleanup go importsMichael Muré2018-08-134-1/+5
* fix some linting troubleMichael Muré2018-08-131-1/+1
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-4/+5
* 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-011-0/+102
* graphql: simplify the requests with helpersMichael Muré2018-08-012-16/+34
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-303-24/+41
* graphql: implement a first mutationMichael Muré2018-07-303-0/+31
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-301-1/+1
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-295-2665/+30
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-1/+44
* graphql: directly return a connection, cleaningMichael Muré2018-07-2910-1135/+91
* cleaningMichael Muré2018-07-2912-0/+3896