Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 1 | -118/+0 |
| | | | | | | | | | | 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 | ||||
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 1 | -2/+1 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 | 1 | -2/+25 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+2 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 | 1 | -15/+2 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -1/+0 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -0/+108 |