aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operation_pack.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: implement comment editionMichael Muré2018-09-291-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 operationMichael Muré2018-09-291-0/+3
|
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-23/+30
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-2/+15
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-21/+55
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* reorganize package for a more idomatic goMichael Muré2018-09-111-3/+3
|
* cleanup go importsMichael Muré2018-08-131-0/+1
|
* fix some linting troubleMichael Muré2018-08-131-0/+6
|
* implement pull/mergeMichael Muré2018-07-171-0/+18
|
* complete the storage/read process + tests (!)Michael Muré2018-07-141-8/+22
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+38
|
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-131-1/+5
|
* create the Bug structureMichael Muré2018-07-131-0/+20