aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/set_title.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/+7
|
* 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-3/+8
|
* add bug status + open/close commandsMichael Muré2018-07-171-1/+1
|
* cleaningMichael Muré2018-07-141-1/+1
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-6/+4
|
* create the Bug structureMichael Muré2018-07-131-3/+3
|
* add the first 2 operationsMichael Muré2018-07-121-0/+24