Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |