aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/bug.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-190/+0
| | | | | | | | | | Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-24/+42
| | | | seconds
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-0/+8
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-7/+11
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-17/+18
|
* 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-011-3/+6
|
* graphql: expose the new TimelineMichael Muré2018-09-291-0/+27
|
* 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
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-7/+23
|
* graphql: use an interface instead of an union for the operations for easier ↵Michael Muré2018-07-301-1/+1
| | | | query
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-4/+1
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-32/+26
|
* cleaningMichael Muré2018-07-291-0/+61