Commit Graph

9 Commits

Author SHA1 Message Date
Sascha
27b5285b8c GraphQL: Implement AddCommentAndReopenBug mutation 2021-05-26 12:52:07 +02:00
Sascha
4043f5da09 GraphQL: Add AddCommandAndCloseBug mutation 2021-05-20 17:03:19 +02:00
Sascha
41e8502301 Use profile page for each identity
Authorcomponent links to the authors profile page.
Replace pofile buglist with statistics
2021-04-13 19:07:57 +02:00
Lena
cf1e13b683 Add basic bug listing 2021-04-13 19:07:57 +02:00
Sascha
4a2e04df61 Improve description of target-field 2021-03-20 11:14:27 +01:00
Sascha
cc7788ad44 GraphQL: Add target to EditCommentInput 2021-03-19 17:49:41 +01:00
Sascha
4960448ac7 GraphQL: Add EditComment mutation to schema 2021-03-19 17:49:36 +01:00
Sascha
19a68deabb GraphQL: Add EditComment to mutation type 2021-03-19 17:49:34 +01:00
Michael Muré
2ab6381a94
Reorganize the webUI and API code
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
2020-06-27 23:03:05 +02:00