Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 2 | -10/+10 |
| | |||||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 1 | -3/+3 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 5 | -41/+23 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 8 | -58/+7 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -2/+3 |
| | | | | | | | | - 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: Implement AddCommentAndReopenBug mutation | Sascha | 2021-05-26 | 1 | -0/+38 |
| | |||||
* | GraphQL: Add AddCommandAndCloseBug mutation | Sascha | 2021-05-20 | 1 | -0/+38 |
| | |||||
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+33 |
| | | | | fix #630 | ||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -0/+29 |
|\ | |||||
| * | GraphQL: Add target to EditCommentInput | Sascha | 2021-03-19 | 1 | -1/+2 |
| | | |||||
| * | Fix compilation errors | Sascha | 2021-03-19 | 1 | -1/+1 |
| | | |||||
| * | GraphQL: Resolve new EditComment mutation | Sascha | 2021-03-19 | 1 | -0/+28 |
| | | |||||
* | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 2 | -19/+6 |
|/ | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -1/+4 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 11 | -0/+1098 |
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 |