aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
Commit message (Expand)AuthorAgeFilesLines
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-1/+1
* add a way to load a bug from a prefixMichael Muré2018-07-151-0/+31
* bug: use a 40 char truncated sha256 hash as ID, 8 char for human readingMichael Muré2018-07-141-14/+14
* complete the storage/read process + tests (!)Michael Muré2018-07-141-4/+101
* each commit reference the very first set of ops (will be useful for fast acce...Michael Muré2018-07-141-2/+9
* fix push/pullMichael Muré2018-07-131-0/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-20/+66
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-131-3/+24
* create the Bug structureMichael Muré2018-07-131-14/+80
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-121-1/+12
* store user info in the datastoreMichael Muré2018-07-121-0/+1
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+6