aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_test.go
Commit message (Expand)AuthorAgeFilesLines
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-141-12/+16
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-3/+3
* repo: finish RepoStorage moveMichael Muré2020-12-081-2/+2
* cache,bug,identity: structural changeMichael Muré2020-10-041-21/+29
* repo: use go-git in more places, fix pushMichael Muré2020-10-041-3/+3
* bug: code cleanup for the rm featureMichael Muré2020-07-281-0/+4
* Fix bug testsvince2020-07-281-11/+60
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-091-2/+13
* 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
* 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