Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 1 | -4/+2 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 1 | -3/+4 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 3 | -95/+3 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 2 | -5/+7 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | graphql: fix two invalid mutex lock leading to data races | Michael Muré | 2022-06-05 | 2 | -6/+6 |
| | |||||
* | 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 |