aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_test.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-191-3/+0
|
* bug: use NeedCommit() in the interface, drop HasPendingOp()Michael Muré2019-11-191-0/+6
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-1/+1
|
* a round of cleanupMichael Muré2019-03-011-2/+1
|
* identity: I can compile again !!Michael Muré2019-03-011-0/+14
|
* identity: wipMichael Muré2019-03-011-14/+22
|
* identity: somewhat getting closer !Michael Muré2019-03-011-5/+1
|
* use more testify, fix unchecked errorsMichael Muré2018-09-291-1/+3
|
* bug: implement comment editionMichael Muré2018-09-291-0/+7
| | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations
* bug: define a hash-based identifier for an operationMichael Muré2018-09-291-0/+3
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-0/+82