Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GraphQL: Implement AddCommentAndReopenBug mutation | Sascha | 2021-05-26 | 1 | -0/+24 |
| | |||||
* | GraphQL: Add AddCommandAndCloseBug mutation | Sascha | 2021-05-20 | 1 | -9/+33 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -0/+24 |
|\ | |||||
| * | GrapQL: Regenerate the GraphQL-Server | Sascha | 2021-03-19 | 1 | -25/+24 |
| | | |||||
| * | Fix compilation errors | Sascha | 2021-03-19 | 1 | -1/+4 |
| | | |||||
| * | GraphQL: Add EditComment input/payload to gen_models | Sascha | 2021-03-19 | 1 | -0/+22 |
| | | |||||
* | | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -45/+4 |
|/ | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -3/+3 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 5 | -0/+773 |
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 |