aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers
Commit message (Collapse)AuthorAgeFilesLines
* Pull out context-stuff from identity into graphqlidentity packageLuke Granger-Brown2020-06-273-32/+43
|
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-273-63/+74
|
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-273-6/+40
| | | | Fixes #402.
* query: no need for an ast packageMichael Muré2020-03-281-3/+2
|
* cache: replace the all-in-one query parser by a complete one with ↵Michael Muré2020-03-281-6/+7
| | | | AST/lexer/parser
* graphql: server side take responsability to commitMichael Muré2020-02-121-59/+24
|
* graphql: expose the name of RepositoryMichael Muré2020-02-121-1/+6
|
* graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-111-2/+9
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-0910-104/+181
| | | | seconds
* fix mergeMichael Muré2020-02-081-0/+5
|
* more more wipMichael Muré2020-02-081-4/+0
|
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-35/+4
|
* bug: rename RGBA to Colorludovicm672019-10-151-1/+1
|
* graphql: make repository.validLabels a connectionMichael Muré2019-09-041-2/+25
|
* more hash-->id fixesMichael Muré2019-08-131-1/+1
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-126-9/+92
|
* cache: consistently use "ref" to fetch a repositoryMichael Muré2019-06-232-5/+5
|
* graphql: change mutations to respect the Relay specificationMichael Muré2019-06-164-40/+122
| | | | | | | 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: expose label colorludovicm672019-05-223-0/+54
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-152-17/+21
|
* graphql: expose valid labelsludovicm672019-04-101-0/+4
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-095-110/+107
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-10/+44
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+21
| | | | | | | | 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 repoMichael Muré2019-04-016-4/+101
|
* github: fix 3 edge-case failuresMichael Muré2019-03-011-5/+5
|
* identity: complete the graphql apiMichael Muré2019-03-011-0/+8
|
* identity: more progress and fixesMichael Muré2019-03-012-0/+40
|
* WIP identity in gitMichael Muré2019-03-012-41/+0
|
* fix buildMichael Muré2018-10-071-0/+37
|
* github: also pull users emailMichael Muré2018-10-071-0/+4
|
* graphql: add missing operationMichael Muré2018-10-072-6/+16
|
* 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
| | | | Underline the fact that it's fine to use RepoCache alone
* 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 ↵Michael Muré2018-08-231-0/+5
| | | | sorting and retrieval