aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/connections/connections.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-45/+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-1/+1
| | | | seconds
* graphql: make repository.validLabels a connectionMichael Muré2019-09-041-0/+1
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+2
|
* graphql: make Bug's actors and participants a connectionMichael Muré2019-04-051-2/+3
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-4/+5
|
* graphql: expose the new TimelineMichael Muré2018-09-291-0/+1
|
* docs & cleaningMichael Muré2018-09-161-0/+1
|
* fix some linting troubleMichael Muré2018-08-131-2/+3
|
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-1/+1
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-0/+39