Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -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 push | Michael Muré | 2020-10-04 | 1 | -3/+3 |
| | |||||
* | bug: code cleanup for the rm feature | Michael Muré | 2020-07-28 | 1 | -0/+4 |
| | |||||
* | Fix bug tests | vince | 2020-07-28 | 1 | -11/+60 |
| | |||||
* | Add functionality to remove bugs from a local repository. (#423) | Vincent Tiu | 2020-07-09 | 1 | -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 collision | Michael Muré | 2019-11-19 | 1 | -3/+0 |
| | |||||
* | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 1 | -0/+6 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -2/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -0/+14 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 1 | -14/+22 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -5/+1 |
| | |||||
* | use more testify, fix unchecked errors | Michael Muré | 2018-09-29 | 1 | -1/+3 |
| | |||||
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -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 operation | Michael Muré | 2018-09-29 | 1 | -0/+3 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -0/+82 |