aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/create.go
Commit message (Collapse)AuthorAgeFilesLines
* all operations now have an author and a timestampMichael Muré2018-07-181-9/+4
|
* add bug status + open/close commandsMichael Muré2018-07-171-8/+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-0/+4
|
* complete the storage/read process + tests (!)Michael Muré2018-07-141-3/+3
|
* implement AddCommentMichael Muré2018-07-131-4/+0
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-6/+8
|
* create the Bug structureMichael Muré2018-07-131-3/+3
|
* add the first 2 operationsMichael Muré2018-07-121-0/+45