aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/set_status.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-5/+0
| | | | 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-0/+5
|
* some cleaningMichael Muré2018-07-251-6/+8
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+10
|
* all operations now have an author and a timestampMichael Muré2018-07-181-3/+6
|
* add bug status + open/close commandsMichael Muré2018-07-171-0/+24