aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations/create.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-1/+1
| | | | sorting and retrieval
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-2/+13
|
* termui: add a view to display a bugMichael Muré2018-08-011-0/+2
|
* some cleaningMichael Muré2018-07-251-8/+9
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+8
|
* 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