aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/add_comment.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-1/+1
| | | | sorting and retrieval
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-231-2/+2
| | | | snapshot
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-1/+2
| | | | and edit time without having to rely on a timestamp
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-2/+14
|
* some cleaningMichael Muré2018-07-251-7/+8
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+5
|
* all operations now have an author and a timestampMichael Muré2018-07-181-9/+6
|
* add bug status + open/close commandsMichael Muré2018-07-171-1/+1
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-141-2/+2
| | | | cause trouble for serialisation
* add time to commentsMichael Muré2018-07-141-3/+9
|
* implement AddCommentMichael Muré2018-07-131-0/+30