summaryrefslogtreecommitdiffstatshomepage
path: root/bug/operations/add_comment.go
Commit message (Expand)AuthorAge
* reorganize package for a more idomatic goMichael Muré2018-09-11
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-10
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-23
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-23
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-06
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-02
* some cleaningMichael Muré2018-07-25
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25
* all operations now have an author and a timestampMichael Muré2018-07-18
* add bug status + open/close commandsMichael Muré2018-07-17
* use a Unix timestamp (int64) for the time instead of golang's Time that cause...Michael Muré2018-07-14
* add time to commentsMichael Muré2018-07-14
* implement AddCommentMichael Muré2018-07-13