aboutsummaryrefslogtreecommitdiffstats
path: root/bug/comment.go
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-45/+0
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-1/+1
| | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing
* Fix ID string in order to find correct bug instanceAlexander Scharinger2021-04-171-3/+4
|
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-3/+4
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-7/+3
|
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-0/+16
|
* commands: show the last modification time in "user"Michael Muré2019-03-011-1/+2
|
* WIP identity in gitMichael Muré2019-03-011-1/+2
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
|
* timeline: various minor improvementsMichael Muré2018-09-301-6/+3
|
* 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