aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations
Commit message (Collapse)AuthorAgeFilesLines
* some cleaningMichael Muré2018-07-255-35/+41
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-255-0/+92
|
* implement label op+commandMichael Muré2018-07-182-0/+57
|
* all operations now have an author and a timestampMichael Muré2018-07-185-25/+25
|
* add bug status + open/close commandsMichael Muré2018-07-175-10/+28
|
* cleaningMichael Muré2018-07-142-2/+2
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-142-4/+4
| | | | cause trouble for serialisation
* add time to commentsMichael Muré2018-07-143-5/+15
|
* complete the storage/read process + tests (!)Michael Muré2018-07-143-60/+13
|
* implement AddCommentMichael Muré2018-07-132-4/+30
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-132-12/+12
|
* create the Bug structureMichael Muré2018-07-134-33/+14
|
* add the first 2 operationsMichael Muré2018-07-125-0/+176