Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose format version | vince | 2020-12-15 | 1 | -2/+3 |
| | | | | this commit exposes the format version of the operation pack and identity to reduce the changes needed in vendored code when migrating. This also creates error variables that can be propagated and tested against for migrations. | ||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -3/+8 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -3/+4 |
| | | | | | | - 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 | ||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -4/+4 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -3/+0 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -0/+6 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -0/+8 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -11/+20 |
| | |||||
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -5/+9 |
| | | | | | - 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 | -23/+30 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -2/+15 |
| | |||||
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 1 | -21/+55 |
| | | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice | ||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+6 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -0/+18 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -8/+22 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -1/+38 |
| | |||||
* | add basic tests for Bug and OperationIterator | Michael Muré | 2018-07-13 | 1 | -1/+5 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 1 | -0/+20 |