aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/connections/connection_template.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-122/+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
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-7/+9
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-2/+2
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-1/+2
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-5/+8
|
* graphql: fix two bugs in the connection codeMichael Muré2018-08-151-1/+4
| | | | | 1) totalCount was incorrect when not in the first page 2) pageInfo.Has{Previous,Next}Page was incorrect when using before or after
* graphql: expose startCursor and endCursor as well for a connectionMichael Muré2018-08-141-6/+19
|
* fix some linting troubleMichael Muré2018-08-131-0/+10
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-3/+13
|
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-5/+3
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-0/+82