aboutsummaryrefslogtreecommitdiffstats
path: root/bug/comment.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-2/+7
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-2/+2
|
* fix some linting troubleMichael Muré2018-08-131-0/+2
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-0/+2
|
* termui: add a view to display a bugMichael Muré2018-08-011-2/+2
|
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-201-2/+2
|
* humanize timeMichael Muré2018-07-191-2/+6
|
* all operations now have an author and a timestampMichael Muré2018-07-181-2/+2
|
* crude implementation of showMichael Muré2018-07-171-0/+6
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-141-3/+1
| | | | cause trouble for serialisation
* add time to commentsMichael Muré2018-07-141-0/+6
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-3/+0
|
* move Hash in /util/Michael Muré2018-07-121-0/+3
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+6