aboutsummaryrefslogtreecommitdiffstats
path: root/bug
Commit message (Expand)AuthorAgeFilesLines
* add a way to load a bug from a prefixMichael Muré2018-07-151-0/+31
* ls: better outputMichael Muré2018-07-151-0/+18
* cleaningMichael Muré2018-07-143-19/+4
* use a Unix timestamp (int64) for the time instead of golang's Time that cause...Michael Muré2018-07-143-7/+5
* bug: use a 40 char truncated sha256 hash as ID, 8 char for human readingMichael Muré2018-07-141-14/+14
* add time to commentsMichael Muré2018-07-144-5/+21
* complete the storage/read process + tests (!)Michael Muré2018-07-146-74/+138
* each commit reference the very first set of ops (will be useful for fast acce...Michael Muré2018-07-141-2/+9
* implement AddCommentMichael Muré2018-07-132-4/+30
* fix push/pullMichael Muré2018-07-131-0/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-137-46/+134
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-133-7/+32
* add a bug's operation iteratorMichael Muré2018-07-131-0/+72
* create the Bug structureMichael Muré2018-07-139-47/+125
* add the first 2 operationsMichael Muré2018-07-126-0/+188
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-122-1/+15
* move Hash in /util/Michael Muré2018-07-122-1/+5
* store user info in the datastoreMichael Muré2018-07-122-2/+18
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-123-0/+43