aboutsummaryrefslogtreecommitdiffstats
path: root/tests/operation_pack_test.go
Commit message (Collapse)AuthorAgeFilesLines
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-54/+0
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-2/+2
| | | | and the metadatas
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-241-0/+20
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-10/+14
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* complete the storage/read process + tests (!)Michael Muré2018-07-141-13/+5
|
* implement AddCommentMichael Muré2018-07-131-0/+1
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-0/+37