Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 6 | -19/+20 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | GraphQL: Implement AddCommentAndReopenBug mutation | Sascha | 2021-05-26 | 2 | -0/+26 |
| | |||||
* | GraphQL: Add AddCommandAndCloseBug mutation | Sascha | 2021-05-20 | 2 | -8/+34 |
| | |||||
* | Use profile page for each identity | Sascha | 2021-04-13 | 1 | -4/+0 |
| | | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics | ||||
* | Add basic bug listing | Lena | 2021-04-13 | 1 | -1/+5 |
| | |||||
* | Improve description of target-field | Sascha | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | GraphQL: Add target to EditCommentInput | Sascha | 2021-03-19 | 1 | -0/+2 |
| | |||||
* | GraphQL: Add EditComment mutation to schema | Sascha | 2021-03-19 | 1 | -0/+22 |
| | |||||
* | GraphQL: Add EditComment to mutation type | Sascha | 2021-03-19 | 1 | -0/+2 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 9 | -0/+592 |
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 |