aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug_test.go
Commit message (Collapse)AuthorAgeFilesLines
* cache,bug,identity: structural changeMichael Muré2020-10-041-21/+29
| | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface
* 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
| | | | | Add functionality to remove bugs from a local repository. This adds a function to remove git references in the repo and another one to remove bugs.
* 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