aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_add_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* Allow empty messages in comments.Cyril Roelandt2018-12-261-4/+0
| | | | | Some bug trackers, like Launchpad, allow messages to be empty (when adding a file to the bug, for instance).
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
|
* 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-1/+10
|
* timeline: various minor improvementsMichael Muré2018-09-301-1/+1
|
* bug: implement comment editionMichael Muré2018-09-291-10/+18
| | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations
* bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-291-3/+1
|
* bug: define a hash-based identifier for an operationMichael Muré2018-09-291-0/+4
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-0/+78