aboutsummaryrefslogtreecommitdiffstats
path: root/tests/operation_iterator_test.go
Commit message (Collapse)AuthorAgeFilesLines
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-61/+0
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-5/+8
| | | | and the metadatas
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-241-0/+3
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-1/+1
|
* fix testsMichael Muré2018-08-151-1/+1
|
* fix testMichael Muré2018-08-021-2/+2
|
* NewBug can no longer errorMichael Muré2018-07-191-5/+1
|
* implement label op+commandMichael Muré2018-07-181-1/+4
|
* all operations now have an author and a timestampMichael Muré2018-07-181-6/+6
|
* fix testsMichael Muré2018-07-171-1/+1
|
* add bug status + open/close commandsMichael Muré2018-07-171-0/+2
|
* implement AddCommentMichael Muré2018-07-131-3/+4
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-2/+4
|
* little bit more testsMichael Muré2018-07-131-0/+51