aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the webUI and API codeMichael Muré2020-06-271-188/+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
* Use ErrNotAuthenticatedLuke Granger-Brown2020-06-271-3/+3
|
* Pull out context-stuff from identity into graphqlidentity packageLuke Granger-Brown2020-06-271-4/+6
|
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-271-10/+6
|
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-271-2/+6
| | | | 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: expose the name of RepositoryMichael Muré2020-02-121-1/+6
|
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-28/+22
| | | | seconds
* graphql: make repository.validLabels a connectionMichael Muré2019-09-041-2/+25
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-4/+5
|
* Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-151-10/+10
|
* graphql: expose valid labelsludovicm672019-04-101-0/+4
|
* Support gqlgen v0.8.3Amine Hilaly2019-04-091-17/+13
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-1/+80
|
* 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
|
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* graphql: simplify the requests with helpersMichael Muré2018-08-011-9/+11
|
* graphql: implement a first mutationMichael Muré2018-07-301-0/+7
|
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-291-10/+6
|
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-1/+44
|
* graphql: directly return a connection, cleaningMichael Muré2018-07-291-1/+2
|
* cleaningMichael Muré2018-07-291-0/+26