Commit Graph

7 Commits

Author SHA1 Message Date
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
Sascha
79cc9884b3 GraphQL: Resolve new EditComment mutation 2021-03-19 17:49:31 +01:00
Michael Muré
c884d557bf
repo: move bleve there 2020-12-08 14:42:13 +01:00
Michael Muré
1a0c86a12d
repo: use go-git in more places, fix push 2020-10-04 19:56:16 +02:00
Michael Muré
3cf31fc404
repository: merge git.Hash in for one less /util package 2020-07-01 19:39:02 +02: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