aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_edit_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-34/+17
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-13/+11
|
* bug: fix a potential crash with malformed data in EditCommentOperationMichael Muré2019-04-171-9/+9
| | | | | crashed with indexOutOfRange when the target of the op existed but wasn't a CreateOperation or a AddCommentOperation
* bug: fix EditCommentOperation targeting the wrong commentMichael Muré2019-04-141-1/+1
| | | | fix #126
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+2
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-0/+1
|
* commands: show the last modification time in "user"Michael Muré2019-03-011-1/+2
|
* identity: somewhat getting closer !Michael Muré2019-03-011-3/+55
|
* WIP identity in gitMichael Muré2019-03-011-3/+5
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
|
* bug: message can be empty on edit commentMichael Muré2018-10-011-4/+0
|
* bug: in op convenience function, return the new op to be able to set ↵Michael Muré2018-10-011-4/+4
| | | | metadata later
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-2/+2
|
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-8/+3
|
* timeline: various minor improvementsMichael Muré2018-09-301-6/+8
|
* bug: implement comment editionMichael Muré2018-09-291-0/+123
- add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations